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

  /dalvik/vm/alloc/
Heap.h 84 void dvmCollectGarbageInternal(bool clearSoftRefs, GcReason reason);
Heap.c 238 dvmCollectGarbageInternal(collectSoftReferences, GC_FOR_MALLOC);
574 void dvmCollectGarbageInternal(bool clearSoftRefs, GcReason reason)
992 dvmCollectGarbageInternal(false, GC_HPROF_DUMP_HEAP);
    [all...]
Alloc.c 301 dvmCollectGarbageInternal(collectSoftReferences, GC_EXPLICIT);
HeapSource.c 449 dvmCollectGarbageInternal(false, GC_CONCURRENT);
    [all...]

Completed in 30 milliseconds