Home
last modified time | relevance | path

Searched defs:stateEntry (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_inline_lowering.cpp247 auto stateEntry = acc_.GetStateRoot(); in ReplaceEntryGate() local
Dts_type_lowering.cpp248 GateRef stateEntry = circuit_->GetStateRoot(); in DeleteGates() local
Dcircuit_builder.cpp943 Environment::Environment(GateRef stateEntry, GateRef dependEntry, std::vector<GateRef>& inlist, in Environment()