Searched refs:isPartial (Results 1 – 6 of 6) sorted by relevance
49 bool dvmHeapBeginMarkStep(bool isPartial);60 void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent,
24 bool isPartial; member
195 void *dvmHeapSourceGetImmuneLimit(bool isPartial);
499 if (!dvmHeapBeginMarkStep(spec->isPartial)) { in dvmCollectGarbageInternal()611 dvmHeapSweepUnmarkedObjects(spec->isPartial, spec->isConcurrent, in dvmCollectGarbageInternal()
89 bool dvmHeapBeginMarkStep(bool isPartial) in dvmHeapBeginMarkStep() argument97 ctx->immuneLimit = (char*)dvmHeapSourceGetImmuneLimit(isPartial); in dvmHeapBeginMarkStep()913 void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent, in dvmHeapSweepUnmarkedObjects() argument924 if (isPartial) { in dvmHeapSweepUnmarkedObjects()
1418 void *dvmHeapSourceGetImmuneLimit(bool isPartial) in dvmHeapSourceGetImmuneLimit() argument1420 if (isPartial) { in dvmHeapSourceGetImmuneLimit()