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

  /dalvik/vm/alloc/
HeapInternal.h 115 bool hprofDumpOnGc;
Heap.c 75 gcHeap->hprofDumpOnGc = false;
680 gcHeap->hprofDumpOnGc |= (gcHeap->ddmHpifWhen != 0);
683 if (gcHeap->hprofDumpOnGc) {
699 gcHeap->hprofDumpOnGc = false;
988 gDvm.gcHeap->hprofDumpOnGc = true;
    [all...]

Completed in 41 milliseconds