Home
last modified time | relevance | path

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

/art/runtime/
Doat_file.cc499 StringPiece canonical_key(oat_dex_file->GetCanonicalDexFileLocation()); in Setup() local
500 oat_dex_files_.Put(canonical_key, oat_dex_file); in Setup()
559 StringPiece canonical_key(dex_canonical_location); in GetOatDexFile() local
560 auto canonical_it = oat_dex_files_.find(canonical_key); in GetOatDexFile()