Home
last modified time | relevance | path

Searched refs:reg_lo (Results 1 – 4 of 4) sorted by relevance

/art/compiler/debug/
Delf_debug_loc_writer.h79 DexRegisterLocation reg_lo; // May be None if the location is unknown. member
147 DexRegisterLocation reg_lo = DexRegisterLocation::None(); in GetVariableLocations() local
153 reg_lo = dex_register_map.GetDexRegisterLocation( in GetVariableLocations()
162 variable_locations.back().reg_lo == reg_lo && in GetVariableLocations()
168 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi}); in GetVariableLocations()
214 DexRegisterLocation reg_lo = variable_location.reg_lo; in WriteDebugLocEntry() local
217 DexRegisterLocation reg_loc = (piece == 0 ? reg_lo : reg_hi); in WriteDebugLocEntry()
243 reg_hi.GetValue() == reg_lo.GetValue()) { in WriteDebugLocEntry()
/art/runtime/
Dstack.h296 bool GetRegisterPairIfAccessible(uint32_t reg_lo, uint32_t reg_hi, VRegKind kind_lo,
Dstack.cc375 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()
381 uintptr_t ptr_val_lo = GetRegister(reg_lo, is_float); in GetRegisterPairIfAccessible()
/art/compiler/utils/mips/
Dassembler_mips.h764 void LoadConst64(Register reg_hi, Register reg_lo, int64_t value);