Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_accessor.h421 void SetDep(GateRef gate, GateRef depGate, size_t idx = 0);
Dgate_accessor.cpp726 void GateAccessor::SetDep(GateRef gate, GateRef depGate, size_t idx) in SetDep() argument
731 gatePtr->ModifyIn(dependIndex + idx, circuit_->LoadGatePtr(depGate)); in SetDep()
Dslowpath_lowering.cpp1804 GateRef depGate = acc_.GetDep(gate); in LowerCreateObjectWithExcludedKeys() local
1805 acc_.SetDep(gate, acc_.GetDep(depGate)); in LowerCreateObjectWithExcludedKeys()
1806 builder_.SetDepend(acc_.GetDep(depGate)); in LowerCreateObjectWithExcludedKeys()
1809 size_t numIn = acc_.GetNumValueIn(depGate); in LowerCreateObjectWithExcludedKeys()
1817 GateRef tmpGate = acc_.GetValueIn(depGate, idx); in LowerCreateObjectWithExcludedKeys()
1820 acc_.DeleteGate(depGate); in LowerCreateObjectWithExcludedKeys()