Home
last modified time | relevance | path

Searched refs:OLD_GC (Results 1 - 25 of 33) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dweak_ref_old_gc_test.cpp62 vm->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
69 EcmaTestCommon::ArrayUndefinedGcCommon(thread, TriggerGCType::OLD_GC); in HWTEST_F_L0()
74 EcmaTestCommon::ArrayKeepGcCommon(thread, TriggerGCType::OLD_GC); in HWTEST_F_L0()
84 thread->GetEcmaVM()->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
96 thread->GetEcmaVM()->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
H A Dread_only_space_test.cpp136 heap->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
151 heap->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
156 heap->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
H A Dconcurrent_sweep_test.cpp34 instance->CollectGarbage(ecmascript::TriggerGCType::OLD_GC); in TEST_F()
H A Dincremental_marking_test.cpp64 heap->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
H A Dconcurrent_marking_test.cpp65 heap->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
82 heap->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
H A Dhuge_object_test.cpp55 ecmaVm->CollectGarbage(TriggerGCType::OLD_GC); // Trigger GC. in HWTEST_F_L0()
H A Dgc_second_test.cpp55 const_cast<Heap *>(thread->GetEcmaVM()->GetHeap())->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
67 const_cast<Heap *>(thread->GetEcmaVM()->GetHeap())->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
204 heap->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
H A Djs_verification_test.cpp78 heap->CollectGarbage(panda::ecmascript::TriggerGCType::OLD_GC); in HWTEST_F_L0()
H A Dgc_third_test.cpp164 heap->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
H A Dtagged_array_test.cpp65 ecmaVM->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dpartial_gc.cpp43 bool needAjustGCThreadPrio = heap_->GetGCType() == TriggerGCType::OLD_GC || in RunPhases()
87 workManager_->Initialize(TriggerGCType::OLD_GC, ParallelGCTaskPhase::OLD_HANDLE_GLOBAL_POOL_TASK); in Initialize()
100 heap_->Resume(OLD_GC); in Finish()
H A Dincremental_marker.cpp48 heap_->CollectGarbage(TriggerGCType::OLD_GC, GCReason::IDLE); in TriggerIncrementalMark()
87 workManager_->Initialize(TriggerGCType::OLD_GC, ParallelGCTaskPhase::OLD_HANDLE_GLOBAL_POOL_TASK); in Initialize()
H A Dconcurrent_marker.cpp83 gcType = TriggerGCType::OLD_GC; in HandleMarkingFinished()
151 workManager_->Initialize(TriggerGCType::OLD_GC, ParallelGCTaskPhase::CONCURRENT_HANDLE_GLOBAL_POOL_TASK); in InitializeMarking()
H A Dsparse_space.cpp81 localHeap_->CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_FAILED); in Allocate()
442 localHeap_->GetEcmaGCStats()->RecordStatisticBeforeGC(TriggerGCType::OLD_GC, GCReason::OTHER); in SelectCSet()
580 localHeap_->CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_LIMIT); in CheckAndAllocate()
708 localHeap_->CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_FAILED); in Allocate()
H A Dparallel_evacuator.cpp295 UpdateWeakReferenceOpt<TriggerGCType::OLD_GC>(); in UpdateReference()
422 } else if constexpr (gcType == TriggerGCType::OLD_GC) { in UpdateWeakReferenceOpt()
483 UpdateObjectSlotOpt<TriggerGCType::OLD_GC>(slot); in UpdateRSet()
731 GetEvacuator()->UpdateNewRegionReference<TriggerGCType::OLD_GC>(GetRegion()); in Process()
741 GetEvacuator()->UpdateAndSweepNewRegionReference<TriggerGCType::OLD_GC>(GetRegion()); in Process()
H A Dheap.cpp1007 if (gcType == TriggerGCType::OLD_GC) { in Resume()
1085 return OLD_GC; in SelectGCType()
1121 gcType = TriggerGCType::OLD_GC; in CollectGarbage()
1153 gcType_ = TriggerGCType::OLD_GC; in CollectGarbage()
1164 gcType_ = TriggerGCType::OLD_GC; in CollectGarbage()
1168 case TriggerGCType::OLD_GC: { in CollectGarbage()
1246 if (gcType_ == TriggerGCType::OLD_GC) { in CollectGarbage()
1666 CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_LIMIT); in CheckAndTriggerOldGC()
2001 CollectGarbage(TriggerGCType::OLD_GC, GCReason::ALLOCATION_FAILED);
2044 CollectGarbage(TriggerGCType::OLD_GC, GCReaso in CheckAndTriggerTaskFinishedGC()
[all...]
H A Dmem_controller.cpp186 case TriggerGCType::OLD_GC: { in StopCalculationAfterGC()
H A Dparallel_evacuator-inl.h223 } else if constexpr (gcType == TriggerGCType::OLD_GC) { in UpdateWeakObjectSlotOpt()
H A Dwork_manager.cpp170 if (gcType != TriggerGCType::OLD_GC) { in Initialize()
/arkcompiler/ets_runtime/ecmascript/
H A Dcommon_enum.h38 OLD_GC, enumerator
/arkcompiler/ets_runtime/test/fuzztest/jsnapitriggergc_fuzzer/
H A Djsnapitriggergc_fuzzer.cpp39 JSNApi::TRIGGER_GC_TYPE gcType = JSNApi::TRIGGER_GC_TYPE::OLD_GC; in JSNApiTriggerGCFuzztest()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_gc.cpp128 if (cause != OLD_GC) { in StartGC()
129 // except OLD_GC all run in place implicitly in StartGC()
223 return OLD_GC; in StringToGcType()
/arkcompiler/ets_runtime/ecmascript/serializer/tests/
H A Dserializer_test.cpp106 ecmaVm->CollectGarbage(TriggerGCType::OLD_GC); in LineStringTest()
120 ecmaVm->CollectGarbage(TriggerGCType::OLD_GC); in TreeStringTest()
134 ecmaVm->CollectGarbage(TriggerGCType::OLD_GC); in SlicedStringTest()
148 ecmaVm->CollectGarbage(TriggerGCType::OLD_GC); in JSPlainObjectTest1()
173 ecmaVm->CollectGarbage(TriggerGCType::OLD_GC); in JSPlainObjectTest2()
197 ecmaVm->CollectGarbage(TriggerGCType::OLD_GC); in JSPlainObjectTest3()
225 ecmaVm->CollectGarbage(TriggerGCType::OLD_GC); in JSPlainObjectTest4()
250 ecmaVm->CollectGarbage(TriggerGCType::OLD_GC); in JSErrorTest1()
265 ecmaVm->CollectGarbage(TriggerGCType::OLD_GC); in JSErrorTest2()
290 ecmaVm->CollectGarbage(TriggerGCType::OLD_GC); in JSErrorTest3()
[all...]
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp728 vm_->CollectGarbage(TriggerGCType::OLD_GC); in StartHeapTracking()
761 vm_->CollectGarbage(TriggerGCType::OLD_GC); in UpdateHeapTracking()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp154 vm->CollectGarbage(TriggerGCType::OLD_GC); in WeakRefCallback()
1394 vm_->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()
1430 JSNApi::TRIGGER_GC_TYPE gcType = JSNApi::TRIGGER_GC_TYPE::OLD_GC; in HWTEST_F_L0()
1451 heap->CollectGarbage(TriggerGCType::OLD_GC); in HWTEST_F_L0()

Completed in 22 milliseconds

12