Home
last modified time | relevance | path

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

/art/runtime/oat/
Doat_file.cc612 std::string_view canonical_key(oat_dex_file->GetCanonicalDexFileLocation()); in Setup() local
613 oat_dex_files_.Put(canonical_key, oat_dex_file); in Setup()
1037 std::string_view canonical_key(oat_dex_file->GetCanonicalDexFileLocation()); in Setup() local
1039 if (canonical_key != key) { in Setup()
1040 oat_dex_files_.Put(canonical_key, oat_dex_file); in Setup()
1801 std::string_view canonical_key(oat_dex_file->GetCanonicalDexFileLocation()); in Open() local
1802 oat_file->oat_dex_files_.Put(canonical_key, oat_dex_file); in Open()
2142 std::string_view canonical_key(dex_canonical_location); in GetOatDexFile() local
2143 auto canonical_it = oat_dex_files_.find(canonical_key); in GetOatDexFile()