Lines Matching defs:GetLocation

442   const std::string& GetLocation() const {
485 DCHECK(header_ != nullptr) << GetLocation();
502 DCHECK(header_ != nullptr) << GetLocation();
508 DCHECK_LT(idx, NumStringIds()) << GetLocation();
513 CHECK_GE(&string_id, string_ids_) << GetLocation();
514 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
555 DCHECK(header_ != nullptr) << GetLocation();
561 DCHECK_LT(idx, NumTypeIds()) << GetLocation();
566 CHECK_GE(&type_id, type_ids_) << GetLocation();
567 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation();
569 DCHECK_LT(result, 65536U) << GetLocation();
594 DCHECK(header_ != nullptr) << GetLocation();
600 DCHECK_LT(idx, NumFieldIds()) << GetLocation();
605 CHECK_GE(&field_id, field_ids_) << GetLocation();
606 CHECK_LT(&field_id, field_ids_ + header_->field_ids_size_) << GetLocation();
634 DCHECK(header_ != nullptr) << GetLocation();
640 DCHECK_LT(idx, NumMethodIds()) << GetLocation();
645 CHECK_GE(&method_id, method_ids_) << GetLocation();
646 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation();
689 DCHECK(header_ != nullptr) << GetLocation();
695 DCHECK_LT(idx, NumClassDefs()) << GetLocation();
700 CHECK_GE(&class_def, class_defs_) << GetLocation();
701 CHECK_LT(&class_def, class_defs_ + header_->class_defs_size_) << GetLocation();
752 DCHECK(header_ != nullptr) << GetLocation();
758 DCHECK_LT(idx, NumProtoIds()) << GetLocation();
763 CHECK_GE(&proto_id, proto_ids_) << GetLocation();
764 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation();
1243 // path to DexCache::GetLocation when loading from an image.