Searched refs:GetEntryPointFromQuickCompiledCode (Results 1 – 21 of 21) sorted by relevance
53 << " current entry_point=" << method->GetEntryPointFromQuickCompiledCode() in ToDexPc()
349 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()
298 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in PcIsWithinQuickCode()398 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); in DumpNativeStack()
692 const void* code = method->GetEntryPointFromQuickCompiledCode(); in AssertPcIsWithinQuickCode()859 const void* existing_entry_point = method->GetEntryPointFromQuickCompiledCode(); in WalkStack()969 << " entrypoints=" << method->GetEntryPointFromQuickCompiledCode() in WalkStack()
514 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeMethod()611 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeTransform()1227 called_method, called_method->GetEntryPointFromQuickCompiledCode()); in MethodHandleInvokeExactInternal()
468 const void* GetEntryPointFromQuickCompiledCode() const { in GetEntryPointFromQuickCompiledCode() function
492 jni::DecodeArtMethod(java_lang_reflect_Proxy_init)->GetEntryPointFromQuickCompiledCode(), in LateInit()
233 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()
2837 const void* code = m.GetEntryPointFromQuickCompiledCode(); in operator ()()
39 const void* pc = method->GetEntryPointFromQuickCompiledCode(); in do_checks()
292 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 …]
410 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()
124 goal->GetEntryPointFromQuickCompiledCode()); in Java_Main_isInterpretedFunction()
57 if (outer->GetEntryPointFromQuickCompiledCode() == nullptr) { in GetReferrer()
1370 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()
148 EXPECT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) << "method_idx=" << i in TEST_F()
72 const void* quick_code = method->GetEntryPointFromQuickCompiledCode(); in UseFastInterpreterToInterpreterInvoke()1238 called_method->GetEntryPointFromQuickCompiledCode()); in DoCallCommon()
261 const void* code = method->GetEntryPointFromQuickCompiledCode(); in CompileForTest()264 ASSERT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) in CompileForTest()
1265 const void* code = m.GetEntryPointFromQuickCompiledCode(); in HandleLocalAccessCapabilityAdded()
1732 if (contains_amethod->GetEntryPointFromQuickCompiledCode() == nullptr) { in TEST_F()
3449 CHECK(copy->GetEntryPointFromQuickCompiledCode() == nullptr); in CopyAndFixupMethod()