Searched refs:other_bounds_check (Results 1 – 1 of 1) sorted by relevance
1324 HBoundsCheck* other_bounds_check = user->AsBoundsCheck(); in AddComparesWithDeoptimization() local1325 HInstruction* other_index = other_bounds_check->InputAt(0); in AddComparesWithDeoptimization()1326 HInstruction* other_array_length = other_bounds_check->InputAt(1); in AddComparesWithDeoptimization()1345 candidates.push_back(other_bounds_check); in AddComparesWithDeoptimization()1348 standby.push_back(other_bounds_check); in AddComparesWithDeoptimization()1354 for (HBoundsCheck* other_bounds_check : standby) { in AddComparesWithDeoptimization()1355 HInstruction* other_index = other_bounds_check->InputAt(0); in AddComparesWithDeoptimization()1358 candidates.push_back(other_bounds_check); in AddComparesWithDeoptimization()1373 for (HBoundsCheck* other_bounds_check : candidates) { in AddComparesWithDeoptimization()1376 if (other_bounds_check->IsInBlock()) { in AddComparesWithDeoptimization()[all …]