Lines Matching refs:End
232 if (oat > End()) {
238 if (oat > End()) {
242 End());
256 if (UNLIKELY(oat > End())) {
264 if (UNLIKELY(oat > End())) {
274 if (UNLIKELY(oat > End())) {
294 if (UNLIKELY(oat > End())) {
318 if (UNLIKELY(oat > End())) {
356 const byte* OatFile::End() const {
377 if (primary_it != oat_dex_files_.end()) {
386 if (secondary_lb != secondary_oat_dex_files_.end() && key == secondary_lb->first) {
394 if (canonical_it != oat_dex_files_.end()) {
465 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation();
468 CHECK_LT(status_pointer, oat_file_->End()) << oat_file_->GetLocation();
474 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation();
479 CHECK_LE(after_type_pointer, oat_file_->End()) << oat_file_->GetLocation();
487 CHECK_LE(bitmap_pointer, oat_file_->End()) << oat_file_->GetLocation();
492 CHECK_LE(methods_pointer, oat_file_->End()) << oat_file_->GetLocation();