Home
last modified time | relevance | path

Searched defs:GCPhaseStarted (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dg1gc_test.cpp128 void GCPhaseStarted([[maybe_unused]] GCPhase phase) override {} in GCPhaseStarted() function in ark::mem::RemSetChecker
403 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted() function in ark::mem::NewObjectsListener
501 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted() function in ark::mem::CollectionSetChecker
891 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted() function in ark::mem::PromotionRemSetChecker
976 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted() function in ark::mem::InterruptGCListener
1047 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted() function in ark::mem::NullRefListener
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core_gc.cpp94 void GCTaskTracker::GCPhaseStarted(mem::GCPhase phase) in GCPhaseStarted() function in ark::ets::intrinsics::GCTaskTracker
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.h126 virtual void GCPhaseStarted([[maybe_unused]] GCPhase phase) {} in GCPhaseStarted() function