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

/art/runtime/
H A Doat_file.cc631 const uint8_t* oat_class_pointer = oat_file_->Begin() + oat_class_offset; local
632 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation();
634 const uint8_t* status_pointer = oat_class_pointer;

Completed in 74 milliseconds