Home
last modified time | relevance | path

Searched refs:EnableConcurrentSweep (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
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_first_test.cpp44 heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE);
112 heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::CONFIG_DISABLE); in HWTEST_F_L0()
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);
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dconcurrent_sweeper.h59 void EnableConcurrentSweep(EnableConcurrentSweepType type);
H A Dconcurrent_sweeper.cpp171 void ConcurrentSweeper::EnableConcurrentSweep(EnableConcurrentSweepType type) in EnableConcurrentSweep() function in panda::ecmascript::ConcurrentSweeper
H A Dheap.cpp303 sSweeper_ = new SharedConcurrentSweeper(this, option.EnableConcurrentSweep() ? in PostInitialization()
552 sSweeper_->ConfigConcurrentSweep(option.EnableConcurrentSweep()); in EnableParallelGC()
777 sweeper_ = new ConcurrentSweeper(this, ecmaVm_->GetJSOptions().EnableConcurrentSweep() ? in Initialize()
1070 sweeper_->ConfigConcurrentSweep(ecmaVm_->GetJSOptions().EnableConcurrentSweep()); in EnableParallelGC()
2161 sweeper_->EnableConcurrentSweep(EnableConcurrentSweepType::DISABLE); in ChangeGCParams()
2172 sweeper_->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE); in ChangeGCParams()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_sweeper.h43 void EnableConcurrentSweep(EnableConcurrentSweepType type);
H A Dshared_concurrent_sweeper.cpp162 void SharedConcurrentSweeper::EnableConcurrentSweep(EnableConcurrentSweepType type) in EnableConcurrentSweep() function in panda::ecmascript::SharedConcurrentSweeper
/arkcompiler/ets_runtime/ecmascript/
H A Djs_runtime_options.h526 bool EnableConcurrentSweep() const in EnableConcurrentSweep() function in panda::ecmascript::JSRuntimeOptions

Completed in 13 milliseconds