Home
last modified time | relevance | path

Searched refs:EDEN_GC (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dcommon_enum.h34 EDEN_GC, enumerator
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dgc_third_test.cpp405 heap->Reclaim(TriggerGCType::EDEN_GC); in HWTEST_F_L0()
411 heap->CollectGarbage(TriggerGCType::EDEN_GC, GCReason::IDLE); in HWTEST_F_L0()
419 heap->CollectGarbage(TriggerGCType::EDEN_GC, GCReason::IDLE); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dconcurrent_marker.cpp85 gcType = TriggerGCType::EDEN_GC; in HandleMarkingFinished()
H A Dheap.h284 if (gcType == TriggerGCType::EDEN_GC || gcType == TriggerGCType::YOUNG_GC) { in UpdateHeapStatsAfterGC()
1493 return gcType_ == TriggerGCType::EDEN_GC; in IsEdenGC()
1503 return gcType_ == TriggerGCType::YOUNG_GC || gcType_ == TriggerGCType::EDEN_GC; in IsGeneralYoungGC()
H A Dparallel_evacuator.cpp291 UpdateWeakReferenceOpt<TriggerGCType::EDEN_GC>(); in UpdateReference()
409 if constexpr (gcType == TriggerGCType::EDEN_GC) { in UpdateWeakReferenceOpt()
H A Dgc_stats.cpp597 case TriggerGCType::EDEN_GC: in GetGCType()
H A Dheap.cpp1144 case TriggerGCType::EDEN_GC: in CollectGarbage()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_gc.cpp217 return EDEN_GC; in StringToGcType()

Completed in 11 milliseconds