Home | History | Annotate | Download | only in runtime

Lines Matching refs:class_defs_size_

92     uint32_t class_defs_size_;  // number of ClassDefs
705 return header_->class_defs_size_;
716 CHECK_LT(&class_def, class_defs_ + header_->class_defs_size_) << GetLocation();