/art/compiler/debug/ |
elf_debug_loc_writer.h | 80 DexRegisterLocation reg_hi; // Most significant bits of 64-bit value. member in struct:art::debug::VariableLocation 148 DexRegisterLocation reg_hi = DexRegisterLocation::None(); local 156 reg_hi = dex_register_map.GetDexRegisterLocation( 163 variable_locations.back().reg_hi == reg_hi && 168 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi}); 215 DexRegisterLocation reg_hi = variable_location.reg_hi; local 217 DexRegisterLocation reg_loc = (piece == 0 ? reg_lo : reg_hi); 223 if (piece == 0 && reg_hi.GetKind() == Kind::kInStack & [all...] |
/art/runtime/ |
stack.h | 296 bool GetRegisterPairIfAccessible(uint32_t reg_lo, uint32_t reg_hi, VRegKind kind_lo,
|
stack.cc | 375 bool StackVisitor::GetRegisterPairIfAccessible(uint32_t reg_lo, uint32_t reg_hi, 378 if (!IsAccessibleRegister(reg_lo, is_float) || !IsAccessibleRegister(reg_hi, is_float)) { 382 uintptr_t ptr_val_hi = GetRegister(reg_hi, is_float); [all...] |
/art/compiler/utils/mips/ |
assembler_mips.h | [all...] |
assembler_mips.cc | [all...] |