Searched refs:other_value (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dbounds_check_elimination.cc1225 ValueBound other_value = ValueBound::AsValueBound(other_index); local
1226 if (array_length == other_array_length && base == other_value.GetInstruction()) {
1240 int32_t other_c = other_value.GetConstant();
H A Dnodes.h406 void UpdateMaximumNumberOfOutVRegs(uint16_t other_value) { argument
407 maximum_number_of_out_vregs_ = std::max(maximum_number_of_out_vregs_, other_value);

Completed in 71 milliseconds