Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc62 return ContainsCodePtr(method->GetEntryPointFromQuickCompiledCode()); in ContainsMethod()
97 const void* code = method->GetEntryPointFromQuickCompiledCode(); in GetCodeFor()
110 DCHECK_EQ(method->GetEntryPointFromQuickCompiledCode(), old_code_ptr); in SaveCompiledCode()
/art/runtime/
Dart_method.cc305 const void* code = GetEntryPointFromQuickCompiledCode(); in AssertPcIsWithinQuickCode()
339 return oat_quick_code == nullptr || oat_quick_code != GetEntryPointFromQuickCompiledCode(); in IsEntrypointInterpreter()
401 bool have_quick_code = GetEntryPointFromQuickCompiledCode() != nullptr; in Invoke()
406 GetEntryPointFromQuickCompiledCode(), static_cast<int>(IsStatic() ? 1 : 0)); in Invoke()
439 GetEntryPointFromQuickCompiledCode()); in Invoke()
490 return GetQuickFrameInfo(EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode())); in GetQuickFrameInfo()
Dart_method-inl.h157 return GetCodeSize(EntryPointToCodePointer(GetEntryPointFromQuickCompiledCode())); in GetCodeSize()
193 return PointerToLowMemUInt32(GetEntryPointFromQuickCompiledCode()); in GetQuickOatCodeOffset()
Dart_method.h292 const void* GetEntryPointFromQuickCompiledCode() { in GetEntryPointFromQuickCompiledCode() function
317 reinterpret_cast<uintptr_t>(GetEntryPointFromQuickCompiledCode()), pc); in PcIsWithinQuickCode()
Dstack.cc785 << " entrypoints=" << method->GetEntryPointFromQuickCompiledCode() in WalkStack()
Dinstrumentation.cc94 const void* old_code_ptr = method->GetEntryPointFromQuickCompiledCode(); in UpdateEntrypoints()
Dutils.cc1151 const void* start_of_code = current_method->GetEntryPointFromQuickCompiledCode(); in DumpNativeStack()
Dclass_linker.cc2199 DCHECK(method->GetEntryPointFromQuickCompiledCode() == nullptr); in LinkCode()
2208 bool enter_interpreter = NeedsInterpreter(method, method->GetEntryPointFromQuickCompiledCode()); in LinkCode()
2242 const void* entry_point = method->GetEntryPointFromQuickCompiledCode(); in LinkCode()
/art/compiler/driver/
Dcompiler_driver_test.cc131 EXPECT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) << "method_idx=" << i in TEST_F()
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc983 code = called->GetEntryPointFromQuickCompiledCode(); in artQuickResolutionTrampoline()
997 code = called->GetEntryPointFromQuickCompiledCode(); in artQuickResolutionTrampoline()
1973 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeCommon()
2107 const void* code = method->GetEntryPointFromQuickCompiledCode(); in artInvokeInterfaceTrampoline()
/art/compiler/jni/
Djni_compiler_test.cc75 const void* code = method->GetEntryPointFromQuickCompiledCode(); in CompileForTest()
78 ASSERT_TRUE(method->GetEntryPointFromQuickCompiledCode() != nullptr) in CompileForTest()
/art/runtime/arch/
Dstub_test.cc2250 if (contains_amethod->GetEntryPointFromQuickCompiledCode() == nullptr) { in TEST_F()