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)