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