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 340 HeapBitmap *bitmap = dvmHeapSourceGetLiveBits();
359 HeapBitmap *bitmap = dvmHeapSourceGetLiveBits();
CardTable.cpp 141 const HeapBitmap* liveBits = dvmHeapSourceGetLiveBits();
299 HeapBitmap *bitmap = dvmHeapSourceGetLiveBits();
Heap.cpp 429 dvmVerifyBitmap(dvmHeapSourceGetLiveBits());
HeapSource.cpp 847 HeapBitmap *dvmHeapSourceGetLiveBits()
    [all...]
MarkSweep.cpp 934 prevMark = dvmHeapSourceGetLiveBits();
Copying.cpp 568 HeapBitmap *dvmHeapSourceGetLiveBits()
    [all...]
  /dalvik/vm/hprof/
Hprof.cpp 252 dvmHeapBitmapWalk(dvmHeapSourceGetLiveBits(), hprofBitmapCallback, ctx);

Completed in 77 milliseconds