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 279 RegLocation rl_temp = reg_location_[ssa_rep->defs[0]]; local
280 bool defined_fp = rl_temp.defined && rl_temp.fp;
281 bool defined_core = rl_temp.defined && rl_temp.core;
282 bool defined_ref = rl_temp.defined && rl_temp.ref;
283 bool is_wide = rl_temp.wide || ((attrs & DF_A_WIDE) != 0);
284 bool is_high = is_phi && rl_temp.wide && rl_temp.high_word
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 110 RegLocation rl_temp = LocCReturn(); // Just using as template, will change local
111 rl_temp.low_reg = t_reg;
112 StoreValue(rl_dest, rl_temp);
253 RegLocation rl_temp = rl_src1; local
255 rl_src2 = rl_temp;
259 RegLocation rl_temp = UpdateLocWide(rl_src2); local
262 if ((rl_temp.location != kLocPhysReg) &&
1077 RegLocation rl_temp = rl_src1; local
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 115 RegLocation rl_temp = rl_src1; local
117 rl_src2 = rl_temp;
125 RegLocation rl_temp = UpdateLoc(rl_src2); local
126 if ((rl_temp.location == kLocDalvikFrame) &&
    [all...]
  /art/compiler/dex/portable/
mir_to_gbc.cc 1895 RegLocation rl_temp = mir_graph_->reg_location_[i]; local
    [all...]

Completed in 99 milliseconds