Lines Matching refs:End
389 if (oat > End()) { in Setup()
395 if (oat > End()) { in Setup()
399 End()); in Setup()
413 if (UNLIKELY(oat > End())) { in Setup()
421 if (UNLIKELY(oat > End())) { in Setup()
433 if (UNLIKELY(oat > End())) { in Setup()
453 if (UNLIKELY(oat > End())) { in Setup()
477 if (UNLIKELY(oat > End())) { in Setup()
515 const uint8_t* OatFile::End() const { in End() function in art::OatFile
632 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
635 CHECK_LT(status_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
641 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
646 CHECK_LE(after_type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
655 CHECK_LE(bitmap_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
660 CHECK_LE(methods_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()