Searched refs:first_index_bounds_check_map_ (Results 1 – 1 of 1) sorted by relevance
533 first_index_bounds_check_map_( in BCEVisitor()553 first_index_bounds_check_map_.clear(); in VisitBasicBlock()882 if (first_index_bounds_check_map_.find(array_length->GetId()) == in VisitBoundsCheck()883 first_index_bounds_check_map_.end()) { in VisitBoundsCheck()887 first_index_bounds_check_map_.Put(array_length->GetId(), bounds_check); in VisitBoundsCheck()1173 first_index_bounds_check_map_.Get(array_length->GetId())->AsBoundsCheck(); in AddCompareWithDeoptimization()1197 for (const auto& entry : first_index_bounds_check_map_) { in AddComparesWithDeoptimization()1715 ArenaSafeMap<int, HBoundsCheck*> first_index_bounds_check_map_; member in art::BCEVisitor