Searched refs:ModifyIn (Results 1 - 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | circuit.cpp | 352 void Circuit::ModifyIn(GateRef gate, size_t idx, GateRef in) in ModifyIn() function in panda::ecmascript::kungfu::Circuit 358 LoadGatePtr(gate)->ModifyIn(idx, LoadGatePtr(in)); in ModifyIn() 382 ModifyIn(gate, i, GetIn(gate, i + 1)); in DecreaseIn()
|
H A D | gate_accessor.cpp | 1175 gatePtr->ModifyIn(dependIndex + idx, circuit_->LoadGatePtr(depGate)); in SetDep() 1184 curGatePtr->ModifyIn(useIt.GetIndex(), replaceGatePtr); in ReplaceIn() 1396 circuit_->ModifyIn(gate, index, in); in ReplaceIn() 1409 circuit_->ModifyIn(gate, index, in); in ReplaceStateIn() 1416 circuit_->ModifyIn(gate, stateCount + index, in); in ReplaceDependIn() 1427 circuit_->ModifyIn(gate, stateCount + index, in); in ReplaceOrNewDependIn() 1435 circuit_->ModifyIn(gate, valueStartIndex + index, in); in ReplaceValueIn() 1782 circuit_->ModifyIn(gate, index, in); in ReplaceFrameStateIn()
|
H A D | gate.h | 151 void ModifyIn(size_t idx, Gate *in);
|
H A D | circuit.h | 288 void ModifyIn(GateRef gate, size_t idx, GateRef in);
|
H A D | gate.cpp | 589 void Gate::ModifyIn(size_t idx, Gate *in) in ModifyIn() function in panda::ecmascript::kungfu::Gate
|
Completed in 8 milliseconds