Home
last modified time | relevance | path

Searched refs:IsControlCase (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit.cpp258 bool Circuit::IsControlCase(GateRef gate) const in IsControlCase() function in panda::ecmascript::kungfu::Circuit
262 return curGate->GetMetaData()->IsControlCase(); in IsControlCase()
Dcircuit.h238 bool IsControlCase(GateRef gate) const;
Dgate_meta_data.cpp244 bool GateMetaData::IsControlCase() const in IsControlCase() function in panda::ecmascript::kungfu::GateMetaData
Dgate_accessor.h454 bool IsControlCase(GateRef gate) const;
Dgate_accessor.cpp617 bool GateAccessor::IsControlCase(GateRef gate) const in IsControlCase() function in panda::ecmascript::kungfu::GateAccessor
619 return circuit_->IsControlCase(gate); in IsControlCase()
Dcircuit_builder.cpp1974 if (IsControlCase()) { in MergeAllDepend()
2016 bool Label::LabelImpl::IsControlCase() const in IsControlCase() function in panda::ecmascript::kungfu::Label::LabelImpl
2018 return GateAccessor(env_->GetCircuit()).IsControlCase(predeControl_); in IsControlCase()
Dgate_meta_data.h550 bool IsControlCase() const;
Dcircuit_builder.h782 bool IsControlCase() const;