Home
last modified time | relevance | path

Searched defs:reg_hi (Results 1 – 3 of 3) sorted by relevance

/art/compiler/debug/
Delf_debug_loc_writer.h80 DexRegisterLocation reg_hi; // Most significant bits of 64-bit value. member
147 DexRegisterLocation reg_hi = DexRegisterLocation::None(); in GetVariableLocations() local
212 DexRegisterLocation reg_hi = variable_location.reg_hi; in WriteDebugLocEntry() local
/art/runtime/
Dstack.cc356 bool StackVisitor::GetRegisterPairIfAccessible(uint32_t reg_lo, uint32_t reg_hi, in GetRegisterPairIfAccessible()
/art/compiler/utils/mips/
Dassembler_mips.cc2841 void MipsAssembler::LoadConst64(Register reg_hi, Register reg_lo, int64_t value) { in LoadConst64()