HomeSort by relevance Sort by last modified time
    Searched refs:dvmHeapSourceGetLiveBits (Results 1 - 9 of 9) sorted by null

  /dalvik/vm/alloc/
HeapSource.h 82 HeapBitmap *dvmHeapSourceGetLiveBits(void);
Verify.cpp 72 HeapBitmap *bitmap = dvmHeapSourceGetLiveBits();
Alloc.cpp 326 HeapBitmap *bitmap = dvmHeapSourceGetLiveBits();
345 HeapBitmap *bitmap = dvmHeapSourceGetLiveBits();
CardTable.cpp 141 const HeapBitmap* liveBits = dvmHeapSourceGetLiveBits();
303 HeapBitmap *bitmap = dvmHeapSourceGetLiveBits();
Heap.cpp 428 dvmVerifyBitmap(dvmHeapSourceGetLiveBits());
HeapSource.cpp 800 HeapBitmap *dvmHeapSourceGetLiveBits()
    [all...]
MarkSweep.cpp 933 prevMark = dvmHeapSourceGetLiveBits();
Copying.cpp 568 HeapBitmap *dvmHeapSourceGetLiveBits()
    [all...]
  /dalvik/vm/hprof/
Hprof.cpp 252 dvmHeapBitmapWalk(dvmHeapSourceGetLiveBits(), hprofBitmapCallback, ctx);

Completed in 57 milliseconds