Searched defs:GetGCPhase (Results 1 – 5 of 5) sorted by relevance
60 virtual GCPhase GetGCPhase() const { return gcPhase_.load(std::memory_order_acquire); } in GetGCPhase() function
41 GCPhase GetGCPhase() const override { return currentCollector_->GetGCPhase(); } in GetGCPhase() function
323 GCPhase HeapImpl::GetGCPhase() const { return collectorProxy_.GetGCPhase(); } in GetGCPhase() function in common::HeapImpl
287 inline GCPhase GetGCPhase() const in GetGCPhase() function
1947 GateRef StubBuilder::GetGCPhase(GateRef glue) in GetGCPhase() function in panda::ecmascript::kungfu::StubBuilder