Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h79 DexRegisterLocation reg_lo; // May be None if the location is unknown. member
146 DexRegisterLocation reg_lo = DexRegisterLocation::None(); in GetVariableLocations() local
211 DexRegisterLocation reg_lo = variable_location.reg_lo; 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()