Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.h355 bool CanInvokeCompiledCode(ArtMethod* method);
Djit.cc409 bool Jit::CanInvokeCompiledCode(ArtMethod* method) { in CanInvokeCompiledCode() function in art::jit::Jit
/art/runtime/interpreter/
Dinterpreter.cc317 if (jit->CanInvokeCompiledCode(method)) { in Execute()