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