Home
last modified time | relevance | path

Searched refs:type_pointer (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Doat_file.cc1348 const uint8_t* type_pointer = status_pointer + sizeof(uint16_t); in GetOatClass() local
1349 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
1350 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer)); in GetOatClass()
1353 const uint8_t* after_type_pointer = type_pointer + sizeof(int16_t); in GetOatClass()