Searched refs:first_index_bounds_check_map_ (Results 1 – 1 of 1) sorted by relevance
520 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()1268 first_index_bounds_check_map_.Get(array_length->GetId())->AsBoundsCheck(); in AddCompareWithDeoptimization()1299 for (const auto& entry : first_index_bounds_check_map_) { in AddComparesWithDeoptimization()1914 ScopedArenaSafeMap<int, HBoundsCheck*> first_index_bounds_check_map_; member in art::BCEVisitor