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

/dalvik/vm/alloc/
H A DMarkSweep.h49 bool dvmHeapBeginMarkStep(bool isPartial);
60 void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent,
H A DHeap.h24 bool isPartial; member in struct:GcSpec
H A DHeapSource.h195 void *dvmHeapSourceGetImmuneLimit(bool isPartial);
H A DHeap.cpp41 true, /* isPartial */
50 true, /* isPartial */
59 false, /* isPartial */
68 false, /* isPartial */
500 if (!dvmHeapBeginMarkStep(spec->isPartial)) {
612 dvmHeapSweepUnmarkedObjects(spec->isPartial, spec->isConcurrent,
H A DMarkSweep.cpp89 bool dvmHeapBeginMarkStep(bool isPartial) argument
97 ctx->immuneLimit = (char*)dvmHeapSourceGetImmuneLimit(isPartial);
914 void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent, argument
925 if (isPartial) {
H A DHeapSource.cpp1505 void *dvmHeapSourceGetImmuneLimit(bool isPartial) argument
1507 if (isPartial) {

Completed in 75 milliseconds