Home
last modified time | relevance | path

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

/art/compiler/utils/
Datomic_dex_ref_map-inl.h91 arrays_.Put(dex_file, std::move(ElementArray(NumberOfDexIndices(dex_file)))); in AddDexFile()
107 auto it = arrays_.find(dex_file); in GetArray()
108 return (it != arrays_.end()) ? &it->second : nullptr; in GetArray()
114 auto it = arrays_.find(dex_file); in GetArray()
115 return (it != arrays_.end()) ? &it->second : nullptr; in GetArray()
120 for (auto& pair : arrays_) { in Visit()
131 for (auto& it : arrays_) { in ClearEntries()
142 result.reserve(arrays_.size()); in GetDexFiles()
143 for (auto& it : arrays_) { in GetDexFiles()
Datomic_dex_ref_map.h62 return arrays_.find(dex_file) != arrays_.end(); in HaveDexFile()
81 DexFileArrays arrays_; variable