Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgenerational-gc-base.cpp102 bool GenerationalGC<LanguageConfig>::Trigger(PandaUniquePtr<GCTask> task) in Trigger() function in ark::mem::GenerationalGC
/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/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/stw-gc/
Dstw-gc.cpp191 bool StwGC<LanguageConfig>::Trigger(PandaUniquePtr<GCTask> task) in Trigger() function in ark::mem::StwGC
/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.cpp2661 bool G1GC<LanguageConfig>::Trigger(PandaUniquePtr<GCTask> task) in Trigger() function in ark::mem::G1GC