Home
last modified time | relevance | path

Searched refs:CONFIG_DISABLE (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dconcurrent_sweeper.h28 // CONFIG_DISABLE means concurrent sweeper is disabled by options or macros and cannot be changed.
33 CONFIG_DISABLE, member in panda::ecmascript::EnableConcurrentSweepType
74 EnableConcurrentSweepType::CONFIG_DISABLE; in ConfigConcurrentSweep()
80 enableType_ == EnableConcurrentSweepType::CONFIG_DISABLE; in IsDisabled()
90 return enableType_ == EnableConcurrentSweepType::CONFIG_DISABLE; in IsConfigDisabled()
117 EnableConcurrentSweepType enableType_ {EnableConcurrentSweepType::CONFIG_DISABLE};
H A Dconcurrent_marker.h34 // CONFIG_DISABLE means concurrent marker is disabled by options or macros and cannot be changed.
39 CONFIG_DISABLE, member in panda::ecmascript::EnableConcurrentMarkType
83 enableMarkType_ == EnableConcurrentMarkType::CONFIG_DISABLE; in IsDisabled()
89 EnableConcurrentMarkType::CONFIG_DISABLE; in ConfigConcurrentMark()
99 return enableMarkType_ == EnableConcurrentMarkType::CONFIG_DISABLE; in IsConfigDisabled()
168 EnableConcurrentMarkType enableMarkType_ {EnableConcurrentMarkType::CONFIG_DISABLE};
H A Dheap.cpp302 EnableConcurrentMarkType::ENABLE : EnableConcurrentMarkType::CONFIG_DISABLE); in PostInitialization()
304 EnableConcurrentSweepType::ENABLE : EnableConcurrentSweepType::CONFIG_DISABLE); in PostInitialization()
778 EnableConcurrentSweepType::ENABLE : EnableConcurrentSweepType::CONFIG_DISABLE); in Initialize()
780 EnableConcurrentMarkType::CONFIG_DISABLE); in Initialize()
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
H A Dshared_concurrent_marker.h44 enableMarkType_ == EnableConcurrentMarkType::CONFIG_DISABLE; in IsDisabled()
50 EnableConcurrentMarkType::CONFIG_DISABLE; in ConfigConcurrentMark()
60 return enableMarkType_ == EnableConcurrentMarkType::CONFIG_DISABLE; in IsConfigDisabled()
127 EnableConcurrentMarkType enableMarkType_ {EnableConcurrentMarkType::CONFIG_DISABLE};
H A Dshared_concurrent_sweeper.h58 EnableConcurrentSweepType::CONFIG_DISABLE; in ConfigConcurrentSweep()
64 enableType_ == EnableConcurrentSweepType::CONFIG_DISABLE; in IsDisabled()
74 return enableType_ == EnableConcurrentSweepType::CONFIG_DISABLE; in IsConfigDisabled()
101 EnableConcurrentSweepType enableType_ {EnableConcurrentSweepType::CONFIG_DISABLE};
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dgc_first_test.cpp111 heap->GetConcurrentMarker()->EnableConcurrentMarking(EnableConcurrentMarkType::CONFIG_DISABLE); in HWTEST_F_L0()
112 heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::CONFIG_DISABLE); in HWTEST_F_L0()
H A Dgc_third_test.cpp50 heap->GetConcurrentMarker()->EnableConcurrentMarking(EnableConcurrentMarkType::CONFIG_DISABLE); in HWTEST_F_L0()

Completed in 8 milliseconds