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

  /dalvik/vm/alloc/
HeapSource.h 147 size_t dvmHeapSourceGetIdealFootprint(void);
Heap.cpp 241 newHeapSize = dvmHeapSourceGetIdealFootprint();
HeapSource.cpp 1101 size_t dvmHeapSourceGetIdealFootprint()
    [all...]
MarkSweep.cpp 46 size_t length = dvmHeapSourceGetIdealFootprint() * sizeof(Object*) /
Copying.cpp 708 size_t dvmHeapSourceGetIdealFootprint()
    [all...]

Completed in 107 milliseconds