System.Core_CodeGen.c 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  1. #include "pch-c.h"
  2. #ifndef _MSC_VER
  3. # include <alloca.h>
  4. #else
  5. # include <malloc.h>
  6. #endif
  7. #include "codegen/il2cpp-codegen-metadata.h"
  8. // 0x00000001 System.Exception System.Linq.Error::ArgumentNull(System.String)
  9. extern void Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E (void);
  10. // 0x00000002 System.Exception System.Linq.Error::MoreThanOneMatch()
  11. extern void Error_MoreThanOneMatch_m4C4756AF34A76EF12F3B2B6D8C78DE547F0FBCF8 (void);
  12. // 0x00000003 System.Exception System.Linq.Error::NoElements()
  13. extern void Error_NoElements_mB89E91246572F009281D79730950808F17C3F353 (void);
  14. // 0x00000004 System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable::Where(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
  15. // 0x00000005 System.Func`2<TSource,System.Boolean> System.Linq.Enumerable::CombinePredicates(System.Func`2<TSource,System.Boolean>,System.Func`2<TSource,System.Boolean>)
  16. // 0x00000006 TSource System.Linq.Enumerable::First(System.Collections.Generic.IEnumerable`1<TSource>)
  17. // 0x00000007 TSource System.Linq.Enumerable::SingleOrDefault(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
  18. // 0x00000008 System.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1<TSource>)
  19. // 0x00000009 System.Boolean System.Linq.Enumerable::Any(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
  20. // 0x0000000A System.Int32 System.Linq.Enumerable::Count(System.Collections.Generic.IEnumerable`1<TSource>)
  21. // 0x0000000B System.Void System.Linq.Enumerable/Iterator`1::.ctor()
  22. // 0x0000000C TSource System.Linq.Enumerable/Iterator`1::get_Current()
  23. // 0x0000000D System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/Iterator`1::Clone()
  24. // 0x0000000E System.Void System.Linq.Enumerable/Iterator`1::Dispose()
  25. // 0x0000000F System.Collections.Generic.IEnumerator`1<TSource> System.Linq.Enumerable/Iterator`1::GetEnumerator()
  26. // 0x00000010 System.Boolean System.Linq.Enumerable/Iterator`1::MoveNext()
  27. // 0x00000011 System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/Iterator`1::Where(System.Func`2<TSource,System.Boolean>)
  28. // 0x00000012 System.Object System.Linq.Enumerable/Iterator`1::System.Collections.IEnumerator.get_Current()
  29. // 0x00000013 System.Collections.IEnumerator System.Linq.Enumerable/Iterator`1::System.Collections.IEnumerable.GetEnumerator()
  30. // 0x00000014 System.Void System.Linq.Enumerable/Iterator`1::System.Collections.IEnumerator.Reset()
  31. // 0x00000015 System.Void System.Linq.Enumerable/WhereEnumerableIterator`1::.ctor(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
  32. // 0x00000016 System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/WhereEnumerableIterator`1::Clone()
  33. // 0x00000017 System.Void System.Linq.Enumerable/WhereEnumerableIterator`1::Dispose()
  34. // 0x00000018 System.Boolean System.Linq.Enumerable/WhereEnumerableIterator`1::MoveNext()
  35. // 0x00000019 System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/WhereEnumerableIterator`1::Where(System.Func`2<TSource,System.Boolean>)
  36. // 0x0000001A System.Void System.Linq.Enumerable/WhereArrayIterator`1::.ctor(TSource[],System.Func`2<TSource,System.Boolean>)
  37. // 0x0000001B System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/WhereArrayIterator`1::Clone()
  38. // 0x0000001C System.Boolean System.Linq.Enumerable/WhereArrayIterator`1::MoveNext()
  39. // 0x0000001D System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/WhereArrayIterator`1::Where(System.Func`2<TSource,System.Boolean>)
  40. // 0x0000001E System.Void System.Linq.Enumerable/WhereListIterator`1::.ctor(System.Collections.Generic.List`1<TSource>,System.Func`2<TSource,System.Boolean>)
  41. // 0x0000001F System.Linq.Enumerable/Iterator`1<TSource> System.Linq.Enumerable/WhereListIterator`1::Clone()
  42. // 0x00000020 System.Boolean System.Linq.Enumerable/WhereListIterator`1::MoveNext()
  43. // 0x00000021 System.Collections.Generic.IEnumerable`1<TSource> System.Linq.Enumerable/WhereListIterator`1::Where(System.Func`2<TSource,System.Boolean>)
  44. // 0x00000022 System.Void System.Linq.Enumerable/<>c__DisplayClass6_0`1::.ctor()
  45. // 0x00000023 System.Boolean System.Linq.Enumerable/<>c__DisplayClass6_0`1::<CombinePredicates>b__0(TSource)
  46. // 0x00000024 System.Void System.Collections.Generic.HashSet`1::.ctor()
  47. // 0x00000025 System.Void System.Collections.Generic.HashSet`1::.ctor(System.Collections.Generic.IEqualityComparer`1<T>)
  48. // 0x00000026 System.Void System.Collections.Generic.HashSet`1::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  49. // 0x00000027 System.Void System.Collections.Generic.HashSet`1::System.Collections.Generic.ICollection<T>.Add(T)
  50. // 0x00000028 System.Void System.Collections.Generic.HashSet`1::Clear()
  51. // 0x00000029 System.Boolean System.Collections.Generic.HashSet`1::Contains(T)
  52. // 0x0000002A System.Void System.Collections.Generic.HashSet`1::CopyTo(T[],System.Int32)
  53. // 0x0000002B System.Boolean System.Collections.Generic.HashSet`1::Remove(T)
  54. // 0x0000002C System.Int32 System.Collections.Generic.HashSet`1::get_Count()
  55. // 0x0000002D System.Boolean System.Collections.Generic.HashSet`1::System.Collections.Generic.ICollection<T>.get_IsReadOnly()
  56. // 0x0000002E System.Collections.Generic.HashSet`1/Enumerator<T> System.Collections.Generic.HashSet`1::GetEnumerator()
  57. // 0x0000002F System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.HashSet`1::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
  58. // 0x00000030 System.Collections.IEnumerator System.Collections.Generic.HashSet`1::System.Collections.IEnumerable.GetEnumerator()
  59. // 0x00000031 System.Void System.Collections.Generic.HashSet`1::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
  60. // 0x00000032 System.Void System.Collections.Generic.HashSet`1::OnDeserialization(System.Object)
  61. // 0x00000033 System.Boolean System.Collections.Generic.HashSet`1::Add(T)
  62. // 0x00000034 System.Void System.Collections.Generic.HashSet`1::CopyTo(T[])
  63. // 0x00000035 System.Void System.Collections.Generic.HashSet`1::CopyTo(T[],System.Int32,System.Int32)
  64. // 0x00000036 System.Void System.Collections.Generic.HashSet`1::Initialize(System.Int32)
  65. // 0x00000037 System.Void System.Collections.Generic.HashSet`1::IncreaseCapacity()
  66. // 0x00000038 System.Void System.Collections.Generic.HashSet`1::SetCapacity(System.Int32)
  67. // 0x00000039 System.Boolean System.Collections.Generic.HashSet`1::AddIfNotPresent(T)
  68. // 0x0000003A System.Int32 System.Collections.Generic.HashSet`1::InternalGetHashCode(T)
  69. // 0x0000003B System.Void System.Collections.Generic.HashSet`1/Enumerator::.ctor(System.Collections.Generic.HashSet`1<T>)
  70. // 0x0000003C System.Void System.Collections.Generic.HashSet`1/Enumerator::Dispose()
  71. // 0x0000003D System.Boolean System.Collections.Generic.HashSet`1/Enumerator::MoveNext()
  72. // 0x0000003E T System.Collections.Generic.HashSet`1/Enumerator::get_Current()
  73. // 0x0000003F System.Object System.Collections.Generic.HashSet`1/Enumerator::System.Collections.IEnumerator.get_Current()
  74. // 0x00000040 System.Void System.Collections.Generic.HashSet`1/Enumerator::System.Collections.IEnumerator.Reset()
  75. // 0x00000041 System.Void System.Collections.Generic.ICollectionDebugView`1::.ctor(System.Collections.Generic.ICollection`1<T>)
  76. // 0x00000042 T[] System.Collections.Generic.ICollectionDebugView`1::get_Items()
  77. static Il2CppMethodPointer s_methodPointers[66] =
  78. {
  79. Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E,
  80. Error_MoreThanOneMatch_m4C4756AF34A76EF12F3B2B6D8C78DE547F0FBCF8,
  81. Error_NoElements_mB89E91246572F009281D79730950808F17C3F353,
  82. NULL,
  83. NULL,
  84. NULL,
  85. NULL,
  86. NULL,
  87. NULL,
  88. NULL,
  89. NULL,
  90. NULL,
  91. NULL,
  92. NULL,
  93. NULL,
  94. NULL,
  95. NULL,
  96. NULL,
  97. NULL,
  98. NULL,
  99. NULL,
  100. NULL,
  101. NULL,
  102. NULL,
  103. NULL,
  104. NULL,
  105. NULL,
  106. NULL,
  107. NULL,
  108. NULL,
  109. NULL,
  110. NULL,
  111. NULL,
  112. NULL,
  113. NULL,
  114. NULL,
  115. NULL,
  116. NULL,
  117. NULL,
  118. NULL,
  119. NULL,
  120. NULL,
  121. NULL,
  122. NULL,
  123. NULL,
  124. NULL,
  125. NULL,
  126. NULL,
  127. NULL,
  128. NULL,
  129. NULL,
  130. NULL,
  131. NULL,
  132. NULL,
  133. NULL,
  134. NULL,
  135. NULL,
  136. NULL,
  137. NULL,
  138. NULL,
  139. NULL,
  140. NULL,
  141. NULL,
  142. NULL,
  143. NULL,
  144. NULL,
  145. };
  146. static const int32_t s_InvokerIndices[66] =
  147. {
  148. 1877,
  149. 1959,
  150. 1959,
  151. -1,
  152. -1,
  153. -1,
  154. -1,
  155. -1,
  156. -1,
  157. -1,
  158. -1,
  159. -1,
  160. -1,
  161. -1,
  162. -1,
  163. -1,
  164. -1,
  165. -1,
  166. -1,
  167. -1,
  168. -1,
  169. -1,
  170. -1,
  171. -1,
  172. -1,
  173. -1,
  174. -1,
  175. -1,
  176. -1,
  177. -1,
  178. -1,
  179. -1,
  180. -1,
  181. -1,
  182. -1,
  183. -1,
  184. -1,
  185. -1,
  186. -1,
  187. -1,
  188. -1,
  189. -1,
  190. -1,
  191. -1,
  192. -1,
  193. -1,
  194. -1,
  195. -1,
  196. -1,
  197. -1,
  198. -1,
  199. -1,
  200. -1,
  201. -1,
  202. -1,
  203. -1,
  204. -1,
  205. -1,
  206. -1,
  207. -1,
  208. -1,
  209. -1,
  210. -1,
  211. -1,
  212. -1,
  213. -1,
  214. };
  215. static const Il2CppTokenRangePair s_rgctxIndices[15] =
  216. {
  217. { 0x02000004, { 28, 4 } },
  218. { 0x02000005, { 32, 9 } },
  219. { 0x02000006, { 41, 7 } },
  220. { 0x02000007, { 48, 10 } },
  221. { 0x02000008, { 58, 1 } },
  222. { 0x02000009, { 59, 21 } },
  223. { 0x0200000B, { 80, 2 } },
  224. { 0x0200000C, { 82, 2 } },
  225. { 0x06000004, { 0, 10 } },
  226. { 0x06000005, { 10, 5 } },
  227. { 0x06000006, { 15, 4 } },
  228. { 0x06000007, { 19, 3 } },
  229. { 0x06000008, { 22, 1 } },
  230. { 0x06000009, { 23, 3 } },
  231. { 0x0600000A, { 26, 2 } },
  232. };
  233. static const Il2CppRGCTXDefinition s_rgctxValues[84] =
  234. {
  235. { (Il2CppRGCTXDataType)2, 954 },
  236. { (Il2CppRGCTXDataType)3, 2703 },
  237. { (Il2CppRGCTXDataType)2, 1595 },
  238. { (Il2CppRGCTXDataType)2, 1327 },
  239. { (Il2CppRGCTXDataType)3, 4794 },
  240. { (Il2CppRGCTXDataType)2, 1012 },
  241. { (Il2CppRGCTXDataType)2, 1331 },
  242. { (Il2CppRGCTXDataType)3, 4807 },
  243. { (Il2CppRGCTXDataType)2, 1329 },
  244. { (Il2CppRGCTXDataType)3, 4800 },
  245. { (Il2CppRGCTXDataType)2, 360 },
  246. { (Il2CppRGCTXDataType)3, 14 },
  247. { (Il2CppRGCTXDataType)3, 15 },
  248. { (Il2CppRGCTXDataType)2, 620 },
  249. { (Il2CppRGCTXDataType)3, 1960 },
  250. { (Il2CppRGCTXDataType)2, 905 },
  251. { (Il2CppRGCTXDataType)2, 660 },
  252. { (Il2CppRGCTXDataType)2, 744 },
  253. { (Il2CppRGCTXDataType)2, 785 },
  254. { (Il2CppRGCTXDataType)2, 745 },
  255. { (Il2CppRGCTXDataType)2, 786 },
  256. { (Il2CppRGCTXDataType)3, 1961 },
  257. { (Il2CppRGCTXDataType)2, 740 },
  258. { (Il2CppRGCTXDataType)2, 741 },
  259. { (Il2CppRGCTXDataType)2, 784 },
  260. { (Il2CppRGCTXDataType)3, 1959 },
  261. { (Il2CppRGCTXDataType)2, 659 },
  262. { (Il2CppRGCTXDataType)2, 743 },
  263. { (Il2CppRGCTXDataType)3, 2704 },
  264. { (Il2CppRGCTXDataType)3, 2706 },
  265. { (Il2CppRGCTXDataType)2, 257 },
  266. { (Il2CppRGCTXDataType)3, 2705 },
  267. { (Il2CppRGCTXDataType)3, 2714 },
  268. { (Il2CppRGCTXDataType)2, 957 },
  269. { (Il2CppRGCTXDataType)2, 1330 },
  270. { (Il2CppRGCTXDataType)3, 4801 },
  271. { (Il2CppRGCTXDataType)3, 2715 },
  272. { (Il2CppRGCTXDataType)2, 761 },
  273. { (Il2CppRGCTXDataType)2, 801 },
  274. { (Il2CppRGCTXDataType)3, 1965 },
  275. { (Il2CppRGCTXDataType)3, 5740 },
  276. { (Il2CppRGCTXDataType)3, 2707 },
  277. { (Il2CppRGCTXDataType)2, 956 },
  278. { (Il2CppRGCTXDataType)2, 1328 },
  279. { (Il2CppRGCTXDataType)3, 4795 },
  280. { (Il2CppRGCTXDataType)3, 1964 },
  281. { (Il2CppRGCTXDataType)3, 2708 },
  282. { (Il2CppRGCTXDataType)3, 5739 },
  283. { (Il2CppRGCTXDataType)3, 2721 },
  284. { (Il2CppRGCTXDataType)2, 958 },
  285. { (Il2CppRGCTXDataType)2, 1332 },
  286. { (Il2CppRGCTXDataType)3, 4808 },
  287. { (Il2CppRGCTXDataType)3, 2971 },
  288. { (Il2CppRGCTXDataType)3, 1414 },
  289. { (Il2CppRGCTXDataType)3, 1966 },
  290. { (Il2CppRGCTXDataType)3, 1413 },
  291. { (Il2CppRGCTXDataType)3, 2722 },
  292. { (Il2CppRGCTXDataType)3, 5741 },
  293. { (Il2CppRGCTXDataType)3, 1963 },
  294. { (Il2CppRGCTXDataType)3, 1697 },
  295. { (Il2CppRGCTXDataType)2, 553 },
  296. { (Il2CppRGCTXDataType)3, 2110 },
  297. { (Il2CppRGCTXDataType)3, 2111 },
  298. { (Il2CppRGCTXDataType)3, 2116 },
  299. { (Il2CppRGCTXDataType)2, 833 },
  300. { (Il2CppRGCTXDataType)3, 2113 },
  301. { (Il2CppRGCTXDataType)3, 5933 },
  302. { (Il2CppRGCTXDataType)2, 535 },
  303. { (Il2CppRGCTXDataType)3, 1408 },
  304. { (Il2CppRGCTXDataType)1, 725 },
  305. { (Il2CppRGCTXDataType)2, 1612 },
  306. { (Il2CppRGCTXDataType)3, 2112 },
  307. { (Il2CppRGCTXDataType)1, 1612 },
  308. { (Il2CppRGCTXDataType)1, 833 },
  309. { (Il2CppRGCTXDataType)2, 1658 },
  310. { (Il2CppRGCTXDataType)2, 1612 },
  311. { (Il2CppRGCTXDataType)3, 2117 },
  312. { (Il2CppRGCTXDataType)3, 2115 },
  313. { (Il2CppRGCTXDataType)3, 2114 },
  314. { (Il2CppRGCTXDataType)2, 169 },
  315. { (Il2CppRGCTXDataType)3, 1415 },
  316. { (Il2CppRGCTXDataType)2, 263 },
  317. { (Il2CppRGCTXDataType)2, 666 },
  318. { (Il2CppRGCTXDataType)2, 1614 },
  319. };
  320. extern const CustomAttributesCacheGenerator g_System_Core_AttributeGenerators[];
  321. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_System_Core_CodeGenModule;
  322. const Il2CppCodeGenModule g_System_Core_CodeGenModule =
  323. {
  324. "System.Core.dll",
  325. 66,
  326. s_methodPointers,
  327. 0,
  328. NULL,
  329. s_InvokerIndices,
  330. 0,
  331. NULL,
  332. 15,
  333. s_rgctxIndices,
  334. 84,
  335. s_rgctxValues,
  336. NULL,
  337. g_System_Core_AttributeGenerators,
  338. NULL, // module initializer,
  339. NULL,
  340. NULL,
  341. NULL,
  342. };