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