Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1525 size_t wildcards_start = components_size; // No wildcards. in VerifyImageLocation() local
1532 if (wildcards_start != components.size()) { in VerifyImageLocation()
1557 if (wildcards_start == components_size) { in VerifyImageLocation()
1558 wildcards_start = i; in VerifyImageLocation()
1578 *named_components_count = wildcards_start; in VerifyImageLocation()