Lines Matching full:rl_method
579 RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low);
580 if (rl_method.wide) {
581 rl_method = LoadValueWide(rl_method, kCoreReg);
583 rl_method = LoadValue(rl_method, kCoreReg);
591 res = LoadBaseDisp(rl_method.reg, 256 /* bogus */, RegStorage::FloatSolo64(low_reg_val),
595 Clobber(rl_method.reg);