Searched refs:reg_hi (Results 1 – 1 of 1) sorted by relevance
72 DexRegisterLocation reg_hi; // Most significant bits of 64-bit value. member139 DexRegisterLocation reg_hi = DexRegisterLocation::None(); in GetVariableLocations() local146 reg_hi = dex_register_map[vreg + 1]; in GetVariableLocations()152 variable_locations.back().reg_hi == reg_hi && in GetVariableLocations()157 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi}); in GetVariableLocations()204 DexRegisterLocation reg_hi = variable_location.reg_hi; in WriteDebugLocEntry() local206 DexRegisterLocation reg_loc = (piece == 0 ? reg_lo : reg_hi); in WriteDebugLocEntry()212 if (piece == 0 && reg_hi.GetKind() == Kind::kInStack && in WriteDebugLocEntry()213 reg_hi.GetValue() == value + 4) { in WriteDebugLocEntry()218 if (piece == 0 && reg_hi.GetKind() == Kind::kInRegisterHigh && in WriteDebugLocEntry()[all …]