Lines Matching refs:reason
574 void dvmCollectGarbageInternal(bool clearSoftRefs, GcReason reason)
595 gcMode = (reason == GC_FOR_MALLOC) ? GC_PARTIAL : GC_FULL;
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) {
848 if (reason != GC_EXTERNAL_ALLOC) {
885 if (reason == GC_CONCURRENT) {
893 if (reason != GC_CONCURRENT) {
913 if (reason != GC_CONCURRENT) {
919 GcReasonStr[reason],
934 GcReasonStr[reason],