Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc911 size_t profile_separator_pos = boot_image.find(ImageSpace::kProfileSeparator); in ProcessOptions() local
912 if (profile_separator_pos != std::string::npos) { in ProcessOptions()
913 boot_image.resize(profile_separator_pos); in ProcessOptions()
/art/runtime/gc/space/
Dimage_space.cc1487 size_t profile_separator_pos = location.find(kProfileSeparator); in GetPrimaryImageLocation() local
1488 if (profile_separator_pos != std::string::npos) { in GetPrimaryImageLocation()
1489 location.resize(profile_separator_pos); in GetPrimaryImageLocation()