HomeSort by relevance Sort by last modified time
    Searched full:ptrbit (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
stack1.go 414 func ptrbit(bv *gobitvector, i uintptr) uint8 { func
428 print(" ", add(scanp, i*ptrSize), ":", ptrnames[ptrbit(&bv, i)], ":", hex(*(*uintptr)(add(scanp, i*ptrSize))), " # ", i, " ", bv.bytedata[i/8], "\n")
430 if ptrbit(&bv, i) == 1 {
  /prebuilts/go/linux-x86/src/runtime/
stack1.go 414 func ptrbit(bv *gobitvector, i uintptr) uint8 { func
428 print(" ", add(scanp, i*ptrSize), ":", ptrnames[ptrbit(&bv, i)], ":", hex(*(*uintptr)(add(scanp, i*ptrSize))), " # ", i, " ", bv.bytedata[i/8], "\n")
430 if ptrbit(&bv, i) == 1 {

Completed in 446 milliseconds