Home
last modified time | relevance | path

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

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