HomeSort by relevance Sort by last modified time
    Searched refs:array_location_reverse_map_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/
global_value_numbering.cc 35 array_location_reverse_map_(allocator->Adapter()),
175 uint16_t location = static_cast<uint16_t>(array_location_reverse_map_.size());
176 DCHECK_EQ(location, array_location_reverse_map_.size()); // No overflow.
178 array_location_reverse_map_.push_back(&*it);
global_value_numbering.h 161 return array_location_reverse_map_[location]->first.base;
166 return array_location_reverse_map_[location]->first.index;
232 ScopedArenaVector<const ArrayLocationMap::value_type*> array_location_reverse_map_; member in class:art::GlobalValueNumbering

Completed in 425 milliseconds