Home | History | Annotate | Download | only in x86

Lines Matching refs:rl_method

1811   RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low);
1812 if (rl_method.wide) {
1813 rl_method = LoadValueWide(rl_method, kCoreReg);
1815 rl_method = LoadValue(rl_method, kCoreReg);
1823 LIR *load = NewLIR2(opcode, reg, rl_method.reg.GetReg());
2467 void X86Mir2Lir::FlushIns(RegLocation* ArgLocs, RegLocation rl_method) {
2468 if (!cu_->target64) return Mir2Lir::FlushIns(ArgLocs, rl_method);
2475 RegLocation rl_src = rl_method;
2480 StoreValue(rl_method, rl_src);
2482 if (rl_method.location == kLocPhysReg) {