Searched refs:ShouldUseInterpreterEntrypoint (Results 1 – 6 of 6) sorted by relevance
513 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()
710 static bool ShouldUseInterpreterEntrypoint(ArtMethod* method, const void* quick_code)
3549 bool ClassLinker::ShouldUseInterpreterEntrypoint(ArtMethod* method, const void* quick_code) { in ShouldUseInterpreterEntrypoint() function in art::ClassLinker3583 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()
182 Runtime::Current()->GetClassLinker()->ShouldUseInterpreterEntrypoint(method, actual_code) || in Java_Main_isAotCompiled()
1236 ClassLinker::ShouldUseInterpreterEntrypoint( in DoCallCommon()
1376 if (linker->ShouldUseInterpreterEntrypoint(called, code)) { in artQuickResolutionTrampoline()