Home
last modified time | relevance | path

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

/art/dex2oat/linker/
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()
Doat_writer.cc1570 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in StartClass()
1650 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in Postprocess()
Dimage_writer.cc3219 method->GetEntryPointFromQuickCompiledCodePtrSize(target_ptr_size_); in GetQuickCode()
/art/runtime/
Dart_method.h482 return GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in GetEntryPointFromQuickCompiledCode()
485 const void* GetEntryPointFromQuickCompiledCodePtrSize(PointerSize pointer_size) const { in GetEntryPointFromQuickCompiledCodePtrSize() function
Dart_method-inl.h396 const void* old_code = GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in UpdateEntrypoints()
Dinstrumentation.cc1142 const void* code = method->GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in GetCodeForInvoke()
1169 const void* code = method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in GetQuickCodeFor()
Dart_method.cc743 (GetEntryPointFromQuickCompiledCodePtrSize(image_pointer_size) == in CopyFrom()
Dclass_linker.cc1265 m.GetEntryPointFromQuickCompiledCodePtrSize(data.pointer_size); in InitFromBootImage()
/art/dex2oat/driver/
Dcompiler_driver_test.cc247 const void* code = m.GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in CheckCompiledMethods()
/art/test/common/
Druntime_state.cc176 const void* actual_code = method->GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in Java_Main_isAotCompiled()
/art/oatdump/
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()
/art/compiler/optimizing/
Doptimizing_compiler.cc295 return reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCodePtrSize( in GetEntryPointOf()
/art/imgdiag/
Dimgdiag.cc930 art_method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)) in DumpOneArtMethod()
/art/runtime/gc/space/
Dimage_space.cc1309 const void* old_code = method.GetEntryPointFromQuickCompiledCodePtrSize(kPointerSize); in RelocateInPlace()