Home
last modified time | relevance | path

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

/art/compiler/
Dcompilers.cc88 return reinterpret_cast<uintptr_t>(method->GetEntryPointFromQuickCompiledCodePtrSize( in GetEntryPointOf()
/art/runtime/mirror/
Dart_method.h306 return GetEntryPointFromQuickCompiledCodePtrSize(sizeof(void*)); in GetEntryPointFromQuickCompiledCode()
309 ALWAYS_INLINE const void* GetEntryPointFromQuickCompiledCodePtrSize(size_t pointer_size) in GetEntryPointFromQuickCompiledCodePtrSize() function
/art/oatdump/
Doatdump.cc1210 const void* quick_code = m->GetEntryPointFromQuickCompiledCodePtrSize( in GetQuickOatCodeBegin()
1326 if (quick_oat_code != method->GetEntryPointFromQuickCompiledCodePtrSize( in Callback()
/art/runtime/
Dinstrumentation.cc924 const void* code = method->GetEntryPointFromQuickCompiledCodePtrSize(pointer_size); in GetQuickCodeFor()
/art/patchoat/
Dpatchoat.cc543 object->GetEntryPointFromQuickCompiledCodePtrSize<kVerifyNone>(pointer_size)); in FixupMethod()