Lines Matching full:header_
485 DCHECK(header_ != nullptr) << GetLocation();
486 return *header_;
502 DCHECK(header_ != nullptr) << GetLocation();
503 return header_->string_ids_size_;
514 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
555 DCHECK(header_ != nullptr) << GetLocation();
556 return header_->type_ids_size_;
567 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation();
594 DCHECK(header_ != nullptr) << GetLocation();
595 return header_->field_ids_size_;
606 CHECK_LT(&field_id, field_ids_ + header_->field_ids_size_) << GetLocation();
634 DCHECK(header_ != nullptr) << GetLocation();
635 return header_->method_ids_size_;
646 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation();
689 DCHECK(header_ != nullptr) << GetLocation();
690 return header_->class_defs_size_;
701 CHECK_LT(&class_def, class_defs_ + header_->class_defs_size_) << GetLocation();
752 DCHECK(header_ != nullptr) << GetLocation();
753 return header_->proto_ids_size_;
764 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation();
1252 const Header* const header_;
1360 return header_.static_fields_size_;
1363 return header_.instance_fields_size_;
1366 return header_.direct_methods_size_;
1369 return header_.virtual_methods_size_;
1481 } header_;
1487 return header_.static_fields_size_;
1490 return EndOfStaticFieldsPos() + header_.instance_fields_size_;
1493 return EndOfInstanceFieldsPos() + header_.direct_methods_size_;
1496 return EndOfDirectMethodsPos() + header_.virtual_methods_size_;