Home
last modified time | relevance | path

Searched defs:GetGCPhase (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/collector/
Dcollector.h60 virtual GCPhase GetGCPhase() const { return gcPhase_.load(std::memory_order_acquire); } in GetGCPhase() function
Dcollector_proxy.h41 GCPhase GetGCPhase() const override { return currentCollector_->GetGCPhase(); } in GetGCPhase() function
/arkcompiler/ets_runtime/common_components/heap/
Dheap.cpp323 GCPhase HeapImpl::GetGCPhase() const { return collectorProxy_.GetGCPhase(); } in GetGCPhase() function in common::HeapImpl
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.h287 inline GCPhase GetGCPhase() const in GetGCPhase() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp1947 GateRef StubBuilder::GetGCPhase(GateRef glue) in GetGCPhase() function in panda::ecmascript::kungfu::StubBuilder