Searched defs:reg_lo (Results 1 – 2 of 2) sorted by relevance
71 DexRegisterLocation reg_lo; // May be None if the location is unknown. member138 DexRegisterLocation reg_lo = DexRegisterLocation::None(); in GetVariableLocations() local203 DexRegisterLocation reg_lo = variable_location.reg_lo; in WriteDebugLocEntry() local
452 bool StackVisitor::GetRegisterPairIfAccessible(uint32_t reg_lo, uint32_t reg_hi, in GetRegisterPairIfAccessible()