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