Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1585 size_t wildcards_start = components_size; // No wildcards. in VerifyImageLocation() local
1592 if (wildcards_start != components.size()) { in VerifyImageLocation()
1627 if (wildcards_start == components_size) { in VerifyImageLocation()
1628 wildcards_start = i; in VerifyImageLocation()
1648 *named_components_count = wildcards_start; in VerifyImageLocation()