Lines Matching defs:const
26 size_t GateAccessor::GetNumIns(GateRef gate) const in GetNumIns()
32 MarkCode GateAccessor::GetMark(GateRef gate) const in GetMark()
42 bool GateAccessor::IsFinished(GateRef gate) const in IsFinished()
47 bool GateAccessor::IsVisited(GateRef gate) const in IsVisited()
52 bool GateAccessor::IsPrevisit(GateRef gate) const in IsPrevisit()
57 bool GateAccessor::IsNotMarked(GateRef gate) const in IsNotMarked()
77 OpCode GateAccessor::GetOpCode(GateRef gate) const in GetOpCode()
83 BitField GateAccessor::TryGetValue(GateRef gate) const in TryGetValue()
89 ICmpCondition GateAccessor::GetICmpCondition(GateRef gate) const in GetICmpCondition()
96 FCmpCondition GateAccessor::GetFCmpCondition(GateRef gate) const in GetFCmpCondition()
103 size_t GateAccessor::GetOffset(GateRef gate) const in GetOffset()
112 size_t GateAccessor::GetInitOffset(GateRef gate) const in GetInitOffset()
119 uint32_t GateAccessor::GetTrueWeight(GateRef gate) const in GetTrueWeight()
127 uint32_t GateAccessor::GetFalseWeight(GateRef gate) const in GetFalseWeight()
135 MemoryAttribute GateAccessor::GetMemoryAttribute(GateRef gate) const in GetMemoryAttribute()
159 bool GateAccessor::HasBranchWeight(GateRef gate) const in HasBranchWeight()
167 size_t GateAccessor::GetIndex(GateRef gate) const in GetIndex()
178 size_t GateAccessor::GetJSType(GateRef gate) const in GetJSType()
185 uint32_t GateAccessor::GetArraySize(GateRef gate) const in GetArraySize()
213 ElementsKind GateAccessor::GetElementsKind(GateRef gate) const in GetElementsKind()
232 uint32_t GateAccessor::GetStringStatus(GateRef gate) const in GetStringStatus()
251 TypedUnaryAccessor GateAccessor::GetTypedUnAccessor(GateRef gate) const in GetTypedUnAccessor()
258 TypedBinaryAccessor GateAccessor::GetTypedBinaryAccessor(GateRef gate) const in GetTypedBinaryAccessor()
264 TypedJumpAccessor GateAccessor::GetTypedJumpAccessor(GateRef gate) const in GetTypedJumpAccessor()
271 ArrayMetaDataAccessor GateAccessor::GetArrayMetaDataAccessor(GateRef gate) const in GetArrayMetaDataAccessor()
284 bool GateAccessor::NeedPushArgv(GateRef gate) const in NeedPushArgv()
291 CreateArgumentsAccessor GateAccessor::GetCreateArgumentsAccessor(GateRef gate) const in GetCreateArgumentsAccessor()
298 ObjectTypeAccessor GateAccessor::GetObjectTypeAccessor(GateRef gate) const in GetObjectTypeAccessor()
305 BuiltinPrototypeHClassAccessor GateAccessor::GetBuiltinHClassAccessor(GateRef gate) const in GetBuiltinHClassAccessor()
312 TypedArrayMetaDataAccessor GateAccessor::GetTypedArrayMetaDataAccessor(GateRef gate) const in GetTypedArrayMetaDataAccessor()
319 LoadElementAccessor GateAccessor::GetLoadElementAccessor(GateRef gate) const in GetLoadElementAccessor()
326 StoreElementAccessor GateAccessor::GetStoreElementAccessor(GateRef gate) const in GetStoreElementAccessor()
333 bool GateAccessor::TypedOpIsTypedArray(GateRef gate, TypedOpKind kind) const in TypedOpIsTypedArray()
350 TypedLoadOp GateAccessor::GetTypedLoadOp(GateRef gate) const in GetTypedLoadOp()
357 TypedStoreOp GateAccessor::GetTypedStoreOp(GateRef gate) const in GetTypedStoreOp()
364 TypedCallTargetCheckOp GateAccessor::GetTypedCallTargetCheckOp(GateRef gate) const in GetTypedCallTargetCheckOp()
371 MemoryType GateAccessor::GetMemoryType(GateRef gate) const in GetMemoryType()
378 uint32_t GateAccessor::GetHClassIndex(GateRef gate) const in GetHClassIndex()
386 TypedBinOp GateAccessor::GetTypedBinaryOp(GateRef gate) const in GetTypedBinaryOp()
393 bool GateAccessor::HasNumberType(GateRef gate) const in HasNumberType()
403 bool GateAccessor::HasStringType(GateRef gate) const in HasStringType()
413 GlobalTSTypeRef GateAccessor::GetFuncGT(GateRef gate) const in GetFuncGT()
421 GateType GateAccessor::GetParamGateType(GateRef gate) const in GetParamGateType()
431 ParamType GateAccessor::GetParamType(GateRef gate) const in GetParamType()
438 bool GateAccessor::IsConvertSupport(GateRef gate) const in IsConvertSupport()
447 ValueType GateAccessor::GetSrcType(GateRef gate) const in GetSrcType()
456 ValueType GateAccessor::GetDstType(GateRef gate) const in GetDstType()
465 uint32_t GateAccessor::GetFirstValue(GateRef gate) const in GetFirstValue()
473 uint32_t GateAccessor::GetSecondValue(GateRef gate) const in GetSecondValue()
481 size_t GateAccessor::GetVirtualRegisterIndex(GateRef gate) const in GetVirtualRegisterIndex()
489 uint64_t GateAccessor::GetConstantValue(GateRef gate) const in GetConstantValue()
496 const ChunkVector<char>& GateAccessor::GetConstantString(GateRef gate) const in GetConstantString()
503 bool GateAccessor::IsVtable(GateRef gate) const in IsVtable()
510 bool GateAccessor::GetNoGCFlag(GateRef gate) const in GetNoGCFlag()
522 bool GateAccessor::TypedCallIsNoGC(GateRef gate) const in TypedCallIsNoGC()
529 bool GateAccessor::IsNoGC(GateRef gate) const in IsNoGC()
536 uint32_t GateAccessor::TryGetPcOffset(GateRef gate) const in TryGetPcOffset()
570 uint32_t GateAccessor::TryGetBcIndex(GateRef gate) const in TryGetBcIndex()
583 uint32_t GateAccessor::TryGetMethodOffset(GateRef gate) const in TryGetMethodOffset()
601 GateRef GateAccessor::GetFrameArgs(GateRef gate) const in GetFrameArgs()
628 PGOTypeRef GateAccessor::TryGetPGOType(GateRef gate) const in TryGetPGOType()
647 uint32_t GateAccessor::TryGetArrayElementsLength(GateRef gate) const in TryGetArrayElementsLength()
666 ElementsKind GateAccessor::TryGetElementsKind(GateRef gate) const in TryGetElementsKind()
677 ElementsKind GateAccessor::TryGetArrayElementsKind(GateRef gate) const in TryGetArrayElementsKind()
695 ElementsKind GateAccessor::TryGetArrayElementsKindAfterTransition(GateRef gate) const in TryGetArrayElementsKindAfterTransition()
731 void GateAccessor::TrySetOnHeapMode(GateRef gate, OnHeapMode onHeapMode) const in TrySetOnHeapMode()
740 OnHeapMode GateAccessor::TryGetOnHeapMode(GateRef gate) const in TryGetOnHeapMode()
750 EcmaOpcode GateAccessor::GetByteCodeOpcode(GateRef gate) const in GetByteCodeOpcode()
757 void GateAccessor::Print(GateRef gate) const in Print()
764 std::string GateAccessor::ToString(GateRef gate) const in ToString()
771 void GateAccessor::PrintById(size_t id) const in PrintById()
783 void GateAccessor::PrintWithBytecode(GateRef gate) const in PrintWithBytecode()
789 void GateAccessor::ShortPrint(GateRef gate) const in ShortPrint()
795 GateId GateAccessor::GetId(GateRef gate) const in GetId()
801 size_t GateAccessor::GetInValueStarts(GateRef gate) const in GetInValueStarts()
807 GateRef GateAccessor::GetValueIn(GateRef gate, size_t idx) const in GetValueIn()
815 size_t GateAccessor::GetNumValueIn(GateRef gate) const in GetNumValueIn()
821 std::vector<GateRef> GateAccessor::GetValueIns(GateRef gate) const in GetValueIns()
831 bool GateAccessor::IsGCRelated(GateRef gate) const in IsGCRelated()
836 GateRef GateAccessor::GetIn(GateRef gate, size_t idx) const in GetIn()
841 GateRef GateAccessor::GetState(GateRef gate, size_t idx) const in GetState()
847 void GateAccessor::GetInStates(GateRef gate, std::vector<GateRef>& ins) const in GetInStates()
855 void GateAccessor::GetIns(GateRef gate, std::vector<GateRef>& ins) const in GetIns()
863 void GateAccessor::GetOuts(GateRef gate, std::vector<GateRef>& outs) const in GetOuts()
878 bool GateAccessor::HasOuts(GateRef gate) const in HasOuts()
891 void GateAccessor::GetOutStates(GateRef gate, std::vector<GateRef>& outStates) const in GetOutStates()
955 void GateAccessor::GetAllGates(std::vector<GateRef>& gates) const in GetAllGates()
960 bool GateAccessor::IsInGateNull(GateRef gate, size_t idx) const in IsInGateNull()
965 bool GateAccessor::IsValueSelector(GateRef g) const in IsValueSelector()
970 bool GateAccessor::IsSelector(GateRef g) const in IsSelector()
976 bool GateAccessor::IsFrameValues(GateRef g) const in IsFrameValues()
982 bool GateAccessor::IsIn(GateRef g, GateRef in) const in IsIn()
994 bool GateAccessor::IsSimpleState(GateRef g) const in IsSimpleState()
1009 bool GateAccessor::IsControlCase(GateRef gate) const in IsControlCase()
1014 bool GateAccessor::IsLoopExit(GateRef gate) const in IsLoopExit()
1019 bool GateAccessor::IsLoopExitRelated(GateRef gate) const in IsLoopExitRelated()
1026 bool GateAccessor::IsLoopHead(GateRef gate) const in IsLoopHead()
1031 bool GateAccessor::IsLoopBack(GateRef gate) const in IsLoopBack()
1036 bool GateAccessor::IsState(GateRef gate) const in IsState()
1041 bool GateAccessor::IsConstant(GateRef gate) const in IsConstant()
1046 bool GateAccessor::IsDependSelector(GateRef gate) const in IsDependSelector()
1051 bool GateAccessor::IsConstantValue(GateRef gate, uint64_t value) const in IsConstantValue()
1060 bool GateAccessor::IsConstantTaggedValue(GateRef gate, uint64_t value) const in IsConstantTaggedValue()
1072 bool GateAccessor::IsConstantUndefined(GateRef gate) const in IsConstantUndefined()
1077 bool GateAccessor::IsUndefinedOrNullOrHole(GateRef gate) const in IsUndefinedOrNullOrHole()
1084 bool GateAccessor::IsTypedOperator(GateRef gate) const in IsTypedOperator()
1089 bool GateAccessor::IsNotWrite(GateRef gate) const in IsNotWrite()
1094 bool GateAccessor::IsCheckWithTwoIns(GateRef gate) const in IsCheckWithTwoIns()
1099 bool GateAccessor::IsCheckWithOneIn(GateRef gate) const in IsCheckWithOneIn()
1104 bool GateAccessor::IsSchedulable(GateRef gate) const in IsSchedulable()
1109 bool GateAccessor::IsVirtualState(GateRef gate) const in IsVirtualState()
1114 bool GateAccessor::IsGeneralState(GateRef gate) const in IsGeneralState()
1119 bool GateAccessor::IsIfOrSwitchRelated(GateRef gate) const in IsIfOrSwitchRelated()
1124 GateRef GateAccessor::GetDep(GateRef gate, size_t idx) const in GetDep()
1132 size_t GateAccessor::GetImmediateId(GateRef gate) const in GetImmediateId()
1160 GateType GateAccessor::GetGateType(GateRef gate) const in GetGateType()
1340 size_t GateAccessor::GetStateCount(GateRef gate) const in GetStateCount()
1345 size_t GateAccessor::GetDependCount(GateRef gate) const in GetDependCount()
1350 size_t GateAccessor::GetInValueCount(GateRef gate) const in GetInValueCount()
1415 MachineType GateAccessor::GetMachineType(GateRef gate) const in GetMachineType()
1425 GateRef GateAccessor::GetConstantGate(MachineType bitValue, BitField bitfield, GateType type) const in GetConstantGate()
1430 GateRef GateAccessor::GetInitialEnvGate(GateRef depend, GateRef jsFunc) const in GetInitialEnvGate()
1435 bool GateAccessor::IsConstantNumber(GateRef gate) const in IsConstantNumber()
1446 double GateAccessor::GetFloat64FromConstant(GateRef gate) const in GetFloat64FromConstant()
1459 int GateAccessor::GetInt32FromConstant(GateRef gate) const in GetInt32FromConstant()
1472 bool GateAccessor::IsStateIn(const UseIterator &useIt) const in IsStateIn() argument
1480 bool GateAccessor::IsDependIn(const UseIterator &useIt) const in IsDependIn() argument
1488 bool GateAccessor::IsValueIn(const UseIterator &useIt) const in IsValueIn() argument
1496 bool GateAccessor::IsFrameStateIn(const UseIterator &useIt) const in IsFrameStateIn() argument
1502 bool GateAccessor::IsStateIn(GateRef gate, size_t index) const in IsStateIn()
1509 bool GateAccessor::IsDependIn(GateRef gate, size_t index) const in IsDependIn()
1516 bool GateAccessor::IsValueIn(GateRef gate, size_t index) const in IsValueIn()
1523 bool GateAccessor::IsFrameStateIn(GateRef gate, size_t index) const in IsFrameStateIn()
1721 GateRef GateAccessor::GetFrameState(GateRef gate) const in GetFrameState()
1729 GateRef GateAccessor::FindNearestFrameState(GateRef gate) const in FindNearestFrameState()
1735 GateRef GateAccessor::FindNearestStateSplit(GateRef gate) const in FindNearestStateSplit()
1744 bool GateAccessor::HasFrameState(GateRef gate) const in HasFrameState()
1757 GateRef GateAccessor::GetRoot(OpCode opcode) const in GetRoot()
1787 void GateAccessor::GetArgsOuts(std::vector<GateRef>& outs) const in GetArgsOuts()
1793 void GateAccessor::GetReturnOuts(std::vector<GateRef>& outs) const in GetReturnOuts()
1799 const GateMetaData *GateAccessor::GetMetaData(GateRef gate) const in GetMetaData()
1809 bool GateAccessor::IsFixed(GateRef g) const in IsFixed()
1814 bool GateAccessor::IsProlog(GateRef g) const in IsProlog()
1819 bool GateAccessor::IsCFGMerge(GateRef g) const in IsCFGMerge()
1824 bool GateAccessor::MetaDataEqu(GateRef g1, GateRef g2) const in MetaDataEqu()
1829 bool GateAccessor::MetaDataValueEqu(GateRef g1, GateRef g2) const in MetaDataValueEqu()
1837 bool GateAccessor::IsNop(GateRef g) const in IsNop()
1842 bool GateAccessor::IsDead(GateRef gate) const in IsDead()
1847 bool GateAccessor::IsRoot(GateRef g) const in IsRoot()
1852 const GateMetaData *ConstGateAccessor::GetMetaData(GateRef g) const in GetMetaData()
1857 bool ConstGateAccessor::IsFixed(GateRef g) const in IsFixed()
1862 bool ConstGateAccessor::IsProlog(GateRef g) const in IsProlog()
1867 bool ConstGateAccessor::IsSchedulable(GateRef g) const in IsSchedulable()
1886 bool GateAccessor::HasIfExceptionUse(GateRef gate) const in HasIfExceptionUse()
1938 bool GateAccessor::UseForTypeOpProfilerGate(GateRef gate) const in UseForTypeOpProfilerGate()
1966 bool GateAccessor::IsLoopBackUse(GateRef gate, const UseIterator &useIt) const in IsLoopBackUse() argument
1978 bool GateAccessor::IsCreateArray(GateRef gate) const in IsCreateArray()
2005 bool GateAccessor::IsNoBarrier(GateRef gate) const in IsNoBarrier()
2013 uint32_t GateAccessor::GetConstpoolId(GateRef gate) const in GetConstpoolId()