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

  /dalvik/vm/alloc/
HeapSource.h 86 HS_FOOTPRINT,
HeapDebug.c 29 return (int)dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0);
125 actualSize = dvmHeapSourceGetValue(HS_FOOTPRINT, perHeapActualSize,
DdmHeap.c 113 set4BE(b, dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0)); b += 4;
Heap.c 853 currFootprint = dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0);
    [all...]
MarkSweep.c 590 footprint = dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0);
HeapSource.c 677 case HS_FOOTPRINT:
    [all...]
Copying.c 561 case HS_FOOTPRINT:
    [all...]

Completed in 150 milliseconds