Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc118 size_t last_sep_index = dex_location.find_last_of('/'); in GetProfileDexFileKey() local
119 if (last_sep_index == std::string::npos) { in GetProfileDexFileKey()
122 DCHECK(last_sep_index < dex_location.size()); in GetProfileDexFileKey()
123 return dex_location.substr(last_sep_index + 1); in GetProfileDexFileKey()