System.Core_CodeGen.c 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  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. static Il2CppMethodPointer s_methodPointers[64] =
  76. {
  77. Error_ArgumentNull_m0EDA0D46D72CA692518E3E2EB75B48044D8FD41E,
  78. Error_MoreThanOneMatch_m4C4756AF34A76EF12F3B2B6D8C78DE547F0FBCF8,
  79. Error_NoElements_mB89E91246572F009281D79730950808F17C3F353,
  80. NULL,
  81. NULL,
  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. };
  142. static const int32_t s_InvokerIndices[64] =
  143. {
  144. 1832,
  145. 1911,
  146. 1911,
  147. -1,
  148. -1,
  149. -1,
  150. -1,
  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. };
  209. static const Il2CppTokenRangePair s_rgctxIndices[14] =
  210. {
  211. { 0x02000004, { 28, 4 } },
  212. { 0x02000005, { 32, 9 } },
  213. { 0x02000006, { 41, 7 } },
  214. { 0x02000007, { 48, 10 } },
  215. { 0x02000008, { 58, 1 } },
  216. { 0x02000009, { 59, 21 } },
  217. { 0x0200000B, { 80, 2 } },
  218. { 0x06000004, { 0, 10 } },
  219. { 0x06000005, { 10, 5 } },
  220. { 0x06000006, { 15, 4 } },
  221. { 0x06000007, { 19, 3 } },
  222. { 0x06000008, { 22, 1 } },
  223. { 0x06000009, { 23, 3 } },
  224. { 0x0600000A, { 26, 2 } },
  225. };
  226. static const Il2CppRGCTXDefinition s_rgctxValues[82] =
  227. {
  228. { (Il2CppRGCTXDataType)2, 917 },
  229. { (Il2CppRGCTXDataType)3, 2651 },
  230. { (Il2CppRGCTXDataType)2, 1546 },
  231. { (Il2CppRGCTXDataType)2, 1281 },
  232. { (Il2CppRGCTXDataType)3, 4696 },
  233. { (Il2CppRGCTXDataType)2, 973 },
  234. { (Il2CppRGCTXDataType)2, 1285 },
  235. { (Il2CppRGCTXDataType)3, 4709 },
  236. { (Il2CppRGCTXDataType)2, 1283 },
  237. { (Il2CppRGCTXDataType)3, 4702 },
  238. { (Il2CppRGCTXDataType)2, 346 },
  239. { (Il2CppRGCTXDataType)3, 14 },
  240. { (Il2CppRGCTXDataType)3, 15 },
  241. { (Il2CppRGCTXDataType)2, 606 },
  242. { (Il2CppRGCTXDataType)3, 1934 },
  243. { (Il2CppRGCTXDataType)2, 868 },
  244. { (Il2CppRGCTXDataType)2, 646 },
  245. { (Il2CppRGCTXDataType)2, 714 },
  246. { (Il2CppRGCTXDataType)2, 751 },
  247. { (Il2CppRGCTXDataType)2, 715 },
  248. { (Il2CppRGCTXDataType)2, 752 },
  249. { (Il2CppRGCTXDataType)3, 1935 },
  250. { (Il2CppRGCTXDataType)2, 710 },
  251. { (Il2CppRGCTXDataType)2, 711 },
  252. { (Il2CppRGCTXDataType)2, 750 },
  253. { (Il2CppRGCTXDataType)3, 1933 },
  254. { (Il2CppRGCTXDataType)2, 645 },
  255. { (Il2CppRGCTXDataType)2, 713 },
  256. { (Il2CppRGCTXDataType)3, 2652 },
  257. { (Il2CppRGCTXDataType)3, 2654 },
  258. { (Il2CppRGCTXDataType)2, 246 },
  259. { (Il2CppRGCTXDataType)3, 2653 },
  260. { (Il2CppRGCTXDataType)3, 2662 },
  261. { (Il2CppRGCTXDataType)2, 920 },
  262. { (Il2CppRGCTXDataType)2, 1284 },
  263. { (Il2CppRGCTXDataType)3, 4703 },
  264. { (Il2CppRGCTXDataType)3, 2663 },
  265. { (Il2CppRGCTXDataType)2, 731 },
  266. { (Il2CppRGCTXDataType)2, 767 },
  267. { (Il2CppRGCTXDataType)3, 1939 },
  268. { (Il2CppRGCTXDataType)3, 5611 },
  269. { (Il2CppRGCTXDataType)3, 2655 },
  270. { (Il2CppRGCTXDataType)2, 919 },
  271. { (Il2CppRGCTXDataType)2, 1282 },
  272. { (Il2CppRGCTXDataType)3, 4697 },
  273. { (Il2CppRGCTXDataType)3, 1938 },
  274. { (Il2CppRGCTXDataType)3, 2656 },
  275. { (Il2CppRGCTXDataType)3, 5610 },
  276. { (Il2CppRGCTXDataType)3, 2669 },
  277. { (Il2CppRGCTXDataType)2, 921 },
  278. { (Il2CppRGCTXDataType)2, 1286 },
  279. { (Il2CppRGCTXDataType)3, 4710 },
  280. { (Il2CppRGCTXDataType)3, 2915 },
  281. { (Il2CppRGCTXDataType)3, 1388 },
  282. { (Il2CppRGCTXDataType)3, 1940 },
  283. { (Il2CppRGCTXDataType)3, 1387 },
  284. { (Il2CppRGCTXDataType)3, 2670 },
  285. { (Il2CppRGCTXDataType)3, 5612 },
  286. { (Il2CppRGCTXDataType)3, 1937 },
  287. { (Il2CppRGCTXDataType)3, 1671 },
  288. { (Il2CppRGCTXDataType)2, 539 },
  289. { (Il2CppRGCTXDataType)3, 2084 },
  290. { (Il2CppRGCTXDataType)3, 2085 },
  291. { (Il2CppRGCTXDataType)3, 2090 },
  292. { (Il2CppRGCTXDataType)2, 796 },
  293. { (Il2CppRGCTXDataType)3, 2087 },
  294. { (Il2CppRGCTXDataType)3, 5801 },
  295. { (Il2CppRGCTXDataType)2, 521 },
  296. { (Il2CppRGCTXDataType)3, 1382 },
  297. { (Il2CppRGCTXDataType)1, 699 },
  298. { (Il2CppRGCTXDataType)2, 1562 },
  299. { (Il2CppRGCTXDataType)3, 2086 },
  300. { (Il2CppRGCTXDataType)1, 1562 },
  301. { (Il2CppRGCTXDataType)1, 796 },
  302. { (Il2CppRGCTXDataType)2, 1598 },
  303. { (Il2CppRGCTXDataType)2, 1562 },
  304. { (Il2CppRGCTXDataType)3, 2091 },
  305. { (Il2CppRGCTXDataType)3, 2089 },
  306. { (Il2CppRGCTXDataType)3, 2088 },
  307. { (Il2CppRGCTXDataType)2, 166 },
  308. { (Il2CppRGCTXDataType)3, 1389 },
  309. { (Il2CppRGCTXDataType)2, 252 },
  310. };
  311. extern const CustomAttributesCacheGenerator g_System_Core_AttributeGenerators[];
  312. IL2CPP_EXTERN_C const Il2CppCodeGenModule g_System_Core_CodeGenModule;
  313. const Il2CppCodeGenModule g_System_Core_CodeGenModule =
  314. {
  315. "System.Core.dll",
  316. 64,
  317. s_methodPointers,
  318. 0,
  319. NULL,
  320. s_InvokerIndices,
  321. 0,
  322. NULL,
  323. 14,
  324. s_rgctxIndices,
  325. 82,
  326. s_rgctxValues,
  327. NULL,
  328. g_System_Core_AttributeGenerators,
  329. NULL, // module initializer,
  330. NULL,
  331. NULL,
  332. NULL,
  333. };