Searched defs:type_pointer (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Doat_file.cc640 const uint8_t* type_pointer = status_pointer + sizeof(uint16_t); local
641 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation();
642 OatClassType type = static_cast<OatClassType>(*reinterpret_cast<const uint16_t*>(type_pointer));
645 const uint8_t* after_type_pointer = type_pointer + sizeof(int16_t);

Completed in 43 milliseconds