Lines Matching full:rl_method
1810 RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low);
1811 if (rl_method.wide) {
1812 rl_method = LoadValueWide(rl_method, kCoreReg);
1814 rl_method = LoadValue(rl_method, kCoreReg);
1822 LIR *load = NewLIR2(opcode, reg, rl_method.reg.GetReg());
2466 void X86Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) {
2467 if (!cu_->target64) return Mir2Lir::FlushIns(ArgLocs, rl_method);
2474 RegLocation rl_src = rl_method;
2479 StoreValue(rl_method, rl_src);
2481 if (rl_method.location == kLocPhysReg) {