Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h176 && GetEntryPointFromQuickCompiledCodePtrSize(pointer_size) != nullptr in IsOptimized()
293 return GetEntryPointFromQuickCompiledCodePtrSize(sizeof(void*)); in GetEntryPointFromQuickCompiledCode()
295 ALWAYS_INLINE const void* GetEntryPointFromQuickCompiledCodePtrSize(size_t pointer_size) { in GetEntryPointFromQuickCompiledCodePtrSize() function
Dinstrumentation.cc847 const void* code = method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in GetQuickCodeFor()
/art/compiler/driver/
Dcompiler_driver_test.cc224 const void* code = m.GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in TEST_F()
/art/imgdiag/
Dimgdiag.cc557 art_method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)) in DumpImageDiffMap()
640 art_method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)) in DumpImageDiffMap()
/art/compiler/optimizing/
Doptimizing_compiler.cc201 return reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCodePtrSize( in GetEntryPointOf()
/art/compiler/dex/quick/
Dquick_compiler.cc796 return reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCodePtrSize( in GetEntryPointOf()
/art/oatdump/
Doatdump.cc1667 const void* quick_code = m->GetEntryPointFromQuickCompiledCodePtrSize( in GetQuickOatCodeBegin()
1813 if (quick_oat_code != method->GetEntryPointFromQuickCompiledCodePtrSize(image_pointer_size)) { in DumpMethod()
/art/patchoat/
Dpatchoat.cc651 object->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size)), pointer_size); in FixupMethod()
/art/compiler/
Doat_writer.cc811 const void* oat_code_offset = target->GetEntryPointFromQuickCompiledCodePtrSize(size); in GetTargetOffset()
Dimage_writer.cc1334 method->GetEntryPointFromQuickCompiledCodePtrSize(target_ptr_size_)); in GetQuickCode()