Searched refs:other_bounds_check (Results 1 – 1 of 1) sorted by relevance
1222 HBoundsCheck* other_bounds_check = user->AsBoundsCheck(); in AddComparesWithDeoptimization() local1223 HInstruction* other_index = other_bounds_check->InputAt(0); in AddComparesWithDeoptimization()1224 HInstruction* other_array_length = other_bounds_check->InputAt(1); in AddComparesWithDeoptimization()1243 candidates.push_back(other_bounds_check); in AddComparesWithDeoptimization()1246 standby.push_back(other_bounds_check); in AddComparesWithDeoptimization()1252 for (HBoundsCheck* other_bounds_check : standby) { in AddComparesWithDeoptimization()1253 HInstruction* other_index = other_bounds_check->InputAt(0); in AddComparesWithDeoptimization()1256 candidates.push_back(other_bounds_check); in AddComparesWithDeoptimization()1269 for (HInstruction* other_bounds_check : candidates) { in AddComparesWithDeoptimization()1272 if (other_bounds_check->IsInBlock()) { in AddComparesWithDeoptimization()[all …]