Home | History | Annotate | Download | only in runtime

Lines Matching refs:method_ids_size_

95     uint32_t method_ids_size_;  // number of MethodIds
584 return header_->method_ids_size_;
595 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation();