• Home
  • Raw
  • Download

Lines Matching full:auto

35     auto currentLabel = env_->GetCurrentLabel();  in ObjectTypeCheck()
36 auto currentControl = currentLabel->GetControl(); in ObjectTypeCheck()
37 auto currentDepend = currentLabel->GetDepend(); in ObjectTypeCheck()
51 auto currentLabel = env_->GetCurrentLabel(); in HeapObjectCheck()
52 auto currentControl = currentLabel->GetControl(); in HeapObjectCheck()
53 auto currentDepend = currentLabel->GetDepend(); in HeapObjectCheck()
65 auto currentLabel = env_->GetCurrentLabel(); in EcmaObjectCheck()
66 auto currentControl = currentLabel->GetControl(); in EcmaObjectCheck()
67 auto currentDepend = currentLabel->GetDepend(); in EcmaObjectCheck()
68 auto frameState = acc_.FindNearestFrameState(currentDepend); in EcmaObjectCheck()
78 auto currentLabel = env_->GetCurrentLabel(); in HeapObjectIsEcmaObjectCheck()
79 auto currentControl = currentLabel->GetControl(); in HeapObjectIsEcmaObjectCheck()
80 auto currentDepend = currentLabel->GetDepend(); in HeapObjectIsEcmaObjectCheck()
92 auto currentLabel = env_->GetCurrentLabel(); in ProtoChangeMarkerCheck()
93 auto currentControl = currentLabel->GetControl(); in ProtoChangeMarkerCheck()
94 auto currentDepend = currentLabel->GetDepend(); in ProtoChangeMarkerCheck()
109 auto currentLabel = env_->GetCurrentLabel(); in StableArrayCheck()
110 auto currentControl = currentLabel->GetControl(); in StableArrayCheck()
111 auto currentDepend = currentLabel->GetDepend(); in StableArrayCheck()
112 auto frameState = acc_.FindNearestFrameState(currentDepend); in StableArrayCheck()
123 auto currentLabel = env_->GetCurrentLabel(); in ElementsKindCheck()
124 auto currentControl = currentLabel->GetControl(); in ElementsKindCheck()
125 auto currentDepend = currentLabel->GetDepend(); in ElementsKindCheck()
126 auto frameState = acc_.FindNearestFrameState(currentDepend); in ElementsKindCheck()
137 auto currentLabel = env_->GetCurrentLabel(); in COWArrayCheck()
138 auto currentControl = currentLabel->GetControl(); in COWArrayCheck()
139 auto currentDepend = currentLabel->GetDepend(); in COWArrayCheck()
140 auto frameState = acc_.FindNearestFrameState(currentDepend); in COWArrayCheck()
150 auto currentLabel = env_->GetCurrentLabel(); in EcmaStringCheck()
151 auto currentControl = currentLabel->GetControl(); in EcmaStringCheck()
152 auto currentDepend = currentLabel->GetDepend(); in EcmaStringCheck()
153 auto frameState = acc_.FindNearestFrameState(currentDepend); in EcmaStringCheck()
163 auto currentLabel = env_->GetCurrentLabel(); in EcmaMapCheck()
164 auto currentControl = currentLabel->GetControl(); in EcmaMapCheck()
165 auto currentDepend = currentLabel->GetDepend(); in EcmaMapCheck()
166 auto frameState = acc_.FindNearestFrameState(currentDepend); in EcmaMapCheck()
176 auto currentLabel = env_->GetCurrentLabel(); in FlattenTreeStringCheck()
177 auto currentControl = currentLabel->GetControl(); in FlattenTreeStringCheck()
178 auto currentDepend = currentLabel->GetDepend(); in FlattenTreeStringCheck()
179 auto frameState = acc_.FindNearestFrameState(currentDepend); in FlattenTreeStringCheck()
189 auto currentLabel = env_->GetCurrentLabel(); in HClassStableArrayCheck()
190 auto currentControl = currentLabel->GetControl(); in HClassStableArrayCheck()
191 auto currentDepend = currentLabel->GetDepend(); in HClassStableArrayCheck()
201 auto currentLabel = env_->GetCurrentLabel(); in ArrayGuardianCheck()
202 auto currentControl = currentLabel->GetControl(); in ArrayGuardianCheck()
203 auto currentDepend = currentLabel->GetDepend(); in ArrayGuardianCheck()
214 auto currentLabel = env_->GetCurrentLabel(); in TypedArrayCheck()
215 auto currentControl = currentLabel->GetControl(); in TypedArrayCheck()
216 auto currentDepend = currentLabel->GetDepend(); in TypedArrayCheck()
217 auto frameState = acc_.FindNearestFrameState(currentDepend); in TypedArrayCheck()
228 auto currentLabel = env_->GetCurrentLabel(); in LoadTypedArrayLength()
229 auto currentControl = currentLabel->GetControl(); in LoadTypedArrayLength()
230 auto currentDepend = currentLabel->GetDepend(); in LoadTypedArrayLength()
242 auto currentLabel = env_->GetCurrentLabel(); in StringEqual()
243 auto currentControl = currentLabel->GetControl(); in StringEqual()
244 auto currentDepend = currentLabel->GetDepend(); in StringEqual()
245 auto ret = GetCircuit()->NewGate(circuit_->StringEqual(), MachineType::I1, in StringEqual()
254 auto currentLabel = env_->GetCurrentLabel(); in StringAdd()
255 auto currentControl = currentLabel->GetControl(); in StringAdd()
256 auto currentDepend = currentLabel->GetDepend(); in StringAdd()
258 auto ret = GetCircuit()->NewGate(circuit_->StringAdd(accessor.ToValue()), MachineType::I64, in StringAdd()
267 auto currentLabel = env_->GetCurrentLabel(); in RangeGuard()
268 auto currentControl = currentLabel->GetControl(); in RangeGuard()
269 auto currentDepend = currentLabel->GetDepend(); in RangeGuard()
281 auto currentLabel = env_->GetCurrentLabel(); in BuiltinPrototypeHClassCheck()
282 auto currentControl = currentLabel->GetControl(); in BuiltinPrototypeHClassCheck()
283 auto currentDepend = currentLabel->GetDepend(); in BuiltinPrototypeHClassCheck()
284 auto frameState = acc_.FindNearestFrameState(currentDepend); in BuiltinPrototypeHClassCheck()
295 auto currentLabel = env_->GetCurrentLabel(); in IndexCheck()
296 auto currentControl = currentLabel->GetControl(); in IndexCheck()
297 auto currentDepend = currentLabel->GetDepend(); in IndexCheck()
298 auto frameState = acc_.FindNearestFrameState(currentDepend); in IndexCheck()
308 auto currentLabel = env_->GetCurrentLabel(); in TypeOfCheck()
309 auto currentControl = currentLabel->GetControl(); in TypeOfCheck()
310 auto currentDepend = currentLabel->GetDepend(); in TypeOfCheck()
311 auto frameState = acc_.FindNearestFrameState(currentDepend); in TypeOfCheck()
321 auto currentLabel = env_->GetCurrentLabel(); in TypedTypeOf()
322 auto currentControl = currentLabel->GetControl(); in TypedTypeOf()
323 auto currentDepend = currentLabel->GetDepend(); in TypedTypeOf()
342 auto currentLabel = env_->GetCurrentLabel(); in CheckAndConvert()
343 auto currentControl = currentLabel->GetControl(); in CheckAndConvert()
344 auto currentDepend = currentLabel->GetDepend(); in CheckAndConvert()
345 auto stateSplit = acc_.FindNearestStateSplit(currentDepend); in CheckAndConvert()
346 auto frameState = acc_.GetFrameState(stateSplit); in CheckAndConvert()
581 auto currentLabel = env_->GetCurrentLabel(); in TryPrimitiveTypeCheck()
582 auto currentControl = currentLabel->GetControl(); in TryPrimitiveTypeCheck()
583 auto currentDepend = currentLabel->GetDepend(); in TryPrimitiveTypeCheck()
584 auto frameState = acc_.FindNearestFrameState(currentDepend); in TryPrimitiveTypeCheck()
595 for (auto param: params) { in ConcatParams()
609 auto currentLabel = env_->GetCurrentLabel(); in CallTargetCheck()
610 auto currentControl = currentLabel->GetControl(); in CallTargetCheck()
611 auto currentDepend = currentLabel->GetDepend(); in CallTargetCheck()
618auto params_vec = ConcatParams({{ currentControl, currentDepend, function, id }, params, {frameSta… in CallTargetCheck()
633 auto numValueIn = inList.size() - 3; // 3: state & depend & frame state in TypedCallOperator()
646 auto currentLabel = env_->GetCurrentLabel(); in TypedNewAllocateThis()
647 auto currentControl = currentLabel->GetControl(); in TypedNewAllocateThis()
648 auto currentDepend = currentLabel->GetDepend(); in TypedNewAllocateThis()
659 auto currentLabel = env_->GetCurrentLabel(); in TypedSuperAllocateThis()
660 auto currentControl = currentLabel->GetControl(); in TypedSuperAllocateThis()
661 auto currentDepend = currentLabel->GetDepend(); in TypedSuperAllocateThis()
672 auto currentLabel = env_->GetCurrentLabel(); in Int32CheckRightIsZero()
673 auto currentControl = currentLabel->GetControl(); in Int32CheckRightIsZero()
674 auto currentDepend = currentLabel->GetDepend(); in Int32CheckRightIsZero()
675 auto frameState = acc_.FindNearestFrameState(currentDepend); in Int32CheckRightIsZero()
685 auto currentLabel = env_->GetCurrentLabel(); in RemainderIsNegativeZero()
686 auto currentControl = currentLabel->GetControl(); in RemainderIsNegativeZero()
687 auto currentDepend = currentLabel->GetDepend(); in RemainderIsNegativeZero()
688 auto frameState = acc_.FindNearestFrameState(currentDepend); in RemainderIsNegativeZero()
700 auto currentLabel = env_->GetCurrentLabel(); in Float64CheckRightIsZero()
701 auto currentControl = currentLabel->GetControl(); in Float64CheckRightIsZero()
702 auto currentDepend = currentLabel->GetDepend(); in Float64CheckRightIsZero()
703 auto frameState = acc_.FindNearestFrameState(currentDepend); in Float64CheckRightIsZero()
713 auto currentLabel = env_->GetCurrentLabel(); in LexVarIsHoleCheck()
714 auto currentControl = currentLabel->GetControl(); in LexVarIsHoleCheck()
715 auto currentDepend = currentLabel->GetDepend(); in LexVarIsHoleCheck()
716 auto frameState = acc_.FindNearestFrameState(currentDepend); in LexVarIsHoleCheck()
726 auto currentLabel = env_->GetCurrentLabel(); in IsUndefinedOrHoleCheck()
727 auto currentControl = currentLabel->GetControl(); in IsUndefinedOrHoleCheck()
728 auto currentDepend = currentLabel->GetDepend(); in IsUndefinedOrHoleCheck()
729 auto frameState = acc_.FindNearestFrameState(currentDepend); in IsUndefinedOrHoleCheck()
739 auto currentLabel = env_->GetCurrentLabel(); in IsNotUndefinedOrHoleCheck()
740 auto currentControl = currentLabel->GetControl(); in IsNotUndefinedOrHoleCheck()
741 auto currentDepend = currentLabel->GetDepend(); in IsNotUndefinedOrHoleCheck()
742 auto frameState = acc_.FindNearestFrameState(currentDepend); in IsNotUndefinedOrHoleCheck()
752 auto currentLabel = env_->GetCurrentLabel(); in IsCallableCheck()
753 auto currentControl = currentLabel->GetControl(); in IsCallableCheck()
754 auto currentDepend = currentLabel->GetDepend(); in IsCallableCheck()
755 auto frameState = acc_.FindNearestFrameState(currentDepend); in IsCallableCheck()
767 auto currentLabel = env_->GetCurrentLabel(); in IsDataViewCheck()
768 auto currentControl = currentLabel->GetControl(); in IsDataViewCheck()
769 auto currentDepend = currentLabel->GetDepend(); in IsDataViewCheck()
770 auto frameState = acc_.FindNearestFrameState(currentDepend); in IsDataViewCheck()
782 auto currentLabel = env_->GetCurrentLabel(); in ValueCheckNegOverflow()
783 auto currentControl = currentLabel->GetControl(); in ValueCheckNegOverflow()
784 auto currentDepend = currentLabel->GetDepend(); in ValueCheckNegOverflow()
785 auto frameState = acc_.FindNearestFrameState(currentDepend); in ValueCheckNegOverflow()
795 auto currentLabel = env_->GetCurrentLabel(); in OverflowCheck()
796 auto currentControl = currentLabel->GetControl(); in OverflowCheck()
797 auto currentDepend = currentLabel->GetDepend(); in OverflowCheck()
798 auto frameState = acc_.FindNearestFrameState(currentDepend); in OverflowCheck()
808 auto currentLabel = env_->GetCurrentLabel(); in Int32UnsignedUpperBoundCheck()
809 auto currentControl = currentLabel->GetControl(); in Int32UnsignedUpperBoundCheck()
810 auto currentDepend = currentLabel->GetDepend(); in Int32UnsignedUpperBoundCheck()
811 auto frameState = acc_.FindNearestFrameState(currentDepend); in Int32UnsignedUpperBoundCheck()
821 auto currentLabel = env_->GetCurrentLabel(); in Int32DivWithCheck()
822 auto currentControl = currentLabel->GetControl(); in Int32DivWithCheck()
823 auto currentDepend = currentLabel->GetDepend(); in Int32DivWithCheck()
824 auto frameState = acc_.FindNearestFrameState(currentDepend); in Int32DivWithCheck()
851 auto opIdx = static_cast<uint64_t>(Op); in StoreMemory()
852 auto currentLabel = env_->GetCurrentLabel(); in StoreMemory()
853 auto currentControl = currentLabel->GetControl(); in StoreMemory()
854 auto currentDepend = currentLabel->GetDepend(); in StoreMemory()
855 auto ret = GetCircuit()->NewGate(GetCircuit()->StoreMemory(opIdx), type.GetMachineType(), in StoreMemory()
864 auto currentLabel = env_->GetCurrentLabel(); in LoadProperty()
865 auto currentControl = currentLabel->GetControl(); in LoadProperty()
866 auto currentDepend = currentLabel->GetDepend(); in LoadProperty()
867 auto ret = GetCircuit()->NewGate(circuit_->LoadProperty(isFunction), MachineType::I64, in LoadProperty()
878 auto currentLabel = env_->GetCurrentLabel(); in StoreProperty()
879 auto currentControl = currentLabel->GetControl(); in StoreProperty()
880 auto currentDepend = currentLabel->GetDepend(); in StoreProperty()
881 auto ret = GetCircuit()->NewGate(circuit_->StoreProperty(receiverHClassIndex), MachineType::I64, in StoreProperty()
891 auto currentLabel = env_->GetCurrentLabel(); in LoadArrayLength()
892 auto currentControl = currentLabel->GetControl(); in LoadArrayLength()
893 auto currentDepend = currentLabel->GetDepend(); in LoadArrayLength()
895auto ret = GetCircuit()->NewGate(circuit_->LoadArrayLength(accessor.ToValue()), MachineType::I64, in LoadArrayLength()
904 auto currentLabel = env_->GetCurrentLabel(); in LoadStringLength()
905 auto currentControl = currentLabel->GetControl(); in LoadStringLength()
906 auto currentDepend = currentLabel->GetDepend(); in LoadStringLength()
907 auto ret = GetCircuit()->NewGate(circuit_->LoadStringLength(), MachineType::I64, in LoadStringLength()
916 auto currentLabel = env_->GetCurrentLabel(); in LoadMapSize()
917 auto currentControl = currentLabel->GetControl(); in LoadMapSize()
918 auto currentDepend = currentLabel->GetDepend(); in LoadMapSize()
919 auto ret = GetCircuit()->NewGate(circuit_->LoadMapSize(), MachineType::I64, in LoadMapSize()
928 auto currentLabel = env_->GetCurrentLabel(); in LoadConstOffset()
929 auto currentDepend = currentLabel->GetDepend(); in LoadConstOffset()
930 auto bits = LoadStoreConstOffsetAccessor::ToValue(offset, mAttr); in LoadConstOffset()
931 auto ret = GetCircuit()->NewGate(circuit_->LoadConstOffset(bits), type.GetMachineType(), in LoadConstOffset()
939 auto currentLabel = env_->GetCurrentLabel(); in LoadHClassFromConstpool()
940 auto currentDepend = currentLabel->GetDepend(); in LoadHClassFromConstpool()
941 auto ret = GetCircuit()->NewGate(circuit_->LoadHClassFromConstpool(index), MachineType::I64, in LoadHClassFromConstpool()
950 auto currentLabel = env_->GetCurrentLabel(); in StoreConstOffset()
951 auto currentDepend = currentLabel->GetDepend(); in StoreConstOffset()
952 auto bits = LoadStoreConstOffsetAccessor::ToValue(offset, mAttr); in StoreConstOffset()
953 auto ret = GetCircuit()->NewGate(circuit_->StoreConstOffset(bits), type.GetMachineType(), in StoreConstOffset()
961 auto currentLabel = env_->GetCurrentLabel(); in TaggedIsHeapObjectOp()
962 auto currentControl = currentLabel->GetControl(); in TaggedIsHeapObjectOp()
963 auto currentDepend = currentLabel->GetDepend(); in TaggedIsHeapObjectOp()
964 auto newGate = GetCircuit()->NewGate(circuit_->TaggedIsHeapObject(), MachineType::I1, in TaggedIsHeapObjectOp()
973 auto currentLabel = env_->GetCurrentLabel(); in IsSpecificObjectType()
974 auto currentControl = currentLabel->GetControl(); in IsSpecificObjectType()
975 auto currentDepend = currentLabel->GetDepend(); in IsSpecificObjectType()
976auto newGate = GetCircuit()->NewGate(circuit_->IsSpecificObjectType(static_cast<int32_t>(type)), M… in IsSpecificObjectType()
985 auto currentLabel = env_->GetCurrentLabel(); in IsMarkerCellValidOp()
986 auto currentControl = currentLabel->GetControl(); in IsMarkerCellValidOp()
987 auto currentDepend = currentLabel->GetDepend(); in IsMarkerCellValidOp()
988 auto newGate = GetCircuit()->NewGate(circuit_->IsMarkerCellValid(), MachineType::I1, in IsMarkerCellValidOp()
997 auto currentLabel = env_->GetCurrentLabel(); in ConvertHoleAsUndefined()
998 auto currentControl = currentLabel->GetControl(); in ConvertHoleAsUndefined()
999 auto currentDepend = currentLabel->GetDepend(); in ConvertHoleAsUndefined()
1001 auto ret = GetCircuit()->NewGate(circuit_->ConvertHoleAsUndefined(), in ConvertHoleAsUndefined()
1011 auto currentLabel = env_->GetCurrentLabel(); in TypedCall()
1012 auto currentControl = currentLabel->GetControl(); in TypedCall()
1013 auto currentDepend = currentLabel->GetDepend(); in TypedCall()
1020auto callGate = GetCircuit()->NewGate(circuit_->TypedCall(bitfield, pcOffset, isNoGC), MachineType… in TypedCall()
1030 auto currentLabel = env_->GetCurrentLabel(); in TypedFastCall()
1031 auto currentControl = currentLabel->GetControl(); in TypedFastCall()
1032 auto currentDepend = currentLabel->GetDepend(); in TypedFastCall()
1039auto callGate = GetCircuit()->NewGate(circuit_->TypedFastCall(bitfield, pcOffset, isNoGC), Machine… in TypedFastCall()
1048 auto currentLabel = env_->GetCurrentLabel(); in StartAllocate()
1049 auto currentDepend = currentLabel->GetDepend(); in StartAllocate()
1058 auto currentLabel = env_->GetCurrentLabel(); in FinishAllocate()
1059 auto currentDepend = currentLabel->GetDepend(); in FinishAllocate()
1068 auto currentLabel = env_->GetCurrentLabel(); in HeapAlloc()
1069 auto currentDepend = currentLabel->GetDepend(); in HeapAlloc()
1070 auto ret = GetCircuit()->NewGate(circuit_->HeapAlloc(flag), MachineType::I64, in HeapAlloc()
1098 auto currentLabel = env_->GetCurrentLabel(); in InsertTypedBinaryop()
1099 auto currentControl = currentLabel->GetControl(); in InsertTypedBinaryop()
1100 auto currentDepend = currentLabel->GetDepend(); in InsertTypedBinaryop()
1102 auto ret = GetCircuit()->NewGate(circuit_->TypedBinaryOp(value), in InsertTypedBinaryop()
1114 auto currentLabel = env_->GetCurrentLabel(); in InsertRangeCheckPredicate()
1115 auto currentControl = currentLabel->GetControl(); in InsertRangeCheckPredicate()
1116 auto currentDepend = currentLabel->GetDepend(); in InsertRangeCheckPredicate()
1117 auto frameState = acc_.FindNearestFrameState(currentDepend); in InsertRangeCheckPredicate()
1119 auto ret = GetCircuit()->NewGate(circuit_->RangeCheckPredicate(value), in InsertRangeCheckPredicate()
1131 auto currentLabel = env_->GetCurrentLabel(); in InsertStableArrayCheck()
1132 auto currentControl = currentLabel->GetControl(); in InsertStableArrayCheck()
1133 auto currentDepend = currentLabel->GetDepend(); in InsertStableArrayCheck()
1135 auto ret = GetCircuit()->NewGate(circuit_->StableArrayCheck(accessor.ToValue()), in InsertStableArrayCheck()
1147 auto currentLabel = env_->GetCurrentLabel(); in InsertTypedArrayCheck()
1148 auto currentControl = currentLabel->GetControl(); in InsertTypedArrayCheck()
1149 auto currentDepend = currentLabel->GetDepend(); in InsertTypedArrayCheck()
1151 auto ret = GetCircuit()->NewGate(circuit_->TypedArrayCheck(accessor.ToValue()), in InsertTypedArrayCheck()
1163 auto currentLabel = env_->GetCurrentLabel(); in InsertLoadArrayLength()
1164 auto currentControl = currentLabel->GetControl(); in InsertLoadArrayLength()
1165 auto currentDepend = currentLabel->GetDepend(); in InsertLoadArrayLength()
1171 auto ret = GetCircuit()->NewGate(circuit_->LoadTypedArrayLength(accessor.ToValue()), in InsertLoadArrayLength()
1184 auto ret = GetCircuit()->NewGate(circuit_->LoadArrayLength(accessor.ToValue()), in InsertLoadArrayLength()
1298 auto ret = *hashcode; in GetHashcodeFromString()
1323 auto ret = *result; in TryGetHashcodeFromString()
1349 auto ret = *result; in GetStringDataFromLineOrConstantString()
1465 auto ret = *result; in GetEnumCacheKind()
1508 auto ret = *result; in IsEnumCacheValid()
1547 auto ret = *result; in NeedCheckProperty()
1554 auto currentLabel = env_->GetCurrentLabel(); in ArrayConstructorCheck()
1555 auto currentControl = currentLabel->GetControl(); in ArrayConstructorCheck()
1556 auto currentDepend = currentLabel->GetDepend(); in ArrayConstructorCheck()
1557 auto frameState = acc_.FindNearestFrameState(currentDepend); in ArrayConstructorCheck()
1567 auto currentLabel = env_->GetCurrentLabel(); in Float32ArrayConstructorCheck()
1568 auto currentControl = currentLabel->GetControl(); in Float32ArrayConstructorCheck()
1569 auto currentDepend = currentLabel->GetDepend(); in Float32ArrayConstructorCheck()
1570 auto frameState = acc_.FindNearestFrameState(currentDepend); in Float32ArrayConstructorCheck()
1580 auto currentLabel = env_->GetCurrentLabel(); in ObjectConstructorCheck()
1581 auto currentControl = currentLabel->GetControl(); in ObjectConstructorCheck()
1582 auto currentDepend = currentLabel->GetDepend(); in ObjectConstructorCheck()
1583 auto frameState = acc_.FindNearestFrameState(currentDepend); in ObjectConstructorCheck()
1593 auto currentLabel = env_->GetCurrentLabel(); in BooleanConstructorCheck()
1594 auto currentControl = currentLabel->GetControl(); in BooleanConstructorCheck()
1595 auto currentDepend = currentLabel->GetDepend(); in BooleanConstructorCheck()
1596 auto frameState = acc_.FindNearestFrameState(currentDepend); in BooleanConstructorCheck()
1607 auto currentLabel = env_->GetCurrentLabel(); in MonoLoadPropertyOnProto()
1608 auto currentControl = currentLabel->GetControl(); in MonoLoadPropertyOnProto()
1609 auto currentDepend = currentLabel->GetDepend(); in MonoLoadPropertyOnProto()
1610 auto frameState = acc_.FindNearestFrameState(currentDepend); in MonoLoadPropertyOnProto()
1611 auto ret = GetCircuit()->NewGate(circuit_->MonoLoadPropertyOnProto(), MachineType::I64, in MonoLoadPropertyOnProto()
1626 auto currentLabel = env_->GetCurrentLabel(); in MonoCallGetterOnProto()
1627 auto currentControl = currentLabel->GetControl(); in MonoCallGetterOnProto()
1628 auto currentDepend = currentLabel->GetDepend(); in MonoCallGetterOnProto()
1629 auto frameState = acc_.FindNearestFrameState(currentDepend); in MonoCallGetterOnProto()
1632 auto callGate = GetCircuit()->NewGate(circuit_->MonoCallGetterOnProto(pcOffset), in MonoCallGetterOnProto()
1645 auto currentLabel = env_->GetCurrentLabel(); in MonoStorePropertyLookUpProto()
1646 auto currentControl = currentLabel->GetControl(); in MonoStorePropertyLookUpProto()
1647 auto currentDepend = currentLabel->GetDepend(); in MonoStorePropertyLookUpProto()
1648 auto frameState = acc_.FindNearestFrameState(currentDepend); in MonoStorePropertyLookUpProto()
1649auto ret = GetCircuit()->NewGate(circuit_->MonoStorePropertyLookUpProto(false), MachineType::I64, in MonoStorePropertyLookUpProto()
1660 auto currentLabel = env_->GetCurrentLabel(); in MonoStoreProperty()
1661 auto currentControl = currentLabel->GetControl(); in MonoStoreProperty()
1662 auto currentDepend = currentLabel->GetDepend(); in MonoStoreProperty()
1663 auto ret = GetCircuit()->NewGate(circuit_->MonoStoreProperty(false), MachineType::I64, in MonoStoreProperty()
1674 auto currentLabel = env_->GetCurrentLabel(); in TypedCreateObjWithBuffer()
1675 auto currentControl = currentLabel->GetControl(); in TypedCreateObjWithBuffer()
1676 auto currentDepend = currentLabel->GetDepend(); in TypedCreateObjWithBuffer()
1677 auto frameState = acc_.FindNearestFrameState(currentDepend); in TypedCreateObjWithBuffer()
1708 auto ret = *result; in ToNumber()
1721 auto currentLabel = env_->GetCurrentLabel(); in BuildControlDependOp()
1722 auto currentControl = currentLabel->GetControl(); in BuildControlDependOp()
1723 auto currentDepend = currentLabel->GetDepend(); in BuildControlDependOp()
1734 auto currentLabel = env_->GetCurrentLabel(); in StringFromSingleCharCode()
1735 auto currentControl = currentLabel->GetControl(); in StringFromSingleCharCode()
1736 auto currentDepend = currentLabel->GetDepend(); in StringFromSingleCharCode()
1747 auto currentLabel = env_->GetCurrentLabel(); in StringSubstring()
1748 auto currentControl = currentLabel->GetControl(); in StringSubstring()
1749 auto currentDepend = currentLabel->GetDepend(); in StringSubstring()
1760 auto currentLabel = env_->GetCurrentLabel(); in StringSubStr()
1761 auto currentControl = currentLabel->GetControl(); in StringSubStr()
1762 auto currentDepend = currentLabel->GetDepend(); in StringSubStr()
1773 auto currentLabel = env_->GetCurrentLabel(); in StringSlice()
1774 auto currentControl = currentLabel->GetControl(); in StringSlice()
1775 auto currentDepend = currentLabel->GetDepend(); in StringSlice()
1786 auto currentLabel = env_->GetCurrentLabel(); in ArrayBufferIsView()
1787 auto currentControl = currentLabel->GetControl(); in ArrayBufferIsView()
1788 auto currentDepend = currentLabel->GetDepend(); in ArrayBufferIsView()
1799 auto currentLabel = env_->GetCurrentLabel(); in DataViewGet()
1800 auto currentControl = currentLabel->GetControl(); in DataViewGet()
1801 auto currentDepend = currentLabel->GetDepend(); in DataViewGet()
1815 auto currentLabel = env_->GetCurrentLabel(); in DataViewSet()
1816 auto currentControl = currentLabel->GetControl(); in DataViewSet()
1817 auto currentDepend = currentLabel->GetDepend(); in DataViewSet()
1831 auto currentLabel = env_->GetCurrentLabel(); in ArrayIncludesIndexOf()
1832 auto currentControl = currentLabel->GetControl(); in ArrayIncludesIndexOf()
1833 auto currentDepend = currentLabel->GetDepend(); in ArrayIncludesIndexOf()
1846 auto currentLabel = env_->GetCurrentLabel(); in ArrayIteratorBuiltin()
1847 auto currentControl = currentLabel->GetControl(); in ArrayIteratorBuiltin()
1848 auto currentDepend = currentLabel->GetDepend(); in ArrayIteratorBuiltin()
1849 auto ret = GetCircuit()->NewGate(circuit_->ArrayIteratorBuiltin(), in ArrayIteratorBuiltin()
1860 auto currentLabel = env_->GetCurrentLabel(); in ArrayForEach()
1861 auto currentControl = currentLabel->GetControl(); in ArrayForEach()
1862 auto currentDepend = currentLabel->GetDepend(); in ArrayForEach()
1874 auto currentLabel = env_->GetCurrentLabel(); in ArraySort()
1875 auto currentControl = currentLabel->GetControl(); in ArraySort()
1876 auto currentDepend = currentLabel->GetDepend(); in ArraySort()
1889 auto currentLabel = env_->GetCurrentLabel(); in ArrayFilter()
1890 auto currentControl = currentLabel->GetControl(); in ArrayFilter()
1891 auto currentDepend = currentLabel->GetDepend(); in ArrayFilter()
1904 auto currentLabel = env_->GetCurrentLabel(); in ArrayMap()
1905 auto currentControl = currentLabel->GetControl(); in ArrayMap()
1906 auto currentDepend = currentLabel->GetDepend(); in ArrayMap()
1918 auto currentLabel = env_->GetCurrentLabel(); in ArraySome()
1919 auto currentControl = currentLabel->GetControl(); in ArraySome()
1920 auto currentDepend = currentLabel->GetDepend(); in ArraySome()
1932 auto currentLabel = env_->GetCurrentLabel(); in ArrayEvery()
1933 auto currentControl = currentLabel->GetControl(); in ArrayEvery()
1934 auto currentDepend = currentLabel->GetDepend(); in ArrayEvery()
1946 auto currentLabel = env_->GetCurrentLabel(); in ArrayPop()
1947 auto currentControl = currentLabel->GetControl(); in ArrayPop()
1948 auto currentDepend = currentLabel->GetDepend(); in ArrayPop()
1960 auto currentLabel = env_->GetCurrentLabel(); in ArraySlice()
1961 auto currentControl = currentLabel->GetControl(); in ArraySlice()
1962 auto currentDepend = currentLabel->GetDepend(); in ArraySlice()
1975 auto currentLabel = env_->GetCurrentLabel(); in ArrayFindOrFindIndex()
1976 auto currentControl = currentLabel->GetControl(); in ArrayFindOrFindIndex()
1977 auto currentDepend = currentLabel->GetDepend(); in ArrayFindOrFindIndex()
1989 auto currentLabel = env_->GetCurrentLabel(); in NumberIsFinite()
1990 auto currentControl = currentLabel->GetControl(); in NumberIsFinite()
1991 auto currentDepend = currentLabel->GetDepend(); in NumberIsFinite()
2002 auto currentLabel = env_->GetCurrentLabel(); in NumberIsInteger()
2003 auto currentControl = currentLabel->GetControl(); in NumberIsInteger()
2004 auto currentDepend = currentLabel->GetDepend(); in NumberIsInteger()
2015 auto currentLabel = env_->GetCurrentLabel(); in NumberIsNaN()
2016 auto currentControl = currentLabel->GetControl(); in NumberIsNaN()
2017 auto currentDepend = currentLabel->GetDepend(); in NumberIsNaN()
2028 auto currentLabel = env_->GetCurrentLabel(); in NumberParseFloat()
2029 auto currentControl = currentLabel->GetControl(); in NumberParseFloat()
2030 auto currentDepend = currentLabel->GetDepend(); in NumberParseFloat()
2041 auto currentLabel = env_->GetCurrentLabel(); in NumberParseInt()
2042 auto currentControl = currentLabel->GetControl(); in NumberParseInt()
2043 auto currentDepend = currentLabel->GetDepend(); in NumberParseInt()
2054 auto currentLabel = env_->GetCurrentLabel(); in NumberIsSafeInteger()
2055 auto currentControl = currentLabel->GetControl(); in NumberIsSafeInteger()
2056 auto currentDepend = currentLabel->GetDepend(); in NumberIsSafeInteger()
2067 auto currentLabel = env_->GetCurrentLabel(); in BuildBigIntAsIntN()
2068 auto currentControl = currentLabel->GetControl(); in BuildBigIntAsIntN()
2069 auto currentDepend = currentLabel->GetDepend(); in BuildBigIntAsIntN()
2080 auto currentLabel = env_->GetCurrentLabel(); in BuildTypedArrayIterator()
2081 auto currentControl = currentLabel->GetControl(); in BuildTypedArrayIterator()
2082 auto currentDepend = currentLabel->GetDepend(); in BuildTypedArrayIterator()
2098 auto currentLabel = env_->GetCurrentLabel(); in MigrateFromRawValueToHeapValues()
2099 auto currentControl = currentLabel->GetControl(); in MigrateFromRawValueToHeapValues()
2100 auto currentDepend = currentLabel->GetDepend(); in MigrateFromRawValueToHeapValues()
2101 auto ret = GetCircuit()->NewGate(circuit_->MigrateFromRawValueToHeapValues(), in MigrateFromRawValueToHeapValues()
2112 auto currentLabel = env_->GetCurrentLabel(); in MigrateFromHeapValueToRawValue()
2113 auto currentControl = currentLabel->GetControl(); in MigrateFromHeapValueToRawValue()
2114 auto currentDepend = currentLabel->GetDepend(); in MigrateFromHeapValueToRawValue()
2115 auto ret = GetCircuit()->NewGate(circuit_->MigrateFromHeapValueToRawValue(), in MigrateFromHeapValueToRawValue()
2126 auto currentLabel = env_->GetCurrentLabel(); in MigrateFromHoleIntToHoleNumber()
2127 auto currentControl = currentLabel->GetControl(); in MigrateFromHoleIntToHoleNumber()
2128 auto currentDepend = currentLabel->GetDepend(); in MigrateFromHoleIntToHoleNumber()
2129 auto ret = GetCircuit()->NewGate(circuit_->MigrateFromHoleIntToHoleNumber(), in MigrateFromHoleIntToHoleNumber()
2140 auto currentLabel = env_->GetCurrentLabel(); in MigrateFromHoleNumberToHoleInt()
2141 auto currentControl = currentLabel->GetControl(); in MigrateFromHoleNumberToHoleInt()
2142 auto currentDepend = currentLabel->GetDepend(); in MigrateFromHoleNumberToHoleInt()
2143 auto ret = GetCircuit()->NewGate(circuit_->MigrateFromHoleNumberToHoleInt(), in MigrateFromHoleNumberToHoleInt()