Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1542 size_t location_start = 0u; in GetPrimaryImageLocation() local
1544 while (location_end == location_start) { in GetPrimaryImageLocation()
1545 ++location_start; in GetPrimaryImageLocation()
1546 location_end = image_location_.find(location_start, kComponentSeparator); in GetPrimaryImageLocation()
1549 ? image_location_.substr(location_start) in GetPrimaryImageLocation()
1550 : image_location_.substr(location_start, location_end - location_start); in GetPrimaryImageLocation()