Home
last modified time | relevance | path

Searched refs:GetGateRef (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit.cpp140 allGates_.push_back(GetGateRef(newGate)); in NewGate()
142 GateRef result = GetGateRef(newGate); in NewGate()
201 gateList.push_back(GetGateRef(gatePtr)); in GetAllGates()
206 GateRef Circuit::GetGateRef(const Gate *gate) const in GetGateRef() function in panda::ecmascript::kungfu::Circuit
313 return GetGateRef(curGate->GetInGateConst(idx)); in GetIn()
334 result.push_back(GetGateRef(curOut->GetGateConst())); in GetOutVector()
337 result.push_back(GetGateRef(curOut->GetGateConst())); in GetOutVector()
H A Dgate_accessor.h102 return circuit_->GetGateRef(out_->GetGateConst()); in operator *()
159 return circuit_->GetGateRef(out_->GetGate()); in operator *()
219 return circuit_->GetGateRef(in_->GetGateConst()); in operator *()
261 return circuit_->GetGateRef(in_->GetGate()); in operator *()
708 return circuit_->GetGateRef(in_->GetGateConst()); in operator *()
H A Dverifier.cpp40 GateRef gate = circuit->GetGateRef( in RunDataIntegrityCheck()
72 if (gatesSet.count(circuit->GetGateRef(curIn->GetGateConst())) == 0) { in RunDataIntegrityCheck()
87 if (gatesSet.count(circuit->GetGateRef(curOut->GetGateConst())) == 0) { in RunDataIntegrityCheck()
100 if (gatesSet.count(circuit->GetGateRef(curOut->GetGateConst())) == 0) { in RunDataIntegrityCheck()
H A Dgate_accessor.cpp879 ins.push_back(circuit_->GetGateRef(curGate->GetInGateConst(idx))); in GetInStates()
887 ins.push_back(circuit_->GetGateRef(curGate->GetInGateConst(idx))); in GetIns()
896 GateRef ref = circuit_->GetGateRef(curOut->GetGateConst()); in GetOuts()
900 ref = circuit_->GetGateRef(curOut->GetGateConst()); in GetOuts()
924 GateRef ref = circuit_->GetGateRef(curOut->GetGateConst()); in GetOutStates()
930 ref = circuit_->GetGateRef(curOut->GetGateConst()); in GetOutStates()
1812 return circuit_->GetGateRef(curOut->GetGateConst()); in GetGlueFromArgList()
H A Dcircuit.h276 GateRef GetGateRef(const Gate *gate) const;

Completed in 9 milliseconds