Searched defs:pb (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DHeapBitmap.cpp183 void **pb = pointerBuf; local
196 *pb++ = (void *)(ptrBase + shift * HB_OBJECT_ALIGNMENT);
200 if (pb >= &pointerBuf[NELEM(pointerBuf) - HB_BITS_PER_WORD]) {
201 (*callback)(pb - pointerBuf, pointerBuf, callbackArg);
202 pb = pointerBuf;
206 if (pb > pointerBuf) {
207 (*callback)(pb - pointerBuf, pointerBuf, callbackArg);

Completed in 84 milliseconds