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

/dalvik/vm/alloc/
H A DHeapBitmap.h35 (HB_OFFSET_TO_INDEX(offset_) * sizeof(*((HeapBitmap *)0)->bits))
44 struct HeapBitmap { struct
81 * Initialize a HeapBitmap so that it points to a bitmap large
85 bool dvmHeapBitmapInit(HeapBitmap *hb, const void *base, size_t maxSize,
91 void dvmHeapBitmapDelete(HeapBitmap *hb);
97 void dvmHeapBitmapZero(HeapBitmap *hb);
103 bool dvmHeapBitmapCoversAddress(const HeapBitmap *hb, const void *obj);
108 void dvmHeapBitmapWalk(const HeapBitmap *bitmap,
115 void dvmHeapBitmapScanWalk(HeapBitmap *bitmap,
125 void dvmHeapBitmapSweepWalk(const HeapBitmap *liveH
[all...]

Completed in 41 milliseconds