reflect.makeFuncImpl.stack (field)

2 uses

	reflect (current package)
		makefunc.go#L20: 	stack  *bitVector // ptrmap for both args and results
		makefunc.go#L65: 	impl := &makeFuncImpl{code: code, stack: stack, argLen: argLen, ftyp: ftyp, fn: fn}