Searched refs:GetEntryPointFromQuickCompiledCode (Results 1 – 22 of 22) sorted by relevance
38 const void* pc = method->GetEntryPointFromQuickCompiledCode(); in do_checks()
53 << " current entry_point=" << method->GetEntryPointFromQuickCompiledCode() in ToDexPc()
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()
298 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in PcIsWithinQuickCode()398 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); in DumpNativeStack()
666 const void* code = method->GetEntryPointFromQuickCompiledCode(); in AssertPcIsWithinQuickCode()833 const void* existing_entry_point = method->GetEntryPointFromQuickCompiledCode(); in WalkStack()943 << " 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()
481 const void* GetEntryPointFromQuickCompiledCode() const { in GetEntryPointFromQuickCompiledCode() function
501 jni::DecodeArtMethod(java_lang_reflect_Proxy_init)->GetEntryPointFromQuickCompiledCode(), in LateInit()
237 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()
3068 const void* code = m.GetEntryPointFromQuickCompiledCode(); in operator ()()
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()
416 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()
124 goal->GetEntryPointFromQuickCompiledCode()); in Java_Main_isInterpretedFunction()
275 } while (!code_cache->ContainsPc(method->GetEntryPointFromQuickCompiledCode())); in ForceJitCompiled()
57 if (outer->GetEntryPointFromQuickCompiledCode() == nullptr) { in GetReferrer()
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()
146 EXPECT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) << "method_idx=" << i in TEST_F()
72 const void* quick_code = method->GetEntryPointFromQuickCompiledCode(); in UseFastInterpreterToInterpreterInvoke()1234 called_method->GetEntryPointFromQuickCompiledCode()); in DoCallCommon()
258 const void* code = method->GetEntryPointFromQuickCompiledCode(); in CompileForTest()261 ASSERT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) in CompileForTest()
1265 const void* code = m.GetEntryPointFromQuickCompiledCode(); in HandleLocalAccessCapabilityAdded()
1732 if (contains_amethod->GetEntryPointFromQuickCompiledCode() == nullptr) { in TEST_F()
3305 CHECK(copy->GetEntryPointFromQuickCompiledCode() == nullptr); in CopyAndFixupMethod()