Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1833 size_t wildcards_start = components_size; // No wildcards. in VerifyImageLocation() local
1840 if (wildcards_start != components.size()) { in VerifyImageLocation()
1875 if (wildcards_start == components_size) { in VerifyImageLocation()
1876 wildcards_start = i; in VerifyImageLocation()
1896 *named_components_count = wildcards_start; in VerifyImageLocation()