Home
last modified time | relevance | path

Searched refs:ENABLE (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dconcurrent_sweeper.h32 ENABLE, enumerator
72 enableType_ = enabled ? EnableConcurrentSweepType::ENABLE : in ConfigConcurrentSweep()
Dconcurrent_marker.h36 ENABLE, enumerator
86 enableMarkType_ = enabled ? EnableConcurrentMarkType::ENABLE : in ConfigConcurrentMark()
Dheap.cpp120 EnableConcurrentSweepType::ENABLE : EnableConcurrentSweepType::CONFIG_DISABLE); in Initialize()
121 …ntMarker_ = new ConcurrentMarker(this, concurrentMarkerEnabled ? EnableConcurrentMarkType::ENABLE : in Initialize()
1044 concurrentMarker_->EnableConcurrentMarking(EnableConcurrentMarkType::ENABLE); in ChangeGCParams()
1045 sweeper_->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE); in ChangeGCParams()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.h102 …AndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support = ConvertSupport::ENABLE,
104 …ConvertToFloat64(GateRef gate, GateType gateType, ConvertSupport support = ConvertSupport::ENABLE);
Dtype.h289 ENABLE, enumerator
Dgate_meta_data.h875 return ConvertSupportBits::Get(bitField_) == ConvertSupport::ENABLE; in IsConvertSupport()
878 …64_t ToValue(ValueType srcType, ValueType dstType, ConvertSupport support = ConvertSupport::ENABLE)
Dnumber_speculative_retype.cpp703 …GateRef cLeft = CheckAndConvertToInt32(left, leftType, ConvertSupport::ENABLE, OpType::SHIFT_AND_L… in ConvertForShiftAndLogicalOperator()
704 …GateRef cRight = CheckAndConvertToInt32(right, rightType, ConvertSupport::ENABLE, OpType::SHIFT_AN… in ConvertForShiftAndLogicalOperator()
Dcircuit_builder.h310 … GateRef gate, ValueType src, ValueType dst, ConvertSupport support = ConvertSupport::ENABLE);
/arkcompiler/ets_runtime/ecmascript/tests/
Dconcurrent_marking_test.cpp49 heap->GetConcurrentMarker()->EnableConcurrentMarking(EnableConcurrentMarkType::ENABLE); in SetUp()
Dgc_test.cpp50 heap->GetConcurrentMarker()->EnableConcurrentMarking(EnableConcurrentMarkType::ENABLE); in SetUp()
51 heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE); in SetUp()