Home
last modified time | relevance | path

Searched refs:curOut (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dgate.cpp277 const Out *curOut = GetFirstOutConst(); in GetValueInAndOut() local
278 opcode = curOut->GetGateConst()->GetOpCode(); in GetValueInAndOut()
279 log << std::to_string(curOut->GetGateConst()->GetId()) + in GetValueInAndOut()
282 while (!curOut->IsNextOutNull()) { in GetValueInAndOut()
283 curOut = curOut->GetNextOutConst(); in GetValueInAndOut()
284 log << ", " << std::to_string(curOut->GetGateConst()->GetId()) << in GetValueInAndOut()
303 const Out *curOut = curGate->GetFirstOutConst(); in CheckStateOutput() local
304 auto meta = curOut->GetGateConst()->GetMetaData(); in CheckStateOutput()
305 if (curOut in CheckStateOutput()
342 const Out *curOut = curGate->GetFirstOutConst(); CheckBranchOutput() local
558 auto curOut = GetOut(0); Gate() local
570 auto curOut = GetOut(idx); Gate() local
578 auto curOut = GetOut(idx); NewIn() local
853 const Out *curOut = GetFirstOutConst(); DumpOutputs() local
931 const Out *curOut = GetFirstOutConst(); ShortPrint() local
[all...]
H A Dverifier.cpp81 const Out *curOut = curGate->GetFirstOutConst(); in RunDataIntegrityCheck() local
82 if (!(circuit->GetSpaceDataStartPtrConst() < curOut && curOut < circuit->GetSpaceDataEndPtrConst())) { in RunDataIntegrityCheck()
87 if (gatesSet.count(circuit->GetGateRef(curOut->GetGateConst())) == 0) { in RunDataIntegrityCheck()
92 while (!curOut->IsNextOutNull()) { in RunDataIntegrityCheck()
93 curOut = curOut->GetNextOutConst(); in RunDataIntegrityCheck()
94 if (!(circuit->GetSpaceDataStartPtrConst() < curOut && in RunDataIntegrityCheck()
95 curOut < circuit->GetSpaceDataEndPtrConst())) { in RunDataIntegrityCheck()
100 if (gatesSet.count(circuit->GetGateRef(curOut in RunDataIntegrityCheck()
[all...]
H A Dcircuit.cpp333 const Out *curOut = curGate->GetFirstOutConst(); in GetOutVector() local
334 result.push_back(GetGateRef(curOut->GetGateConst())); in GetOutVector()
335 while (!curOut->IsNextOutNull()) { in GetOutVector()
336 curOut = curOut->GetNextOutConst(); in GetOutVector()
337 result.push_back(GetGateRef(curOut->GetGateConst())); in GetOutVector()
H A Dgate_accessor.cpp895 const Out *curOut = curGate->GetFirstOutConst(); in GetOuts() local
896 GateRef ref = circuit_->GetGateRef(curOut->GetGateConst()); in GetOuts()
898 while (!curOut->IsNextOutNull()) { in GetOuts()
899 curOut = curOut->GetNextOutConst(); in GetOuts()
900 ref = circuit_->GetGateRef(curOut->GetGateConst()); in GetOuts()
923 const Out *curOut = curGate->GetFirstOutConst(); in GetOutStates() local
924 GateRef ref = circuit_->GetGateRef(curOut->GetGateConst()); in GetOutStates()
928 while (!curOut->IsNextOutNull()) { in GetOutStates()
929 curOut in GetOutStates()
1807 const Out *curOut = curGate->GetFirstOutConst(); GetGlueFromArgList() local
[all...]

Completed in 7 milliseconds