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

  /dalvik/vm/alloc/
Heap.c 77 gcHeap->hprofContext = NULL;
859 gcHeap->hprofContext = hprofStartup(gcHeap->hprofFileName,
861 if (gcHeap->hprofContext != NULL) {
862 hprofStartHeapDump(gcHeap->hprofContext);
1005 if (gcHeap->hprofContext != NULL) {
1006 hprofFinishHeapDump(gcHeap->hprofContext);
1008 if (hprofShutdown(gcHeap->hprofContext)
    [all...]
HeapInternal.h 171 hprof_context_t *hprofContext;
MarkSweep.c 205 if (gDvm.gcHeap->hprofContext != NULL) {
206 hprofMarkRootObject(gDvm.gcHeap->hprofContext, obj, 0);
500 if (gDvm.gcHeap->hprofContext != NULL) {
501 hprofDumpHeapObject(gDvm.gcHeap->hprofContext, obj);
    [all...]

Completed in 11 milliseconds