Searched refs:CanInvokeCompiledCode (Results 1 - 3 of 3) sorted by relevance

/art/runtime/jit/
H A Djit.h156 bool CanInvokeCompiledCode(ArtMethod* method);
H A Djit.cc348 bool Jit::CanInvokeCompiledCode(ArtMethod* method) { function in class:art::jit::Jit
/art/runtime/interpreter/
H A Dinterpreter.cc262 if (jit->CanInvokeCompiledCode(method)) {

Completed in 68 milliseconds