Searched refs:location_to_dex_file (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc8928 std::unordered_map<std::string, const DexFile*> location_to_dex_file; local
8938 location_to_dex_file.emplace(dex_file->GetLocation(), dex_file);
8944 auto found = location_to_dex_file.find(location);
8945 if (found != location_to_dex_file.end()) {

Completed in 64 milliseconds