Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.cc272 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()
Doat_quick_method_header.cc58 << " current entry_point=" << method->GetEntryPointFromQuickCompiledCode() in ToDexPc()
Dstack.cc627 const void* code = method->GetEntryPointFromQuickCompiledCode(); in AssertPcIsWithinQuickCode()
876 << " entrypoints=" << method->GetEntryPointFromQuickCompiledCode() in WalkStack()
Dart_method.h459 const void* GetEntryPointFromQuickCompiledCode() { in GetEntryPointFromQuickCompiledCode() function
Dutils.cc1098 method->GetEntryPointFromQuickCompiledCode())); in PcIsWithinQuickCode()
1172 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); in DumpNativeStack()
Dclass_linker.cc1424 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()
Ddebugger.cc581 const void* code = m.GetEntryPointFromQuickCompiledCode(); in operator ()()
/art/test/566-polymorphic-inlining/
Dpolymorphic_inline.cc36 header = OatQuickMethodHeader::FromEntryPoint(method->GetEntryPointFromQuickCompiledCode()); in do_checks()
/art/runtime/jit/
Djit_code_cache.cc641 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()
Djit.cc329 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()
/art/test/common/
Druntime_state.cc145 header = OatQuickMethodHeader::FromEntryPoint(method->GetEntryPointFromQuickCompiledCode()); in Java_Main_ensureJitCompiled()
/art/compiler/jit/
Djit_compiler.cc223 const void* ptr = method->GetEntryPointFromQuickCompiledCode(); in CompileMethod()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1117 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()
/art/compiler/driver/
Dcompiler_driver_test.cc129 EXPECT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) << "method_idx=" << i in TEST_F()
/art/runtime/interpreter/
Dinterpreter_common.cc755 target->GetEntryPointFromQuickCompiledCode())) { in DoCallCommon()
/art/compiler/jni/
Djni_compiler_test.cc81 const void* code = method->GetEntryPointFromQuickCompiledCode(); in CompileForTest()
84 ASSERT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) in CompileForTest()
/art/runtime/arch/
Dstub_test.cc1969 if (contains_amethod->GetEntryPointFromQuickCompiledCode() == nullptr) { in TEST_F()