Home
last modified time | relevance | path

Searched refs:isPartial (Results 1 – 6 of 6) sorted by relevance

/dalvik/vm/alloc/
DMarkSweep.h49 bool dvmHeapBeginMarkStep(bool isPartial);
60 void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent,
DHeap.h24 bool isPartial; member
DHeapSource.h195 void *dvmHeapSourceGetImmuneLimit(bool isPartial);
DHeap.cpp499 if (!dvmHeapBeginMarkStep(spec->isPartial)) { in dvmCollectGarbageInternal()
611 dvmHeapSweepUnmarkedObjects(spec->isPartial, spec->isConcurrent, in dvmCollectGarbageInternal()
DMarkSweep.cpp89 bool dvmHeapBeginMarkStep(bool isPartial) in dvmHeapBeginMarkStep() argument
97 ctx->immuneLimit = (char*)dvmHeapSourceGetImmuneLimit(isPartial); in dvmHeapBeginMarkStep()
913 void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent, in dvmHeapSweepUnmarkedObjects() argument
924 if (isPartial) { in dvmHeapSweepUnmarkedObjects()
DHeapSource.cpp1418 void *dvmHeapSourceGetImmuneLimit(bool isPartial) in dvmHeapSourceGetImmuneLimit() argument
1420 if (isPartial) { in dvmHeapSourceGetImmuneLimit()