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 104 size_t dvmHeapSourceGetValue(HeapSourceValueSpec spec,
DdmHeap.cpp 113 set4BE(b, dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0)); b += 4;
116 set4BE(b, dvmHeapSourceGetValue(HS_BYTES_ALLOCATED, NULL, 0)); b += 4;
119 set4BE(b, dvmHeapSourceGetValue(HS_OBJECTS_ALLOCATED, NULL, 0)); b += 4;
Heap.cpp 630 currAllocated = dvmHeapSourceGetValue(HS_BYTES_ALLOCATED, NULL, 0);
631 currFootprint = dvmHeapSourceGetValue(HS_FOOTPRINT, NULL, 0);
HeapSource.cpp 792 size_t dvmHeapSourceGetValue(HeapSourceValueSpec spec, size_t perHeapStats[],
    [all...]
Copying.cpp 527 size_t dvmHeapSourceGetValue(HeapSourceValueSpec spec,
    [all...]
  /dalvik/vm/native/
dalvik_system_VMDebug.cpp 793 dvmHeapSourceGetValue(HS_BYTES_ALLOCATED, (size_t*) &per_heap_allocated, 2);
794 dvmHeapSourceGetValue(HS_FOOTPRINT, (size_t*) &per_heap_size, 2);

Completed in 211 milliseconds