Home
last modified time | relevance | path

Searched defs:Trigger (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/arkplatform/hybrid/xgc/
Dxgc.cpp50 void XGC::Trigger() in Trigger() function in arkplatform::mem::XGC
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgenerational-gc-base.cpp103 bool GenerationalGC<LanguageConfig>::Trigger(PandaUniquePtr<GCTask> task) in Trigger() function in ark::mem::GenerationalGC
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon-g1/
Depsilon-g1.cpp97 bool EpsilonG1GC<LanguageConfig>::Trigger([[maybe_unused]] PandaUniquePtr<GCTask> task) in Trigger() function in ark::mem::EpsilonG1GC
/arkcompiler/runtime_core/static_core/runtime/mem/gc/epsilon/
Depsilon.cpp66 bool EpsilonGC<LanguageConfig>::Trigger([[maybe_unused]] PandaUniquePtr<GCTask> task) in Trigger() function in ark::mem::EpsilonGC
/arkcompiler/runtime_core/static_core/runtime/mem/gc/cmc-gc-adapter/
Dcmc-gc-adapter.cpp66 bool CMCGCAdapter<LanguageConfig>::Trigger([[maybe_unused]] PandaUniquePtr<GCTask> task) in Trigger() function in ark::mem::CMCGCAdapter
/arkcompiler/runtime_core/static_core/runtime/mem/gc/stw-gc/
Dstw-gc.cpp191 bool StwGC<LanguageConfig>::Trigger(PandaUniquePtr<GCTask> task) in Trigger() function in ark::mem::StwGC
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/xgc/
Dxgc.cpp380 bool XGC::Trigger(mem::GC *gc, PandaUniquePtr<GCTask> task) in Trigger() function in ark::ets::interop::js::XGC
/arkcompiler/runtime_core/static_core/runtime/tests/interpreter/
Dtest_runtime_interface.h49 bool Trigger([[maybe_unused]] PandaUniquePtr<GCTask> task) override in Trigger() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1-gc.cpp2860 bool G1GC<LanguageConfig>::Trigger(PandaUniquePtr<GCTask> task) in Trigger() function in ark::mem::G1GC