Searched refs:reg_lo (Results 1 – 1 of 1) sorted by relevance
75 DexRegisterLocation reg_lo; // May be None if the location is unknown. member142 DexRegisterLocation reg_lo = DexRegisterLocation::None(); in GetVariableLocations() local148 reg_lo = dex_register_map[vreg]; in GetVariableLocations()155 variable_locations.back().reg_lo == reg_lo && in GetVariableLocations()161 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi}); in GetVariableLocations()207 DexRegisterLocation reg_lo = variable_location.reg_lo; in WriteDebugLocEntry() local210 DexRegisterLocation reg_loc = (piece == 0 ? reg_lo : reg_hi); in WriteDebugLocEntry()236 reg_hi.GetValue() == reg_lo.GetValue()) { in WriteDebugLocEntry()