runtime.wbBuf.putFast (method)

8 uses

	runtime (current package)
		atomic_pointer.go#L23: 	if !getg().m.p.ptr().wbBuf.putFast(*slot, uintptr(new)) {
		mbitmap.go#L591: 				if !buf.putFast(*dstx, 0) {
		mbitmap.go#L602: 				if !buf.putFast(*dstx, *srcx) {
		mbitmap.go#L632: 			if !buf.putFast(0, *srcx) {
		mbitmap.go#L667: 				if !buf.putFast(*dstx, 0) {
		mbitmap.go#L672: 				if !buf.putFast(*dstx, *srcx) {
		mbitmap.go#L726: 			if !buf.putFast(*dstx, *srcx) {
		mwbbuf.go#L144: func (b *wbBuf) putFast(old, new uintptr) bool {