Home
last modified time | relevance | path

Searched refs:ShouldUseInterpreterEntrypoint (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Dmethod_handles.cc513 bool use_interpreter_entrypoint = ClassLinker::ShouldUseInterpreterEntrypoint( in MethodHandleInvokeMethod()
610 bool use_interpreter_entrypoint = ClassLinker::ShouldUseInterpreterEntrypoint( in MethodHandleInvokeTransform()
1226 bool use_interpreter_entrypoint = ClassLinker::ShouldUseInterpreterEntrypoint( in MethodHandleInvokeExactInternal()
Dclass_linker.h710 static bool ShouldUseInterpreterEntrypoint(ArtMethod* method, const void* quick_code)
Dclass_linker.cc3549 bool ClassLinker::ShouldUseInterpreterEntrypoint(ArtMethod* method, const void* quick_code) { in ShouldUseInterpreterEntrypoint() function in art::ClassLinker
3583 return ShouldUseInterpreterEntrypoint(method, instr_target); in ShouldUseInterpreterEntrypoint()
3678 } else if (ShouldUseInterpreterEntrypoint(method, quick_code)) { in FixupStaticTrampolines()
3731 bool enter_interpreter = class_linker->ShouldUseInterpreterEntrypoint(method, quick_code); in LinkCode()
/art/test/common/
Druntime_state.cc182 Runtime::Current()->GetClassLinker()->ShouldUseInterpreterEntrypoint(method, actual_code) || in Java_Main_isAotCompiled()
/art/runtime/interpreter/
Dinterpreter_common.cc1236 ClassLinker::ShouldUseInterpreterEntrypoint( in DoCallCommon()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1376 if (linker->ShouldUseInterpreterEntrypoint(called, code)) { in artQuickResolutionTrampoline()