runtime.heapBits.bits (method)
5 uses
runtime (current package)
cgocheck.go#L155: bits := hbits.bits()
mbitmap.go#L504: func (h heapBits) bits() uint32 {
mbitmap.go#L514: return h.bits()&bitScan != 0
mbitmap.go#L522: return h.bits()&bitPointer != 0
mgcmark.go#L1262: bits := hbits.bits()
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)