Searched refs:isConcurrent (Results 1 - 4 of 4) sorted by relevance

/dalvik/vm/alloc/
H A DHeap.h26 bool isConcurrent; member in struct:GcSpec
H A DMarkSweep.h60 void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent,
H A DHeap.cpp36 false, /* isConcurrent */
45 true, /* isConcurrent */
54 true, /* isConcurrent */
63 false, /* isConcurrent */
468 if (!spec->isConcurrent) {
499 if (spec->isConcurrent) {
517 if (spec->isConcurrent) {
582 if (spec->isConcurrent) {
587 dvmHeapSweepUnmarkedObjects(spec->isPartial, spec->isConcurrent,
591 if (spec->isConcurrent) {
[all...]
H A DMarkSweep.cpp859 bool isConcurrent; member in struct:SweepContext
866 if (ctx->isConcurrent) {
871 if (ctx->isConcurrent) {
913 void dvmHeapSweepUnmarkedObjects(bool isPartial, bool isConcurrent, argument
931 ctx.isConcurrent = isConcurrent;

Completed in 370 milliseconds