Home
last modified time | relevance | path

Searched refs:names_count_ (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dclass_linker.cc9599 } else if (names_count_ == UINT32_MAX) { in ValidateCounts()
9603 } else if (names_count_ != types_count_) { // Every component must have a name and a type. in ValidateCounts()
9605 "componentTypes is expected to have %i, but has %i types", names_count_, types_count_)); in ValidateCounts()
9607 } else if (signatures_count_ != UINT32_MAX && signatures_count_ != names_count_) { in ValidateCounts()
9610 names_count_)); in ValidateCounts()
9611 } else if (annotation_element_exists && visibilities_count_ != names_count_) { in ValidateCounts()
9615 names_count_)); in ValidateCounts()
9616 } else if (annotation_element_exists && annotations_count_ != names_count_) { in ValidateCounts()
9619 names_count_)); in ValidateCounts()
9660 element_count = &names_count_; in VisitAnnotationElement()
[all …]