Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcircuit.cpp181 LoadGatePtrConst(gate)->Print(); in PrintAllGates()
190 LoadGatePtrConst(gate)->PrintWithBytecode(GetComment(gate)); in PrintAllGatesWithBytecode()
198 out += Gate::GetGateSize(reinterpret_cast<const Out *>(LoadGatePtrConst(GateRef(out)))->GetIndex() + 1)) { in GetAllGates()
199 auto gatePtr = reinterpret_cast<const Out *>(LoadGatePtrConst(GateRef(out)))->GetGateConst(); in GetAllGates()
219 const Gate *Circuit::LoadGatePtrConst(GateRef shift) const in LoadGatePtrConst() function in panda::ecmascript::kungfu::Circuit
240 const_cast<Gate *>(LoadGatePtrConst(gate))->SetMark(MarkCode::NO_MARK, 0); in ResetAllGateTimeStamps()
251 return LoadGatePtrConst(gate)->GetMark(GetTime()); in GetMark()
256 const_cast<Gate *>(LoadGatePtrConst(gate))->SetMark(mark, GetTime()); in SetMark()
261 LoadGatePtrConst(gate)->Verify(IsArch64(), methodName); in Verify()
272 const Gate *curGate = LoadGatePtrConst(gat in IsLoopHead()
[all...]
H A Dgate_accessor.h636 if (circuit_->LoadGatePtrConst(gate)->IsFirstOutNull()) { in ConstUseBegin()
639 auto use = circuit_->LoadGatePtrConst(gate)->GetFirstOutConst(); in ConstUseBegin()
650 if (circuit_->LoadGatePtrConst(gate)->IsFirstOutNull()) { in UseBegin()
664 return ConstInsIterator(circuit_, &reinterpret_cast<const In *>(circuit_->LoadGatePtrConst(gate) + 1)[0]); in ConstInBegin()
669 auto endIndex = circuit_->LoadGatePtrConst(gate)->GetNumIns(); in ConstInEnd()
671 &reinterpret_cast<const In *>(circuit_->LoadGatePtrConst(gate) + 1)[endIndex]); in ConstInEnd()
681 auto endIndex = circuit_->LoadGatePtrConst(gate)->GetNumIns(); in InEnd()
774 return ConstInsIterator(circuit_, &reinterpret_cast<const In *>(circuit_->LoadGatePtrConst(gate) + 1)[0]); in ConstInBegin()
779 auto endIndex = circuit_->LoadGatePtrConst(gate)->GetNumIns(); in ConstInEnd()
781 &reinterpret_cast<const In *>(circuit_->LoadGatePtrConst(gat in ConstInEnd()
[all...]
H A Dverifier.cpp42 reinterpret_cast<const Out *>(circuit->LoadGatePtrConst(GateRef(out)))->GetGateConst()); in RunDataIntegrityCheck()
54 reinterpret_cast<const Out *>(circuit->LoadGatePtrConst(GateRef(out)))->GetIndex() + 1); in RunDataIntegrityCheck()
65 for (size_t idx = 0; idx < circuit->LoadGatePtrConst(gate)->GetNumIns(); idx++) { in RunDataIntegrityCheck()
66 const In *curIn = circuit->LoadGatePtrConst(gate)->GetInConst(idx); in RunDataIntegrityCheck()
79 const Gate *curGate = circuit->LoadGatePtrConst(gate); in RunDataIntegrityCheck()
200 if (use.GetIndex() >= circuit->LoadGatePtrConst(*use)->GetStateCount()) { in RunCFGReducibilityCheck()
H A Dcircuit.h307 const Gate *LoadGatePtrConst(GateRef shift) const;
310 return LoadGatePtrConst(gate)->GetMetaData(); in GetMetaData()
H A Dgate_accessor.cpp877 const Gate *curGate = circuit_->LoadGatePtrConst(gate); in GetInStates()
885 const Gate *curGate = circuit_->LoadGatePtrConst(gate); in GetIns()
893 const Gate *curGate = circuit_->LoadGatePtrConst(gate); in GetOuts()
908 const Gate *curGate = circuit_->LoadGatePtrConst(gate); in HasOuts()
921 const Gate *curGate = circuit_->LoadGatePtrConst(gate); in GetOutStates()
1401 ASSERT(idx < circuit_->LoadGatePtrConst(gate)->GetNumIns()); in DeleteIn()
1805 const Gate *curGate = circuit_->LoadGatePtrConst(argRoot); in GetGlueFromArgList()
1829 return circuit_->LoadGatePtrConst(gate)->GetMetaData(); in GetMetaData()
1882 return circuit_->LoadGatePtrConst(g)->GetMetaData(); in GetMetaData()

Completed in 8 milliseconds