Home | History | Annotate | Download | only in dex

Lines Matching refs:s_reg

467     int s_reg = num_regs - num_ins;
470 reg_location_[s_reg].defined = true;
471 reg_location_[s_reg].ref = true;
472 s_reg++;
479 reg_location_[s_reg].wide = true;
480 reg_location_[s_reg+1].high_word = true;
481 reg_location_[s_reg+1].fp = true;
482 s_reg)+1, SRegToVReg(s_reg+1));
483 reg_location_[s_reg].fp = true;
484 reg_location_[s_reg].defined = true;
485 s_reg++;
488 reg_location_[s_reg].wide = true;
489 reg_location_[s_reg+1].high_word = true;
490 DCHECK_EQ(SRegToVReg(s_reg)+1, SRegToVReg(s_reg+1));
491 reg_location_[s_reg].core = true;
492 reg_location_[s_reg].defined = true;
493 s_reg++;
496 reg_location_[s_reg].fp = true;
497 reg_location_[s_reg].defined = true;
500 reg_location_[s_reg].ref = true;
501 reg_location_[s_reg].defined = true;
504 reg_location_[s_reg].core = true;
505 reg_location_[s_reg].defined = true;
508 s_reg++;