Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1543 size_t location_end = image_location_.find(kComponentSeparator); in GetPrimaryImageLocation() local
1544 while (location_end == location_start) { in GetPrimaryImageLocation()
1546 location_end = image_location_.find(location_start, kComponentSeparator); in GetPrimaryImageLocation()
1548 std::string location = (location_end == std::string::npos) in GetPrimaryImageLocation()
1550 : image_location_.substr(location_start, location_end - location_start); in GetPrimaryImageLocation()