func runtime.addb
28 uses
runtime (current package)
cgocheck.go#L174: ptrmask := addb(gcbits, skipMask)
cgocheck.go#L182: ptrmask = addb(ptrmask, 1)
mbitmap.go#L69: func addb(p *byte, n uintptr) *byte {
mbitmap.go#L650: bits = addb(bits, word/8)
mbitmap.go#L656: bits = addb(bits, 1)
mbitmap.go#L719: ptrmask = addb(ptrmask, 1)
mbitmap.go#L1004: heapBitsSetTypeGCProg(h, typ.ptrdata, typ.size, dataSize, size, addb(typ.gcdata, 4))
mbitmap.go#L1018: runGCProg(addb(typ.gcdata, 4), nil, ptrmask, 1)
mbitmap.go#L1107: endp = addb(ptrmask, n)
mbitmap.go#L1340: src = addb(src, 1)
mbitmap.go#L1355: src = addb(src, n)
mbitmap.go#L1364: src = addb(src, 1)
mbitmap.go#L1428: if j < nptr && (*addb(ptrmask, j/8)>>(j%8))&1 != 0 {
mbitmap.go#L1445: dumpGCProg(addb(typ.gcdata, 4))
mbitmap.go#L1543: endProg := unsafe.Pointer(addb(h.bitp, (totalBits+3)/4))
mbitmap.go#L1544: endAlloc := unsafe.Pointer(addb(h.bitp, allocSize/sys.PtrSize/wordsPerBitmapByte))
mbitmap.go#L1872: runGCProg(addb(prog, 4), nil, (*byte)(unsafe.Pointer(s.startAddr)), 1)
mbitmap.go#L1964: mask[i/sys.PtrSize] = (*addb(bitmap, off/8) >> (off % 8)) & 1
mbitmap.go#L1976: mask[i/sys.PtrSize] = (*addb(bitmap, off/8) >> (off % 8)) & 1
mgcmark.go#L1176: bits := uint32(*addb(ptrmask, i/(sys.PtrSize*8)))
mgcmark.go#L1310: bits := *addb(ptrmask, word/8)
mgcmark.go#L1337: bits := *addb(ptrmask, word/8)
mheap.go#L1877: return addb((*uint8)(b), n)
stack.go#L572: b := *(addb(bv.bytedata, i/8))
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")
stack.go#L595: b := *(addb(bv.bytedata, i/8))
stack.go#L704: if *addb(gcdata, i/(8*sys.PtrSize))>>(i/sys.PtrSize&7)&1 != 0 {
symtab.go#L1027: return bitvector{stkmap.nbit, addb(&stkmap.bytedata[0], uintptr(n*((stkmap.nbit+7)>>3)))}
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |