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.h722 static bool ShouldUseInterpreterEntrypoint(ArtMethod* method, const void* quick_code)
Dclass_linker.cc3351 bool ClassLinker::ShouldUseInterpreterEntrypoint(ArtMethod* method, const void* quick_code) { in ShouldUseInterpreterEntrypoint() function in art::ClassLinker
3385 return ShouldUseInterpreterEntrypoint(method, instr_target); in ShouldUseInterpreterEntrypoint()
3480 } else if (ShouldUseInterpreterEntrypoint(method, quick_code)) { in FixupStaticTrampolines()
3533 bool enter_interpreter = class_linker->ShouldUseInterpreterEntrypoint(method, quick_code); in LinkCode()
/art/test/common/
Druntime_state.cc178 Runtime::Current()->GetClassLinker()->ShouldUseInterpreterEntrypoint(method, actual_code) || in Java_Main_isAotCompiled()
/art/runtime/interpreter/
Dinterpreter_common.cc1232 ClassLinker::ShouldUseInterpreterEntrypoint( in DoCallCommon()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1389 if (linker->ShouldUseInterpreterEntrypoint(called, code)) { in artQuickResolutionTrampoline()