Home | History | Annotate | Download | only in runtime

Lines Matching refs:hbits

102 // subtractb is typically used when traversing the pointer tables referred to by hbits
124 // subtract1 is typically used when traversing the pointer tables referred to by hbits
375 func heapBitsForSpan(base uintptr) (hbits heapBits) {
392 func heapBitsForObject(p, refBase, refOff uintptr) (base uintptr, hbits heapBits, s *mspan, objIndex uintptr) {
456 hbits = heapBitsForAddr(base)
1887 hbits := heapBitsForAddr(base + i)
1888 if hbits.isPointer() {
1891 if i != 1*sys.PtrSize && !hbits.morePointers() {