runtime.bitvector.n (field)

22 uses

	runtime (current package)
		heapdump.go#L247: 	for i := uintptr(0); i < uintptr(cbv.n); i++ {
		heapdump.go#L278: 		bv.n = -1
		heapdump.go#L297: 	if child.args.n >= 0 {
		heapdump.go#L324: 		dumpbv(&bv, s.varp-uintptr(bv.n)*sys.PtrSize-s.sp)
		heapdump.go#L337: 		child.args.n = -1
		heapdump.go#L371: 	child.args.n = -1
		mbitmap.go#L2008: 			if locals.n == 0 {
		mbitmap.go#L2011: 			size := uintptr(locals.n) * sys.PtrSize
		mgcmark.go#L916: 	if locals.n > 0 {
		mgcmark.go#L917: 		size := uintptr(locals.n) * sys.PtrSize
		mgcmark.go#L922: 	if args.n > 0 {
		mgcmark.go#L923: 		scanblock(frame.argp, uintptr(args.n)*sys.PtrSize, args.bytedata, gcw, state)
		proc.go#L4057: 				bulkBarrierBitmap(spArg, spArg, uintptr(bv.n)*sys.PtrSize, 0, bv.bytedata)
		stack.go#L563: 	n        int32 // # of bits
		stack.go#L582: 	num := uintptr(bv.n)
		stack.go#L647: 	if locals.n > 0 {
		stack.go#L648: 		size := uintptr(locals.n) * sys.PtrSize
		stack.go#L672: 	if args.n > 0 {
		stack.go#L1268: 				print("      locals ", stackid, "/", stkmap.n, " ", locals.n, " words ", locals.bytedata, "\n")
		stack.go#L1283: 			if n < args.n {
		stack.go#L1284: 				args.n = n // Don't use more of the arguments than arglen.
		traceback.go#L619: 			arglen = uintptr(bv.n * sys.PtrSize)