Home
last modified time | relevance | path

Searched refs:GetEntryPointFromQuickCompiledCodePtrSize (Results 1 – 14 of 14) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Dimage_test.cc129 const void* code = origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()
139 ASSERT_EQ(code, copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)); in TEST_F()
152 code = origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()
161 code = copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()
H A Doat_writer.cc1570 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in StartClass()
1650 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in Postprocess()
H A Dimage_writer.cc3219 method->GetEntryPointFromQuickCompiledCodePtrSize(target_ptr_size_); in GetQuickCode()
/aosp12/art/runtime/
H A Dart_method.h482 return GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in GetEntryPointFromQuickCompiledCode()
485 const void* GetEntryPointFromQuickCompiledCodePtrSize(PointerSize pointer_size) const { in GetEntryPointFromQuickCompiledCodePtrSize() function
H A Dart_method-inl.h396 const void* old_code = GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in UpdateEntrypoints()
H A Dinstrumentation.cc1142 const void* code = method->GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in GetCodeForInvoke()
1169 const void* code = method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in GetQuickCodeFor()
H A Dart_method.cc743 (GetEntryPointFromQuickCompiledCodePtrSize(image_pointer_size) == in CopyFrom()
H A Dclass_linker.cc1265 m.GetEntryPointFromQuickCompiledCodePtrSize(data.pointer_size); in InitFromBootImage()
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver_test.cc247 const void* code = m.GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in CheckCompiledMethods()
/aosp12/art/test/common/
H A Druntime_state.cc176 const void* actual_code = method->GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in Java_Main_isAotCompiled()
/aosp12/art/oatdump/
H A Doatdump.cc1982 const void* quick_code = m->GetEntryPointFromQuickCompiledCodePtrSize( in GetQuickOatCodeBegin()
2103 if (quick_oat_code_begin != method->GetEntryPointFromQuickCompiledCodePtrSize( in DumpMethod()
2112 method->GetEntryPointFromQuickCompiledCodePtrSize(image_header_.GetPointerSize()); in DumpMethod()
/aosp12/art/compiler/optimizing/
H A Doptimizing_compiler.cc295 return reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCodePtrSize( in GetEntryPointOf()
/aosp12/art/imgdiag/
H A Dimgdiag.cc930 art_method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)) in DumpOneArtMethod()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc1309 const void* old_code = method.GetEntryPointFromQuickCompiledCodePtrSize(kPointerSize); in RelocateInPlace()