Home
last modified time | relevance | path

Searched defs:profile_key (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/components/nacl/loader/
H A Dnacl_validation_query.cc17 const std::string& profile_key, in NaClValidationQueryContext()
36 const std::string& profile_key) in NaClValidationQuery()
124 NaClValidationDB* db, const std::string& profile_key, in CreateValidationCache()
/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.cc651 std::string_view profile_key) { in GetBaseKeyViewFromAugmentedKey()
657 const std::string& profile_key) { in GetBaseKeyFromAugmentedKey()
1224 const std::string& profile_key, in GetOrAddDexFileData()
1283 const std::string& profile_key, in FindDexData()
1305 std::string_view profile_key = GetProfileDexFileBaseKeyView(dex_file->GetLocation()); in FindDexDataUsingAnnotations() local
1315 std::string profile_key = GetProfileDexFileAugmentedKey(dex_file->GetLocation(), annotation); in FindDexDataUsingAnnotations() local
1325 std::string_view profile_key = GetProfileDexFileBaseKeyView(dex_file->GetLocation()); in FindAllDexData() local
1676 std::string profile_key(profile_key_view); in ReadDexFilesSection() local
2319 std::string profile_key = info.GetProfileDexFileBaseKey(dex_location); in GenerateTestProfile() local
2369 std::string profile_key = info.GetProfileDexFileBaseKey(dex_location); in GenerateTestProfile() local
H A Dprofile_compilation_info.h897 std::string profile_key; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc_sdp.cc117 const char* profile_key; in bta_dm_store_audio_profiles_version() member
/aosp_15_r20/art/profman/
H A Dprofman.cc532 [profile_filter_keys](const std::string& profile_key, uint32_t checksum) { in ProcessProfiles()
/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc2394 auto filter_fn = [&](const std::string& profile_key, uint32_t checksum) { in LoadProfile()