Home | History | Annotate | Download | only in runtime

Lines Matching refs:class_defs_size_

97     uint32_t class_defs_size_;  // number of ClassDefs
634 return header_->class_defs_size_;
645 CHECK_LT(&class_def, class_defs_ + header_->class_defs_size_) << GetLocation();