Home
last modified time | relevance | path

Searched refs:MergeControl (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1791 label->MergeControl(currentLabel->GetControl()); in Jump()
1803 trueLabel->MergeControl(ifTrue); in Branch()
1806 falseLabel->MergeControl(ifFalse); in Branch()
1822 keysLabel[i].MergeControl(switchCase); in Switch()
1827 defaultLabel->MergeControl(defaultCase); in Switch()
1849 loopHead->MergeControl(loopend); in LoopEnd()
Dcircuit_builder-inl.h1266 void Label::MergeControl(GateRef control) in MergeControl() function
1268 impl_->MergeControl(control); in MergeControl()
Dcircuit_builder.h719 inline void MergeControl(GateRef control);
753 void MergeControl(GateRef control) in MergeControl() function
Dstub_builder.cpp46 label->MergeControl(currentLabel->GetControl()); in Jump()
58 trueLabel->MergeControl(ifTrue); in Branch()
61 falseLabel->MergeControl(ifFalse); in Branch()
77 keysLabel[i].MergeControl(switchCase); in Switch()
82 defaultLabel->MergeControl(defaultCase); in Switch()
104 loopHead->MergeControl(loopend); in LoopEnd()