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.h90 arrays_.Put(dex_file, std::move(ElementArray(NumberOfDexIndices(dex_file)))); in AddDexFile()
106 auto it = arrays_.find(dex_file); in GetArray()
107 return (it != arrays_.end()) ? &it->second : nullptr; in GetArray()
113 auto it = arrays_.find(dex_file); in GetArray()
114 return (it != arrays_.end()) ? &it->second : nullptr; in GetArray()
119 for (auto& pair : arrays_) { in Visit()
130 for (auto& it : arrays_) { in ClearEntries()
141 result.reserve(arrays_.size()); in GetDexFiles()
142 for (auto& it : arrays_) { in GetDexFiles()
Datomic_dex_ref_map.h61 return arrays_.find(dex_file) != arrays_.end(); in HaveDexFile()
80 DexFileArrays arrays_; variable