Searched refs:CanInvokeCompiledCode (Results 1 – 3 of 3) sorted by relevance
350 bool CanInvokeCompiledCode(ArtMethod* method);
405 bool Jit::CanInvokeCompiledCode(ArtMethod* method) { in CanInvokeCompiledCode() function in art::jit::Jit
317 if (jit->CanInvokeCompiledCode(method)) { in Execute()