Home
last modified time | relevance | path

Searched refs:GEN_GC (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/mem/gc/
H A Dgc_types.h35 GEN_GC, member in ark::mem::GCExecutionMode::GCType
45 case GCType::GEN_GC: in IsGenerationalGCType()
79 static_assert(StringsEqual(GC_NAMES[ToIndex(GCType::GEN_GC)], "Generation GC"));
94 return GCType::GEN_GC; in GCTypeFromString()
113 if (gcType == GCType::GEN_GC) { in GCStringFromType()
H A Dgc_scoped_phase.cpp49 case GCType::GEN_GC: in GetGCName()
H A Dgc.cpp409 case GCType::GEN_GC: in CreateGC()
/arkcompiler/ets_runtime/test/fuzztest/executionscope_fuzzer/
H A Dexecutionscope_fuzzer.cpp27 option.SetGcType(RuntimeOption::GC_TYPE::GEN_GC); in ExecutionScopeFuzzTest()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/gen-gc/
H A Dgen-gc.h30 class AllocConfig<GCType::GEN_GC, MT_MODE> {
H A Dgen-gc.cpp36 this->SetType(GCType::GEN_GC); in GenGC()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi.h143 enum class ECMA_PUBLIC_API GC_TYPE : uint8_t { EPSILON, GEN_GC, STW }; member in panda::RuntimeOption::GC_TYPE
309 case GC_TYPE::GEN_GC: in GetGcType()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dheap_manager.cpp58 case GCType::GEN_GC: { in Initialize()
59 ret = Initialize<GCType::GEN_GC>(memStats, multithreadingMode, createPygoteSpace); in Initialize()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dmem_stats_gen_gc_test.cpp537 case GCType::GEN_GC: { in IsInYoung()
573 case GCType::GEN_GC: { in MakeAllocations()
949 if (static_cast<GCType>(gctypeIdx) == GCType::GEN_GC) { in TEST_F()
962 case GCType::GEN_GC: { in TEST_F()
H A Dg1gc_fullgc_test.cpp311 case GCType::GEN_GC: { in IsInYoung()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Daot_test.cpp574 } else if (gcType == mem::GCType::GEN_GC) { in TEST_F()

Completed in 12 milliseconds