Lines Matching refs:End
239 if (oat > End()) { in Setup()
245 if (oat > End()) { in Setup()
249 End()); in Setup()
263 if (UNLIKELY(oat > End())) { in Setup()
271 if (UNLIKELY(oat > End())) { in Setup()
281 if (UNLIKELY(oat > End())) { in Setup()
301 if (UNLIKELY(oat > End())) { in Setup()
325 if (UNLIKELY(oat > End())) { in Setup()
363 const byte* OatFile::End() const { in End() function in art::OatFile
472 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
475 CHECK_LT(status_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
481 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
486 CHECK_LE(after_type_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
494 CHECK_LE(bitmap_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()
499 CHECK_LE(methods_pointer, oat_file_->End()) << oat_file_->GetLocation(); in GetOatClass()