internal/abi.Method.Ifn (field)
10 uses
internal/abi (current package)
type.go#L189: Ifn TextOff // fn used in interface call (one-word receiver)
reflect
type.go#L2264: Ifn: resolveReflectText(unsafe.Pointer(&ifn)),
type.go#L2288: Ifn: resolveReflectText(textOffFor(ft, m.Ifn)),
type.go#L2304: Ifn: resolveReflectText(textOffFor(ptr.Elem, m.Ifn)),
type.go#L2328: Ifn: resolveReflectText(textOffFor(ft, m.Ifn)),
value.go#L915: ifn := textOffFor(v.typ(), m.Ifn)
runtime
iface.go#L228: ifn := rtyp.textOff(t.Ifn)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |