Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dpartial_gc.cpp43 markingInProgress_ = heap_->CheckOngoingConcurrentMarking(); in RunPhases()
Dstw_young_gc.cpp44 if (heap_->CheckOngoingConcurrentMarking()) { in RunPhases()
Dfull_gc.cpp39 if (heap_->CheckOngoingConcurrentMarking()) { in RunPhases()
Dheap.h301 bool CheckOngoingConcurrentMarking();
Dheap.cpp390 bool concurrentMark = CheckOngoingConcurrentMarking(); in CollectGarbage()
700 bool Heap::CheckOngoingConcurrentMarking() in CheckOngoingConcurrentMarking() function in panda::ecmascript::Heap