Home
last modified time | relevance | path

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

/art/runtime/
Doat_quick_method_header.cc53 << " current entry_point=" << method->GetEntryPointFromQuickCompiledCode() in ToDexPc()
Dart_method.cc349 bool have_quick_code = GetEntryPointFromQuickCompiledCode() != nullptr; in Invoke()
354 GetEntryPointFromQuickCompiledCode(), static_cast<int>(IsStatic() ? 1 : 0)); in Invoke()
364 CHECK(oat_quick_code == nullptr || oat_quick_code != GetEntryPointFromQuickCompiledCode()) in Invoke()
381 GetEntryPointFromQuickCompiledCode()); in Invoke()
574 const void* existing_entry_point = GetEntryPointFromQuickCompiledCode(); in GetOatQuickMethodHeader()
759 if (runtime->GetJit()->GetCodeCache()->ContainsPc(GetEntryPointFromQuickCompiledCode())) { in CopyFrom()
Dnative_stack_dump.cc298 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in PcIsWithinQuickCode()
398 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); in DumpNativeStack()
Dstack.cc692 const void* code = method->GetEntryPointFromQuickCompiledCode(); in AssertPcIsWithinQuickCode()
859 const void* existing_entry_point = method->GetEntryPointFromQuickCompiledCode(); in WalkStack()
969 << " entrypoints=" << method->GetEntryPointFromQuickCompiledCode() in WalkStack()
Dmethod_handles.cc514 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeMethod()
611 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeTransform()
1227 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeExactInternal()
Dart_method.h468 const void* GetEntryPointFromQuickCompiledCode() const { in GetEntryPointFromQuickCompiledCode() function
Dwell_known_classes.cc492 jni::DecodeArtMethod(java_lang_reflect_Proxy_init)->GetEntryPointFromQuickCompiledCode(), in LateInit()
Dclass_linker.cc233 if (class_linker->IsQuickToInterpreterBridge(method->GetEntryPointFromQuickCompiledCode()) && in ChangeInterpreterBridgeToNterp()
1713 const void* code = m.GetEntryPointFromQuickCompiledCode(); in Update()
1724 const void* code = m.GetEntryPointFromQuickCompiledCode(); in Update()
3680 if (IsQuickToInterpreterBridge(method->GetEntryPointFromQuickCompiledCode())) { in FixupStaticTrampolines()
3716 DCHECK(method->GetEntryPointFromQuickCompiledCode() == nullptr); in LinkCode()
3762 DCHECK(class_linker->IsQuickGenericJniStub(method->GetEntryPointFromQuickCompiledCode())); in LinkCode()
Druntime.cc2837 const void* code = m.GetEntryPointFromQuickCompiledCode(); in operator ()()
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc39 const void* pc = method->GetEntryPointFromQuickCompiledCode(); in do_checks()
/art/runtime/jit/
Djit_code_cache.cc292 if (ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in WillExecuteJitCode()
294 } else if (method->GetEntryPointFromQuickCompiledCode() == GetQuickInstrumentationEntryPoint()) { in WillExecuteJitCode()
935 DCHECK(!IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())); in TransitionToDebuggable()
946 DCHECK(!IsInZygoteExecSpace(method->GetEntryPointFromQuickCompiledCode())); in TransitionToDebuggable()
1203 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in GarbageCollectCache()
1226 if (method->GetEntryPointFromQuickCompiledCode() == method_header->GetEntryPoint()) { in GarbageCollectCache()
1359 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()
1376 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()
1413 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
1426 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()
[all …]
Djit.cc410 return code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode()); in CanInvokeCompiledCode()
473 if (!GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in PrepareForOsr()
1133 const void* code = new_method->GetEntryPointFromQuickCompiledCode(); in MapBootImageMethods()
1339 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in CompileMethodFromProfile()
1567 if (!code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeCompileMethod()
1652 (method->GetEntryPointFromQuickCompiledCode() != GetQuickInstrumentationEntryPoint())) { in MethodEntered()
1863 if (GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in EnqueueCompilationFromNterp()
/art/test/common/
Dstack_inspect.cc124 goal->GetEntryPointFromQuickCompiledCode()); in Java_Main_isInterpretedFunction()
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc57 if (outer->GetEntryPointFromQuickCompiledCode() == nullptr) { in GetReferrer()
Dquick_trampoline_entrypoints.cc1370 code = called->GetEntryPointFromQuickCompiledCode(); in artQuickResolutionTrampoline()
2297 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeCommon()
2455 reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCode()), in artInvokeInterfaceTrampoline()
2488 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.cc72 const void* quick_code = method->GetEntryPointFromQuickCompiledCode(); in UseFastInterpreterToInterpreterInvoke()
1238 called_method->GetEntryPointFromQuickCompiledCode()); in DoCallCommon()
/art/compiler/jni/
Djni_compiler_test.cc261 const void* code = method->GetEntryPointFromQuickCompiledCode(); in CompileForTest()
264 ASSERT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) in CompileForTest()
/art/openjdkjvmti/
Devents.cc1265 const void* code = m.GetEntryPointFromQuickCompiledCode(); in HandleLocalAccessCapabilityAdded()
/art/runtime/arch/
Dstub_test.cc1732 if (contains_amethod->GetEntryPointFromQuickCompiledCode() == nullptr) { in TEST_F()
/art/dex2oat/linker/
Dimage_writer.cc3449 CHECK(copy->GetEntryPointFromQuickCompiledCode() == nullptr); in CopyAndFixupMethod()