Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc520 first_index_bounds_check_map_(std::less<int>(), in BCEVisitor()
535 first_index_bounds_check_map_.clear(); in VisitBasicBlock()
923 if (first_index_bounds_check_map_.find(array_length->GetId()) == in VisitBoundsCheck()
924 first_index_bounds_check_map_.end()) { in VisitBoundsCheck()
928 first_index_bounds_check_map_.Put(array_length->GetId(), bounds_check); in VisitBoundsCheck()
1369 first_index_bounds_check_map_.Get(array_length->GetId())->AsBoundsCheck(); in AddCompareWithDeoptimization()
1400 for (const auto& entry : first_index_bounds_check_map_) { in AddComparesWithDeoptimization()
2015 ScopedArenaSafeMap<int, HBoundsCheck*> first_index_bounds_check_map_; member in art::BCEVisitor