Searched defs:s_reg_low (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dreg_location.h41 * the latest restructuring, we should be able to remove it and rely on s_reg_low throughout.
54 int16_t s_reg_low; // SSA name for low Dalvik word. member in struct:art::RegLocation
56 // and consolidate usage w/ s_reg_low.
H A Dmir_graph.h196 int32_t s_reg_low; // SSA name for low Dalvik word. member in struct:art::CompilerTemp
803 * @param s_reg_low The ssa register representing the low bits.
807 int64_t ConstantValueWide(int32_t s_reg_low, int32_t s_reg_high) const { argument
808 DCHECK(IsConst(s_reg_low));
811 Low32Bits(static_cast<int64_t>(constant_values_[s_reg_low]));
848 * from RegLocation, expand s_reg_low to handle all possible cases and remove DCHECK().

Completed in 239 milliseconds