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

  /art/compiler/dex/
vreg_analysis.cc 345 RegLocation rl_temp = reg_location_[defs[0]]; local
346 bool defined_fp = rl_temp.defined && rl_temp.fp;
347 bool defined_core = rl_temp.defined && rl_temp.core;
348 bool defined_ref = rl_temp.defined && rl_temp.ref;
349 bool is_wide = rl_temp.wide || ((attrs & DF_A_WIDE) != 0);
350 bool is_high = is_phi && rl_temp.wide && rl_temp.high_word
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 246 RegLocation rl_temp = rl_src1; local
248 rl_src2 = rl_temp;
256 RegLocation rl_temp = UpdateLoc(rl_src2); local
258 if ((rl_temp.location == kLocDalvikFrame) &&
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 145 RegLocation rl_temp = LocCReturn(); // Just using as template, will change local
146 rl_temp.reg.SetReg(t_reg.GetReg());
147 StoreValue(rl_dest, rl_temp);
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 1909 RegLocation rl_temp = mir_graph_->reg_location_[i]; local
    [all...]

Completed in 274 milliseconds