Lines Matching defs:true
58 static constexpr bool kUseMarkStackPrefetch = true;
60 static constexpr bool kPreCleanCards = true;
63 static constexpr bool kParallelCardScan = true;
64 static constexpr bool kParallelRecursiveMark = true;
70 static constexpr bool kParallelProcessMarkStack = true;
83 // If true, revoke the rosalloc thread-local buffers at the
85 static constexpr bool kRevokeRosAllocThreadLocalBuffersAtCheckpoint = true;
178 true, GetTimings(), GetCurrentIteration()->GetClearSoftReferences(),
192 RecursiveMarkDirtyObjects(true, accounting::CardTable::kCardDirty);
221 heap_->ProcessCards(GetTimings(), false, true, false);
260 heap_->ProcessCards(GetTimings(), false, true, GetGcType() != kGcTypeSticky);
420 MemMap::DumpMaps(LOG(INTERNAL_FATAL), true);
790 card_table->Scan<true>(bitmap_, begin_, end_, visitor, minimum_age_) :
872 thread_pool->Wait(self, true, true);
897 card_table->Scan<true>(space->GetMarkBitmap(), space->Begin(), space->End(), visitor,
977 thread_pool->Wait(self, true, true);
1302 thread_pool->Wait(self, true, true);
1349 return true;