Searched refs:uref (Results 1 – 1 of 1) sorted by relevance
347 static constexpr uint32_t DecodeIndex(uintptr_t uref) { in DecodeIndex() argument348 return static_cast<uint32_t>((uref >> kKindBits) >> kSerialBits); in DecodeIndex()354 static constexpr IndirectRefKind DecodeIndirectRefKind(uintptr_t uref) { in DecodeIndirectRefKind() argument355 return static_cast<IndirectRefKind>(uref & kKindMask); in DecodeIndirectRefKind()362 static constexpr uint32_t DecodeSerial(uintptr_t uref) { in DecodeSerial() argument363 return static_cast<uint32_t>(uref >> kKindBits) & kShiftedSerialMask; in DecodeSerial()