Home | History | Annotate | Download | only in optimizing

Lines Matching refs:other_index

1223           HInstruction* other_index = other_bounds_check->InputAt(0);
1225 ValueBound other_value = ValueBound::AsValueBound(other_index);
1228 if (array_length == other_index) {
1253 HInstruction* other_index = other_bounds_check->InputAt(0);
1254 int32_t other_c = ValueBound::AsValueBound(other_index).GetConstant();