Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/xgc/
Dmark_deep_js2sts_test.cpp88 void GCPhaseStarted(mem::GCPhase phase) override in GCPhaseStarted() function in ark::ets::interop::js::TestGCListener
Dmark_cycle2_test.cpp89 void GCPhaseStarted(mem::GCPhase phase) override in GCPhaseStarted() function in ark::ets::interop::js::TestGCListener
Dmark_js2sts_test.cpp101 void GCPhaseStarted(mem::GCPhase phase) override in GCPhaseStarted() function in ark::ets::interop::js::TestGCListener
Dremark_cycle_test.cpp53 void GCPhaseStarted(mem::GCPhase phase) override in GCPhaseStarted() function in ark::ets::interop::js::TestGCListener
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dgc_task_tracker.cpp68 void GCTaskTracker::GCPhaseStarted(mem::GCPhase phase) in GCPhaseStarted() function in ark::ets::intrinsics::GCTaskTracker
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/xgc/
Dxgc.cpp242 void XGC::GCPhaseStarted(mem::GCPhase phase) in GCPhaseStarted() function in ark::ets::interop::js::XGC
/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
1071 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted() function in ark::mem::PromotionRemSetChecker
1156 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted() function in ark::mem::InterruptGCListener
1227 void GCPhaseStarted(GCPhase phase) override in GCPhaseStarted() function in ark::mem::NullRefListener
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.h126 virtual void GCPhaseStarted([[maybe_unused]] GCPhase phase) {} in GCPhaseStarted() function