func runtime.scanblock

12 uses

	runtime (current package)
		mgcmark.go#L176: 			scanblock(uintptr(unsafe.Pointer(&fb.fin[0])), cnt*unsafe.Sizeof(fb.fin[0]), &finptrmask[0], gcw, nil)
		mgcmark.go#L269: 	scanblock(b, n, ptrmask, gcw, nil)
		mgcmark.go#L376: 				scanblock(uintptr(unsafe.Pointer(&spf.fn)), sys.PtrSize, &oneptrmask[0], gcw, nil)
		mgcmark.go#L741: 		scanblock(uintptr(unsafe.Pointer(&gp.sched.ctxt)), sys.PtrSize, &oneptrmask[0], gcw, &state)
		mgcmark.go#L762: 			scanblock(uintptr(unsafe.Pointer(&d.fn)), sys.PtrSize, &oneptrmask[0], gcw, &state)
		mgcmark.go#L767: 			scanblock(uintptr(unsafe.Pointer(&d.link)), sys.PtrSize, &oneptrmask[0], gcw, &state)
		mgcmark.go#L773: 			scanblock(uintptr(unsafe.Pointer(&d)), sys.PtrSize, &oneptrmask[0], gcw, &state)
		mgcmark.go#L831: 			scanblock(b, t.ptrdata, gcdata, gcw, &state)
		mgcmark.go#L918: 		scanblock(frame.varp-size, size, locals.bytedata, gcw, state)
		mgcmark.go#L923: 		scanblock(frame.argp, uintptr(args.n)*sys.PtrSize, args.bytedata, gcw, state)
		mgcmark.go#L1167: func scanblock(b0, n0 uintptr, ptrmask *uint8, gcw *gcWork, stk *stackScanState) {
		mheap.go#L1804: 			scanblock(uintptr(unsafe.Pointer(&s.fn)), sys.PtrSize, &oneptrmask[0], gcw, nil)