Home | History | Annotate | Download | only in runtime

Lines Matching full:ptrbit

559 func ptrbit(bv *gobitvector, i uintptr) uint8 {
579 ptrbit(&bv, i)], ":", hex(*(*uintptr)(add(scanp, i*sys.PtrSize))), " # ", i, " ", bv.bytedata[i/8], "\n")
581 if ptrbit(&bv, i) != 1 {