HomeSort by relevance Sort by last modified time
    Searched refs:rl_temp (Results 1 - 2 of 2) sorted by null

  /art/compiler/dex/quick/
gen_common.cc 379 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) &&
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 156 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);
    [all...]

Completed in 573 milliseconds