Home
last modified time | relevance | path

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

/art/compiler/dex/
Dvreg_analysis.cc345 RegLocation rl_temp = reg_location_[defs[0]]; in InferTypeAndSize() local
346 bool defined_fp = rl_temp.defined && rl_temp.fp; in InferTypeAndSize()
347 bool defined_core = rl_temp.defined && rl_temp.core; in InferTypeAndSize()
348 bool defined_ref = rl_temp.defined && rl_temp.ref; in InferTypeAndSize()
349 bool is_wide = rl_temp.wide || ((attrs & DF_A_WIDE) != 0); in InferTypeAndSize()
350 bool is_high = is_phi && rl_temp.wide && rl_temp.high_word; in InferTypeAndSize()
352 rl_temp = reg_location_[uses[i]]; in InferTypeAndSize()
353 defined_fp |= rl_temp.defined && rl_temp.fp; in InferTypeAndSize()
354 defined_core |= rl_temp.defined && rl_temp.core; in InferTypeAndSize()
355 defined_ref |= rl_temp.defined && rl_temp.ref; in InferTypeAndSize()
[all …]
/art/compiler/dex/quick/
Dgen_common.cc246 RegLocation rl_temp = rl_src1; in GenCompareAndBranch() local
248 rl_src2 = rl_temp; in GenCompareAndBranch()
256 RegLocation rl_temp = UpdateLoc(rl_src2); in GenCompareAndBranch() local
258 if ((rl_temp.location == kLocDalvikFrame) && in GenCompareAndBranch()
/art/compiler/dex/quick/arm/
Dint_arm.cc145 RegLocation rl_temp = LocCReturn(); // Just using as template, will change in GenCmpLong() local
146 rl_temp.reg.SetReg(t_reg.GetReg()); in GenCmpLong()
147 StoreValue(rl_dest, rl_temp); in GenCmpLong()
/art/compiler/dex/portable/
Dmir_to_gbc.cc1909 RegLocation rl_temp = mir_graph_->reg_location_[i]; in MethodMIR2Bitcode() local
1910 if ((mir_graph_->SRegToVReg(i) < 0) || rl_temp.high_word) { in MethodMIR2Bitcode()