Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp343 auto stateList = std::vector<GateRef>(numOfIns, Circuit::NullGate()); in MergeAllReturn() local
350 stateList[i] = acc_.GetState(returnGate); in MergeAllReturn()
356 state = circuit_->NewGate(circuit_->Merge(numOfIns), stateList); in MergeAllReturn()