Searched refs:uref (Results 1 – 1 of 1) sorted by relevance
269 static constexpr uint32_t DecodeIndex(uintptr_t uref) { in DecodeIndex() argument270 return static_cast<uint32_t>((uref >> kKindBits) >> kIRTSerialBits); in DecodeIndex()276 static constexpr IndirectRefKind DecodeIndirectRefKind(uintptr_t uref) { in DecodeIndirectRefKind() argument277 return static_cast<IndirectRefKind>(uref & kKindMask); in DecodeIndirectRefKind()284 static constexpr uint32_t DecodeSerial(uintptr_t uref) { in DecodeSerial() argument285 return static_cast<uint32_t>(uref >> kKindBits) & kShiftedSerialMask; in DecodeSerial()