Searched refs:reg_hi (Results 1 – 4 of 4) sorted by relevance
/art/compiler/debug/ |
D | elf_debug_loc_writer.h | 80 DexRegisterLocation reg_hi; // Most significant bits of 64-bit value. member 148 DexRegisterLocation reg_hi = DexRegisterLocation::None(); in GetVariableLocations() local 156 reg_hi = dex_register_map.GetDexRegisterLocation( in GetVariableLocations() 163 variable_locations.back().reg_hi == reg_hi && in GetVariableLocations() 168 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi}); in GetVariableLocations() 215 DexRegisterLocation reg_hi = variable_location.reg_hi; in WriteDebugLocEntry() local 217 DexRegisterLocation reg_loc = (piece == 0 ? reg_lo : reg_hi); in WriteDebugLocEntry() 223 if (piece == 0 && reg_hi.GetKind() == Kind::kInStack && in WriteDebugLocEntry() 224 reg_hi.GetValue() == value + 4) { in WriteDebugLocEntry() 229 if (piece == 0 && reg_hi.GetKind() == Kind::kInRegisterHigh && in WriteDebugLocEntry() [all …]
|
/art/runtime/ |
D | stack.h | 296 bool GetRegisterPairIfAccessible(uint32_t reg_lo, uint32_t reg_hi, VRegKind kind_lo,
|
D | stack.cc | 375 bool StackVisitor::GetRegisterPairIfAccessible(uint32_t reg_lo, uint32_t reg_hi, in GetRegisterPairIfAccessible() argument 378 if (!IsAccessibleRegister(reg_lo, is_float) || !IsAccessibleRegister(reg_hi, is_float)) { in GetRegisterPairIfAccessible() 382 uintptr_t ptr_val_hi = GetRegister(reg_hi, is_float); in GetRegisterPairIfAccessible()
|
/art/compiler/utils/mips/ |
D | assembler_mips.h | 764 void LoadConst64(Register reg_hi, Register reg_lo, int64_t value);
|