Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_debug_loc_writer.h72 DexRegisterLocation reg_hi; // Most significant bits of 64-bit value. member
139 DexRegisterLocation reg_hi = DexRegisterLocation::None(); in GetVariableLocations() local
204 DexRegisterLocation reg_hi = variable_location.reg_hi; in WriteDebugLocEntry() local
/art/runtime/
Dstack.cc452 bool StackVisitor::GetRegisterPairIfAccessible(uint32_t reg_lo, uint32_t reg_hi, in GetRegisterPairIfAccessible()