Searched defs:rl_temp (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/quick/arm/
H A Dint_arm.cc156 RegLocation rl_temp = LocCReturn(); // Just using as template, will change local
157 rl_temp.reg.SetReg(t_reg.GetReg());
158 StoreValue(rl_dest, rl_temp);
/art/compiler/dex/quick/
H A Dgen_common.cc379 RegLocation rl_temp = rl_src1; local
381 rl_src2 = rl_temp;
389 RegLocation rl_temp = UpdateLoc(rl_src2); local
391 if ((rl_temp.location == kLocDalvikFrame) &&

Completed in 31 milliseconds