Home | History | Annotate | Download | only in debug

Lines Matching refs:DexRegisterLocation

79   DexRegisterLocation reg_lo;  // May be None if the location is unknown.
80 DexRegisterLocation reg_hi; // Most significant bits of 64-bit value.
147 DexRegisterLocation reg_lo = DexRegisterLocation::None();
148 DexRegisterLocation reg_hi = DexRegisterLocation::None();
188 using Kind = DexRegisterLocation::Kind;
213 DexRegisterLocation reg_lo = variable_location.reg_lo;
214 DexRegisterLocation reg_hi = variable_location.reg_hi;
216 DexRegisterLocation reg_loc = (piece == 0 ? reg_lo : reg_hi);