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

  /dalvik/vm/alloc/
HeapInternal.h 116 const char* hprofFileName;
Heap.c 688 if (gcHeap->hprofFileName == NULL) {
692 gcHeap->hprofFileName = nameBuf;
694 gcHeap->hprofContext = hprofStartup(gcHeap->hprofFileName,
700 gcHeap->hprofFileName = NULL;
989 gDvm.gcHeap->hprofFileName = fileName;
    [all...]

Completed in 17 milliseconds