Home
last modified time | relevance | path

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

/art/runtime/
Doat_file-inl.h26 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetOatQuickMethodHeader()
51 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes()
59 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask()
67 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask()
88 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetVmapTable()
100 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetQuickCodeSize()
Doat_quick_method_header.h54 return FromCodePointer(EntryPointToCodePointer(entry_point)); in FromEntryPoint()
Dutils.h213 static inline const void* EntryPointToCodePointer(const void* entry_point) { in EntryPointToCodePointer() function
Dnative_stack_dump.cc273 uintptr_t code = reinterpret_cast<uintptr_t>(EntryPointToCodePointer( in PcIsWithinQuickCode()
/art/oatdump/
Doatdump.cc266 const void* code_address = EntryPointToCodePointer(reinterpret_cast<void*>(entry_point)); in WalkOatMethod()