Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
Dets_vm_init_prealloc_test.cpp37 ani_option gcTriggerType = {"--ext:gc-trigger-type=debug-never", nullptr}; in GetExtraAniOptions() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_trigger.cpp175 GCTriggerType GetTriggerType(std::string_view gcTriggerType) in GetTriggerType()