reflect.makeFuncImpl.code (field)

2 uses

	reflect (current package)
		makefunc.go#L19: 	code   uintptr
		makefunc.go#L65: 	impl := &makeFuncImpl{code: code, stack: stack, argLen: argLen, ftyp: ftyp, fn: fn}