Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1425 HBoundsCheck* other_bounds_check = user->AsBoundsCheck(); in AddComparesWithDeoptimization() local
1426 HInstruction* other_index = other_bounds_check->InputAt(0); in AddComparesWithDeoptimization()
1427 HInstruction* other_array_length = other_bounds_check->InputAt(1); in AddComparesWithDeoptimization()
1446 candidates.push_back(other_bounds_check); in AddComparesWithDeoptimization()
1449 standby.push_back(other_bounds_check); in AddComparesWithDeoptimization()
1455 for (HBoundsCheck* other_bounds_check : standby) { in AddComparesWithDeoptimization()
1456 HInstruction* other_index = other_bounds_check->InputAt(0); in AddComparesWithDeoptimization()
1459 candidates.push_back(other_bounds_check); in AddComparesWithDeoptimization()
1474 for (HBoundsCheck* other_bounds_check : candidates) { in AddComparesWithDeoptimization()
1477 if (other_bounds_check->IsInBlock()) { in AddComparesWithDeoptimization()
[all …]