/art/compiler/debug/ |
elf_debug_loc_writer.h | 79 DexRegisterLocation reg_lo; // May be None if the location is unknown. member in struct:art::debug::VariableLocation 147 DexRegisterLocation reg_lo = DexRegisterLocation::None(); local 153 reg_lo = dex_register_map.GetDexRegisterLocation( 162 variable_locations.back().reg_lo == reg_lo && 168 variable_locations.push_back({low_pc, high_pc, reg_lo, reg_hi}); 214 DexRegisterLocation reg_lo = variable_location.reg_lo; local 217 DexRegisterLocation reg_loc = (piece == 0 ? reg_lo : reg_hi); 243 reg_hi.GetValue() == reg_lo.GetValue()) [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)) { 381 uintptr_t ptr_val_lo = GetRegister(reg_lo, is_float); [all...] |
/art/compiler/utils/mips/ |
assembler_mips.h | [all...] |
assembler_mips.cc | [all...] |