Searched refs:pb (Results 1 – 4 of 4) sorted by relevance
183 void **pb = pointerBuf; in dvmHeapBitmapSweepWalk() local196 *pb++ = (void *)(ptrBase + shift * HB_OBJECT_ALIGNMENT); in dvmHeapBitmapSweepWalk()200 if (pb >= &pointerBuf[NELEM(pointerBuf) - HB_BITS_PER_WORD]) { in dvmHeapBitmapSweepWalk()201 (*callback)(pb - pointerBuf, pointerBuf, callbackArg); in dvmHeapBitmapSweepWalk()202 pb = pointerBuf; in dvmHeapBitmapSweepWalk()206 if (pb > pointerBuf) { in dvmHeapBitmapSweepWalk()207 (*callback)(pb - pointerBuf, pointerBuf, callbackArg); in dvmHeapBitmapSweepWalk()
17 ProcessBuilder pb = new ProcessBuilder("/system/bin/sleep", "5"); in child() local18 Process proc = pb.start(); in child()
46 ProcessBuilder pb = new ProcessBuilder("cat", "/dev/random"); in main() local47 p = pb.start(); in main()
152 SsaBasicBlock pb = blocks.get(i); in removeEmptyGotos()153 pb.replaceSuccessor(b.getIndex(), in removeEmptyGotos()