Lines Matching defs:const
23 size_t GateAccessor::GetNumIns(GateRef gate) const in GetNumIns()
29 MarkCode GateAccessor::GetMark(GateRef gate) const in GetMark()
39 bool GateAccessor::IsFinished(GateRef gate) const in IsFinished()
44 bool GateAccessor::IsVisited(GateRef gate) const in IsVisited()
49 bool GateAccessor::IsNotMarked(GateRef gate) const in IsNotMarked()
64 OpCode GateAccessor::GetOpCode(GateRef gate) const in GetOpCode()
70 BitField GateAccessor::TryGetValue(GateRef gate) const in TryGetValue()
76 ICmpCondition GateAccessor::GetICmpCondition(GateRef gate) const in GetICmpCondition()
83 FCmpCondition GateAccessor::GetFCmpCondition(GateRef gate) const in GetFCmpCondition()
90 ConstDataId GateAccessor::GetConstDataId(GateRef gate) const in GetConstDataId()
97 TypedUnaryAccessor GateAccessor::GetTypedUnOp(GateRef gate) const in GetTypedUnOp()
104 TypedLoadOp GateAccessor::GetTypedLoadOp(GateRef gate) const in GetTypedLoadOp()
111 TypedStoreOp GateAccessor::GetTypedStoreOp(GateRef gate) const in GetTypedStoreOp()
118 TypedBinOp GateAccessor::GetTypedBinaryOp(GateRef gate) const in GetTypedBinaryOp()
125 GateType GateAccessor::GetParamGateType(GateRef gate) const in GetParamGateType()
138 GateType GateAccessor::GetLeftType(GateRef gate) const in GetLeftType()
148 GateType GateAccessor::GetRightType(GateRef gate) const in GetRightType()
157 size_t GateAccessor::GetVirtualRegisterIndex(GateRef gate) const in GetVirtualRegisterIndex()
165 uint64_t GateAccessor::GetConstantValue(GateRef gate) const in GetConstantValue()
172 uint32_t GateAccessor::GetBytecodeIndex(GateRef gate) const in GetBytecodeIndex()
179 EcmaOpcode GateAccessor::GetByteCodeOpcode(GateRef gate) const in GetByteCodeOpcode()
186 void GateAccessor::Print(GateRef gate) const in Print()
192 void GateAccessor::ShortPrint(GateRef gate) const in ShortPrint()
198 GateId GateAccessor::GetId(GateRef gate) const in GetId()
204 size_t GateAccessor::GetInValueStarts(GateRef gate) const in GetInValueStarts()
210 GateRef GateAccessor::GetValueIn(GateRef gate, size_t idx) const in GetValueIn()
218 size_t GateAccessor::GetNumValueIn(GateRef gate) const in GetNumValueIn()
224 bool GateAccessor::IsGCRelated(GateRef gate) const in IsGCRelated()
229 GateRef GateAccessor::GetIn(GateRef gate, size_t idx) const in GetIn()
234 GateRef GateAccessor::GetState(GateRef gate, size_t idx) const in GetState()
240 void GateAccessor::GetInStates(GateRef gate, std::vector<GateRef>& ins) const in GetInStates()
248 void GateAccessor::GetIns(GateRef gate, std::vector<GateRef>& ins) const in GetIns()
256 void GateAccessor::GetOuts(GateRef gate, std::vector<GateRef>& outs) const in GetOuts()
271 void GateAccessor::GetOutStates(GateRef gate, std::vector<GateRef>& outStates) const in GetOutStates()
312 void GateAccessor::GetAllGates(std::vector<GateRef>& gates) const in GetAllGates()
317 bool GateAccessor::IsInGateNull(GateRef gate, size_t idx) const in IsInGateNull()
322 bool GateAccessor::IsSelector(GateRef g) const in IsSelector()
327 bool GateAccessor::IsControlCase(GateRef gate) const in IsControlCase()
332 bool GateAccessor::IsLoopHead(GateRef gate) const in IsLoopHead()
337 bool GateAccessor::IsLoopBack(GateRef gate) const in IsLoopBack()
342 bool GateAccessor::IsState(GateRef gate) const in IsState()
347 bool GateAccessor::IsConstant(GateRef gate) const in IsConstant()
352 bool GateAccessor::IsDependSelector(GateRef gate) const in IsDependSelector()
357 bool GateAccessor::IsConstantValue(GateRef gate, uint64_t value) const in IsConstantValue()
367 bool GateAccessor::IsTypedOperator(GateRef gate) const in IsTypedOperator()
372 bool GateAccessor::IsNotWrite(GateRef gate) const in IsNotWrite()
377 bool GateAccessor::IsCheckWithTwoIns(GateRef gate) const in IsCheckWithTwoIns()
382 bool GateAccessor::IsCheckWithOneIn(GateRef gate) const in IsCheckWithOneIn()
387 bool GateAccessor::IsSchedulable(GateRef gate) const in IsSchedulable()
392 GateRef GateAccessor::GetDep(GateRef gate, size_t idx) const in GetDep()
400 size_t GateAccessor::GetImmediateId(GateRef gate) const in GetImmediateId()
428 GateType GateAccessor::GetGateType(GateRef gate) const in GetGateType()
485 size_t GateAccessor::GetStateCount(GateRef gate) const in GetStateCount()
490 size_t GateAccessor::GetDependCount(GateRef gate) const in GetDependCount()
495 size_t GateAccessor::GetInValueCount(GateRef gate) const in GetInValueCount()
545 MachineType GateAccessor::GetMachineType(GateRef gate) const in GetMachineType()
555 GateRef GateAccessor::GetConstantGate(MachineType bitValue, BitField bitfield, GateType type) const in GetConstantGate()
560 bool GateAccessor::IsStateIn(const UseIterator &useIt) const in IsStateIn() argument
568 bool GateAccessor::IsDependIn(const UseIterator &useIt) const in IsDependIn() argument
576 bool GateAccessor::IsValueIn(const UseIterator &useIt) const in IsValueIn() argument
584 bool GateAccessor::IsFrameStateIn(const UseIterator &useIt) const in IsFrameStateIn() argument
590 bool GateAccessor::IsExceptionState(const UseIterator &useIt) const in IsExceptionState() argument
599 bool GateAccessor::IsDependIn(GateRef gate, size_t index) const in IsDependIn()
606 bool GateAccessor::IsValueIn(GateRef gate, size_t index) const in IsValueIn()
613 bool GateAccessor::IsFrameStateIn(GateRef gate, size_t index) const in IsFrameStateIn()
650 GateRef GateAccessor::GetFrameState(GateRef gate) const in GetFrameState()
658 bool GateAccessor::HasFrameState(GateRef gate) const in HasFrameState()
670 GateRef GateAccessor::GetRoot(OpCode opcode) const in GetRoot()
700 void GateAccessor::GetArgsOuts(std::vector<GateRef>& outs) const in GetArgsOuts()
706 void GateAccessor::GetReturnOuts(std::vector<GateRef>& outs) const in GetReturnOuts()
712 const GateMetaData *GateAccessor::GetMetaData(GateRef gate) const in GetMetaData()