Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1118 first_constant_index_bounds_check_map_.clear(); in VisitBasicBlock()
1123 first_constant_index_bounds_check_map_.clear(); in VisitBasicBlock()
1433 if (first_constant_index_bounds_check_map_.find(array_length->GetId()) == in VisitBoundsCheck()
1434 first_constant_index_bounds_check_map_.end()) { in VisitBoundsCheck()
1439 first_constant_index_bounds_check_map_.Put(array_length->GetId(), bounds_check); in VisitBoundsCheck()
1769 HBoundsCheck* bounds_check = first_constant_index_bounds_check_map_.Get( in AddCompareWithDeoptimization()
1781 first_constant_index_bounds_check_map_.begin(); in AddComparesWithDeoptimization()
1782 it != first_constant_index_bounds_check_map_.end(); in AddComparesWithDeoptimization()
1824 SafeMap<int, HBoundsCheck*> first_constant_index_bounds_check_map_; member in art::BCEVisitor