/aosp12/art/runtime/ |
H A D | art_method.cc | 350 bool have_quick_code = GetEntryPointFromQuickCompiledCode() != nullptr; in Invoke() 355 GetEntryPointFromQuickCompiledCode(), static_cast<int>(IsStatic() ? 1 : 0)); in Invoke() 365 CHECK(oat_quick_code == nullptr || oat_quick_code != GetEntryPointFromQuickCompiledCode()) in Invoke() 382 GetEntryPointFromQuickCompiledCode()); in Invoke() 548 const void* existing_entry_point = GetEntryPointFromQuickCompiledCode(); in GetOatQuickMethodHeader() 736 if (runtime->GetJit()->GetCodeCache()->ContainsPc(GetEntryPointFromQuickCompiledCode())) { in CopyFrom()
|
H A D | native_stack_dump.cc | 298 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in PcIsWithinQuickCode() 398 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); in DumpNativeStack()
|
H A D | oat_quick_method_header.cc | 53 << " current entry_point=" << method->GetEntryPointFromQuickCompiledCode() in ToDexPc()
|
H A D | stack.cc | 666 const void* code = method->GetEntryPointFromQuickCompiledCode(); in AssertPcIsWithinQuickCode() 833 const void* existing_entry_point = method->GetEntryPointFromQuickCompiledCode(); in WalkStack() 943 << " entrypoints=" << method->GetEntryPointFromQuickCompiledCode() in WalkStack()
|
H A D | method_handles.cc | 514 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeMethod() 611 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeTransform() 1227 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeExactInternal()
|
H A D | art_method.h | 481 const void* GetEntryPointFromQuickCompiledCode() const { in GetEntryPointFromQuickCompiledCode() function
|
H A D | well_known_classes.cc | 501 jni::DecodeArtMethod(java_lang_reflect_Proxy_init)->GetEntryPointFromQuickCompiledCode(), in LateInit()
|
H A D | class_linker.cc | 237 if (class_linker->IsQuickToInterpreterBridge(method->GetEntryPointFromQuickCompiledCode()) && in ChangeInterpreterBridgeToNterp() 1998 if (method.GetEntryPointFromQuickCompiledCode() == nterp_trampoline_) { in AddImageSpace() 3493 if (IsQuickToInterpreterBridge(method->GetEntryPointFromQuickCompiledCode())) { in FixupStaticTrampolines() 3529 DCHECK(method->GetEntryPointFromQuickCompiledCode() == nullptr); in LinkCode() 3575 DCHECK(class_linker->IsQuickGenericJniStub(method->GetEntryPointFromQuickCompiledCode())); in LinkCode()
|
H A D | runtime.cc | 3068 const void* code = m.GetEntryPointFromQuickCompiledCode(); in operator ()()
|
/aosp12/art/test/566-polymorphic-inlining/ |
H A D | polymorphic_inline.cc | 38 const void* pc = method->GetEntryPointFromQuickCompiledCode(); in do_checks()
|
/aosp12/art/runtime/jit/ |
H A D | jit_code_cache.cc | 902 DCHECK(!IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())); in TransitionToDebuggable() 913 DCHECK(!IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())); in TransitionToDebuggable() 1176 if (method->GetEntryPointFromQuickCompiledCode() == method_header->GetEntryPoint()) { in GarbageCollectCache() 1298 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection() 1323 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection() 1336 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection() 1580 const void* existing_entry_point = method->GetEntryPointFromQuickCompiledCode(); in NotifyCompilationOf() 1736 const void* method_entrypoint = method->GetEntryPointFromQuickCompiledCode(); in InvalidateCompiledCodeFor()
|
H A D | jit.cc | 416 return code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode()); in CanInvokeCompiledCode() 479 if (!GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in PrepareForOsr() 1326 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in CompileMethodFromProfile() 1527 if (!code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeCompileMethod() 1797 if (GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in EnqueueCompilationFromNterp()
|
/aosp12/art/test/common/ |
H A D | stack_inspect.cc | 124 goal->GetEntryPointFromQuickCompiledCode()); in Java_Main_isInterpretedFunction()
|
H A D | runtime_state.cc | 275 } while (!code_cache->ContainsPc(method->GetEntryPointFromQuickCompiledCode())); in ForceJitCompiled()
|
/aosp12/art/runtime/entrypoints/quick/ |
H A D | quick_field_entrypoints.cc | 57 if (outer->GetEntryPointFromQuickCompiledCode() == nullptr) { in GetReferrer()
|
H A D | quick_trampoline_entrypoints.cc | 1383 code = called->GetEntryPointFromQuickCompiledCode(); in artQuickResolutionTrampoline() 2224 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeCommon() 2365 reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCode()), in artInvokeInterfaceTrampoline() 2399 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeInterfaceTrampoline()
|
/aosp12/art/dex2oat/driver/ |
H A D | compiler_driver_test.cc | 146 EXPECT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) << "method_idx=" << i in TEST_F()
|
/aosp12/art/runtime/interpreter/ |
H A D | interpreter_common.cc | 72 const void* quick_code = method->GetEntryPointFromQuickCompiledCode(); in UseFastInterpreterToInterpreterInvoke() 1234 called_method->GetEntryPointFromQuickCompiledCode()); in DoCallCommon()
|
/aosp12/art/compiler/jni/ |
H A D | jni_compiler_test.cc | 258 const void* code = method->GetEntryPointFromQuickCompiledCode(); in CompileForTest() 261 ASSERT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) in CompileForTest()
|
/aosp12/art/openjdkjvmti/ |
H A D | events.cc | 1265 const void* code = m.GetEntryPointFromQuickCompiledCode(); in HandleLocalAccessCapabilityAdded()
|
/aosp12/art/runtime/arch/ |
H A D | stub_test.cc | 1732 if (contains_amethod->GetEntryPointFromQuickCompiledCode() == nullptr) { in TEST_F()
|
/aosp12/art/dex2oat/linker/ |
H A D | image_writer.cc | 3305 CHECK(copy->GetEntryPointFromQuickCompiledCode() == nullptr); in CopyAndFixupMethod()
|