Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dbounds_check_elimination.cc1244 ValueBound other_value = ValueBound::AsValueBound(other_index); in AddComparesWithDeoptimization() local
1245 if (array_length == other_array_length && base == other_value.GetInstruction()) { in AddComparesWithDeoptimization()
1259 int32_t other_c = other_value.GetConstant(); in AddComparesWithDeoptimization()
1361 ValueBound other_value = ValueBound::AsValueBound(other_index); in TransformLoopForDynamicBCE() local
1362 int32_t other_c = other_value.GetConstant(); in TransformLoopForDynamicBCE()
1363 if (array_length == other_array_length && base == other_value.GetInstruction()) { in TransformLoopForDynamicBCE()
Dnodes.h445 void UpdateMaximumNumberOfOutVRegs(uint16_t other_value) { in UpdateMaximumNumberOfOutVRegs() argument
446 maximum_number_of_out_vregs_ = std::max(maximum_number_of_out_vregs_, other_value); in UpdateMaximumNumberOfOutVRegs()