runtime.bitvector.ptrbit (method)
4 uses
runtime (current package)
heapdump.go#L248: if cbv.ptrbit(i) == 1 {
mbitmap.go#L2016: mask[i/sys.PtrSize] = locals.ptrbit(off)
stack.go#L571: func (bv *bitvector) ptrbit(i uintptr) uint8 {
stack.go#L592: print(" ", add(scanp, (i+j)*sys.PtrSize), ":", ptrnames[bv.ptrbit(i+j)], ":", hex(*(*uintptr)(add(scanp, (i+j)*sys.PtrSize))), " # ", i, " ", *addb(bv.bytedata, i/8), "\n")
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)