Home | History | Annotate | Download | only in x86

Lines Matching refs:rl_method

86     RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low);
87 if (rl_method.wide) {
88 rl_method = LoadValueWide(rl_method, kCoreReg);
90 rl_method = LoadValue(rl_method, kCoreReg);
92 start_of_method_reg = rl_method.reg;
160 RegLocation rl_method = mir_graph_->GetRegLocation(base_of_code_->s_reg_low);
161 if (rl_method.wide) {
162 LoadValueDirectWide(rl_method, method_start);
164 LoadValueDirect(rl_method, method_start);
206 void X86Mir2Lir::GenEntrySequence(RegLocation* ArgLocs, RegLocation rl_method) {
286 FlushIns(ArgLocs, rl_method);