Searched refs:GetOatPointer (Results 1 – 2 of 2) sorted by relevance
28 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetOatQuickMethodHeader()74 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetVmapTable()86 const void* code = EntryPointToCodePointer(GetOatPointer<const void*>(code_offset_)); in GetQuickCodeSize()98 return GetOatPointer<const void*>(GetCodeOffset()); in GetQuickCode()
232 T GetOatPointer(uint32_t offset) const { in GetOatPointer() function