Searched refs:concurrentMark (Results 1 – 5 of 5) sorted by relevance
42 bool concurrentMark = heap_->CheckConcurrentMark(); in RunPhases() local43 if (concurrentMark) { in RunPhases()
37 bool concurrentMark = heap_->CheckConcurrentMark(); in RunPhases() local38 if (concurrentMark) { in RunPhases()
162 void GCStats::StatisticMixGC(bool concurrentMark, Duration time, size_t freeSize) in StatisticMixGC() argument165 if (concurrentMark) { in StatisticMixGC()
36 void StatisticMixGC(bool concurrentMark, Duration time, size_t freeSize);
261 bool concurrentMark = CheckConcurrentMark(); in CollectGarbage() local262 if (concurrentMark) { in CollectGarbage()