Home
last modified time | relevance | path

Searched refs:GEN_GC (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/execute_fuzzer/
Dexecute_fuzzer.cpp27 option.SetGcType(RuntimeOption::GC_TYPE::GEN_GC); in ExecuteFuzzTest()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1009 enum class PUBLIC_API GC_TYPE : uint8_t { EPSILON, GEN_GC, STW }; enumerator
1126 case GC_TYPE::GEN_GC: in GetGcType()