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

/dalvik/vm/alloc/
H A DHeapBitmap.c89 void dvmHeapBitmapSweepWalk(const HeapBitmap *liveHb, const HeapBitmap *markHb, argument
130 assert(liveHb != NULL);
131 assert(liveHb->bits != NULL);
136 if (liveHb->base != markHb->base) {
138 liveHb->base, markHb->base);
141 if (liveHb->bitsLen != markHb->bitsLen) {
143 liveHb->bitsLen, markHb->bitsLen);
146 if (liveHb->max < liveHb->base && markHb->max < markHb->base) {
154 if (liveHb
[all...]

Completed in 3 milliseconds