Home
last modified time | relevance | path

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

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