Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc8110 std::unordered_map<std::string, const DexFile*> location_to_dex_file; in GetClassDescriptorsForProfileKeys() local
8121 location_to_dex_file.emplace( in GetClassDescriptorsForProfileKeys()
8128 auto found = location_to_dex_file.find(profile_key); in GetClassDescriptorsForProfileKeys()
8129 if (found != location_to_dex_file.end()) { in GetClassDescriptorsForProfileKeys()