Home
last modified time | relevance | path

Searched defs:triggerType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_trigger.cpp177 auto triggerType = GCTriggerType::INVALID_TRIGGER; in GetTriggerType() local
204 auto triggerType = GetTriggerType(config.GetGCTriggerType()); in CreateGCTrigger() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dgc_trigger_test.cpp124 static RuntimeOptions GetRuntimeOptions(const std::string &triggerType) in GetRuntimeOptions()