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()
722 static bool ShouldUseInterpreterEntrypoint(ArtMethod* method, const void* quick_code)
3351 bool ClassLinker::ShouldUseInterpreterEntrypoint(ArtMethod* method, const void* quick_code) { in ShouldUseInterpreterEntrypoint() function in art::ClassLinker3385 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()
178 Runtime::Current()->GetClassLinker()->ShouldUseInterpreterEntrypoint(method, actual_code) || in Java_Main_isAotCompiled()
1232 ClassLinker::ShouldUseInterpreterEntrypoint( in DoCallCommon()
1389 if (linker->ShouldUseInterpreterEntrypoint(called, code)) { in artQuickResolutionTrampoline()