Searched refs:SetGcType (Results 1 – 25 of 58) sorted by relevance
123
27 option.SetGcType(RuntimeOption::GC_TYPE::GEN_GC); in ExecutionScopeFuzzTest()
27 option.SetGcType(RuntimeOption::GC_TYPE::GEN_GC); in ExecuteFuzzTest()
31 options_.SetGcType("stw"); in PygoteSpaceAllocatorStwTest()
31 options_.SetGcType("gen-gc"); in PygoteSpaceAllocatorGenTest()
70 options.SetGcType("epsilon"); in InterpreterTestResolveCtorClass()
42 options.SetGcType(GetParam()); in SetUp()
71 options.SetGcType("epsilon"); in InterpreterTestResolveField()
37 options.SetGcType("epsilon"); in ThreadTest()
40 options.SetGcType("epsilon"); in MemStatsAdditionalInfoTest()
46 options.SetGcType("epsilon"); in GetMethodTest()
135 options.SetGcType("epsilon"); in SignalHandlerTest()
45 options.SetGcType("epsilon"); in StaticAnalyzerTest()
34 options.SetGcType("epsilon"); in FrameTest()
30 options.SetGcType("epsilon"); in SetUp()
38 options.SetGcType("epsilon"); in SetUp()
30 options.SetGcType("g1-gc"); in SetUp()
34 options_.SetGcType("epsilon"); in EtsStringBuilderTest()
33 options.SetGcType("epsilon"); in EtsArrayBufferTest()
33 options.SetGcType("epsilon"); in EtsPromiseTest()
34 options_.SetGcType("epsilon"); in EtsFieldTest()
36 options_.SetGcType("epsilon"); in EtsArrayTest()
42 options.SetGcType("epsilon"); in EtsVMInitPreallocTest()
62 runtime_options.SetGcType("epsilon"); in PandaRuntimeTest()
62 runtimeOptions.SetGcType("epsilon"); in PandaRuntimeTest()
47 void SetGcType(uint32_t gcType) in SetGcType() function