Home | History | Annotate | Download | only in runtime

Lines Matching refs:header_

525     DCHECK(header_ != nullptr) << GetLocation();
526 return *header_;
542 DCHECK(header_ != nullptr) << GetLocation();
543 return header_->string_ids_size_;
554 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
582 DCHECK(header_ != nullptr) << GetLocation();
583 return header_->type_ids_size_;
598 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation();
617 DCHECK(header_ != nullptr) << GetLocation();
618 return header_->field_ids_size_;
629 CHECK_LT(&field_id, field_ids_ + header_->field_ids_size_) << GetLocation();
657 DCHECK(header_ != nullptr) << GetLocation();
658 return header_->method_ids_size_;
669 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation();
704 DCHECK(header_ != nullptr) << GetLocation();
705 return header_->class_defs_size_;
716 CHECK_LT(&class_def, class_defs_ + header_->class_defs_size_) << GetLocation();
777 DCHECK(header_ != nullptr) << GetLocation();
778 return header_->proto_ids_size_;
789 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation();
1199 const Header* const header_;
1322 return header_.static_fields_size_;
1325 return header_.instance_fields_size_;
1328 return header_.direct_methods_size_;
1331 return header_.virtual_methods_size_;
1470 } header_;
1476 return header_.static_fields_size_;
1479 return EndOfStaticFieldsPos() + header_.instance_fields_size_;
1482 return EndOfInstanceFieldsPos() + header_.direct_methods_size_;
1485 return EndOfDirectMethodsPos() + header_.virtual_methods_size_;