internal/abi.UncommonType.Mcount (field)
11 uses
internal/abi (current package)
type.go#L231: Mcount uint16 // number of methods
type.go#L238: if t.Mcount == 0 {
type.go#L241: return (*[1 << 16]Method)(addChecked(unsafe.Pointer(t), uintptr(t.Moff), "t.mcount > 0"))[:t.Mcount:t.Mcount]
internal/reflectlite
type.go#L473: for j := 0; j < int(v.Mcount); j++ {
reflect
type.go#L1561: for j := 0; j < int(v.Mcount); j++ {
type.go#L2345: if i > 0 && unt.Mcount > 0 {
type.go#L2385: if i > 0 && unt.Mcount > 0 {
type.go#L2488: ut.Mcount = uint16(len(methods))
type.go#L2489: ut.Xcount = ut.Mcount
runtime
iface.go#L214: nt := int(x.Mcount)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |