Lines Matching full:current_value
269 uint16_t current_value = this->CurrentValue(v_reg);
270 DCHECK_NE(current_value, kNoValue);
279 if (data->prev_value.value == current_value &&
285 if (data->prev_value_high.value == current_value &&
831 uint16_t current_value = vreg_chains_.CurrentValue(last_data->vreg_def);
834 while (data->prev_value.value != current_value) {
859 if (high_data->prev_value_high.value != current_value || high_data->high_def_over_low_word) {
871 vreg_chains_.AddMIRWithDef(phi, phi->dalvikInsn.vA, wide, current_value);