Home
last modified time | relevance | path

Searched refs:rl_temp (Results 1 – 2 of 2) sorted by relevance

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