Home
last modified time | relevance | path

Searched refs:stateCount (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit_builder_helper.cpp241 auto stateCount = GateAccessor(env_->GetCircuit()).GetStateCount(predeControl_); in IsNeedSeal() local
242 return predecessors_.size() >= stateCount; in IsNeedSeal()
H A Dgate_accessor.cpp1415 size_t stateCount = GetStateCount(gate); in ReplaceDependIn()
1416 circuit_->ModifyIn(gate, stateCount + index, in); in ReplaceDependIn()
1422 size_t stateCount = GetStateCount(gate); in ReplaceOrNewDependIn()
1425 circuit_->NewIn(gate, stateCount + index, in); in ReplaceOrNewDependIn()
1427 circuit_->ModifyIn(gate, stateCount + index, in); in ReplaceOrNewDependIn()

Completed in 4 milliseconds