Searched defs:IsGcStarted (Results 1 – 2 of 2) sorted by relevance
51 bool IsGcStarted() const { return isGcStarted_.load(std::memory_order_relaxed); } in IsGcStarted() function
73 bool IsGcStarted() const override { return collectorResources_.IsGcStarted(); } in IsGcStarted() function in common::HeapImpl