Home
last modified time | relevance | path

Searched refs:GetSweeper (Results 1 - 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dgc_first_test.cpp44 heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
77 EXPECT_TRUE(heap->GetSweeper()->ConcurrentSweepEnabled()); in HWTEST_F_L0()
91 EXPECT_FALSE(heap->GetSweeper()->ConcurrentSweepEnabled()); in HWTEST_F_L0()
105 EXPECT_TRUE(heap->GetSweeper()->ConcurrentSweepEnabled()); in HWTEST_F_L0()
112 heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::CONFIG_DISABLE); in HWTEST_F_L0()
115 EXPECT_FALSE(heap->GetSweeper()->ConcurrentSweepEnabled()); in HWTEST_F_L0()
123 EXPECT_FALSE(heap->GetSweeper()->ConcurrentSweepEnabled()); in HWTEST_F_L0()
148 EXPECT_FALSE(heap->GetSweeper()->ConcurrentSweepEnabled()); in HWTEST_F_L0()
H A Djit_fort_test.cpp42 heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
H A Dgc_verify_test.cpp46 heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
H A Dmachine_code_test.cpp45 heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
H A Dgc_third_test.cpp43 heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
H A Dgc_second_test.cpp44 heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
H A Didle_gc_trigger_test.cpp44 heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
H A Djs_object_test.cpp1362 heap->GetSweeper()->EnsureAllTaskFinished(); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_full_gc.cpp108 sHeap_->GetSweeper()->Sweep(true); in Sweep()
109 sHeap_->GetSweeper()->PostTask(true); in Sweep()
124 sHeap_->GetSweeper()->TryFillSweptRegion(); in Finish()
H A Dshared_gc.cpp114 sHeap_->GetSweeper()->Sweep(false); in Sweep()
115 sHeap_->GetSweeper()->PostTask(false); in Sweep()
128 sHeap_->GetSweeper()->TryFillSweptRegion(); in Finish()
H A Dshared_gc_marker.cpp51 heap->GetSweeper()->EnsureAllTaskFinished(); in MarkLocalVMRoots()
H A Dshared_space.cpp197 sHeap_->GetSweeper()->EnsureTaskFinished(spaceType_); in AllocateAfterSweepingCompleted()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dfull_gc.cpp172 heap_->GetSweeper()->Sweep(true); in Sweep()
173 heap_->GetSweeper()->PostTask(true); in Sweep()
189 heap_->GetSweeper()->TryFillSweptRegion(); in Finish()
H A Dpartial_gc.cpp59 heap_->GetSweeper()->PostTask(); in RunPhases()
110 heap_->GetSweeper()->TryFillSweptRegion(); in Finish()
157 heap_->GetSweeper()->Sweep(); in Sweep()
H A Dverification.cpp432 heap_->GetSweeper()->EnsureAllTaskFinished(); in VerifyAll()
537 sHeap_->GetSweeper()->EnsureAllTaskFinished(); in VerifyAll()
550 sHeap_->GetSweeper()->EnsureAllTaskFinished(); in VerifyMark()
554 heap->GetSweeper()->EnsureAllTaskFinished(); in VerifyMark()
667 sHeap_->GetSweeper()->EnsureAllTaskFinished(); in VerifySweep()
671 heap->GetSweeper()->EnsureAllTaskFinished(); in VerifySweep()
803 localHeap->GetSweeper()->EnsureAllTaskFinished(); in VerifyRoot()
833 localHeap->GetSweeper()->EnsureAllTaskFinished(); in VerifyHeap()
H A Dsparse_space.cpp112 localHeap_->GetSweeper()->EnsureTaskFinished(spaceType_); in AllocateAfterSweepingCompleted()
282 localHeap_->GetSweeper()->ClearRSetInRange(current, freeStart, freeEnd); in FreeLiveRange()
508 localHeap_->GetSweeper()->EnsureTaskFinished(spaceType_); in CheckRegionSize()
667 localHeap_->GetSweeper()->EnsureTaskFinishedNoCheck(spaceType_); in JitFortAllocate()
H A Dheap.h585 SharedConcurrentSweeper *GetSweeper() const in GetSweeper() function in panda::panda::ecmascript::SharedHeap
1004 ConcurrentSweeper *GetSweeper() const in GetSweeper() function in panda::panda::ecmascript::Heap
H A Dparallel_evacuator.cpp460 if (heap_->GetSweeper()->IsSweeping()) { in UpdateRSet()
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_profiler.cpp151 SharedHeap::GetInstance()->GetSweeper()->WaitAllTaskFinished(); in UpdateHeapObjects()
798 SharedHeap::GetInstance()->GetSweeper()->WaitAllTaskFinished(); in StopHeapTracking()
869 sHeap->GetSweeper()->WaitAllTaskFinished(); in ForceSharedGC()
/arkcompiler/ets_runtime/ecmascript/patch/
H A Dpatch_loader.cpp249 heap->GetSweeper()->EnsureAllTaskFinished(); in UpdateJSFunction()
290 heap->GetSweeper()->EnsureAllTaskFinished(); in UpdateModuleForColdPatch()
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp356 auto sweeper = heap->GetSweeper();

Completed in 24 milliseconds