Home
last modified time | relevance | path

Searched defs:SetGCPhase (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dcollector.h62 … virtual void SetGCPhase(const GCPhase phase) { gcPhase_.store(phase, std::memory_order_release); } in SetGCPhase() function
Dcollector_proxy.h43 void SetGCPhase(const GCPhase phase) override { currentCollector_->SetGCPhase(phase); } in SetGCPhase() function
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp325 void HeapImpl::SetGCPhase(const GCPhase phase) { collectorProxy_.SetGCPhase(phase); } in SetGCPhase() function in common::HeapImpl
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.cpp529 void GC::SetGCPhase(GCPhase gcPhase) in SetGCPhase() function in ark::mem::GC