HomeSort by relevance Sort by last modified time
    Searched refs:reg_hi (Results 1 - 5 of 5) sorted by null

  /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
147 DexRegisterLocation reg_hi = DexRegisterLocation::None(); local
154 reg_hi = dex_register_map.GetDexRegisterLocation(
161 variable_locations.back().reg_hi == reg_hi &&
166 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi});
212 DexRegisterLocation reg_hi = variable_location.reg_hi; local
214 DexRegisterLocation reg_loc = (piece == 0 ? reg_lo : reg_hi);
220 if (piece == 0 && reg_hi.GetKind() == Kind::kInStack &
    [all...]
  /art/runtime/
stack.cc 402 bool StackVisitor::GetRegisterPairIfAccessible(uint32_t reg_lo, uint32_t reg_hi,
405 if (!IsAccessibleRegister(reg_lo, is_float) || !IsAccessibleRegister(reg_hi, is_float)) {
409 uintptr_t ptr_val_hi = GetRegister(reg_hi, is_float);
    [all...]
stack.h 808 bool GetRegisterPairIfAccessible(uint32_t reg_lo, uint32_t reg_hi, VRegKind kind_lo,
  /art/compiler/utils/mips/
assembler_mips.h 357 void LoadConst64(Register reg_hi, Register reg_lo, int64_t value);
    [all...]
assembler_mips.cc     [all...]

Completed in 365 milliseconds