Searched refs:EntryPointToCodePointer (Results 1 – 5 of 5) sorted by relevance
28 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetOatQuickMethodHeader()45 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFrameSizeInBytes()53 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetCoreSpillMask()61 const void* code = EntryPointToCodePointer(GetQuickCode()); in GetFpSpillMask()74 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetVmapTable()86 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetQuickCodeSize()
52 return FromCodePointer(EntryPointToCodePointer(entry_point)); in FromEntryPoint()
313 uintptr_t code = reinterpret_cast<uintptr_t>(EntryPointToCodePointer(entry_point)); in PcIsWithinQuickCode()
94 static inline const void* EntryPointToCodePointer(const void* entry_point) { in EntryPointToCodePointer() function
304 const void* code_address = EntryPointToCodePointer(reinterpret_cast<void*>(entry_point)); in WalkOatMethod()