internal/reflectlite.uncommonType.moff (field)
3 uses
internal/reflectlite (current package)
type.go#L183: moff uint32 // offset from this uncommontype to [mcount]method
type.go#L429: return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.mcount > 0"))[:t.mcount:t.mcount]
type.go#L436: return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.xcount > 0"))[:t.xcount:t.xcount]
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)