Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h554 LabelImpl(Environment *env, GateRef control) in LabelImpl()
572 void SetControl(GateRef control) in SetControl()
576 void SetPreControl(GateRef control) in SetPreControl()
580 void MergeControl(GateRef control) in MergeControl()
Dcircuit_builder-inl.h829 auto control = GetCurrentLabel()->GetControl(); in Return() local
836 auto control = GetCurrentLabel()->GetControl(); in Return() local
938 void Label::SetControl(GateRef control) in SetControl()
943 void Label::SetPreControl(GateRef control) in SetPreControl()
948 void Label::MergeControl(GateRef control) in MergeControl()
979 Label::LabelImpl *Environment::NewLabel(Environment *env, GateRef control) in NewLabel()
989 GateRef control = currentLabel_->GetControl(); in SubCfgEntry() local
1001 GateRef control = currentLabel_->GetControl(); in SubCfgExit() local
Dcircuit_builder.cpp32 GateRef CircuitBuilder::Selector(OpCode opcode, MachineType machineType, GateRef control, in Selector()
53 GateRef CircuitBuilder::Selector(OpCode opcode, GateRef control, in Selector()
Dstub_builder-inl.h172 auto control = env_->GetCurrentLabel()->GetControl(); in Return() local
179 auto control = env_->GetCurrentLabel()->GetControl(); in Return() local