Searched refs:EntryPointToCodePointer (Results 1 – 5 of 5) sorted by relevance
28 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetOatQuickMethodHeader()53 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes()61 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask()69 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask()90 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetVmapTable()102 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetQuickCodeSize()
50 return FromCodePointer(EntryPointToCodePointer(entry_point)); in FromEntryPoint()
309 uintptr_t code = reinterpret_cast<uintptr_t>(EntryPointToCodePointer(entry_point)); in PcIsWithinQuickCode()
85 static inline const void* EntryPointToCodePointer(const void* entry_point) { in EntryPointToCodePointer() function
306 const void* code_address = EntryPointToCodePointer(reinterpret_cast<void*>(entry_point)); in WalkOatMethod()