Home
last modified time | relevance | path

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

/aosp12/art/runtime/jit/
H A Djit.h362 bool CanInvokeCompiledCode(ArtMethod* method);
H A Djit.cc415 bool Jit::CanInvokeCompiledCode(ArtMethod* method) { in CanInvokeCompiledCode() function in art::jit::Jit
/aosp12/art/runtime/interpreter/
H A Dinterpreter.cc339 if (jit->CanInvokeCompiledCode(method)) { in Execute()