Home
last modified time | relevance | path

Searched refs:SetGcType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/execute_fuzzer/
Dexecute_fuzzer.cpp27 option.SetGcType(RuntimeOption::GC_TYPE::GEN_GC); in ExecuteFuzzTest()
/arkcompiler/runtime_core/compiler/tests/
Dunit_test.cpp62 runtime_options.SetGcType("epsilon"); in PandaRuntimeTest()
Daot_test.cpp188 aot_builder.SetGcType(2); in TEST_F()
536 aot_builder.SetGcType(static_cast<uint32_t>(gc_type)); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1019 void SetGcType(GC_TYPE type) in SetGcType() function