Home
last modified time | relevance | path

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

/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc38 const void* pc = method->GetEntryPointFromQuickCompiledCode(); in do_checks()
/art/runtime/
Doat_quick_method_header.cc53 << " current entry_point=" << method->GetEntryPointFromQuickCompiledCode() in ToDexPc()
Dart_method.cc350 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()
Dnative_stack_dump.cc298 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in PcIsWithinQuickCode()
398 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); in DumpNativeStack()
Dstack.cc666 const void* code = method->GetEntryPointFromQuickCompiledCode(); in AssertPcIsWithinQuickCode()
833 const void* existing_entry_point = method->GetEntryPointFromQuickCompiledCode(); in WalkStack()
943 << " 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.h481 const void* GetEntryPointFromQuickCompiledCode() const { in GetEntryPointFromQuickCompiledCode() function
Dwell_known_classes.cc501 jni::DecodeArtMethod(java_lang_reflect_Proxy_init)->GetEntryPointFromQuickCompiledCode(), in LateInit()
Dclass_linker.cc237 if (class_linker->IsQuickToInterpreterBridge(method->GetEntryPointFromQuickCompiledCode()) && in ChangeInterpreterBridgeToNterp()
1998 if (method.GetEntryPointFromQuickCompiledCode() == nterp_trampoline_) { in AddImageSpace()
3482 if (IsQuickToInterpreterBridge(method->GetEntryPointFromQuickCompiledCode())) { in FixupStaticTrampolines()
3518 DCHECK(method->GetEntryPointFromQuickCompiledCode() == nullptr); in LinkCode()
3564 DCHECK(class_linker->IsQuickGenericJniStub(method->GetEntryPointFromQuickCompiledCode())); in LinkCode()
Druntime.cc3068 const void* code = m.GetEntryPointFromQuickCompiledCode(); in operator ()()
/art/runtime/jit/
Djit_code_cache.cc902 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()
Djit.cc416 return code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode()); in CanInvokeCompiledCode()
479 if (!GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in PrepareForOsr()
1325 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in CompileMethodFromProfile()
1526 if (!code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeCompileMethod()
1796 if (GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in EnqueueCompilationFromNterp()
/art/test/common/
Dstack_inspect.cc124 goal->GetEntryPointFromQuickCompiledCode()); in Java_Main_isInterpretedFunction()
Druntime_state.cc275 } while (!code_cache->ContainsPc(method->GetEntryPointFromQuickCompiledCode())); in ForceJitCompiled()
/art/runtime/entrypoints/quick/
Dquick_field_entrypoints.cc57 if (outer->GetEntryPointFromQuickCompiledCode() == nullptr) { in GetReferrer()
Dquick_trampoline_entrypoints.cc1383 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()
/art/dex2oat/driver/
Dcompiler_driver_test.cc146 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()
1234 called_method->GetEntryPointFromQuickCompiledCode()); in DoCallCommon()
/art/compiler/jni/
Djni_compiler_test.cc258 const void* code = method->GetEntryPointFromQuickCompiledCode(); in CompileForTest()
261 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.cc3305 CHECK(copy->GetEntryPointFromQuickCompiledCode() == nullptr); in CopyAndFixupMethod()