Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.cc127 const void* code = origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()
137 ASSERT_EQ(code, copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)); in TEST_F()
150 code = origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()
159 code = copied->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()
Doat_writer.cc1530 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in StartClass()
1609 origin->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in Postprocess()
1892 target->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size_); in GetTargetOffset()
Dimage_writer.cc3372 method->GetEntryPointFromQuickCompiledCodePtrSize(target_ptr_size_); in GetQuickCode()
/art/runtime/
Dart_method.h425 return GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in GetEntryPointFromQuickCompiledCode()
427 ALWAYS_INLINE const void* GetEntryPointFromQuickCompiledCodePtrSize(PointerSize pointer_size) { in GetEntryPointFromQuickCompiledCodePtrSize() function
Dart_method-inl.h397 const void* old_code = GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in UpdateEntrypoints()
Dinstrumentation.cc1101 const void* code = method->GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in GetCodeForInvoke()
1138 const void* code = method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in GetQuickCodeFor()
Dclass_linker.cc1034 m.GetEntryPointFromQuickCompiledCodePtrSize(data.pointer_size); in InitFromBootImage()
/art/dex2oat/driver/
Dcompiler_driver_test.cc249 const void* code = m.GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in CheckCompiledMethods()
/art/test/common/
Druntime_state.cc158 const void* actual_code = method->GetEntryPointFromQuickCompiledCodePtrSize(kRuntimePointerSize); in Java_Main_isAotCompiled()
/art/compiler/optimizing/
Doptimizing_compiler.cc292 return reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCodePtrSize( in GetEntryPointOf()
/art/oatdump/
Doatdump.cc2139 const void* quick_code = m->GetEntryPointFromQuickCompiledCodePtrSize( in GetQuickOatCodeBegin()
2366 if (quick_oat_code_begin != method->GetEntryPointFromQuickCompiledCodePtrSize( in DumpMethod()
/art/imgdiag/
Dimgdiag.cc923 art_method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)) in DumpOneArtMethod()
/art/runtime/gc/space/
Dimage_space.cc1306 const void* old_code = method.GetEntryPointFromQuickCompiledCodePtrSize(kPointerSize); in RelocateInPlace()