Searched refs:ENABLE (Results 1 – 10 of 10) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ |
D | concurrent_sweeper.h | 32 ENABLE, enumerator 72 enableType_ = enabled ? EnableConcurrentSweepType::ENABLE : in ConfigConcurrentSweep()
|
D | concurrent_marker.h | 36 ENABLE, enumerator 86 enableMarkType_ = enabled ? EnableConcurrentMarkType::ENABLE : in ConfigConcurrentMark()
|
D | heap.cpp | 120 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/ |
D | number_speculative_retype.h | 102 …AndConvertToInt32(GateRef gate, GateType gateType, ConvertSupport support = ConvertSupport::ENABLE, 104 …ConvertToFloat64(GateRef gate, GateType gateType, ConvertSupport support = ConvertSupport::ENABLE);
|
D | type.h | 289 ENABLE, enumerator
|
D | gate_meta_data.h | 875 return ConvertSupportBits::Get(bitField_) == ConvertSupport::ENABLE; in IsConvertSupport() 878 …64_t ToValue(ValueType srcType, ValueType dstType, ConvertSupport support = ConvertSupport::ENABLE)
|
D | number_speculative_retype.cpp | 703 …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()
|
D | circuit_builder.h | 310 … GateRef gate, ValueType src, ValueType dst, ConvertSupport support = ConvertSupport::ENABLE);
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | concurrent_marking_test.cpp | 49 heap->GetConcurrentMarker()->EnableConcurrentMarking(EnableConcurrentMarkType::ENABLE); in SetUp()
|
D | gc_test.cpp | 50 heap->GetConcurrentMarker()->EnableConcurrentMarking(EnableConcurrentMarkType::ENABLE); in SetUp() 51 heap->GetSweeper()->EnableConcurrentSweep(EnableConcurrentSweepType::ENABLE); in SetUp()
|