Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1600 std::string_view profile_key_view; in ReadDexFilesSection() local
1601 if (!buffer.ReadStringAndAdvance(&profile_key_view)) { in ReadDexFilesSection()
1605 if (profile_key_view.size() == 0u || profile_key_view.size() > kMaxDexFileKeyLength) { in ReadDexFilesSection()
1606 *error = "ProfileKey has an invalid size: " + std::to_string(profile_key_view.size()); in ReadDexFilesSection()
1609 std::string profile_key(profile_key_view); in ReadDexFilesSection()