Searched defs:SetGCPhase (Results 1 – 4 of 4) sorted by relevance
62 … virtual void SetGCPhase(const GCPhase phase) { gcPhase_.store(phase, std::memory_order_release); } in SetGCPhase() function
43 void SetGCPhase(const GCPhase phase) override { currentCollector_->SetGCPhase(phase); } in SetGCPhase() function
325 void HeapImpl::SetGCPhase(const GCPhase phase) { collectorProxy_.SetGCPhase(phase); } in SetGCPhase() function in common::HeapImpl
529 void GC::SetGCPhase(GCPhase gcPhase) in SetGCPhase() function in ark::mem::GC