func reflect.funcLayout
5 uses
reflect (current package)
makefunc.go#L63: _, argLen, _, stack, _ := funcLayout(ftyp, nil)
makefunc.go#L115: _, argLen, _, stack, _ := funcLayout(ftyp, nil)
type.go#L3001: func funcLayout(t *funcType, rcvr *rtype) (frametype *rtype, argSize, retOffset uintptr, stk *bitVector, framePool *sync.Pool) {
value.go#L434: frametype, _, retOffset, _, framePool := funcLayout(t, rcvrtype)
value.go#L712: frametype, argSize, retOffset, _, framePool := funcLayout(t, rcvrtype)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |