Lines Matching full:auto
26 auto currentLabel = env_->GetCurrentLabel(); in ObjectTypeCheck()
27 auto currentControl = currentLabel->GetControl(); in ObjectTypeCheck()
28 auto currentDepend = currentLabel->GetDepend(); in ObjectTypeCheck()
37 for (auto index : hclassIndexList) { in ObjectTypeCheck()
51 auto currentLabel = env_->GetCurrentLabel(); in ObjectTypeCheck()
52 auto currentControl = currentLabel->GetControl(); in ObjectTypeCheck()
53 auto currentDepend = currentLabel->GetDepend(); in ObjectTypeCheck()
67 auto currentLabel = env_->GetCurrentLabel(); in HeapObjectCheck()
68 auto currentControl = currentLabel->GetControl(); in HeapObjectCheck()
69 auto currentDepend = currentLabel->GetDepend(); in HeapObjectCheck()
81 auto currentLabel = env_->GetCurrentLabel(); in EcmaObjectCheck()
82 auto currentControl = currentLabel->GetControl(); in EcmaObjectCheck()
83 auto currentDepend = currentLabel->GetDepend(); in EcmaObjectCheck()
84 auto frameState = acc_.FindNearestFrameState(currentDepend); in EcmaObjectCheck()
94 auto currentLabel = env_->GetCurrentLabel(); in HeapObjectIsEcmaObjectCheck()
95 auto currentControl = currentLabel->GetControl(); in HeapObjectIsEcmaObjectCheck()
96 auto currentDepend = currentLabel->GetDepend(); in HeapObjectIsEcmaObjectCheck()
108 auto currentLabel = env_->GetCurrentLabel(); in ProtoChangeMarkerCheck()
109 auto currentControl = currentLabel->GetControl(); in ProtoChangeMarkerCheck()
110 auto currentDepend = currentLabel->GetDepend(); in ProtoChangeMarkerCheck()
125 auto currentLabel = env_->GetCurrentLabel(); in PrimitiveTypeProtoChangeMarkerCheck()
126 auto currentControl = currentLabel->GetControl(); in PrimitiveTypeProtoChangeMarkerCheck()
127 auto currentDepend = currentLabel->GetDepend(); in PrimitiveTypeProtoChangeMarkerCheck()
139 auto currentLabel = env_->GetCurrentLabel(); in StableArrayCheck()
140 auto currentControl = currentLabel->GetControl(); in StableArrayCheck()
141 auto currentDepend = currentLabel->GetDepend(); in StableArrayCheck()
142 auto frameState = acc_.FindNearestFrameState(currentDepend); in StableArrayCheck()
153 auto currentLabel = env_->GetCurrentLabel(); in MathHClassConsistencyCheck()
154 auto currentControl = currentLabel->GetControl(); in MathHClassConsistencyCheck()
155 auto currentDepend = currentLabel->GetDepend(); in MathHClassConsistencyCheck()
173 auto currentLabel = env_->GetCurrentLabel(); in ElementsKindCheck()
174 auto currentControl = currentLabel->GetControl(); in ElementsKindCheck()
175 auto currentDepend = currentLabel->GetDepend(); in ElementsKindCheck()
176 auto frameState = acc_.FindNearestFrameState(currentDepend); in ElementsKindCheck()
187 auto currentLabel = env_->GetCurrentLabel(); in COWArrayCheck()
188 auto currentControl = currentLabel->GetControl(); in COWArrayCheck()
189 auto currentDepend = currentLabel->GetDepend(); in COWArrayCheck()
190 auto frameState = acc_.FindNearestFrameState(currentDepend); in COWArrayCheck()
200 auto currentLabel = env_->GetCurrentLabel(); in StringKeyCheck()
201 auto currentControl = currentLabel->GetControl(); in StringKeyCheck()
202 auto currentDepend = currentLabel->GetDepend(); in StringKeyCheck()
203 auto frameState = acc_.FindNearestFrameState(currentDepend); in StringKeyCheck()
213 auto currentLabel = env_->GetCurrentLabel(); in InternStringKeyCheck()
214 auto currentControl = currentLabel->GetControl(); in InternStringKeyCheck()
215 auto currentDepend = currentLabel->GetDepend(); in InternStringKeyCheck()
216 auto frameState = acc_.FindNearestFrameState(currentDepend); in InternStringKeyCheck()
226 auto currentLabel = env_->GetCurrentLabel(); in EcmaStringCheck()
227 auto currentControl = currentLabel->GetControl(); in EcmaStringCheck()
228 auto currentDepend = currentLabel->GetDepend(); in EcmaStringCheck()
229 auto frameState = acc_.FindNearestFrameState(currentDepend); in EcmaStringCheck()
239 auto currentLabel = env_->GetCurrentLabel(); in InternStringCheck()
240 auto currentControl = currentLabel->GetControl(); in InternStringCheck()
241 auto currentDepend = currentLabel->GetDepend(); in InternStringCheck()
242 auto frameState = acc_.FindNearestFrameState(currentDepend); in InternStringCheck()
252 auto currentLabel = env_->GetCurrentLabel(); in EcmaMapCheck()
253 auto currentControl = currentLabel->GetControl(); in EcmaMapCheck()
254 auto currentDepend = currentLabel->GetDepend(); in EcmaMapCheck()
255 auto frameState = acc_.FindNearestFrameState(currentDepend); in EcmaMapCheck()
265 auto currentLabel = env_->GetCurrentLabel(); in FlattenTreeStringCheck()
266 auto currentControl = currentLabel->GetControl(); in FlattenTreeStringCheck()
267 auto currentDepend = currentLabel->GetDepend(); in FlattenTreeStringCheck()
268 auto frameState = acc_.FindNearestFrameState(currentDepend); in FlattenTreeStringCheck()
278 auto currentLabel = env_->GetCurrentLabel(); in HClassStableArrayCheck()
279 auto currentControl = currentLabel->GetControl(); in HClassStableArrayCheck()
280 auto currentDepend = currentLabel->GetDepend(); in HClassStableArrayCheck()
290 auto currentLabel = env_->GetCurrentLabel(); in ArrayGuardianCheck()
291 auto currentControl = currentLabel->GetControl(); in ArrayGuardianCheck()
292 auto currentDepend = currentLabel->GetDepend(); in ArrayGuardianCheck()
303 auto currentLabel = env_->GetCurrentLabel(); in TypedArrayCheck()
304 auto currentControl = currentLabel->GetControl(); in TypedArrayCheck()
305 auto currentDepend = currentLabel->GetDepend(); in TypedArrayCheck()
306 auto frameState = acc_.FindNearestFrameState(currentDepend); in TypedArrayCheck()
317 auto currentLabel = env_->GetCurrentLabel(); in LoadTypedArrayLength()
318 auto currentControl = currentLabel->GetControl(); in LoadTypedArrayLength()
319 auto currentDepend = currentLabel->GetDepend(); in LoadTypedArrayLength()
331 auto currentLabel = env_->GetCurrentLabel(); in StringEqual()
332 auto currentControl = currentLabel->GetControl(); in StringEqual()
333 auto currentDepend = currentLabel->GetDepend(); in StringEqual()
334 auto ret = GetCircuit()->NewGate(circuit_->StringEqual(), MachineType::I1, in StringEqual()
343 auto currentLabel = env_->GetCurrentLabel(); in StringAdd()
344 auto currentControl = currentLabel->GetControl(); in StringAdd()
345 auto currentDepend = currentLabel->GetDepend(); in StringAdd()
347 auto ret = GetCircuit()->NewGate(circuit_->StringAdd(accessor.ToValue()), MachineType::I64, in StringAdd()
356 auto currentLabel = env_->GetCurrentLabel(); in RangeGuard()
357 auto currentControl = currentLabel->GetControl(); in RangeGuard()
358 auto currentDepend = currentLabel->GetDepend(); in RangeGuard()
370 auto currentLabel = env_->GetCurrentLabel(); in BuiltinInstanceHClassCheck()
371 auto currentControl = currentLabel->GetControl(); in BuiltinInstanceHClassCheck()
372 auto currentDepend = currentLabel->GetDepend(); in BuiltinInstanceHClassCheck()
373 auto frameState = acc_.FindNearestFrameState(currentDepend); in BuiltinInstanceHClassCheck()
385 auto currentLabel = env_->GetCurrentLabel(); in BuiltinPrototypeHClassCheck()
386 auto currentControl = currentLabel->GetControl(); in BuiltinPrototypeHClassCheck()
387 auto currentDepend = currentLabel->GetDepend(); in BuiltinPrototypeHClassCheck()
388 auto frameState = acc_.FindNearestFrameState(currentDepend); in BuiltinPrototypeHClassCheck()
399 auto currentLabel = env_->GetCurrentLabel(); in IndexCheck()
400 auto currentControl = currentLabel->GetControl(); in IndexCheck()
401 auto currentDepend = currentLabel->GetDepend(); in IndexCheck()
402 auto frameState = acc_.FindNearestFrameState(currentDepend); in IndexCheck()
412 auto currentLabel = env_->GetCurrentLabel(); in TypeOfCheck()
413 auto currentControl = currentLabel->GetControl(); in TypeOfCheck()
414 auto currentDepend = currentLabel->GetDepend(); in TypeOfCheck()
415 auto frameState = acc_.FindNearestFrameState(currentDepend); in TypeOfCheck()
425 auto currentLabel = env_->GetCurrentLabel(); in TypedTypeOf()
426 auto currentControl = currentLabel->GetControl(); in TypedTypeOf()
427 auto currentDepend = currentLabel->GetDepend(); in TypedTypeOf()
446 auto currentLabel = env_->GetCurrentLabel(); in CheckAndConvert()
447 auto currentControl = currentLabel->GetControl(); in CheckAndConvert()
448 auto currentDepend = currentLabel->GetDepend(); in CheckAndConvert()
449 auto stateSplit = acc_.FindNearestStateSplit(currentDepend); in CheckAndConvert()
450 auto frameState = acc_.GetFrameState(stateSplit); in CheckAndConvert()
685 auto currentLabel = env_->GetCurrentLabel(); in TryPrimitiveTypeCheck()
686 auto currentControl = currentLabel->GetControl(); in TryPrimitiveTypeCheck()
687 auto currentDepend = currentLabel->GetDepend(); in TryPrimitiveTypeCheck()
688 auto frameState = acc_.FindNearestFrameState(currentDepend); in TryPrimitiveTypeCheck()
699 for (auto param: params) { in ConcatParams()
713 auto currentLabel = env_->GetCurrentLabel(); in CallTargetCheck()
714 auto currentControl = currentLabel->GetControl(); in CallTargetCheck()
715 auto currentDepend = currentLabel->GetDepend(); in CallTargetCheck()
722 …auto params_vec = ConcatParams({{ currentControl, currentDepend, function, id }, params, {frameSta… in CallTargetCheck()
736 auto currentLabel = env_->GetCurrentLabel(); in InlineSuperCtorCheck()
737 auto currentControl = currentLabel->GetControl(); in InlineSuperCtorCheck()
738 auto currentDepend = currentLabel->GetDepend(); in InlineSuperCtorCheck()
752 auto numValueIn = inList.size() - 3; // 3: state & depend & frame state in TypedCallOperator()
765 auto currentLabel = env_->GetCurrentLabel(); in TypedNewAllocateThis()
766 auto currentControl = currentLabel->GetControl(); in TypedNewAllocateThis()
767 auto currentDepend = currentLabel->GetDepend(); in TypedNewAllocateThis()
778 auto currentLabel = env_->GetCurrentLabel(); in TypedSuperAllocateThis()
779 auto currentControl = currentLabel->GetControl(); in TypedSuperAllocateThis()
780 auto currentDepend = currentLabel->GetDepend(); in TypedSuperAllocateThis()
790 auto currentLabel = env_->GetCurrentLabel(); in ProductIsNegativeZero()
791 auto currentControl = currentLabel->GetControl(); in ProductIsNegativeZero()
792 auto currentDepend = currentLabel->GetDepend(); in ProductIsNegativeZero()
793 auto frameState = acc_.FindNearestFrameState(currentDepend); in ProductIsNegativeZero()
805 auto currentLabel = env_->GetCurrentLabel(); in Int32CheckRightIsZero()
806 auto currentControl = currentLabel->GetControl(); in Int32CheckRightIsZero()
807 auto currentDepend = currentLabel->GetDepend(); in Int32CheckRightIsZero()
808 auto frameState = acc_.FindNearestFrameState(currentDepend); in Int32CheckRightIsZero()
818 auto currentLabel = env_->GetCurrentLabel(); in RemainderIsNegativeZero()
819 auto currentControl = currentLabel->GetControl(); in RemainderIsNegativeZero()
820 auto currentDepend = currentLabel->GetDepend(); in RemainderIsNegativeZero()
821 auto frameState = acc_.FindNearestFrameState(currentDepend); in RemainderIsNegativeZero()
833 auto currentLabel = env_->GetCurrentLabel(); in Float64CheckRightIsZero()
834 auto currentControl = currentLabel->GetControl(); in Float64CheckRightIsZero()
835 auto currentDepend = currentLabel->GetDepend(); in Float64CheckRightIsZero()
836 auto frameState = acc_.FindNearestFrameState(currentDepend); in Float64CheckRightIsZero()
846 auto currentLabel = env_->GetCurrentLabel(); in LexVarIsHoleCheck()
847 auto currentControl = currentLabel->GetControl(); in LexVarIsHoleCheck()
848 auto currentDepend = currentLabel->GetDepend(); in LexVarIsHoleCheck()
849 auto frameState = acc_.FindNearestFrameState(currentDepend); in LexVarIsHoleCheck()
859 auto currentLabel = env_->GetCurrentLabel(); in IsUndefinedOrHoleCheck()
860 auto currentControl = currentLabel->GetControl(); in IsUndefinedOrHoleCheck()
861 auto currentDepend = currentLabel->GetDepend(); in IsUndefinedOrHoleCheck()
862 auto frameState = acc_.FindNearestFrameState(currentDepend); in IsUndefinedOrHoleCheck()
872 auto currentLabel = env_->GetCurrentLabel(); in IsNotUndefinedOrHoleCheck()
873 auto currentControl = currentLabel->GetControl(); in IsNotUndefinedOrHoleCheck()
874 auto currentDepend = currentLabel->GetDepend(); in IsNotUndefinedOrHoleCheck()
875 auto frameState = acc_.FindNearestFrameState(currentDepend); in IsNotUndefinedOrHoleCheck()
885 auto currentLabel = env_->GetCurrentLabel(); in IsCallableCheck()
886 auto currentControl = currentLabel->GetControl(); in IsCallableCheck()
887 auto currentDepend = currentLabel->GetDepend(); in IsCallableCheck()
902 auto currentLabel = env_->GetCurrentLabel(); in IsDataViewCheck()
903 auto currentControl = currentLabel->GetControl(); in IsDataViewCheck()
904 auto currentDepend = currentLabel->GetDepend(); in IsDataViewCheck()
905 auto frameState = acc_.FindNearestFrameState(currentDepend); in IsDataViewCheck()
917 auto currentLabel = env_->GetCurrentLabel(); in ValueCheckNegOverflow()
918 auto currentControl = currentLabel->GetControl(); in ValueCheckNegOverflow()
919 auto currentDepend = currentLabel->GetDepend(); in ValueCheckNegOverflow()
920 auto frameState = acc_.FindNearestFrameState(currentDepend); in ValueCheckNegOverflow()
930 auto currentLabel = env_->GetCurrentLabel(); in OverflowCheck()
931 auto currentControl = currentLabel->GetControl(); in OverflowCheck()
932 auto currentDepend = currentLabel->GetDepend(); in OverflowCheck()
933 auto frameState = acc_.FindNearestFrameState(currentDepend); in OverflowCheck()
943 auto currentLabel = env_->GetCurrentLabel(); in Int32UnsignedUpperBoundCheck()
944 auto currentControl = currentLabel->GetControl(); in Int32UnsignedUpperBoundCheck()
945 auto currentDepend = currentLabel->GetDepend(); in Int32UnsignedUpperBoundCheck()
946 auto frameState = acc_.FindNearestFrameState(currentDepend); in Int32UnsignedUpperBoundCheck()
956 auto currentLabel = env_->GetCurrentLabel(); in Int32DivWithCheck()
957 auto currentControl = currentLabel->GetControl(); in Int32DivWithCheck()
958 auto currentDepend = currentLabel->GetDepend(); in Int32DivWithCheck()
959 auto frameState = acc_.FindNearestFrameState(currentDepend); in Int32DivWithCheck()
986 auto opIdx = static_cast<uint64_t>(Op); in StoreMemory()
987 auto currentLabel = env_->GetCurrentLabel(); in StoreMemory()
988 auto currentControl = currentLabel->GetControl(); in StoreMemory()
989 auto currentDepend = currentLabel->GetDepend(); in StoreMemory()
990 auto ret = GetCircuit()->NewGate(GetCircuit()->StoreMemory(opIdx), type.GetMachineType(), in StoreMemory()
999 auto currentLabel = env_->GetCurrentLabel(); in LoadProperty()
1000 auto currentControl = currentLabel->GetControl(); in LoadProperty()
1001 auto currentDepend = currentLabel->GetDepend(); in LoadProperty()
1002 auto ret = GetCircuit()->NewGate(circuit_->LoadProperty(isFunction), MachineType::I64, in LoadProperty()
1013 auto currentLabel = env_->GetCurrentLabel(); in StoreProperty()
1014 auto currentControl = currentLabel->GetControl(); in StoreProperty()
1015 auto currentDepend = currentLabel->GetDepend(); in StoreProperty()
1016 auto ret = GetCircuit()->NewGate(circuit_->StoreProperty(receiverHClassIndex), MachineType::I64, in StoreProperty()
1026 auto currentLabel = env_->GetCurrentLabel(); in LoadArrayLength()
1027 auto currentControl = currentLabel->GetControl(); in LoadArrayLength()
1028 auto currentDepend = currentLabel->GetDepend(); in LoadArrayLength()
1030 … auto ret = GetCircuit()->NewGate(circuit_->LoadArrayLength(accessor.ToValue()), MachineType::I64, in LoadArrayLength()
1039 auto currentLabel = env_->GetCurrentLabel(); in LoadStringLength()
1040 auto currentControl = currentLabel->GetControl(); in LoadStringLength()
1041 auto currentDepend = currentLabel->GetDepend(); in LoadStringLength()
1042 auto ret = GetCircuit()->NewGate(circuit_->LoadStringLength(), MachineType::I64, in LoadStringLength()
1051 auto currentLabel = env_->GetCurrentLabel(); in LoadMapSize()
1052 auto currentControl = currentLabel->GetControl(); in LoadMapSize()
1053 auto currentDepend = currentLabel->GetDepend(); in LoadMapSize()
1054 auto ret = GetCircuit()->NewGate(circuit_->LoadMapSize(), MachineType::I64, in LoadMapSize()
1063 auto currentLabel = env_->GetCurrentLabel(); in LoadConstOffset()
1064 auto currentDepend = currentLabel->GetDepend(); in LoadConstOffset()
1065 auto bits = LoadStoreConstOffsetAccessor::ToValue(offset, mAttr); in LoadConstOffset()
1066 auto ret = GetCircuit()->NewGate(circuit_->LoadConstOffset(bits), type.GetMachineType(), in LoadConstOffset()
1074 auto currentLabel = env_->GetCurrentLabel(); in LoadHClassByConstOffset()
1075 auto currentDepend = currentLabel->GetDepend(); in LoadHClassByConstOffset()
1077 auto bits = LoadStoreConstOffsetAccessor::ToValue(offset, MemoryAttribute::NoBarrier()); in LoadHClassByConstOffset()
1078 auto ret = GetCircuit()->NewGate(circuit_->LoadHClassConstOffset(bits), type.GetMachineType(), in LoadHClassByConstOffset()
1086 auto currentLabel = env_->GetCurrentLabel(); in LoadHClassFromConstpool()
1087 auto currentDepend = currentLabel->GetDepend(); in LoadHClassFromConstpool()
1088 auto ret = GetCircuit()->NewGate(circuit_->LoadHClassFromConstpool(index), MachineType::I64, in LoadHClassFromConstpool()
1097 auto currentLabel = env_->GetCurrentLabel(); in StoreConstOffset()
1098 auto currentDepend = currentLabel->GetDepend(); in StoreConstOffset()
1102 auto bits = LoadStoreConstOffsetAccessor::ToValue(offset, mAttr); in StoreConstOffset()
1103 auto ret = GetCircuit()->NewGate(circuit_->StoreConstOffset(bits), type.GetMachineType(), in StoreConstOffset()
1112 auto currentLabel = env_->GetCurrentLabel(); in StoreHClassConstOffset()
1113 auto currentDepend = currentLabel->GetDepend(); in StoreHClassConstOffset()
1118 auto bits = LoadStoreConstOffsetAccessor::ToValue(offset, mAttr); in StoreHClassConstOffset()
1119 auto ret = GetCircuit()->NewGate(circuit_->StoreHClassConstOffset(bits), type.GetMachineType(), in StoreHClassConstOffset()
1128 auto currentLabel = env_->GetCurrentLabel(); in TaggedIsHeapObjectOp()
1129 auto currentControl = currentLabel->GetControl(); in TaggedIsHeapObjectOp()
1130 auto currentDepend = currentLabel->GetDepend(); in TaggedIsHeapObjectOp()
1131 auto newGate = GetCircuit()->NewGate(circuit_->TaggedIsHeapObject(), MachineType::I1, in TaggedIsHeapObjectOp()
1140 auto currentLabel = env_->GetCurrentLabel(); in IsSpecificObjectType()
1141 auto currentControl = currentLabel->GetControl(); in IsSpecificObjectType()
1142 auto currentDepend = currentLabel->GetDepend(); in IsSpecificObjectType()
1143 …auto newGate = GetCircuit()->NewGate(circuit_->IsSpecificObjectType(static_cast<int32_t>(type)), M… in IsSpecificObjectType()
1152 auto currentLabel = env_->GetCurrentLabel(); in IsMarkerCellValidOp()
1153 auto currentControl = currentLabel->GetControl(); in IsMarkerCellValidOp()
1154 auto currentDepend = currentLabel->GetDepend(); in IsMarkerCellValidOp()
1155 auto newGate = GetCircuit()->NewGate(circuit_->IsMarkerCellValid(), MachineType::I1, in IsMarkerCellValidOp()
1164 auto currentLabel = env_->GetCurrentLabel(); in ConvertHoleAsUndefined()
1165 auto currentControl = currentLabel->GetControl(); in ConvertHoleAsUndefined()
1166 auto currentDepend = currentLabel->GetDepend(); in ConvertHoleAsUndefined()
1168 auto ret = GetCircuit()->NewGate(circuit_->ConvertHoleAsUndefined(), in ConvertHoleAsUndefined()
1178 auto currentLabel = env_->GetCurrentLabel(); in TypedCall()
1179 auto currentControl = currentLabel->GetControl(); in TypedCall()
1180 auto currentDepend = currentLabel->GetDepend(); in TypedCall()
1187 …auto callGate = GetCircuit()->NewGate(circuit_->TypedCall(bitfield, pcOffset, isNoGC), MachineType… in TypedCall()
1197 auto currentLabel = env_->GetCurrentLabel(); in TypedFastCall()
1198 auto currentControl = currentLabel->GetControl(); in TypedFastCall()
1199 auto currentDepend = currentLabel->GetDepend(); in TypedFastCall()
1206 …auto callGate = GetCircuit()->NewGate(circuit_->TypedFastCall(bitfield, pcOffset, isNoGC), Machine… in TypedFastCall()
1215 auto currentLabel = env_->GetCurrentLabel(); in StartAllocate()
1216 auto currentDepend = currentLabel->GetDepend(); in StartAllocate()
1225 auto currentLabel = env_->GetCurrentLabel(); in FinishAllocate()
1226 auto currentDepend = currentLabel->GetDepend(); in FinishAllocate()
1235 auto currentLabel = env_->GetCurrentLabel(); in HeapAlloc()
1236 auto currentDepend = currentLabel->GetDepend(); in HeapAlloc()
1237 auto ret = GetCircuit()->NewGate(circuit_->HeapAlloc(flag), MachineType::I64, in HeapAlloc()
1265 auto currentLabel = env_->GetCurrentLabel(); in InsertTypedBinaryop()
1266 auto currentControl = currentLabel->GetControl(); in InsertTypedBinaryop()
1267 auto currentDepend = currentLabel->GetDepend(); in InsertTypedBinaryop()
1269 auto ret = GetCircuit()->NewGate(circuit_->TypedBinaryOp(value), in InsertTypedBinaryop()
1281 auto currentLabel = env_->GetCurrentLabel(); in InsertRangeCheckPredicate()
1282 auto currentControl = currentLabel->GetControl(); in InsertRangeCheckPredicate()
1283 auto currentDepend = currentLabel->GetDepend(); in InsertRangeCheckPredicate()
1284 auto frameState = acc_.FindNearestFrameState(currentDepend); in InsertRangeCheckPredicate()
1286 auto ret = GetCircuit()->NewGate(circuit_->RangeCheckPredicate(value), in InsertRangeCheckPredicate()
1298 auto currentLabel = env_->GetCurrentLabel(); in InsertStableArrayCheck()
1299 auto currentControl = currentLabel->GetControl(); in InsertStableArrayCheck()
1300 auto currentDepend = currentLabel->GetDepend(); in InsertStableArrayCheck()
1302 auto ret = GetCircuit()->NewGate(circuit_->StableArrayCheck(accessor.ToValue()), in InsertStableArrayCheck()
1314 auto currentLabel = env_->GetCurrentLabel(); in InsertTypedArrayCheck()
1315 auto currentControl = currentLabel->GetControl(); in InsertTypedArrayCheck()
1316 auto currentDepend = currentLabel->GetDepend(); in InsertTypedArrayCheck()
1318 auto ret = GetCircuit()->NewGate(circuit_->TypedArrayCheck(accessor.ToValue()), in InsertTypedArrayCheck()
1330 auto currentLabel = env_->GetCurrentLabel(); in InsertLoadArrayLength()
1331 auto currentControl = currentLabel->GetControl(); in InsertLoadArrayLength()
1332 auto currentDepend = currentLabel->GetDepend(); in InsertLoadArrayLength()
1338 auto ret = GetCircuit()->NewGate(circuit_->LoadTypedArrayLength(accessor.ToValue()), in InsertLoadArrayLength()
1351 auto ret = GetCircuit()->NewGate(circuit_->LoadArrayLength(accessor.ToValue()), in InsertLoadArrayLength()
1429 auto ret = *hashcode; in GetHashcodeFromString()
1455 auto ret = *result; in TryGetHashcodeFromString()
1589 auto ret = *result; in IsEnumCacheValid()
1628 auto ret = *result; in NeedCheckProperty()
1635 auto currentLabel = env_->GetCurrentLabel(); in TypedConstructorCheck()
1636 auto currentControl = currentLabel->GetControl(); in TypedConstructorCheck()
1637 auto currentDepend = currentLabel->GetDepend(); in TypedConstructorCheck()
1638 auto frameState = acc_.FindNearestFrameState(currentDepend); in TypedConstructorCheck()
1648 auto currentLabel = env_->GetCurrentLabel(); in ArrayConstructorCheck()
1649 auto currentControl = currentLabel->GetControl(); in ArrayConstructorCheck()
1650 auto currentDepend = currentLabel->GetDepend(); in ArrayConstructorCheck()
1651 auto frameState = acc_.FindNearestFrameState(currentDepend); in ArrayConstructorCheck()
1661 auto currentLabel = env_->GetCurrentLabel(); in Float32ArrayConstructorCheck()
1662 auto currentControl = currentLabel->GetControl(); in Float32ArrayConstructorCheck()
1663 auto currentDepend = currentLabel->GetDepend(); in Float32ArrayConstructorCheck()
1664 auto frameState = acc_.FindNearestFrameState(currentDepend); in Float32ArrayConstructorCheck()
1674 auto currentLabel = env_->GetCurrentLabel(); in ObjectConstructorCheck()
1675 auto currentControl = currentLabel->GetControl(); in ObjectConstructorCheck()
1676 auto currentDepend = currentLabel->GetDepend(); in ObjectConstructorCheck()
1677 auto frameState = acc_.FindNearestFrameState(currentDepend); in ObjectConstructorCheck()
1687 auto currentLabel = env_->GetCurrentLabel(); in BooleanConstructorCheck()
1688 auto currentControl = currentLabel->GetControl(); in BooleanConstructorCheck()
1689 auto currentDepend = currentLabel->GetDepend(); in BooleanConstructorCheck()
1690 auto frameState = acc_.FindNearestFrameState(currentDepend); in BooleanConstructorCheck()
1701 auto currentLabel = env_->GetCurrentLabel(); in MonoLoadPropertyOnProto()
1702 auto currentControl = currentLabel->GetControl(); in MonoLoadPropertyOnProto()
1703 auto currentDepend = currentLabel->GetDepend(); in MonoLoadPropertyOnProto()
1704 auto frameState = acc_.FindNearestFrameState(currentDepend); in MonoLoadPropertyOnProto()
1705 auto ret = GetCircuit()->NewGate(circuit_->MonoLoadPropertyOnProto(), MachineType::I64, in MonoLoadPropertyOnProto()
1720 auto currentLabel = env_->GetCurrentLabel(); in MonoCallGetterOnProto()
1721 auto currentControl = currentLabel->GetControl(); in MonoCallGetterOnProto()
1722 auto currentDepend = currentLabel->GetDepend(); in MonoCallGetterOnProto()
1723 auto frameState = acc_.FindNearestFrameState(currentDepend); in MonoCallGetterOnProto()
1726 auto callGate = GetCircuit()->NewGate(circuit_->MonoCallGetterOnProto(pcOffset), in MonoCallGetterOnProto()
1739 auto currentLabel = env_->GetCurrentLabel(); in MonoStorePropertyLookUpProto()
1740 auto currentControl = currentLabel->GetControl(); in MonoStorePropertyLookUpProto()
1741 auto currentDepend = currentLabel->GetDepend(); in MonoStorePropertyLookUpProto()
1742 auto frameState = acc_.FindNearestFrameState(currentDepend); in MonoStorePropertyLookUpProto()
1743 … auto ret = GetCircuit()->NewGate(circuit_->MonoStorePropertyLookUpProto(false), MachineType::I64, in MonoStorePropertyLookUpProto()
1755 auto currentLabel = env_->GetCurrentLabel(); in MonoStoreProperty()
1756 auto currentControl = currentLabel->GetControl(); in MonoStoreProperty()
1757 auto currentDepend = currentLabel->GetDepend(); in MonoStoreProperty()
1758 auto ret = GetCircuit()->NewGate(circuit_->MonoStoreProperty(false), MachineType::I64, in MonoStoreProperty()
1769 auto currentLabel = env_->GetCurrentLabel(); in TypedCreateObjWithBuffer()
1770 auto currentControl = currentLabel->GetControl(); in TypedCreateObjWithBuffer()
1771 auto currentDepend = currentLabel->GetDepend(); in TypedCreateObjWithBuffer()
1772 auto frameState = acc_.FindNearestFrameState(currentDepend); in TypedCreateObjWithBuffer()
1803 auto ret = *result; in ToNumber()
1816 auto currentLabel = env_->GetCurrentLabel(); in BuildControlDependOp()
1817 auto currentControl = currentLabel->GetControl(); in BuildControlDependOp()
1818 auto currentDepend = currentLabel->GetDepend(); in BuildControlDependOp()
1829 auto currentLabel = env_->GetCurrentLabel(); in StringFromSingleCharCode()
1830 auto currentControl = currentLabel->GetControl(); in StringFromSingleCharCode()
1831 auto currentDepend = currentLabel->GetDepend(); in StringFromSingleCharCode()
1842 auto currentLabel = env_->GetCurrentLabel(); in StringCharCodeAt()
1843 auto currentControl = currentLabel->GetControl(); in StringCharCodeAt()
1844 auto currentDepend = currentLabel->GetDepend(); in StringCharCodeAt()
1855 auto currentLabel = env_->GetCurrentLabel(); in StringSubstring()
1856 auto currentControl = currentLabel->GetControl(); in StringSubstring()
1857 auto currentDepend = currentLabel->GetDepend(); in StringSubstring()
1868 auto currentLabel = env_->GetCurrentLabel(); in StringSubStr()
1869 auto currentControl = currentLabel->GetControl(); in StringSubStr()
1870 auto currentDepend = currentLabel->GetDepend(); in StringSubStr()
1881 auto currentLabel = env_->GetCurrentLabel(); in StringSlice()
1882 auto currentControl = currentLabel->GetControl(); in StringSlice()
1883 auto currentDepend = currentLabel->GetDepend(); in StringSlice()
1894 auto currentLabel = env_->GetCurrentLabel(); in ArrayBufferIsView()
1895 auto currentControl = currentLabel->GetControl(); in ArrayBufferIsView()
1896 auto currentDepend = currentLabel->GetDepend(); in ArrayBufferIsView()
1907 auto currentLabel = env_->GetCurrentLabel(); in DataViewGet()
1908 auto currentControl = currentLabel->GetControl(); in DataViewGet()
1909 auto currentDepend = currentLabel->GetDepend(); in DataViewGet()
1923 auto currentLabel = env_->GetCurrentLabel(); in DataViewSet()
1924 auto currentControl = currentLabel->GetControl(); in DataViewSet()
1925 auto currentDepend = currentLabel->GetDepend(); in DataViewSet()
1939 auto currentLabel = env_->GetCurrentLabel(); in ArrayIncludesIndexOf()
1940 auto currentControl = currentLabel->GetControl(); in ArrayIncludesIndexOf()
1941 auto currentDepend = currentLabel->GetDepend(); in ArrayIncludesIndexOf()
1954 auto currentLabel = env_->GetCurrentLabel(); in ArrayIteratorBuiltin()
1955 auto currentControl = currentLabel->GetControl(); in ArrayIteratorBuiltin()
1956 auto currentDepend = currentLabel->GetDepend(); in ArrayIteratorBuiltin()
1957 auto ret = GetCircuit()->NewGate(circuit_->ArrayIteratorBuiltin(), in ArrayIteratorBuiltin()
1969 auto currentLabel = env_->GetCurrentLabel(); in ArrayForEach()
1970 auto currentControl = currentLabel->GetControl(); in ArrayForEach()
1971 auto currentDepend = currentLabel->GetDepend(); in ArrayForEach()
1983 auto currentLabel = env_->GetCurrentLabel(); in ArraySort()
1984 auto currentControl = currentLabel->GetControl(); in ArraySort()
1985 auto currentDepend = currentLabel->GetDepend(); in ArraySort()
1998 auto currentLabel = env_->GetCurrentLabel(); in ArrayFilter()
1999 auto currentControl = currentLabel->GetControl(); in ArrayFilter()
2000 auto currentDepend = currentLabel->GetDepend(); in ArrayFilter()
2013 auto currentLabel = env_->GetCurrentLabel(); in ArrayMap()
2014 auto currentControl = currentLabel->GetControl(); in ArrayMap()
2015 auto currentDepend = currentLabel->GetDepend(); in ArrayMap()
2028 auto currentLabel = env_->GetCurrentLabel(); in ArraySome()
2029 auto currentControl = currentLabel->GetControl(); in ArraySome()
2030 auto currentDepend = currentLabel->GetDepend(); in ArraySome()
2043 auto currentLabel = env_->GetCurrentLabel(); in ArrayEvery()
2044 auto currentControl = currentLabel->GetControl(); in ArrayEvery()
2045 auto currentDepend = currentLabel->GetDepend(); in ArrayEvery()
2057 auto currentLabel = env_->GetCurrentLabel(); in ArrayPop()
2058 auto currentControl = currentLabel->GetControl(); in ArrayPop()
2059 auto currentDepend = currentLabel->GetDepend(); in ArrayPop()
2071 auto currentLabel = env_->GetCurrentLabel(); in ArrayPush()
2072 auto currentControl = currentLabel->GetControl(); in ArrayPush()
2073 auto currentDepend = currentLabel->GetDepend(); in ArrayPush()
2085 auto currentLabel = env_->GetCurrentLabel(); in ArraySlice()
2086 auto currentControl = currentLabel->GetControl(); in ArraySlice()
2087 auto currentDepend = currentLabel->GetDepend(); in ArraySlice()
2100 auto currentLabel = env_->GetCurrentLabel(); in ArrayFindOrFindIndex()
2101 auto currentControl = currentLabel->GetControl(); in ArrayFindOrFindIndex()
2102 auto currentDepend = currentLabel->GetDepend(); in ArrayFindOrFindIndex()
2115 auto currentLabel = env_->GetCurrentLabel(); in NumberIsFinite()
2116 auto currentControl = currentLabel->GetControl(); in NumberIsFinite()
2117 auto currentDepend = currentLabel->GetDepend(); in NumberIsFinite()
2128 auto currentLabel = env_->GetCurrentLabel(); in NumberIsInteger()
2129 auto currentControl = currentLabel->GetControl(); in NumberIsInteger()
2130 auto currentDepend = currentLabel->GetDepend(); in NumberIsInteger()
2141 auto currentLabel = env_->GetCurrentLabel(); in NumberIsNaN()
2142 auto currentControl = currentLabel->GetControl(); in NumberIsNaN()
2143 auto currentDepend = currentLabel->GetDepend(); in NumberIsNaN()
2154 auto currentLabel = env_->GetCurrentLabel(); in NumberParseFloat()
2155 auto currentControl = currentLabel->GetControl(); in NumberParseFloat()
2156 auto currentDepend = currentLabel->GetDepend(); in NumberParseFloat()
2167 auto currentLabel = env_->GetCurrentLabel(); in NumberParseInt()
2168 auto currentControl = currentLabel->GetControl(); in NumberParseInt()
2169 auto currentDepend = currentLabel->GetDepend(); in NumberParseInt()
2180 auto currentLabel = env_->GetCurrentLabel(); in NumberIsSafeInteger()
2181 auto currentControl = currentLabel->GetControl(); in NumberIsSafeInteger()
2182 auto currentDepend = currentLabel->GetDepend(); in NumberIsSafeInteger()
2193 auto currentLabel = env_->GetCurrentLabel(); in BuildBigIntAsIntN()
2194 auto currentControl = currentLabel->GetControl(); in BuildBigIntAsIntN()
2195 auto currentDepend = currentLabel->GetDepend(); in BuildBigIntAsIntN()
2206 auto currentLabel = env_->GetCurrentLabel(); in BuildTypedArrayIterator()
2207 auto currentControl = currentLabel->GetControl(); in BuildTypedArrayIterator()
2208 auto currentDepend = currentLabel->GetDepend(); in BuildTypedArrayIterator()
2224 auto currentLabel = env_->GetCurrentLabel(); in MigrateFromRawValueToHeapValues()
2225 auto currentControl = currentLabel->GetControl(); in MigrateFromRawValueToHeapValues()
2226 auto currentDepend = currentLabel->GetDepend(); in MigrateFromRawValueToHeapValues()
2227 auto ret = GetCircuit()->NewGate(circuit_->MigrateFromRawValueToHeapValues(), in MigrateFromRawValueToHeapValues()
2238 auto currentLabel = env_->GetCurrentLabel(); in MigrateFromHeapValueToRawValue()
2239 auto currentControl = currentLabel->GetControl(); in MigrateFromHeapValueToRawValue()
2240 auto currentDepend = currentLabel->GetDepend(); in MigrateFromHeapValueToRawValue()
2241 auto ret = GetCircuit()->NewGate(circuit_->MigrateFromHeapValueToRawValue(), in MigrateFromHeapValueToRawValue()
2252 auto currentLabel = env_->GetCurrentLabel(); in MigrateFromHoleIntToHoleNumber()
2253 auto currentControl = currentLabel->GetControl(); in MigrateFromHoleIntToHoleNumber()
2254 auto currentDepend = currentLabel->GetDepend(); in MigrateFromHoleIntToHoleNumber()
2255 auto ret = GetCircuit()->NewGate(circuit_->MigrateFromHoleIntToHoleNumber(), in MigrateFromHoleIntToHoleNumber()
2266 auto currentLabel = env_->GetCurrentLabel(); in MigrateFromHoleNumberToHoleInt()
2267 auto currentControl = currentLabel->GetControl(); in MigrateFromHoleNumberToHoleInt()
2268 auto currentDepend = currentLabel->GetDepend(); in MigrateFromHoleNumberToHoleInt()
2269 auto ret = GetCircuit()->NewGate(circuit_->MigrateFromHoleNumberToHoleInt(), in MigrateFromHoleNumberToHoleInt()
2280 auto currentLabel = env_->GetCurrentLabel(); in CallTargetIsCompiledCheck()
2281 auto currentControl = currentLabel->GetControl(); in CallTargetIsCompiledCheck()
2282 auto currentDepend = currentLabel->GetDepend(); in CallTargetIsCompiledCheck()
2283 auto frameState = acc_.GetFrameState(gate); in CallTargetIsCompiledCheck()