Home
last modified time | relevance | path

Searched refs:EntryPointToCodePointer (Results 1 – 6 of 6) sorted by relevance

/art/runtime/
Doat_file-inl.h29 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetOatQuickMethodHeader()
46 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes()
54 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask()
62 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask()
75 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetVmapTable()
87 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetQuickCodeSize()
Doat_quick_method_header.cc125 reinterpret_cast<uintptr_t>(EntryPointToCodePointer(nterp_entrypoint)); in GetNterpMethodHeader()
Doat_quick_method_header.h62 return FromCodePointer(EntryPointToCodePointer(entry_point)); in FromEntryPoint()
/art/libartbase/base/
Dutils.h98 static inline const void* EntryPointToCodePointer(const void* entry_point) { in EntryPointToCodePointer() function
/art/oatdump/
Doatdump.cc303 const void* code_address = EntryPointToCodePointer(reinterpret_cast<void*>(entry_point)); in WalkOatMethod()
/art/compiler/jni/
Djni_compiler_test.cc430 const void* code_ptr = EntryPointToCodePointer(caller->GetEntryPointFromQuickCompiledCode()); in AssertCallerObjectLocked()