Home
last modified time | relevance | path

Searched refs:concurrentMark (Results 1 – 5 of 5) sorted by relevance

/ark/js_runtime/ecmascript/mem/
Dstw_young_gc_for_testing.cpp42 bool concurrentMark = heap_->CheckConcurrentMark(); in RunPhases() local
43 if (concurrentMark) { in RunPhases()
Dfull_gc.cpp37 bool concurrentMark = heap_->CheckConcurrentMark(); in RunPhases() local
38 if (concurrentMark) { in RunPhases()
Dgc_stats.cpp162 void GCStats::StatisticMixGC(bool concurrentMark, Duration time, size_t freeSize) in StatisticMixGC() argument
165 if (concurrentMark) { in StatisticMixGC()
Dgc_stats.h36 void StatisticMixGC(bool concurrentMark, Duration time, size_t freeSize);
Dheap.cpp261 bool concurrentMark = CheckConcurrentMark(); in CollectGarbage() local
262 if (concurrentMark) { in CollectGarbage()