Home
last modified time | relevance | path

Searched defs:control (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h727 LabelImpl(Environment *env, GateRef control) in LabelImpl()
745 void SetControl(GateRef control) in SetControl()
749 void SetPreControl(GateRef control) in SetPreControl()
753 void MergeControl(GateRef control) in MergeControl()
Dcircuit_builder-inl.h1118 auto control = GetCurrentLabel()->GetControl(); in Return() local
1125 auto control = GetCurrentLabel()->GetControl(); in Return() local
1256 void Label::SetControl(GateRef control) in SetControl()
1261 void Label::SetPreControl(GateRef control) in SetPreControl()
1266 void Label::MergeControl(GateRef control) in MergeControl()
1297 Label::LabelImpl *Environment::NewLabel(Environment *env, GateRef control) in NewLabel()
1307 GateRef control = currentLabel_->GetControl(); in SubCfgEntry() local
1319 GateRef control = currentLabel_->GetControl(); in SubCfgExit() local
Dcircuit_builder.cpp33 GateRef CircuitBuilder::Selector(OpCode opcode, MachineType machineType, GateRef control, in Selector()
53 GateRef CircuitBuilder::Selector(OpCode opcode, GateRef control, in Selector()
Dstub_builder-inl.h179 auto control = env_->GetCurrentLabel()->GetControl(); in Return() local
186 auto control = env_->GetCurrentLabel()->GetControl(); in Return() local
/arkcompiler/ets_runtime/tools/circuit_viewer/dist/
Dconfig.json9 "control": "0xffffbf7f", string