Searched refs:dvmCollectGarbageInternal (Results 1 – 5 of 5) sorted by relevance
84 void dvmCollectGarbageInternal(bool clearSoftRefs, GcReason reason);
238 dvmCollectGarbageInternal(collectSoftReferences, GC_FOR_MALLOC); in gcForMalloc()574 void dvmCollectGarbageInternal(bool clearSoftRefs, GcReason reason) in dvmCollectGarbageInternal() function992 dvmCollectGarbageInternal(false, GC_HPROF_DUMP_HEAP); in hprofDumpHeap()
301 dvmCollectGarbageInternal(collectSoftReferences, GC_EXPLICIT); in dvmCollectGarbage()
449 dvmCollectGarbageInternal(false, GC_CONCURRENT); in gcDaemonThread()1642 dvmCollectGarbageInternal(collectSoftReferences, GC_EXTERNAL_ALLOC); in gcForExternalAlloc()
4 dvmCollectGarbageInternal