Searched refs:type_pointer (Results 1 – 1 of 1) sorted by relevance
480 const byte* type_pointer = status_pointer + sizeof(uint16_t); in GetOatClass() local481 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()482 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer)); in GetOatClass()485 const byte* after_type_pointer = type_pointer + sizeof(int16_t); in GetOatClass()