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

  /dalvik/vm/alloc/
HeapDebug.cpp 24 return (int)dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0);
26 return (int)dvmHeapSourceGetValue(HS_BYTES_ALLOCATED, NULL, 0);
HeapSource.h 99 size_t dvmHeapSourceGetValue(HeapSourceValueSpec spec,
DdmHeap.cpp 112 set4BE(b, dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0)); b += 4;
115 set4BE(b, dvmHeapSourceGetValue(HS_BYTES_ALLOCATED, NULL, 0)); b += 4;
118 set4BE(b, dvmHeapSourceGetValue(HS_OBJECTS_ALLOCATED, NULL, 0)); b += 4;
Heap.cpp 621 currAllocated = dvmHeapSourceGetValue(HS_BYTES_ALLOCATED, NULL, 0);
622 currFootprint = dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0);
HeapSource.cpp 665 size_t dvmHeapSourceGetValue(HeapSourceValueSpec spec, size_t perHeapStats[],
    [all...]
MarkSweep.cpp 561 footprint = dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0);
Copying.cpp 527 size_t dvmHeapSourceGetValue(HeapSourceValueSpec spec,
    [all...]

Completed in 858 milliseconds