Home
last modified time | relevance | path

Searched refs:bits_ (Results 1 – 1 of 1) sorted by relevance

/dalvik/vm/alloc/
DHeapBitmap.c105 #define DECODE_BITS(hb_, bits_, update_index_) \ in dvmHeapBitmapSweepWalk() argument
107 if (UNLIKELY(bits_ != 0)) { \ in dvmHeapBitmapSweepWalk()
113 while (bits_ != 0) { \ in dvmHeapBitmapSweepWalk()
114 const int rshift = CLZ(bits_); \ in dvmHeapBitmapSweepWalk()
115 bits_ &= ~(kHighBit >> rshift); \ in dvmHeapBitmapSweepWalk()