Searched defs:reg_hi (Results 1 – 3 of 3) sorted by relevance
80 DexRegisterLocation reg_hi; // Most significant bits of 64-bit value. member147 DexRegisterLocation reg_hi = DexRegisterLocation::None(); in GetVariableLocations() local212 DexRegisterLocation reg_hi = variable_location.reg_hi; in WriteDebugLocEntry() local
356 bool StackVisitor::GetRegisterPairIfAccessible(uint32_t reg_lo, uint32_t reg_hi, in GetRegisterPairIfAccessible()
2841 void MipsAssembler::LoadConst64(Register reg_hi, Register reg_lo, int64_t value) { in LoadConst64()