Searched refs:GetEntryPointFromQuickCompiledCode (Results 1 – 17 of 17) sorted by relevance
272 bool have_quick_code = GetEntryPointFromQuickCompiledCode() != nullptr; in Invoke()277 GetEntryPointFromQuickCompiledCode(), static_cast<int>(IsStatic() ? 1 : 0)); in Invoke()284 CHECK(oat_quick_code == nullptr || oat_quick_code != GetEntryPointFromQuickCompiledCode()) in Invoke()301 GetEntryPointFromQuickCompiledCode()); in Invoke()381 const void* existing_entry_point = GetEntryPointFromQuickCompiledCode(); in GetOatQuickMethodHeader()488 if (runtime->GetJit()->GetCodeCache()->ContainsPc(GetEntryPointFromQuickCompiledCode())) { in CopyFrom()
58 << " current entry_point=" << method->GetEntryPointFromQuickCompiledCode() in ToDexPc()
627 const void* code = method->GetEntryPointFromQuickCompiledCode(); in AssertPcIsWithinQuickCode()876 << " entrypoints=" << method->GetEntryPointFromQuickCompiledCode() in WalkStack()
459 const void* GetEntryPointFromQuickCompiledCode() { in GetEntryPointFromQuickCompiledCode() function
1098 method->GetEntryPointFromQuickCompiledCode())); in PcIsWithinQuickCode()1172 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); in DumpNativeStack()
1424 const void* code = m.GetEntryPointFromQuickCompiledCode(); in UpdateAppImageClassLoadersAndDexCaches()1434 const void* code = m.GetEntryPointFromQuickCompiledCode(); in UpdateAppImageClassLoadersAndDexCaches()2860 DCHECK(method->GetEntryPointFromQuickCompiledCode() == nullptr); in LinkCode()2869 const void* quick_code = method->GetEntryPointFromQuickCompiledCode(); in LinkCode()2897 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in LinkCode()
581 const void* code = m.GetEntryPointFromQuickCompiledCode(); in operator ()()
36 header = OatQuickMethodHeader::FromEntryPoint(method->GetEntryPointFromQuickCompiledCode()); in do_checks()
641 const void* entry_point = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in GarbageCollectCache()684 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()711 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in DoCollection()734 const void* ptr = info->GetMethod()->GetEntryPointFromQuickCompiledCode(); in DoCollection()768 if (method_header->GetEntryPoint() == method->GetEntryPointFromQuickCompiledCode()) { in CheckLiveCompiledCodeHasProfilingInfo()913 if (!osr && ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in NotifyCompilationOf()976 if (method->GetEntryPointFromQuickCompiledCode() == header->GetEntryPoint()) { in InvalidateCompiledCodeFor()
329 return code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode()); in CanInvokeCompiledCode()413 if (!jit->GetCodeCache()->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in MaybeDoOnStackReplacement()639 !code_cache_->ContainsPc(method->GetEntryPointFromQuickCompiledCode())) { in AddSamples()
145 header = OatQuickMethodHeader::FromEntryPoint(method->GetEntryPointFromQuickCompiledCode()); in Java_Main_ensureJitCompiled()
223 const void* ptr = method->GetEntryPointFromQuickCompiledCode(); in CompileMethod()
1117 code = called->GetEntryPointFromQuickCompiledCode(); in artQuickResolutionTrampoline()1131 code = called->GetEntryPointFromQuickCompiledCode(); in artQuickResolutionTrampoline()2068 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeCommon()2185 reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCode()), in artInvokeInterfaceTrampoline()2244 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeInterfaceTrampoline()
129 EXPECT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) << "method_idx=" << i in TEST_F()
755 target->GetEntryPointFromQuickCompiledCode())) { in DoCallCommon()
81 const void* code = method->GetEntryPointFromQuickCompiledCode(); in CompileForTest()84 ASSERT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) in CompileForTest()
1969 if (contains_amethod->GetEntryPointFromQuickCompiledCode() == nullptr) { in TEST_F()