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.cc1521 std::string_view profile_key_view; in ReadDexFilesSection() local
1522 if (!buffer.ReadStringAndAdvance(&profile_key_view)) { in ReadDexFilesSection()
1526 if (profile_key_view.size() == 0u || profile_key_view.size() > kMaxDexFileKeyLength) { in ReadDexFilesSection()
1527 *error = "ProfileKey has an invalid size: " + std::to_string(profile_key_view.size()); in ReadDexFilesSection()
1530 std::string profile_key(profile_key_view); in ReadDexFilesSection()