Home
last modified time | relevance | path

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

/art/compiler/dex/
Dglobal_value_numbering.cc37 array_location_reverse_map_(allocator->Adapter()), in GlobalValueNumbering()
156 uint16_t location = static_cast<uint16_t>(array_location_reverse_map_.size()); in GetArrayLocation()
157 DCHECK_EQ(location, array_location_reverse_map_.size()); // No overflow. in GetArrayLocation()
159 array_location_reverse_map_.push_back(&*it); in GetArrayLocation()
Dglobal_value_numbering.h167 return array_location_reverse_map_[location]->first.base; in GetArrayLocationBase()
172 return array_location_reverse_map_[location]->first.index; in GetArrayLocationIndex()
241 ScopedArenaVector<const ArrayLocationMap::value_type*> array_location_reverse_map_; variable