Home
last modified time | relevance | path

Searched defs:IsGcStarted (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dcollector_resources.h51 bool IsGcStarted() const { return isGcStarted_.load(std::memory_order_relaxed); } in IsGcStarted() function
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp73 bool IsGcStarted() const override { return collectorResources_.IsGcStarted(); } in IsGcStarted() function in common::HeapImpl