Lines Matching defs:End
389 if (oat > End()) {
395 if (oat > End()) {
399 End());
413 if (UNLIKELY(oat > End())) {
421 if (UNLIKELY(oat > End())) {
433 if (UNLIKELY(oat > End())) {
453 if (UNLIKELY(oat > End())) {
477 if (UNLIKELY(oat > End())) {
515 const uint8_t* OatFile::End() const {
544 if (primary_it != oat_dex_files_.end()) {
553 if (secondary_lb != secondary_oat_dex_files_.end() && key == secondary_lb->first) {
561 if (canonical_it != oat_dex_files_.end()) {
632 CHECK_LT(oat_class_pointer, oat_file_->End()) << oat_file_->GetLocation();
635 CHECK_LT(status_pointer, oat_file_->End()) << oat_file_->GetLocation();
641 CHECK_LT(type_pointer, oat_file_->End()) << oat_file_->GetLocation();
646 CHECK_LE(after_type_pointer, oat_file_->End()) << oat_file_->GetLocation();
655 CHECK_LE(bitmap_pointer, oat_file_->End()) << oat_file_->GetLocation();
660 CHECK_LE(methods_pointer, oat_file_->End()) << oat_file_->GetLocation();
795 for (auto it = split.begin(), end = split.end(); it != end; it += 2) {
843 for (auto it = split.begin(), end = split.end(); it != end; it += 2) {