Home
last modified time | relevance | path

Searched refs:YOUNG_GC (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dweak_ref_semi_gc_test.cpp86 ecmaVM->CollectGarbage(TriggerGCType::YOUNG_GC); in HWTEST_F_L0()
105 ecmaVM->CollectGarbage(TriggerGCType::YOUNG_GC); in HWTEST_F_L0()
120 thread->GetEcmaVM()->CollectGarbage(TriggerGCType::YOUNG_GC); in HWTEST_F_L0()
132 thread->GetEcmaVM()->CollectGarbage(TriggerGCType::YOUNG_GC); in HWTEST_F_L0()
Dthrow_oom_error_test.cpp94 heap->CollectGarbage(TriggerGCType::YOUNG_GC); in HWTEST_F_L0()
96 heap->CollectGarbage(TriggerGCType::YOUNG_GC); in HWTEST_F_L0()
Dmem_controller_test.cpp99 heap->CollectGarbage(TriggerGCType::YOUNG_GC); in HWTEST_F_L0()
119 heap->CollectGarbage(TriggerGCType::YOUNG_GC); in HWTEST_F_L0()
Dhuge_object_test.cpp87 ecmaVm->CollectGarbage(TriggerGCType::YOUNG_GC); // Trigger GC. in HWTEST_F_L0()
Dread_only_space_test.cpp142 heap->CollectGarbage(TriggerGCType::YOUNG_GC); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
Dstw_young_gc.cpp61 …workManager_->Initialize(TriggerGCType::YOUNG_GC, ParallelGCTaskPhase::SEMI_HANDLE_GLOBAL_POOL_TAS… in Initialize()
145 heap_->Resume(YOUNG_GC); in Finish()
Dheap.cpp353 return YOUNG_GC; in SelectGCType()
358 return YOUNG_GC; in SelectGCType()
404 case TriggerGCType::YOUNG_GC: in CollectGarbage()
935 SetIdleTask(IdleTaskType::YOUNG_GC); in TryTriggerIdleCollection()
987 if (idleTask_ == IdleTaskType::YOUNG_GC && markSpeed != 0) { in CalculateIdleDuration()
1023 (idleTask_ == IdleTaskType::NO_TASK || idleTask_ == IdleTaskType::YOUNG_GC); in CheckCanTriggerConcurrentMarking()
1153 if (idleTask_ == IdleTaskType::YOUNG_GC && IsConcurrentFullMark()) { in TriggerConcurrentMarking()
1266 CollectGarbage(TriggerGCType::YOUNG_GC, GCReason::IDLE); in TriggerIdleCollection()
1270 case IdleTaskType::YOUNG_GC: in TriggerIdleCollection()
1271 CollectGarbage(TriggerGCType::YOUNG_GC, GCReason::IDLE); in TriggerIdleCollection()
Dheap.h52 YOUNG_GC, enumerator
640 return gcType_ == TriggerGCType::YOUNG_GC; in IsYoungGC()
822 TriggerGCType gcType_ {TriggerGCType::YOUNG_GC};
Dconcurrent_marker.cpp89 …p_->CollectGarbage(heap_->IsConcurrentFullMark() ? TriggerGCType::OLD_GC : TriggerGCType::YOUNG_GC, in HandleMarkingFinished()
Dmem_controller.cpp140 case TriggerGCType::YOUNG_GC: in StopCalculationAfterGC()
Dgc_stats.cpp542 case TriggerGCType::YOUNG_GC: in GetGCType()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
Dserializer_test.cpp102 ecmaVm->CollectGarbage(TriggerGCType::YOUNG_GC); in LineStringTest()
116 ecmaVm->CollectGarbage(TriggerGCType::YOUNG_GC); in TreeStringTest()
130 ecmaVm->CollectGarbage(TriggerGCType::YOUNG_GC); in SlicedStringTest()
144 ecmaVm->CollectGarbage(TriggerGCType::YOUNG_GC); in JSPlainObjectTest1()
169 ecmaVm->CollectGarbage(TriggerGCType::YOUNG_GC); in JSPlainObjectTest2()
193 ecmaVm->CollectGarbage(TriggerGCType::YOUNG_GC); in JSPlainObjectTest3()
221 ecmaVm->CollectGarbage(TriggerGCType::YOUNG_GC); in JSPlainObjectTest4()
246 ecmaVm->CollectGarbage(TriggerGCType::YOUNG_GC); in JSErrorTest1()
261 ecmaVm->CollectGarbage(TriggerGCType::YOUNG_GC); in JSErrorTest2()
285 ecmaVm->CollectGarbage(TriggerGCType::YOUNG_GC); in BigIntTest()
[all …]
/arkcompiler/ets_runtime/ecmascript/
Dcommon.h34 YOUNG_GC, enumerator
Dobject_factory.cpp3121 vm_->CollectGarbage(TriggerGCType::YOUNG_GC); in NewObjectHook()
3125 vm_->CollectGarbage(TriggerGCType::YOUNG_GC); in NewObjectHook()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_third_tests.cpp145 vm->CollectGarbage(TriggerGCType::YOUNG_GC); in WeakRefCallback()
Djsnapi_second_tests.cpp145 vm->CollectGarbage(TriggerGCType::YOUNG_GC); in WeakRefCallback()
Djsnapi_first_tests.cpp145 vm->CollectGarbage(TriggerGCType::YOUNG_GC); in WeakRefCallback()