Home
last modified time | relevance | path

Searched refs:GetEntryPointFromQuickCompiledCode (Results 1 – 21 of 21) sorted by relevance

/art/runtime/
Doat_quick_method_header.cc47 << " current entry_point=" << method->GetEntryPointFromQuickCompiledCode() in ToDexPc()
Dart_method.cc341 bool have_quick_code = GetEntryPointFromQuickCompiledCode() != nullptr; in Invoke()
346 GetEntryPointFromQuickCompiledCode(), static_cast<int>(IsStatic() ? 1 : 0)); in Invoke()
356 CHECK(oat_quick_code == nullptr || oat_quick_code != GetEntryPointFromQuickCompiledCode()) in Invoke()
373 GetEntryPointFromQuickCompiledCode()); in Invoke()
583 const void* existing_entry_point = GetEntryPointFromQuickCompiledCode(); in GetOatQuickMethodHeader()
763 if (runtime->GetJit()->GetCodeCache()->ContainsPc(GetEntryPointFromQuickCompiledCode())) { in CopyFrom()
Dnative_stack_dump.cc294 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in PcIsWithinQuickCode()
394 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); in DumpNativeStack()
Dstack.cc594 const void* code = method->GetEntryPointFromQuickCompiledCode(); in AssertPcIsWithinQuickCode()
781 const void* existing_entry_point = method->GetEntryPointFromQuickCompiledCode(); in WalkStack()
904 << " entrypoints=" << method->GetEntryPointFromQuickCompiledCode() in WalkStack()
Dmethod_handles.cc512 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeMethod()
604 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeTransform()
1211 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeExactInternal()
Dart_method.h424 const void* GetEntryPointFromQuickCompiledCode() { in GetEntryPointFromQuickCompiledCode() function
Dwell_known_classes.cc443 jni::DecodeArtMethod(java_lang_reflect_Proxy_init)->GetEntryPointFromQuickCompiledCode(), in LateInit()
Dclass_linker.cc1509 const void* code = m.GetEntryPointFromQuickCompiledCode(); in Update()
1520 const void* code = m.GetEntryPointFromQuickCompiledCode(); in Update()
3486 DCHECK(method->GetEntryPointFromQuickCompiledCode() == nullptr); in LinkCode()
3495 const void* quick_code = method->GetEntryPointFromQuickCompiledCode(); in LinkCode()
3523 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in LinkCode()
Druntime.cc2746 const void* code = m.GetEntryPointFromQuickCompiledCode(); in operator ()()
/art/runtime/jit/
Djit_code_cache.cc492 if (ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in WillExecuteJitCode()
494 } else if (method->GetEntryPointFromQuickCompiledCode() == GetQuickInstrumentationEntryPoint()) { in WillExecuteJitCode()
1131 if (!class_linker->IsQuickResolutionStub(m->GetEntryPointFromQuickCompiledCode())) { in CommitCodeInternal()
1155 method->GetEntryPointFromQuickCompiledCode())) { in CommitCodeInternal()
1322 if (IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())) { in ClearEntryPointsInZygoteExecSpace()
1585 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in GarbageCollectCache()
1609 if (method->GetEntryPointFromQuickCompiledCode() == method_header->GetEntryPoint()) { in GarbageCollectCache()
1688 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()
1721 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
1734 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
[all …]
Djit.cc346 return code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode()); in CanInvokeCompiledCode()
431 if (!jit->GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeDoOnStackReplacement()
795 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in CompileMethodsFromProfile()
897 if (!code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeCompileMethod()
956 (method->GetEntryPointFromQuickCompiledCode() != GetQuickInstrumentationEntryPoint())) { in MethodEntered()
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc39 const void* pc = method->GetEntryPointFromQuickCompiledCode(); in do_checks()
/art/test/common/
Dstack_inspect.cc120 goal->GetEntryPointFromQuickCompiledCode()); in Java_Main_isInterpretedFunction()
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc57 if (outer->GetEntryPointFromQuickCompiledCode() == nullptr) { in GetReferrer()
Dquick_trampoline_entrypoints.cc1478 code = called->GetEntryPointFromQuickCompiledCode(); in artQuickResolutionTrampoline()
1498 code = called->GetEntryPointFromQuickCompiledCode(); in artQuickResolutionTrampoline()
2555 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeCommon()
2708 reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCode()), in artInvokeInterfaceTrampoline()
2737 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeInterfaceTrampoline()
/art/dex2oat/driver/
Dcompiler_driver_test.cc148 EXPECT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) << "method_idx=" << i in TEST_F()
/art/runtime/interpreter/
Dinterpreter_common.cc71 const void* quick_code = method->GetEntryPointFromQuickCompiledCode(); in UseFastInterpreterToInterpreterInvoke()
1559 called_method->GetEntryPointFromQuickCompiledCode()); in DoCallCommon()
/art/openjdkjvmti/
Devents.cc1120 const void* code = m.GetEntryPointFromQuickCompiledCode(); in HandleLocalAccessCapabilityAdded()
/art/compiler/jni/
Djni_compiler_test.cc256 const void* code = method->GetEntryPointFromQuickCompiledCode(); in CompileForTest()
259 ASSERT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) in CompileForTest()
/art/runtime/arch/
Dstub_test.cc1871 if (contains_amethod->GetEntryPointFromQuickCompiledCode() == nullptr) { in TEST_F()
/art/dex2oat/linker/
Dimage_writer.cc3451 CHECK(copy->GetEntryPointFromQuickCompiledCode() == nullptr); in CopyAndFixupMethod()