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