Searched refs:GC_CONCURRENT (Results 1 - 3 of 3) sorted by relevance

/dalvik/vm/alloc/
H A DHeap.h72 GC_CONCURRENT, enumerator in enum:__anon47
H A DHeap.c42 [GC_CONCURRENT] = "GC_CONCURRENT",
607 if (reason != GC_CONCURRENT) {
723 if (reason == GC_CONCURRENT) {
741 if (reason == GC_CONCURRENT) {
827 if (reason == GC_CONCURRENT) {
832 dvmHeapSweepUnmarkedObjects(gcMode, reason == GC_CONCURRENT,
836 if (reason == GC_CONCURRENT) {
885 if (reason == GC_CONCURRENT) {
893 if (reason != GC_CONCURRENT) {
[all...]
H A DHeapSource.c449 dvmCollectGarbageInternal(false, GC_CONCURRENT);

Completed in 126 milliseconds