Home
last modified time | relevance | path

Searched refs:orig_sreg (Results 1 – 7 of 7) sorted by relevance

/art/compiler/dex/
Dvreg_analysis.cc31 table[i].orig_sreg, storage_name[table[i].location], in DumpRegLocTable()
70 int orig_sreg = reg_location_[i].s_reg_low; in RemapRegLocations() local
71 reg_location_[i].orig_sreg = orig_sreg; in RemapRegLocations()
72 reg_location_[i].s_reg_low = SRegToVReg(orig_sreg); in RemapRegLocations()
Dreg_location.h55 int16_t orig_sreg; // TODO: remove after Bitcode gen complete member
Dmir_graph.h788 return loc.orig_sreg < 0 ? false : IsConst(loc.orig_sreg); in IsConst()
793 return constant_values_[loc.orig_sreg]; in ConstantValue()
817 DCHECK_LT(loc.orig_sreg + 1, GetNumSSARegs()); in ConstantValueWide()
818 return (static_cast<int64_t>(constant_values_[loc.orig_sreg + 1]) << 32) | in ConstantValueWide()
819 Low32Bits(static_cast<int64_t>(constant_values_[loc.orig_sreg])); in ConstantValueWide()
/art/compiler/dex/quick/x86/
Dtarget_x86.cc936 << ", orig: " << loc.orig_sreg; in DumpRegLocation()
1158 int32_t pos_val = mir_graph_->ConstantValue(rl_srcPos.orig_sreg); in GenInlinedArrayCopyCharArray()
1183 int32_t pos_val = mir_graph_->ConstantValue(rl_dstPos.orig_sreg); in GenInlinedArrayCopyCharArray()
1265 rl_char.is_const ? mir_graph_->ConstantValue(rl_char.orig_sreg) : 0; in GenInlinedIndexOf()
1341 start_value = mir_graph_->ConstantValue(rl_start.orig_sreg); in GenInlinedIndexOf()
2437 mir_graph_->ConstantValue(rl_idx.orig_sreg), nullptr, &comparison); in GenInlinedCharAt()
2463 if (rl_dest.orig_sreg < 0) { in GenInlinedCurrentThread()
/art/compiler/dex/quick/
Dmir_to_lir.cc1006 mir_graph_->ConstantValue(rl_src[0].orig_sreg)); in CompileDalvikInstruction()
1010 mir_graph_->ConstantValue(rl_src[1].orig_sreg)); in CompileDalvikInstruction()
Dcodegen_util.cc70 rl_src.orig_sreg--; in IsInexpensiveConstant()
Dgen_invoke.cc1424 if (rl_dest.orig_sreg < 0) { in GenInlinedCurrentThread()