#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5; struct Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C; struct CacheDict_2_t3592A9BE3B1E812BCE8A13D901156E74C707DBB7; struct CacheDict_2_tB695739D50653F4D4C3DA03BCF07CC868196FB15; struct ConditionalWeakTable_2_t0F3FDA57EE333DF8B8C1F3FB944E4E19C5DDCFC7; struct Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28; struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3; struct Dictionary_2_t12A2D319042EA78D907D620BD5BD1704ED850786; struct Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1; struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; struct Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69; struct Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD; struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28; struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588; struct Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957; struct Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354; struct Func_2_t6F585D4C873543C3A883793056942EC8E071C195; struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00; struct Func_2_tACBF5A1656250800CE861707354491F0611F6624; struct Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8; struct HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F; struct HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885; struct HashSet_1_t068F5201D923072F46716204841D21328FE6218D; struct HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200; struct HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74; struct HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84; struct IComparer_1_tEB6AA2CD884FC3640B1B2819165BFBE2BD240E0A; struct IComparer_1_tC0A12A847AF97F369A5CE9A0CCE71CE18EE1440E; struct IEnumerable_1_t3C45EB5D2AD950CB9E071028EF3FBAD8B9A21534; struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9; struct IEnumerable_1_t9E9FADA1C3782202A5916956F654635E75C5C76D; struct IEnumerator_1_t4CB13C9A05F08FC5070C0050B8AF1013247C8994; struct IEnumerator_1_t0154AF7119EC3E53E7209490027F8CC0F0D57209; struct IEnumerator_1_t327FF232159D9644239A65F54312F684DB7BE375; struct IEnumerator_1_tD121CFD25153967BD050CB6E82B3A0BFAEF6D0B3; struct IEnumerator_1_tE2C6D8FF4106CBC76BEFF569D8B90B191E9E9FC6; struct IEnumerator_1_tA1C54505BB5939007AB78B6BCD412C70DD49CE70; struct IEnumerator_1_t84A710514BA875E7F948B62B84F15FE0E64D63FB; struct IEnumerator_1_t43D2E4BA9246755F293DFA74F001FB1A70A648FD; struct IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4; struct IEnumerator_1_t110ABACC4B335D2DFF1A70E338D91BF1EAA78EB8; struct IEqualityComparer_1_t1A52E202619F4C8AEC77FF6C6696AC56B8A6119A; struct IEqualityComparer_1_tF1742D516C629BB94F0BAD43AFA4CA73B757724A; struct IEqualityComparer_1_t3950A1C72D0704C9A5D08F255CB6BE1525EDC4A9; struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7; struct IList_1_t4735A9E4CF9D38CFED331FCCBC3D2D006D0D2948; struct IList_1_t27005E80750AE799079F4313BDC81CB3D2FBD68A; struct IList_1_t28EB8E755FDBFBDE88574629581245F2CF1F5FC1; struct IList_1_tFA925C675CE15D8AF81BB88E4D45FD7B6FF1030A; struct IList_1_t8237764F017214FEC3BDC5BA9D72BD235EAC1402; struct IList_1_tD910B530BD31B39CA6A134DCCB6C6FB4178B2DB2; struct IReadOnlyList_1_tEB1519ED181456048C8E2EB34C64B28556C57273; struct IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65; struct IReadOnlyList_1_tFECA3304F4B609D6FFF811FAEDF8077485404E75; struct IReadOnlyList_1_t096750C6D09536A8131A83E4ACF863B54ADEE544; struct KeyCollection_tA4335A2F343BFC8E262A55ACE731117500CB016F; struct KeyCollection_tB45A861D090B15129521119AE48ED3813820A974; struct KeyCollection_tAF264A2883102D1BFA0D1C83577AC69AAFAFB0D1; struct KeyCollection_tCC15D033281A6593E2488FAF5B205812A152AC03; struct List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927; struct List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00; struct List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D; struct List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8; struct List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF; struct List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB; struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73; struct List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01; struct List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; struct List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D; struct ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA; struct ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004; struct ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E; struct ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4; struct ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92; struct ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505; struct ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB; struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5; struct Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E; struct StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B; struct ValueCollection_t3D9302245769B397D81EB7960A8305FA72AAA699; struct ValueCollection_t40AF39838263D5C305B4AB945433EE31E5850720; struct ValueCollection_tCE6BD704B9571C131E2D8C8CED569DDEC4AE042B; struct EntryU5BU5D_t0190C629CED897705174ECC7451FC442399CE147; struct EntryU5BU5D_t3EB9CC5B0B8FA7C29850A272124C92EB1B4327CE; struct EntryU5BU5D_tEA0133B78B9FF7045128C508FA50247E525A94D6; struct KeyValuePair_2U5BU5D_t1686C7CBCFA68BF77F16B9983BACAA457DCDE265; struct KeyValuePair_2U5BU5D_t885B27C57B74F7AF8A5FBE53D1A87F38D122C731; struct SlotU5BU5D_tA2F86498EFFE29B79D973C60B9AA19893F5CA2FA; struct SlotU5BU5D_t5B6221310D92CD3EFED99B5A41997E4715E36338; struct InstructionU5BU5DU5BU5DU5BU5D_tB5C0E10B989A2230516159069AAB7EA6907B2E56; struct BranchLabelU5BU5D_t94110C8D2546CDB2E5E36EFE6B183EC00D10E29A; struct ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct EnterFaultInstructionU5BU5D_tF27A41717E2ED1C60776520315374F7E6E44085C; struct EnterFinallyInstructionU5BU5D_t9B92171D2AA5778F1732D4F91F2E7B88D4DFF6FE; struct ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4; struct ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F; struct GotoInstructionU5BU5D_t249B329B6B374B728C519853CBFBACD0CA679907; struct IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F; struct InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; struct InterpretedFrameInfoU5BU5D_t97E24C7783C90A15DDACF04305E730DBAEC0A8BB; struct LabelScopeInfoU5BU5D_t0AC75ACD9EB4BAF3F74E2141EEF50DFB0DCF31F0; struct LeaveExceptionHandlerInstructionU5BU5D_t697FFD2CAADCF0CD7E6F6D2322D6B058D9C81001; struct LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C; struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C; struct RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684; struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; struct InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3; struct ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844; struct AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720; struct AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE; struct AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192; struct BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4; struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; struct BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B; struct BranchFalseInstruction_t5369E28CC6D0CB5B377F6FC15662287EDBE59E61; struct BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165; struct BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA; struct BranchTrueInstruction_t811E63AE0474686987B1E09EB2DC59B632EDE87D; struct ByRefMethodInfoCallInstruction_t1B853DBD250C0E16BCECF7A843698351E724E7DE; struct ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E; struct ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17; struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B; struct CallInstruction_t1F392A956978AB3DAF22A69DD3D3627D76E49DEF; struct CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B; struct CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA; struct CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA; struct CoalescingBranchInstruction_tA533723CEDBFF14AD19129574420C2FB979F97D4; struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57; struct ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913; struct ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547; struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB; struct CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A; struct DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167; struct DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8; struct DefaultExpression_t68E278AD7534F283D174570B240C596979B26533; struct DefaultValueInstruction_tF75A9564888B8CE1C4BE6F46793FB77B49848897; struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; struct ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2; struct EnterFaultInstruction_t183D15AE9C491B0138F46539206C47452C3E1E70; struct EnterFinallyInstruction_tEFCB44E83BC16AF13FBD73A740B816145292D815; struct EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880; struct EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36; struct Exception_t; struct ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287; struct ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F; struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785; struct FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603; struct FieldInfo_t; struct GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C; struct GotoInstruction_tBB065BE6826E5565D78D01D48127FE6DABD4D785; struct GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D; struct GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5; struct IArgumentProvider_tE4CF1AA45F936DB9894DAE3BB715F27447B69A85; struct IBoxableInstruction_t582EB519D1ABE0FC847190BB3D8678814F8058BC; struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; struct IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82; struct IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22; struct IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347; struct IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049; struct Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998; struct InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A; struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D; struct Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1; struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; struct InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27; struct LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD; struct LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF; struct LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C; struct LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5; struct LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E; struct LeaveExceptionHandlerInstruction_t2A2D9FC2B10454A4E1213F71EE7BDA0476B485BB; struct LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5; struct LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28; struct LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190; struct LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A; struct LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58; struct ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8; struct LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30; struct LoadFieldInstruction_tCE16ADB10ABEB74C4D0869A392747B8AE52D492D; struct LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372; struct LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E; struct LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9; struct LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED; struct LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5; struct LoadStaticFieldInstruction_t9282EAD231C74180327ABDBD4DE35B2D3D8651FB; struct LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4; struct LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44; struct LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83; struct MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8; struct MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D; struct MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89; struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; struct MemberInfo_t; struct MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C; struct MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47; struct MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093; struct MethodBase_t; struct MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB; struct MethodInfo_t; struct NewArrayBoundsInstruction_t9969E44E0E1792DA65947D73FFC8C9C6ED654EC9; struct NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E; struct NewArrayInitInstruction_tAB09713761BF9AD3303B81FE433E2025C5D3F68D; struct NewArrayInstruction_t4D7C78AB7B99F7A271DBD6095EE666D1451CA6B1; struct NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51; struct NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196; struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A; struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472; struct OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A; struct ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11; struct ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110; struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F; struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A; struct PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6; struct PropertyInfo_t; struct QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF; struct RethrowException_t8089DF974D37EC662002EE10AE6E66F9CF74D0E6; struct RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3; struct RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD; struct RuntimeWrappedException_tD43BD0B43ECF58052755A87C0166F70AFE2144B8; struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37; struct StackGuard_t6F37D81861288F2039A29A88A6287419F220E849; struct StoreFieldInstruction_t7C13375789094395EBD4332720135FDB0EB1CFDC; struct StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA; struct StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9; struct StoreStaticFieldInstruction_t0BAF143B7FDCABDB4FD7363E3A2CF24A83114CF4; struct String_t; struct StringSwitchInstruction_tAC76A9571E6022CF041714B05715E1185A8F8479; struct SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A; struct SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959; struct SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3; struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4; struct TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0; struct TryExpression_t2B12A2235D60735717434CCAB121609D07D98574; struct TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D; struct Type_t; struct TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D; struct TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF; struct TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7; struct UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; struct DebugInfoComparer_tF6521053ED3200284BB605E744AF65A0482F861A; struct GreaterThanByte_t020A4008B3BD4AB29C1137D05B5C15D87CBB49DA; struct GreaterThanDouble_t4A37AF7395381B96C574A309987A52BF4B86F4DD; struct GreaterThanSingle_t3900C7A4FEC0E4B09FEDECEC1ACF3C1E1D8EDD03; struct GreaterThanUInt16_t130DB55D5A550058F7AFEAD7DCD20C74308CF7E2; struct GreaterThanUInt32_t9E80D5AB17A39C9F4C792B64FFA71B4B080A2444; struct GreaterThanUInt64_t7572D7D5636C4F8CDBDCB3F1A7BC568ED1D7C78E; struct GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C; struct GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF; struct GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B; struct GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3; struct GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5; struct GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F; struct GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E; struct GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2; struct GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4; struct GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F; struct GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05; struct IncrementDouble_t6D8884671EEEF2B6114F6459F1A756CD67593388; struct IncrementInt16_tF84BCF366C2B91D7CA304A51B321F3026C05F4C2; struct IncrementInt32_tF126DBC32CAFD0AF37322DC156491673ADF0446D; struct IncrementInt64_t01F87C2EA57B87E1AABF63A20E59B1A17C0AF977; struct IncrementSingle_tC1F2F114E247A8065C84EF314125A43254F2E21B; struct IncrementUInt16_tB27A3AFBA1A3E1A10BFED905AB859D271385F657; struct IncrementUInt32_t0F922E673AA3F0B82772609C57CF3FA84E069F3D; struct IncrementUInt64_tAF9E727A8A65F1E4994A39EBA70247F367772857; struct ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A; struct ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA; struct MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14; struct Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD; struct ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A; struct Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01; struct DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA; struct U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD; struct U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332; struct LeftShiftByte_t843792A138E33DD93E48E0FDEA65B3D12C5E19D7; struct LeftShiftInt16_t59F2407CBBB55DD050F0C003E8F5DEC026A52C11; struct LeftShiftInt32_t1C2CB785F1242B8FA76E73D46B7C2199F0640662; struct LeftShiftInt64_tC1D65DDBAE686E7EF3FBB0FB6AA92AC04250C8D5; struct LeftShiftSByte_t6A7B042FEDE7E178159283D0DEE493FA010EF88A; struct LeftShiftUInt16_t6E92FF880BB2366A49296DBEBF49571384031910; struct LeftShiftUInt32_t70B269E2E7249E53FABFCAF0565C99ED4BA5A5BE; struct LeftShiftUInt64_t196EC81CE8507A5B45F438EE56F7517BD7F49944; struct LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5; struct LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3; struct LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C; struct LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD; struct LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9; struct LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723; struct LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5; struct LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF; struct LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6; struct LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16; struct LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921; struct LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC; struct LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D; struct LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1; struct LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8; struct LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4; struct LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A; struct LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287; struct LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A; struct LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2; struct LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F; struct LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB; struct QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F; struct Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468; struct ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74; struct Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B; IL2CPP_EXTERN_C RuntimeClass* Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArrayLengthInstruction_t964BF7750E7CB172142B652345558F6A5A40CDC7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BranchFalseInstruction_t5369E28CC6D0CB5B377F6FC15662287EDBE59E61_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BranchTrueInstruction_t811E63AE0474686987B1E09EB2DC59B632EDE87D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByRefMethodInfoCallInstruction_t1B853DBD250C0E16BCECF7A843698351E724E7DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CoalescingBranchInstruction_tA533723CEDBFF14AD19129574420C2FB979F97D4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DebugInfoComparer_tF6521053ED3200284BB605E744AF65A0482F861A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultValueInstruction_tF75A9564888B8CE1C4BE6F46793FB77B49848897_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnterExceptionFilterInstruction_tE3F372AA603C140CE276A9414C309594F9DF01B2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnterFaultInstruction_t183D15AE9C491B0138F46539206C47452C3E1E70_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnterFinallyInstruction_tEFCB44E83BC16AF13FBD73A740B816145292D815_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ExpressionType_tAA03F259DBEAA7B62E085C620D7B879FAA696B25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t6F585D4C873543C3A883793056942EC8E071C195_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GetArrayItemInstruction_t8E03ED8905E2030FEEFFB7964E4556D8196FC565_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GotoInstruction_tBB065BE6826E5565D78D01D48127FE6DABD4D785_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IArgumentProvider_tE4CF1AA45F936DB9894DAE3BB715F27447B69A85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IBoxableInstruction_t582EB519D1ABE0FC847190BB3D8678814F8058BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tF961F3E00EE8CF8A2420A47E491F0DC255B7F073_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t0154AF7119EC3E53E7209490027F8CC0F0D57209_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t110ABACC4B335D2DFF1A70E338D91BF1EAA78EB8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t4CB13C9A05F08FC5070C0050B8AF1013247C8994_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t84A710514BA875E7F948B62B84F15FE0E64D63FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tD121CFD25153967BD050CB6E82B3A0BFAEF6D0B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tE2C6D8FF4106CBC76BEFF569D8B90B191E9E9FC6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IReadOnlyCollection_1_tC4EF2AE114E62DC7D50B03C7D79653FF1405AE78_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IReadOnlyList_1_tFECA3304F4B609D6FFF811FAEDF8077485404E75_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IncrementDouble_t6D8884671EEEF2B6114F6459F1A756CD67593388_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IncrementInt16_tF84BCF366C2B91D7CA304A51B321F3026C05F4C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IncrementInt32_tF126DBC32CAFD0AF37322DC156491673ADF0446D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IncrementInt64_t01F87C2EA57B87E1AABF63A20E59B1A17C0AF977_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IncrementSingle_tC1F2F114E247A8065C84EF314125A43254F2E21B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IncrementUInt16_tB27A3AFBA1A3E1A10BFED905AB859D271385F657_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IncrementUInt32_t0F922E673AA3F0B82772609C57CF3FA84E069F3D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IncrementUInt64_tAF9E727A8A65F1E4994A39EBA70247F367772857_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeaveExceptionFilterInstruction_t964A0C554AD71589BC132ED9579FC647FFC6360C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeaveExceptionHandlerInstruction_t2A2D9FC2B10454A4E1213F71EE7BDA0476B485BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeaveFaultInstruction_tB97B69B82AD04594155677DAEB82AFAA06C5CD73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeaveFinallyInstruction_tD72BD32F9F91C389B6354FCCE9B4B5E588CAEFA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeftShiftByte_t843792A138E33DD93E48E0FDEA65B3D12C5E19D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeftShiftInt16_t59F2407CBBB55DD050F0C003E8F5DEC026A52C11_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeftShiftInt32_t1C2CB785F1242B8FA76E73D46B7C2199F0640662_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeftShiftInt64_tC1D65DDBAE686E7EF3FBB0FB6AA92AC04250C8D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeftShiftSByte_t6A7B042FEDE7E178159283D0DEE493FA010EF88A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeftShiftUInt16_t6E92FF880BB2366A49296DBEBF49571384031910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeftShiftUInt32_t70B269E2E7249E53FABFCAF0565C99ED4BA5A5BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LeftShiftUInt64_t196EC81CE8507A5B45F438EE56F7517BD7F49944_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoadFieldInstruction_tCE16ADB10ABEB74C4D0869A392747B8AE52D492D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoadStaticFieldInstruction_t9282EAD231C74180327ABDBD4DE35B2D3D8651FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NewArrayBoundsInstruction_t9969E44E0E1792DA65947D73FFC8C9C6ED654EC9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NewArrayInitInstruction_tAB09713761BF9AD3303B81FE433E2025C5D3F68D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NewArrayInstruction_t4D7C78AB7B99F7A271DBD6095EE666D1451CA6B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeWrappedException_tD43BD0B43ECF58052755A87C0166F70AFE2144B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SetArrayItemInstruction_t2C362D1406BC023C34E136E46193D53A79CDE29F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StackGuard_t6F37D81861288F2039A29A88A6287419F220E849_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StoreFieldInstruction_t7C13375789094395EBD4332720135FDB0EB1CFDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StoreStaticFieldInstruction_t0BAF143B7FDCABDB4FD7363E3A2CF24A83114CF4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringSwitchInstruction_tAC76A9571E6022CF041714B05715E1185A8F8479_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TryExpression_t2B12A2235D60735717434CCAB121609D07D98574_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral0DD5C132A9FA2FE13E2D8DE7A3BC7D6905CDFC48; IL2CPP_EXTERN_C String_t* _stringLiteral1168E92C164109D6220480DEDA987085B2A21155; IL2CPP_EXTERN_C String_t* _stringLiteral1DD8594A96A295B77F6A1C938ED81FCF7ADCAC27; IL2CPP_EXTERN_C String_t* _stringLiteral1E28EB7293031D9DE77B631E51877ED2300BB7A7; IL2CPP_EXTERN_C String_t* _stringLiteral21223FFC60F20668DBB5CE6C0031D41B3E9E0AB5; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral4784CA4E159D86F8767CCC55143536AF34801074; IL2CPP_EXTERN_C String_t* _stringLiteral4C5BBEBD3140DB06EC7A21BA47DFA9C7559A99F7; IL2CPP_EXTERN_C String_t* _stringLiteral4DA1232B88DF03D26FE3DC46188DA0974197D6F6; IL2CPP_EXTERN_C String_t* _stringLiteral5506B85C9F5FFCAB79D529FD71FE741DA8D34781; IL2CPP_EXTERN_C String_t* _stringLiteral5C45CC4B62422A388EDE860B04CF3B6E07EC5DD7; IL2CPP_EXTERN_C String_t* _stringLiteral622F5FF68A93093A1D312703FF92713F8BF2C946; IL2CPP_EXTERN_C String_t* _stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3; IL2CPP_EXTERN_C String_t* _stringLiteral777364C832BC357A5DCFCA92322565173273F04D; IL2CPP_EXTERN_C String_t* _stringLiteral7C6F54E4A80662E73F59D5DA5C880976EE98BB60; IL2CPP_EXTERN_C String_t* _stringLiteralA8C33B2C3FF3E4462FC219B3B38E8DDD1832BDE5; IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED; IL2CPP_EXTERN_C String_t* _stringLiteralDA2952036960F8600220D38724E1B49BB3943E14; IL2CPP_EXTERN_C String_t* _stringLiteralDB7A330309BFA84FB156E4FBA6A35A48D3B78C3A; IL2CPP_EXTERN_C String_t* _stringLiteralDE2944AF0CCF6BBA147D275B224BFE25F459B826; IL2CPP_EXTERN_C String_t* _stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26; IL2CPP_EXTERN_C String_t* _stringLiteralF6268B9D9763C8FE8EF1E292AC4B7D761D560FA9; IL2CPP_EXTERN_C String_t* _stringLiteralFA61F035837907E90BD6A6168573BEBC7EFEE6CE; IL2CPP_EXTERN_C const RuntimeMethod* Array_BinarySearch_TisDebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_mFAD599573F6D2626616892D981CE7391EA1DD588_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisKeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3_m2183C47562C057EC5E5BA5D8E38E93B13A5C6B5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisLocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_m70D107A79AB792E0E10517756CF55F7E75B90E17_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_m8B79F0CC166DD4E03885F00928A6991122760485_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisType_t_m1FD9ED0B09CEAFFC537EF0C71689FDB03AEF72AC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* DebugView_U3CGetInstructionViewsU3Eb__4_0_mB02DE39FFA1ACF7293C293401748CB352456297C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m690C01929EEA333FE4EE067E2924DF636C5B393A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryAdd_m8753B4B9C09237708C1FEB36AD40F945E35B96ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB3F6C8937DB69BDCF0BB38E0A12EFF7854E6AF3F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m047E8F83A80F0BAB95E0A81B6588BAABE6B5FB4F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m3662A121E7F9EB9D8E0AAC6A5DC9636D081FF250_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mA3C3860EDE2CDD08BBD68C389377BC89D029D968_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m468A0F89AD48836B05AF417535ACDAB3495F1184_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m715FE1268A64D79F4E9E26155FC0F2AE85766A84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_All_TisSwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A_mECCCE7EE12703A5404E55538DD33DA4F80242DEF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0F9F7AB61A48CED10BCE06E87398A3ED8AD313E7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m3F547D2159B459C0663A705814DDE297CD2480DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m49E181E3913AED3154C4D597500A1FAA31B16E6D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m8FC54D556A514A425BBB5E114B556807C825A181_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA68C909D591AB883CAAE87B18174C0E049EE3E1C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mE83F7B43DE73E7B6C7140B10E295043BD805C812_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m1108480BA8105C6A273FA7D8DC7157036C22C11A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m87A5C77FC64F55B9C52A4A7774497BC01D5D69AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA3C477C4D590E11C3C7829534B5736894AFC49EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mBE38305E1999E8FF551F2707673DD3AB8081139F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mD4526B5B74B86F68E5D06B2394DC0F18EE49B28C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF4ADF989E8768E9DC67539E29F61B9F49DD3094C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m06E4DA5BC5B6EAE4893DC47615DD7DBB58F78580_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2CF1E1B82CE4F233E11279A59C8A6CA5334F1E0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m537C61C6ECF1BCA8F3C7BF466D7E20AF86BAFECD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6D727E882EEC7FBCBA94F14640843092DF1A376E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC4F306EE2D23CC58AC6F4C33218CF5817D08F487_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mCB8999BE6F567FAA26684ED6547DAD6B90E84713_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GreaterThanOrEqualInstruction_Create_m00D205CCF7F7B7BFD49EE023F4B5E0452B7EC3DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_mF45CF66A0057D5751DAD6FA17C78D47C475A41E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_mD2AC67CEF3E40621CC32DB8542D0ECA78E90377D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m790983E2A090AD8C0F363F4FE01C8626FB2789F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m922DEBDC30175A9C62B2776A93CF899B29D1D784_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m2C649FB260C80F36EFF6FEC87F1D7C5FF5C3DBC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2_ContainsKey_m126C894C9A5ED3F80E313DCB525F4F09ADD8A308_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2_GetEnumerator_m91A288D097BAA030F42C7FF58FFD81502D1BD79A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2_TryGetValue_m373BBF591ADA6C5A12A01BCA2C4DAF6CD6C99D12_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2__ctor_m3DD99B279D2F5D8F099A81372A4C1772E5530D0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2_set_Item_m348A3DB54FD578A8BF35CDDB7D5A90BBC94D22CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* IncrementInstruction_Create_m77272B47710C17903DA182B892D86C0D6E3C4CDD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_mCA216356194DC7B43010ADA66455CF5F33898CA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m34CE962DAD3CE0A058AF48463CF40601EEE9675B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LabelInfo_CommonNode_TisLabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_m6E2D12949D2D10BC832CC68DA3DE7915B560CA0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LabelInfo_Define_mCF4F942FF933B3E718B08B168DDBCC360D20AFCE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LabelInfo_FirstDefinition_mD4F85CA39595B7F25532C5EC5EC471BC833F08CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LabelInfo_ValidateFinish_m3AB2B9A16D8142C4F4D8F5B0C8CD332693754752_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LabelInfo_ValidateJump_m46D67B396AC4C97B3C28FD3440CFD324D4406A5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LeftShiftInstruction_Create_m61C1B1589BC9EB53BFF882E5861D68F539A2731D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LessThanInstruction_Create_m470F3A1FE481540861A8A87CB0777DC95BD155D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LessThanOrEqualInstruction_Create_mB5B899A43E4B926F8E58680CD53B68A26C5867E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_CheckRethrow_mAB0B91945E8EB965757B94560115F0FA20628D66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_CompileArithmetic_mD85E5AE30E14C39F5DD6014EFD9AE9FB9C919BA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_CompileAssignBinaryExpression_mFE5DB7A3D55797F5AEE746A14A46BD6D8E4F6C72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_CompileBinaryExpression_m2F2ACD060D404236A0CEC78006B08C445F98FA09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_CompileComparison_m59799657EB8006987CA5B57EA988F5C2C5219F20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_CompileIntSwitchExpression_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mACB021038AB657C52ABF123F3D131AF6C0F76542_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_CompileIntSwitchExpression_TisRuntimeObject_mF91FD13EAB251B5B1C6099EF502F03EE0F4A03E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_CompileMemberAssignment_m61549A438B579F89F67B905DB4D6AD7A4649B73B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_CompileMemberInit_m31B27159B8BCD7C7517E7D7334C6054FB285FF5B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_CompileMember_mBE0712C3F173379CD47E4907F1BB031CA07C9D80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_CompileNewExpression_mE2CD42ECDB382047D49A390ACB8D2CAAAB5286B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_CompileUnaryExpression_mCCB7F07BBBB379463A98415EC189979058F51AA1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_EnsureAvailableForClosure_mAD61BD8D040004121D20B1E01BA4D4080777E0F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* LightCompiler_GetMemberType_mB49DFE928A23E3B3221F7B560A1E4E00AC56E960_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m219022DD8AC02A5507DCF3DF085F95E6670596DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m31F903FF6C70D3953A471F268B374F54A2C2B918_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m63398304F727862CA6A0F34593C597468DB6C1D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m73378225F54F33137332D98CB0D2AF80A5946E48_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m95328F0F59DDEB1A8A7D044DAF427CC7DEB1EB93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA9E1DC0783234EC1122D58BF61E76C6C29C97D44_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB0EBC2A04BE522BACFC1735F84495E38DF66DCEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m5D36B2306DAC25BCD1E4C2127F4C3702193713DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mAECFACBBF40CF0E1BB757952276B40A3199F9303_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mD7CBB6E51EB57046320D4714025D59158C35FBC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m09DEE1247C3B97982D0E294FB4A0F73656CAD947_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m1B58840B91C8D0BD5921B17D33B1F00A9D11B7D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m31367F2E5A43B9CCB462C893E85323F23F5C4760_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m67748B31E83B927165803E5397E2B0832F3FA1C1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m85A40783C4BDB660D54320E53A22C4C53E6D9EBB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mCC9D347B9AEFB733A43B60F096FEC1073EAC6237_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mF8BDC664344F21B801A38B429405F24B0A185991_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m05793C6F41432DEECB244F2F0CACC9CC38E51005_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0905652377AEAA0B96DD7F27FC55C71A5BA8AF56_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2DD669060121582B4BAEB94873A58F37AA7698E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8E723204CEB9D0194D564133CFF2ACE2DDC1D72D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m971C6315E976EE66DD91572FFBC628C14AEB8B66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB508DF3DB8B8A663663B8FEBC62E239DCA91921C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mBB87607AA71146B10D571E6E7852AC0E4BFC0E78_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mBDE31D99721C364862B50429E7E07DCB202686F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1BBDF901A80B73888739612C2826736DA12215D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mC15765DEDFC300E4933B479D0DC4ECB7A5E1EEFA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mDC3E30582E3BCB1272DDF792DB69EFD36D7E9BE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m3B86BA74755F8269102AF08E6024055932B4B2B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_GetEnumerator_m9AD15F67FBFA5926523D1F36D353CFC6D9BB49B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_GetEnumerator_m9DF4DC92F34801165D028FEA35016526AF987DCA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_GetEnumerator_mD93613C8904534FBC54A92A90F715173676726DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_GetEnumerator_mFC182FA019A1809094AD9DE83CAA76D36E482635_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Count_m473166140B01FE0AE990FC2D3752B54361C2F08E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Count_mAED798E78C460BF59F232A5137DCCDBD8B9761C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Count_mD7DEB847462A747049006FA30568AF6C8E2D39B4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Item_m8385693884168709EA34042CCFC135D9670E6183_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Item_mC0E87C639D799B9EB52C54BFD2CFA8BD067DB03C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StackGuard_RunOnEmptyStack_TisLightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m553A5E7487803B5C6B69A73DF78573B67DA40E1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Peek_m15053CC7D66C55E926AABAF06963AD125F350790_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mA82EEFA1CBEB790293D15C3AD9BBF3706371774D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m8B5F2FBB554ABE07285D689A3A5FB75B4DE94035_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mCAF8B15D57189676A0C94890B8BEEC613D1FCC17_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* StrongBox_1__ctor_m71955F6E4120530B3D003524648FD31B4709C2B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CGetStackTraceDebugInfoU3Ed__29_System_Collections_IEnumerator_Reset_mDE5525E01F8C6AF72D993FFE8245BBB67AFB7E1A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCompileNoLabelPushU3Eb__101_0_m07609A5493DFD831B2EDA50043D11632211231C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCompileSwitchExpressionU3Eb__56_0_m375DB4D095E3D75B1C9E242C3D350545FC0D9A80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CValidateJumpU3Eb__9_0_m929395A9C0B4AB15817BCD5BFD5DC5B0C0413AF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548; struct KeyValuePair_2U5BU5D_t1686C7CBCFA68BF77F16B9983BACAA457DCDE265; struct ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407; struct DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588; struct ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4; struct ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F; struct IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F; struct InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct InterpretedFrameInfoU5BU5D_t97E24C7783C90A15DDACF04305E730DBAEC0A8BB; struct LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C; struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C; struct RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684; struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; struct InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif struct Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28 : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; EntryU5BU5D_t0190C629CED897705174ECC7451FC442399CE147* ____entries; int32_t ____count; int32_t ____freeList; int32_t ____freeCount; int32_t ____version; RuntimeObject* ____comparer; KeyCollection_tA4335A2F343BFC8E262A55ACE731117500CB016F* ____keys; ValueCollection_t3D9302245769B397D81EB7960A8305FA72AAA699* ____values; RuntimeObject* ____syncRoot; }; struct Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; EntryU5BU5D_t3EB9CC5B0B8FA7C29850A272124C92EB1B4327CE* ____entries; int32_t ____count; int32_t ____freeList; int32_t ____freeCount; int32_t ____version; RuntimeObject* ____comparer; KeyCollection_tAF264A2883102D1BFA0D1C83577AC69AAFAFB0D1* ____keys; ValueCollection_t40AF39838263D5C305B4AB945433EE31E5850720* ____values; RuntimeObject* ____syncRoot; }; struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588 : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; EntryU5BU5D_tEA0133B78B9FF7045128C508FA50247E525A94D6* ____entries; int32_t ____count; int32_t ____freeList; int32_t ____freeCount; int32_t ____version; RuntimeObject* ____comparer; KeyCollection_tCC15D033281A6593E2488FAF5B205812A152AC03* ____keys; ValueCollection_tCE6BD704B9571C131E2D8C8CED569DDEC4AE042B* ____values; RuntimeObject* ____syncRoot; }; struct EmptyArray_1_t43C2AA2AE86F992042F7F348A426C45736B07C2B : public RuntimeObject { }; struct EmptyArray_1_tC0BBDD9956673EA634D52D80ADC0F2952E3F93EA : public RuntimeObject { }; struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE : public RuntimeObject { }; struct HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; SlotU5BU5D_tA2F86498EFFE29B79D973C60B9AA19893F5CA2FA* ____slots; int32_t ____count; int32_t ____lastIndex; int32_t ____freeList; RuntimeObject* ____comparer; int32_t ____version; SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo; }; struct HashSet_1_t068F5201D923072F46716204841D21328FE6218D : public RuntimeObject { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets; SlotU5BU5D_t5B6221310D92CD3EFED99B5A41997E4715E36338* ____slots; int32_t ____count; int32_t ____lastIndex; int32_t ____freeList; RuntimeObject* ____comparer; int32_t ____version; SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo; }; struct HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200 : public RuntimeObject { KeyValuePair_2U5BU5D_t885B27C57B74F7AF8A5FBE53D1A87F38D122C731* ____keysAndValues; Dictionary_2_t12A2D319042EA78D907D620BD5BD1704ED850786* ____dict; }; struct KeyCollection_tAF264A2883102D1BFA0D1C83577AC69AAFAFB0D1 : public RuntimeObject { Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ____dictionary; }; struct List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927 : public RuntimeObject { KeyValuePair_2U5BU5D_t1686C7CBCFA68BF77F16B9983BACAA457DCDE265* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00 : public RuntimeObject { BranchLabelU5BU5D_t94110C8D2546CDB2E5E36EFE6B183EC00D10E29A* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D : public RuntimeObject { ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8 : public RuntimeObject { DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF : public RuntimeObject { ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB : public RuntimeObject { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01 : public RuntimeObject { InterpretedFrameInfoU5BU5D_t97E24C7783C90A15DDACF04305E730DBAEC0A8BB* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14 : public RuntimeObject { LabelScopeInfoU5BU5D_t0AC75ACD9EB4BAF3F74E2141EEF50DFB0DCF31F0* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D : public RuntimeObject { InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* ____items; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA : public RuntimeObject { RuntimeObject* ___list; RuntimeObject* ____syncRoot; }; struct ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004 : public RuntimeObject { RuntimeObject* ___list; RuntimeObject* ____syncRoot; }; struct ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E : public RuntimeObject { RuntimeObject* ___list; RuntimeObject* ____syncRoot; }; struct ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4 : public RuntimeObject { RuntimeObject* ___list; RuntimeObject* ____syncRoot; }; struct ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505 : public RuntimeObject { RuntimeObject* ___list; RuntimeObject* ____syncRoot; }; struct ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB : public RuntimeObject { RuntimeObject* ___list; RuntimeObject* ____syncRoot; }; struct Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E : public RuntimeObject { ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* ____array; int32_t ____size; int32_t ____version; RuntimeObject* ____syncRoot; }; struct StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B : public RuntimeObject { int32_t ___Value; }; struct BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA : public RuntimeObject { int32_t ____targetIndex; int32_t ____stackDepth; int32_t ____continuationStackDepth; List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ____forwardBranchFixups; int32_t ___U3CLabelIndexU3Ek__BackingField; }; struct ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17 : public RuntimeObject { int32_t ___ArgumentIndex; }; struct CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA : public RuntimeObject { ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___U3CVariableU3Ek__BackingField; Type_t* ___U3CTestU3Ek__BackingField; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CFilterU3Ek__BackingField; }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject { bool ___m_isReadOnly; int32_t ___cultureID; int32_t ___parent_lcid; int32_t ___datetime_index; int32_t ___number_index; int32_t ___default_calendar_type; bool ___m_useUserOverride; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo; String_t* ___m_name; String_t* ___englishname; String_t* ___nativename; String_t* ___iso3lang; String_t* ___iso2lang; String_t* ___win3lang; String_t* ___territory; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo; void* ___textinfo_data; int32_t ___m_dataItem; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture; bool ___constructed; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData; bool ___m_isInherited; }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke { int32_t ___m_isReadOnly; int32_t ___cultureID; int32_t ___parent_lcid; int32_t ___datetime_index; int32_t ___number_index; int32_t ___default_calendar_type; int32_t ___m_useUserOverride; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo; char* ___m_name; char* ___englishname; char* ___nativename; char* ___iso3lang; char* ___iso2lang; char* ___win3lang; char* ___territory; char** ___native_calendar_names; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo; void* ___textinfo_data; int32_t ___m_dataItem; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture; int32_t ___constructed; Il2CppSafeArray* ___cached_serialized_form; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData; int32_t ___m_isInherited; }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com { int32_t ___m_isReadOnly; int32_t ___cultureID; int32_t ___parent_lcid; int32_t ___datetime_index; int32_t ___number_index; int32_t ___default_calendar_type; int32_t ___m_useUserOverride; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo; Il2CppChar* ___m_name; Il2CppChar* ___englishname; Il2CppChar* ___nativename; Il2CppChar* ___iso3lang; Il2CppChar* ___iso2lang; Il2CppChar* ___win3lang; Il2CppChar* ___territory; Il2CppChar** ___native_calendar_names; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo; void* ___textinfo_data; int32_t ___m_dataItem; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture; int32_t ___constructed; Il2CppSafeArray* ___cached_serialized_form; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData; int32_t ___m_isInherited; }; struct DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167 : public RuntimeObject { int32_t ___StartLine; int32_t ___EndLine; int32_t ___Index; String_t* ___FileName; bool ___IsClear; }; struct ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2 : public RuntimeObject { MethodInfo_t* ___U3CAddMethodU3Ek__BackingField; ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___U3CArgumentsU3Ek__BackingField; }; struct ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287 : public RuntimeObject { int32_t ___LabelIndex; int32_t ___StartIndex; int32_t ___EndIndex; }; struct ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F : public RuntimeObject { Type_t* ____exceptionType; int32_t ___LabelIndex; int32_t ___HandlerStartIndex; int32_t ___HandlerEndIndex; ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* ___Filter; }; struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 : public RuntimeObject { }; struct ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590 : public RuntimeObject { }; struct Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 : public RuntimeObject { }; struct InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A : public RuntimeObject { List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* ____instructions; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____objects; int32_t ____currentStackDepth; int32_t ____maxStackDepth; int32_t ____currentContinuationsDepth; int32_t ____maxContinuationDepth; int32_t ____runtimeLabelCount; List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00* ____labels; List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ____debugCookies; }; struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D : public RuntimeObject { Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___Interpreter; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ____parent; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____continuations; int32_t ____continuationIndex; int32_t ____pendingContinuation; RuntimeObject* ____pendingValue; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Data; IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___Closure; int32_t ___StackIndex; int32_t ___InstructionIndex; }; struct LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF : public RuntimeObject { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ____node; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ____label; RuntimeObject* ____definitions; List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14* ____references; bool ____acrossBlockJump; }; struct LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5 : public RuntimeObject { String_t* ___U3CNameU3Ek__BackingField; Type_t* ___U3CTypeU3Ek__BackingField; }; struct LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A : public RuntimeObject { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ____instructions; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ____locals; List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8* ____debugInfos; HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* ____treeLabels; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ____labelBlock; Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E* ____exceptionForRethrowStack; LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* ____parent; StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* ____guard; }; struct LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58 : public RuntimeObject { LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ____lambda; Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___U3CInterpreterU3Ek__BackingField; }; struct LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4 : public RuntimeObject { int32_t ___Index; int32_t ____flags; }; struct LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44 : public RuntimeObject { HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* ____variables; Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ____closureVariables; int32_t ____localCount; int32_t ____maxLocalCount; }; struct MemberInfo_t : public RuntimeObject { }; struct StackGuard_t6F37D81861288F2039A29A88A6287419F220E849 : public RuntimeObject { int32_t ____executionStackCount; }; struct String_t : public RuntimeObject { int32_t ____stringLength; Il2CppChar ____firstChar; }; struct SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A : public RuntimeObject { ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___U3CTestValuesU3Ek__BackingField; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField; }; struct SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3 : public RuntimeObject { String_t* ___U3CFileNameU3Ek__BackingField; }; struct TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0 : public RuntimeObject { int32_t ___TryStartIndex; int32_t ___TryEndIndex; int32_t ___FinallyStartIndex; int32_t ___FinallyEndIndex; int32_t ___GotoEndTargetIndex; ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* ____handlers; }; struct TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D : public RuntimeObject { int32_t ___TryStartIndex; int32_t ___TryEndIndex; int32_t ___FinallyStartIndex; int32_t ___FinallyEndIndex; }; struct Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8 : public RuntimeObject { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; struct DebugInfoComparer_tF6521053ED3200284BB605E744AF65A0482F861A : public RuntimeObject { }; struct DebugView_tBCF93007F0D032258FA7D10775976BC99EF08FB9 : public RuntimeObject { }; struct U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332 : public RuntimeObject { }; struct U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1 : public RuntimeObject { }; struct Enumerator_t0CA93E411AEFD5B61FCD3E17D67185D31A68A430 { List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00* ____list; int32_t ____index; int32_t ____version; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ____current; }; struct Enumerator_tF0F088508DB86657CF2A36C204F3364DB1F20F80 { List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* ____list; int32_t ____index; int32_t ____version; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* ____current; }; struct Enumerator_t4D5DDF0BD9A9FB9F774945801CD26AD678917734 { HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* ____set; int32_t ____index; int32_t ____version; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ____current; }; struct Enumerator_tCFB88619F173B4C4CE3A682BD6A32BE09F0C6F8D { List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14* ____list; int32_t ____index; int32_t ____version; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ____current; }; struct Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8 { HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* ____set; int32_t ____index; int32_t ____version; RuntimeObject* ____current; }; struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list; int32_t ____index; int32_t ____version; RuntimeObject* ____current; }; struct Enumerator_t9A1A4E14CA36827D81BAE37A8442D9186CD429BB { HashSet_1_t068F5201D923072F46716204841D21328FE6218D* ____set; int32_t ____index; int32_t ____version; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ____current; }; struct Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF { Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ____dictionary; int32_t ____index; int32_t ____version; RuntimeObject* ____currentKey; }; struct Enumerator_t5C2DB545B18E6F3A2A978E78225BFD78F4B57AF2 { Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ____dictionary; int32_t ____index; int32_t ____version; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ____currentKey; }; struct KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 { int32_t ___key; RuntimeObject* ___value; }; struct KeyValuePair_2_tA176798404D82C1A01B7FD34C483E49B58424A09 { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___key; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* ___value; }; struct KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230 { RuntimeObject* ___key; RuntimeObject* ___value; }; struct ArrayLengthInstruction_t964BF7750E7CB172142B652345558F6A5A40CDC7 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CRightU3Ek__BackingField; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CLeftU3Ek__BackingField; }; struct BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { bool ___m_value; }; struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { uint8_t ___m_value; }; struct CallInstruction_t1F392A956978AB3DAF22A69DD3D3627D76E49DEF : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { Il2CppChar ___m_value; }; struct ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CTestU3Ek__BackingField; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CIfTrueU3Ek__BackingField; }; struct ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { RuntimeObject* ___U3CValueU3Ek__BackingField; }; struct CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ____creator; }; struct DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* ___U3CDocumentU3Ek__BackingField; }; struct DefaultExpression_t68E278AD7534F283D174570B240C596979B26533 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { Type_t* ___U3CTypeU3Ek__BackingField; }; struct DefaultValueInstruction_tF75A9564888B8CE1C4BE6F46793FB77B49848897 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { Type_t* ____type; }; struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { double ___m_value; }; struct DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct EnterExceptionFilterInstruction_tE3F372AA603C140CE276A9414C309594F9DF01B2 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { bool ____hasValue; }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke { }; struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com { }; struct FieldInfo_t : public MemberInfo_t { }; struct FieldInstruction_tA134E86FB39367A1B0CA4657F357A9C987F4BFEB : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { FieldInfo_t* ____field; }; struct GetArrayItemInstruction_t8E03ED8905E2030FEEFFB7964E4556D8196FC565 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { RuntimeObject* ____nullValue; }; struct GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { RuntimeObject* ____nullValue; }; struct Guid_t { int32_t ____a; int16_t ____b; int16_t ____c; uint8_t ____d; uint8_t ____e; uint8_t ____f; uint8_t ____g; uint8_t ____h; uint8_t ____i; uint8_t ____j; uint8_t ____k; }; struct IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { RuntimeObject* ____arguments; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CObjectU3Ek__BackingField; PropertyInfo_t* ___U3CIndexerU3Ek__BackingField; }; struct IndexedBranchInstruction_t40E17E12DF00CE0B40B010A15896A9EA25D8553E : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { int32_t ____labelIndex; }; struct InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 { int32_t ___MaxStackDepth; int32_t ___MaxContinuationDepth; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___Instructions; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Objects; RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ___Labels; List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___DebugCookies; }; struct InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_pinvoke { int32_t ___MaxStackDepth; int32_t ___MaxContinuationDepth; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___Instructions; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Objects; RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548* ___Labels; List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___DebugCookies; }; struct InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_com { int32_t ___MaxStackDepth; int32_t ___MaxContinuationDepth; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___Instructions; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Objects; RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548* ___Labels; List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___DebugCookies; }; struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { int16_t ___m_value; }; struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { int32_t ___m_value; }; struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { int64_t ___m_value; }; struct IntPtr_t { void* ___m_value; }; struct InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321 { String_t* ____methodName; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* ____debugInfo; }; struct InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshaled_pinvoke { char* ____methodName; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* ____debugInfo; }; struct InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshaled_com { Il2CppChar* ____methodName; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* ____debugInfo; }; struct InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { Type_t* ___U3CTypeU3Ek__BackingField; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField; }; struct LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___U3CTargetU3Ek__BackingField; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CDefaultValueU3Ek__BackingField; }; struct LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____body; }; struct LeaveExceptionFilterInstruction_t964A0C554AD71589BC132ED9579FC647FFC6360C : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct LeaveFaultInstruction_tB97B69B82AD04594155677DAEB82AFAA06C5CD73 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct LeaveFinallyInstruction_tD72BD32F9F91C389B6354FCCE9B4B5E588CAEFA7 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { RuntimeObject* ____nullValue; }; struct LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { RuntimeObject* ____nullValue; }; struct ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* ___U3CNewExpressionU3Ek__BackingField; ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* ___U3CInitializersU3Ek__BackingField; }; struct LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { uint32_t ____index; }; struct LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { RuntimeObject* ____value; }; struct LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { int32_t ____index; }; struct LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 { int32_t ___U3CIndexU3Ek__BackingField; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___U3CParameterU3Ek__BackingField; }; struct LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_pinvoke { int32_t ___U3CIndexU3Ek__BackingField; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___U3CParameterU3Ek__BackingField; }; struct LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_com { int32_t ___U3CIndexU3Ek__BackingField; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___U3CParameterU3Ek__BackingField; }; struct LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___U3CBreakLabelU3Ek__BackingField; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___U3CContinueLabelU3Ek__BackingField; }; struct MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField; }; struct MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* ___U3CNewExpressionU3Ek__BackingField; ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* ___U3CBindingsU3Ek__BackingField; }; struct MethodBase_t : public MemberInfo_t { }; struct MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { MethodInfo_t* ___U3CMethodU3Ek__BackingField; }; struct NewArrayBoundsInstruction_t9969E44E0E1792DA65947D73FFC8C9C6ED654EC9 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { Type_t* ____elementType; int32_t ____rank; }; struct NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { Type_t* ___U3CTypeU3Ek__BackingField; ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___U3CExpressionsU3Ek__BackingField; }; struct NewArrayInitInstruction_tAB09713761BF9AD3303B81FE433E2025C5D3F68D : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { Type_t* ____elementType; int32_t ____elementCount; }; struct NewArrayInstruction_t4D7C78AB7B99F7A271DBD6095EE666D1451CA6B1 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { Type_t* ____elementType; }; struct NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { RuntimeObject* ____arguments; ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___U3CConstructorU3Ek__BackingField; }; struct NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ____constructor; int32_t ____argumentCount; }; struct NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { int32_t ____offset; }; struct ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11 : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17 { LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ____parameter; }; struct ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { String_t* ___U3CNameU3Ek__BackingField; }; struct PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct PropertyInfo_t : public MemberInfo_t { }; struct QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____operand; Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ____hoistedVariables; }; struct RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 { int32_t ___Index; int32_t ___StackDepth; int32_t ___ContinuationStackDepth; }; struct RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* ___U3CVariablesU3Ek__BackingField; }; struct RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { int32_t ____count; }; struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5 { int8_t ___m_value; }; struct SetArrayItemInstruction_t2C362D1406BC023C34E136E46193D53A79CDE29F : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { float ___m_value; }; struct StringSwitchInstruction_tAC76A9571E6022CF041714B05715E1185A8F8479 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ____cases; StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B* ____nullCase; }; struct SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CSwitchValueU3Ek__BackingField; ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* ___U3CCasesU3Ek__BackingField; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CDefaultBodyU3Ek__BackingField; MethodInfo_t* ___U3CComparisonU3Ek__BackingField; }; struct ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { bool ____hasResult; bool ____rethrow; }; struct TryExpression_t2B12A2235D60735717434CCAB121609D07D98574 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { Type_t* ___U3CTypeU3Ek__BackingField; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField; ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* ___U3CHandlersU3Ek__BackingField; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CFinallyU3Ek__BackingField; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CFaultU3Ek__BackingField; }; struct TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { Type_t* ____type; }; struct TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField; Type_t* ___U3CTypeOperandU3Ek__BackingField; }; struct TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { Type_t* ____type; }; struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { uint16_t ___m_value; }; struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { uint32_t ___m_value; }; struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF { uint64_t ___m_value; }; struct ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { }; struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; struct QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F : public ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590 { Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* ____definedParameters; HashSet_1_t068F5201D923072F46716204841D21328FE6218D* ____hoistedParameters; }; struct InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D { int32_t ____index; int32_t ____stackDepth; int32_t ____continuationsDepth; String_t* ____name; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ____instruction; }; struct InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshaled_pinvoke { int32_t ____index; int32_t ____stackDepth; int32_t ____continuationsDepth; char* ____name; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ____instruction; }; struct InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshaled_com { int32_t ____index; int32_t ____stackDepth; int32_t ____continuationsDepth; Il2CppChar* ____name; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ____instruction; }; struct Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 { bool ___hasValue; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___value; }; struct AnalyzeTypeIsResult_t337B837CB7207EBCAD5E11418FFB9C9F97BC6E34 { int32_t ___value__; }; struct ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844 : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17 { LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ____array; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ____index; }; struct AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720 : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9 { }; struct AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9 { }; struct AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192 : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9 { }; struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C { int32_t ___value__; }; struct BranchFalseInstruction_t5369E28CC6D0CB5B377F6FC15662287EDBE59E61 : public OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A { }; struct BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165 : public OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A { bool ____hasResult; bool ____hasValue; }; struct BranchTrueInstruction_t811E63AE0474686987B1E09EB2DC59B632EDE87D : public OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A { }; struct ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E : public NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196 { ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ____byrefArgs; }; struct CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3 { Type_t* ____t; }; struct CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3 { Type_t* ____t; }; struct CoalescingBranchInstruction_tA533723CEDBFF14AD19129574420C2FB979F97D4 : public OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A { }; struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB : public MethodBase_t { }; struct Delegate_t : public RuntimeObject { intptr_t ___method_ptr; intptr_t ___invoke_impl; RuntimeObject* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; bool ___method_is_virtual; }; struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr; intptr_t ___invoke_impl; Il2CppIUnknown* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; int32_t ___method_is_virtual; }; struct Delegate_t_marshaled_com { intptr_t ___method_ptr; intptr_t ___invoke_impl; Il2CppIUnknown* ___m_target; intptr_t ___method; intptr_t ___delegate_trampoline; intptr_t ___extra_arg; intptr_t ___method_code; intptr_t ___interp_method; intptr_t ___interp_invoke_impl; MethodInfo_t* ___method_info; MethodInfo_t* ___original_method_info; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data; int32_t ___method_is_virtual; }; struct EnterFaultInstruction_t183D15AE9C491B0138F46539206C47452C3E1E70 : public IndexedBranchInstruction_t40E17E12DF00CE0B40B010A15896A9EA25D8553E { }; struct EnterFinallyInstruction_tEFCB44E83BC16AF13FBD73A740B816145292D815 : public IndexedBranchInstruction_t40E17E12DF00CE0B40B010A15896A9EA25D8553E { }; struct EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880 : public IndexedBranchInstruction_t40E17E12DF00CE0B40B010A15896A9EA25D8553E { bool ____hasFinally; TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* ____tryHandler; }; struct EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36 : public IndexedBranchInstruction_t40E17E12DF00CE0B40B010A15896A9EA25D8553E { TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* ____tryHandler; }; struct Exception_t : public RuntimeObject { String_t* ____className; String_t* ____message; RuntimeObject* ____data; Exception_t* ____innerException; String_t* ____helpURL; RuntimeObject* ____stackTrace; String_t* ____stackTraceString; String_t* ____remoteStackTraceString; int32_t ____remoteStackIndex; RuntimeObject* ____dynamicMethods; int32_t ____HResult; String_t* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct Exception_t_marshaled_pinvoke { char* ____className; char* ____message; RuntimeObject* ____data; Exception_t_marshaled_pinvoke* ____innerException; char* ____helpURL; Il2CppIUnknown* ____stackTrace; char* ____stackTraceString; char* ____remoteStackTraceString; int32_t ____remoteStackIndex; Il2CppIUnknown* ____dynamicMethods; int32_t ____HResult; char* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; Il2CppSafeArray* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct Exception_t_marshaled_com { Il2CppChar* ____className; Il2CppChar* ____message; RuntimeObject* ____data; Exception_t_marshaled_com* ____innerException; Il2CppChar* ____helpURL; Il2CppIUnknown* ____stackTrace; Il2CppChar* ____stackTraceString; Il2CppChar* ____remoteStackTraceString; int32_t ____remoteStackIndex; Il2CppIUnknown* ____dynamicMethods; int32_t ____HResult; Il2CppChar* ____source; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces; Il2CppSafeArray* ___native_trace_ips; int32_t ___caught_in_unmanaged; }; struct ExpressionType_tAA03F259DBEAA7B62E085C620D7B879FAA696B25 { int32_t ___value__; }; struct GotoExpressionKind_tEFFA4D1B24E2D422A1FF7BC5D0E686A6B05A8948 { int32_t ___value__; }; struct GotoInstruction_tBB065BE6826E5565D78D01D48127FE6DABD4D785 : public IndexedBranchInstruction_t40E17E12DF00CE0B40B010A15896A9EA25D8553E { bool ____hasResult; bool ____hasValue; bool ____labelTargetGetsValue; }; struct InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64 : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9 { }; struct Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1 : public RuntimeObject { InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 ____instructions; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____objects; RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ____labels; DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* ____debugInfos; String_t* ___U3CNameU3Ek__BackingField; int32_t ___U3CLocalCountU3Ek__BackingField; Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ___U3CClosureVariablesU3Ek__BackingField; }; struct LabelScopeKind_t21D7BE514585D2312AA4D0D530EC0947B7D6B1EC { int32_t ___value__; }; struct LeaveExceptionHandlerInstruction_t2A2D9FC2B10454A4E1213F71EE7BDA0476B485BB : public IndexedBranchInstruction_t40E17E12DF00CE0B40B010A15896A9EA25D8553E { bool ____hasValue; }; struct LoadFieldInstruction_tCE16ADB10ABEB74C4D0869A392747B8AE52D492D : public FieldInstruction_tA134E86FB39367A1B0CA4657F357A9C987F4BFEB { }; struct LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372 : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9 { }; struct LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9 { }; struct LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9 : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9 { }; struct LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9 { }; struct LoadStaticFieldInstruction_t9282EAD231C74180327ABDBD4DE35B2D3D8651FB : public FieldInstruction_tA134E86FB39367A1B0CA4657F357A9C987F4BFEB { }; struct MemberBindingType_tED72699CFD80E8DECC74111917428C9E26B36487 { int32_t ___value__; }; struct MethodInfo_t : public MethodBase_t { }; struct MethodInfoCallInstruction_tFC610E1DE959A7DE892E9142249B6C7A43A306D6 : public CallInstruction_t1F392A956978AB3DAF22A69DD3D3627D76E49DEF { MethodInfo_t* ____target; int32_t ____argumentCount; }; struct ParameterAttributes_tDAEC8B3C5986B042F8F9B0845505D0FC15F92E68 { int32_t ___value__; }; struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { intptr_t ___value; }; struct StoreFieldInstruction_t7C13375789094395EBD4332720135FDB0EB1CFDC : public FieldInstruction_tA134E86FB39367A1B0CA4657F357A9C987F4BFEB { }; struct StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9 { }; struct StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9 : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9 { }; struct StoreStaticFieldInstruction_t0BAF143B7FDCABDB4FD7363E3A2CF24A83114CF4 : public FieldInstruction_tA134E86FB39367A1B0CA4657F357A9C987F4BFEB { }; struct TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79 { int32_t ___value__; }; struct GreaterThanByte_t020A4008B3BD4AB29C1137D05B5C15D87CBB49DA : public GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D { }; struct GreaterThanDouble_t4A37AF7395381B96C574A309987A52BF4B86F4DD : public GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D { }; struct GreaterThanSingle_t3900C7A4FEC0E4B09FEDECEC1ACF3C1E1D8EDD03 : public GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D { }; struct GreaterThanUInt16_t130DB55D5A550058F7AFEAD7DCD20C74308CF7E2 : public GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D { }; struct GreaterThanUInt32_t9E80D5AB17A39C9F4C792B64FFA71B4B080A2444 : public GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D { }; struct GreaterThanUInt64_t7572D7D5636C4F8CDBDCB3F1A7BC568ED1D7C78E : public GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D { }; struct GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C : public GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5 { }; struct GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF : public GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5 { }; struct GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B : public GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5 { }; struct GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3 : public GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5 { }; struct GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5 : public GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5 { }; struct GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F : public GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5 { }; struct GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E : public GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5 { }; struct GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2 : public GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5 { }; struct GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4 : public GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5 { }; struct GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F : public GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5 { }; struct GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05 : public GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5 { }; struct IncrementDouble_t6D8884671EEEF2B6114F6459F1A756CD67593388 : public IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22 { }; struct IncrementInt16_tF84BCF366C2B91D7CA304A51B321F3026C05F4C2 : public IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22 { }; struct IncrementInt32_tF126DBC32CAFD0AF37322DC156491673ADF0446D : public IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22 { }; struct IncrementInt64_t01F87C2EA57B87E1AABF63A20E59B1A17C0AF977 : public IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22 { }; struct IncrementSingle_tC1F2F114E247A8065C84EF314125A43254F2E21B : public IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22 { }; struct IncrementUInt16_tB27A3AFBA1A3E1A10BFED905AB859D271385F657 : public IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22 { }; struct IncrementUInt32_t0F922E673AA3F0B82772609C57CF3FA84E069F3D : public IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22 { }; struct IncrementUInt64_tAF9E727A8A65F1E4994A39EBA70247F367772857 : public IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22 { }; struct DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA : public RuntimeObject { InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 ____array; }; struct U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD : public RuntimeObject { int32_t ___U3CU3E1__state; InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321 ___U3CU3E2__current; int32_t ___U3CU3El__initialThreadId; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___U3CU3E4__this; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___U3CframeU3E5__2; }; struct LeftShiftByte_t843792A138E33DD93E48E0FDEA65B3D12C5E19D7 : public LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5 { }; struct LeftShiftInt16_t59F2407CBBB55DD050F0C003E8F5DEC026A52C11 : public LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5 { }; struct LeftShiftInt32_t1C2CB785F1242B8FA76E73D46B7C2199F0640662 : public LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5 { }; struct LeftShiftInt64_tC1D65DDBAE686E7EF3FBB0FB6AA92AC04250C8D5 : public LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5 { }; struct LeftShiftSByte_t6A7B042FEDE7E178159283D0DEE493FA010EF88A : public LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5 { }; struct LeftShiftUInt16_t6E92FF880BB2366A49296DBEBF49571384031910 : public LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5 { }; struct LeftShiftUInt32_t70B269E2E7249E53FABFCAF0565C99ED4BA5A5BE : public LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5 { }; struct LeftShiftUInt64_t196EC81CE8507A5B45F438EE56F7517BD7F49944 : public LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5 { }; struct LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5 : public LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28 { }; struct LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3 : public LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28 { }; struct LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C : public LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28 { }; struct LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD : public LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28 { }; struct LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9 : public LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28 { }; struct LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723 : public LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28 { }; struct LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5 : public LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28 { }; struct LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF : public LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28 { }; struct LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6 : public LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28 { }; struct LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16 : public LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28 { }; struct LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921 : public LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28 { }; struct LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC : public LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190 { }; struct LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D : public LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190 { }; struct LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1 : public LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190 { }; struct LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8 : public LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190 { }; struct LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4 : public LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190 { }; struct LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A : public LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190 { }; struct LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287 : public LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190 { }; struct LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A : public LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190 { }; struct LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2 : public LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190 { }; struct LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F : public LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190 { }; struct LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB : public LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190 { }; struct ByRefMethodInfoCallInstruction_t1B853DBD250C0E16BCECF7A843698351E724E7DE : public MethodInfoCallInstruction_tFC610E1DE959A7DE892E9142249B6C7A43A306D6 { ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ____byrefArgs; }; struct FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603 : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17 { Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ____object; FieldInfo_t* ____field; }; struct GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { Type_t* ___U3CTypeU3Ek__BackingField; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CValueU3Ek__BackingField; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___U3CTargetU3Ek__BackingField; int32_t ___U3CKindU3Ek__BackingField; }; struct IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049 : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17 { MethodInfo_t* ____indexer; Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ____obj; LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* ____args; }; struct LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C : public RuntimeObject { HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* ____labels; int32_t ___Kind; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___Parent; }; struct MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D : public RuntimeObject { int32_t ___U3CBindingTypeU3Ek__BackingField; MemberInfo_t* ___U3CMemberU3Ek__BackingField; }; struct MulticastDelegate_t : public Delegate_t { DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates; }; struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates; }; struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates; }; struct NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 { int32_t ____from; int32_t ____to; bool ____isLiftedToNull; }; struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F : public RuntimeObject { int32_t ___AttrsImpl; Type_t* ___ClassImpl; RuntimeObject* ___DefaultValueImpl; MemberInfo_t* ___MemberImpl; String_t* ___NameImpl; int32_t ___PositionImpl; }; struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_pinvoke { int32_t ___AttrsImpl; Type_t* ___ClassImpl; Il2CppIUnknown* ___DefaultValueImpl; MemberInfo_t* ___MemberImpl; char* ___NameImpl; int32_t ___PositionImpl; }; struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_com { int32_t ___AttrsImpl; Type_t* ___ClassImpl; Il2CppIUnknown* ___DefaultValueImpl; MemberInfo_t* ___MemberImpl; Il2CppChar* ___NameImpl; int32_t ___PositionImpl; }; struct PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6 : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17 { Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ____object; PropertyInfo_t* ____property; }; struct RethrowException_t8089DF974D37EC662002EE10AE6E66F9CF74D0E6 : public Exception_t { }; struct RuntimeWrappedException_tD43BD0B43ECF58052755A87C0166F70AFE2144B8 : public Exception_t { RuntimeObject* ____wrappedException; }; struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; struct Type_t : public MemberInfo_t { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl; }; struct UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 { Type_t* ___U3CTypeU3Ek__BackingField; int32_t ___U3CNodeTypeU3Ek__BackingField; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3COperandU3Ek__BackingField; MethodInfo_t* ___U3CMethodU3Ek__BackingField; }; struct ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64 { }; struct ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64 { RuntimeObject* ____defaultValue; }; struct MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14 : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64 { Type_t* ____type; }; struct Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64 { }; struct ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64 { }; struct Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01 : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64 { }; struct Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5 : public MulticastDelegate_t { }; struct Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354 : public MulticastDelegate_t { }; struct Func_2_t6F585D4C873543C3A883793056942EC8E071C195 : public MulticastDelegate_t { }; struct Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8 : public MulticastDelegate_t { }; struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8 : public MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____expression; }; struct MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47 : public MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D { ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* ___U3CInitializersU3Ek__BackingField; }; struct MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093 : public MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D { ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* ___U3CBindingsU3Ek__BackingField; }; struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; struct Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468 : public NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6 { }; struct ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74 : public NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6 { }; struct Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B : public NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6 { }; struct PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A : public NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A { }; struct EmptyArray_1_t43C2AA2AE86F992042F7F348A426C45736B07C2B_StaticFields { KeyValuePair_2U5BU5D_t1686C7CBCFA68BF77F16B9983BACAA457DCDE265* ___Value; }; struct EmptyArray_1_tC0BBDD9956673EA634D52D80ADC0F2952E3F93EA_StaticFields { LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* ___Value; }; struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Value; }; struct List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927_StaticFields { KeyValuePair_2U5BU5D_t1686C7CBCFA68BF77F16B9983BACAA457DCDE265* ___s_emptyArray; }; struct List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00_StaticFields { BranchLabelU5BU5D_t94110C8D2546CDB2E5E36EFE6B183EC00D10E29A* ___s_emptyArray; }; struct List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D_StaticFields { ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ___s_emptyArray; }; struct List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8_StaticFields { DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* ___s_emptyArray; }; struct List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF_StaticFields { ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* ___s_emptyArray; }; struct List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB_StaticFields { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_emptyArray; }; struct List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01_StaticFields { InterpretedFrameInfoU5BU5D_t97E24C7783C90A15DDACF04305E730DBAEC0A8BB* ___s_emptyArray; }; struct List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14_StaticFields { LabelScopeInfoU5BU5D_t0AC75ACD9EB4BAF3F74E2141EEF50DFB0DCF31F0* ___s_emptyArray; }; struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray; }; struct List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D_StaticFields { InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* ___s_emptyArray; }; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields { CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info; RuntimeObject* ___shared_table_lock; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture; Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number; Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX; bool ___IsTaiwanSku; }; struct DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_StaticFields { DebugInfoComparer_tF6521053ED3200284BB605E744AF65A0482F861A* ___s_debugComparer; }; struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_StaticFields { CacheDict_2_tB695739D50653F4D4C3DA03BCF07CC868196FB15* ___s_lambdaDelegateCache; CacheDict_2_t3592A9BE3B1E812BCE8A13D901156E74C707DBB7* ___s_lambdaFactories; ConditionalWeakTable_2_t0F3FDA57EE333DF8B8C1F3FB944E4E19C5DDCFC7* ___s_legacyCtorSupportTable; }; struct InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_null; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_true; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_false; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_Ints; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadObjectCached; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadLocal; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadLocalBoxed; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadLocalFromClosure; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadLocalFromClosureBoxed; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_assignLocal; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_storeLocal; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_assignLocalBoxed; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_storeLocalBoxed; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_assignLocalToClosure; Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28* ___s_loadFields; RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ___s_emptyRuntimeLabels; }; struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_ThreadStaticFields { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___s_currentFrame; }; struct LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_StaticFields { LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* ___s_emptyLocals; }; struct String_t_StaticFields { String_t* ___Empty; }; struct SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3_StaticFields { Guid_t ___DocumentType_Text; }; struct Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields { RuntimeObject* ___BoxedFalse; RuntimeObject* ___BoxedTrue; RuntimeObject* ___BoxedIntM1; RuntimeObject* ___BoxedInt0; RuntimeObject* ___BoxedInt1; RuntimeObject* ___BoxedInt2; RuntimeObject* ___BoxedInt3; RuntimeObject* ___BoxedDefaultSByte; RuntimeObject* ___BoxedDefaultChar; RuntimeObject* ___BoxedDefaultInt16; RuntimeObject* ___BoxedDefaultInt64; RuntimeObject* ___BoxedDefaultByte; RuntimeObject* ___BoxedDefaultUInt16; RuntimeObject* ___BoxedDefaultUInt32; RuntimeObject* ___BoxedDefaultUInt64; RuntimeObject* ___BoxedDefaultSingle; RuntimeObject* ___BoxedDefaultDouble; RuntimeObject* ___BoxedDefaultDecimal; RuntimeObject* ___BoxedDefaultDateTime; ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_true; ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_false; ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_m1; ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_0; ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_1; ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_2; ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_3; DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* ___Empty; ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___Null; }; struct U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_StaticFields { U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332* ___U3CU3E9; Func_2_t6F585D4C873543C3A883793056942EC8E071C195* ___U3CU3E9__9_0; }; struct U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields { U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* ___U3CU3E9; Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* ___U3CU3E9__56_1; Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8* ___U3CU3E9__56_0; Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5* ___U3CU3E9__101_0; }; struct ArrayLengthInstruction_t964BF7750E7CB172142B652345558F6A5A40CDC7_StaticFields { ArrayLengthInstruction_t964BF7750E7CB172142B652345558F6A5A40CDC7* ___Instance; }; struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { String_t* ___TrueString; String_t* ___FalseString; }; struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1; }; struct DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_StaticFields { DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* ___Instance; }; struct EnterExceptionFilterInstruction_tE3F372AA603C140CE276A9414C309594F9DF01B2_StaticFields { EnterExceptionFilterInstruction_tE3F372AA603C140CE276A9414C309594F9DF01B2* ___Instance; }; struct EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451_StaticFields { EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451* ___Void; EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451* ___NonVoid; }; struct GetArrayItemInstruction_t8E03ED8905E2030FEEFFB7964E4556D8196FC565_StaticFields { GetArrayItemInstruction_t8E03ED8905E2030FEEFFB7964E4556D8196FC565* ___Instance; }; struct GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D_StaticFields { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Char; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullSByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullChar; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullUInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullUInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullUInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullSingle; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullDouble; }; struct GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Char; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullSByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullChar; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullUInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullUInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullUInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullSingle; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullDouble; }; struct IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double; }; struct IntPtr_t_StaticFields { intptr_t ___Zero; }; struct LeaveExceptionFilterInstruction_t964A0C554AD71589BC132ED9579FC647FFC6360C_StaticFields { LeaveExceptionFilterInstruction_t964A0C554AD71589BC132ED9579FC647FFC6360C* ___Instance; }; struct LeaveFaultInstruction_tB97B69B82AD04594155677DAEB82AFAA06C5CD73_StaticFields { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___Instance; }; struct LeaveFinallyInstruction_tD72BD32F9F91C389B6354FCCE9B4B5E588CAEFA7_StaticFields { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___Instance; }; struct LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64; }; struct LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Char; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullSByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullChar; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullUInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullUInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullUInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullSingle; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullDouble; }; struct LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Char; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullSByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullChar; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullUInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullUInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullUInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullSingle; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_liftedToNullDouble; }; struct NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_StaticFields { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___Instance; }; struct PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_StaticFields { PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* ___Instance; }; struct SetArrayItemInstruction_t2C362D1406BC023C34E136E46193D53A79CDE29F_StaticFields { SetArrayItemInstruction_t2C362D1406BC023C34E136E46193D53A79CDE29F* ___Instance; }; struct ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_StaticFields { ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A* ___Throw; ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A* ___VoidThrow; ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A* ___Rethrow; ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A* ___VoidRethrow; }; struct TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_StaticFields { TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* ___Instance; }; struct ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_StaticFields { ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* ___Instruction; }; struct BranchFalseInstruction_t5369E28CC6D0CB5B377F6FC15662287EDBE59E61_StaticFields { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_cache; }; struct BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165_StaticFields { InstructionU5BU5DU5BU5DU5BU5D_tB5C0E10B989A2230516159069AAB7EA6907B2E56* ___s_caches; }; struct BranchTrueInstruction_t811E63AE0474686987B1E09EB2DC59B632EDE87D_StaticFields { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_cache; }; struct CoalescingBranchInstruction_tA533723CEDBFF14AD19129574420C2FB979F97D4_StaticFields { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_cache; }; struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_StaticFields { String_t* ___ConstructorName; String_t* ___TypeConstructorName; }; struct EnterFaultInstruction_t183D15AE9C491B0138F46539206C47452C3E1E70_StaticFields { EnterFaultInstructionU5BU5D_tF27A41717E2ED1C60776520315374F7E6E44085C* ___s_cache; }; struct EnterFinallyInstruction_tEFCB44E83BC16AF13FBD73A740B816145292D815_StaticFields { EnterFinallyInstructionU5BU5D_t9B92171D2AA5778F1732D4F91F2E7B88D4DFF6FE* ___s_cache; }; struct Exception_t_StaticFields { RuntimeObject* ___s_EDILock; }; struct GotoInstruction_tBB065BE6826E5565D78D01D48127FE6DABD4D785_StaticFields { GotoInstructionU5BU5D_t249B329B6B374B728C519853CBFBACD0CA679907* ___s_cache; }; struct Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_StaticFields { RuntimeObject* ___NoValue; }; struct LeaveExceptionHandlerInstruction_t2A2D9FC2B10454A4E1213F71EE7BDA0476B485BB_StaticFields { LeaveExceptionHandlerInstructionU5BU5D_t697FFD2CAADCF0CD7E6F6D2322D6B058D9C81001* ___s_cache; }; struct Type_t_StaticFields { Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder; Il2CppChar ___Delimiter; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes; RuntimeObject* ___Missing; MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute; MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName; MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase; }; #ifdef __clang__ #pragma clang diagnostic pop #endif struct InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F : public RuntimeArray { ALIGN_FIELD (8) Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* m_Items[1]; inline Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray { ALIGN_FIELD (8) RuntimeObject* m_Items[1]; inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684 : public RuntimeArray { ALIGN_FIELD (8) RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 m_Items[1]; inline RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 value) { m_Items[index] = value; } }; struct InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3 : public RuntimeArray { ALIGN_FIELD (8) InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D m_Items[1]; inline InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____name), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____instruction), (void*)NULL); #endif } inline InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____name), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____instruction), (void*)NULL); #endif } }; struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C : public RuntimeArray { ALIGN_FIELD (8) ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* m_Items[1]; inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407 : public RuntimeArray { ALIGN_FIELD (8) ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* m_Items[1]; inline ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct KeyValuePair_2U5BU5D_t1686C7CBCFA68BF77F16B9983BACAA457DCDE265 : public RuntimeArray { ALIGN_FIELD (8) KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 m_Items[1]; inline KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value), (void*)NULL); } inline KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___value), (void*)NULL); } }; struct IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F : public RuntimeArray { ALIGN_FIELD (8) RuntimeObject* m_Items[1]; inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray { ALIGN_FIELD (8) int32_t m_Items[1]; inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; struct DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588 : public RuntimeArray { ALIGN_FIELD (8) DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* m_Items[1]; inline DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct InterpretedFrameInfoU5BU5D_t97E24C7783C90A15DDACF04305E730DBAEC0A8BB : public RuntimeArray { ALIGN_FIELD (8) InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321 m_Items[1]; inline InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____methodName), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____debugInfo), (void*)NULL); #endif } inline InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____methodName), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____debugInfo), (void*)NULL); #endif } }; struct ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4 : public RuntimeArray { ALIGN_FIELD (8) ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* m_Items[1]; inline ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E : public RuntimeArray { ALIGN_FIELD (8) LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 m_Items[1]; inline LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CParameterU3Ek__BackingField), (void*)NULL); } inline LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___U3CParameterU3Ek__BackingField), (void*)NULL); } }; struct ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F : public RuntimeArray { ALIGN_FIELD (8) Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* m_Items[1]; inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C : public RuntimeArray { ALIGN_FIELD (8) ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* m_Items[1]; inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB : public RuntimeArray { ALIGN_FIELD (8) Type_t* m_Items[1]; inline Type_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Type_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mE96A3D11B34E447E159E761DC39D520D6E7CBEA5_gshared (Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m8E723204CEB9D0194D564133CFF2ACE2DDC1D72D_gshared (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2U5BU5D_t1686C7CBCFA68BF77F16B9983BACAA457DCDE265* Array_Empty_TisKeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3_m2183C47562C057EC5E5BA5D8E38E93B13A5C6B5E_gshared_inline (const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m95328F0F59DDEB1A8A7D044DAF427CC7DEB1EB93_gshared_inline (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D* __this, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* List_1_ToArray_m1B58840B91C8D0BD5921B17D33B1F00A9D11B7D3_gshared (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mB508DF3DB8B8A663663B8FEBC62E239DCA91921C_gshared (List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterpretedFrameInfoU5BU5D_t97E24C7783C90A15DDACF04305E730DBAEC0A8BB* List_1_ToArray_m31367F2E5A43B9CCB462C893E85323F23F5C4760_gshared (List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LabelInfo_CommonNode_TisRuntimeObject_mDB1DB533979F277E19C5A79E5B611FFA0F8D933D_gshared (RuntimeObject* ___0_first, RuntimeObject* ___1_second, Func_2_tACBF5A1656250800CE861707354491F0611F6624* ___2_parent, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Contains_m9BACE52BFA0BD83C601529D3629118453E459BBB_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8 HashSet_1_GetEnumerator_m143B98FEED7E9CABA2C494AB2F04DAD60A504635_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFB582AEAA2E73F3128B5571197BEDE256A83F657_gshared (Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m139A176CD271A0532D75BE08DA7831C8C45CE28F_gshared_inline (Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m27565F5ACCCC75C3DD34CC4CAE3E6AEFEB9144A6_gshared (Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m9132EE1422BAA45E44B7FFF495F378790D36D90E_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m2CD7657B3459B61DD4BBA47024AC71F7D319658B_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HybridReferenceDictionary_2_ContainsKey_mA78D71F5021FAB0DF0F79C64B2B2E82B72DBC549_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HybridReferenceDictionary_2_TryGetValue_m6C12F02E9B669ACEDF3629FB5601F5DB4C066606_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridReferenceDictionary_2__ctor_m3B28E1445B3659024924F4DAC9D6D37613650DBD_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridReferenceDictionary_2_set_Item_mFAC6DC3339885A67DC6640946CF1DE5F5D5712DD_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_TisRuntimeObject_mE25EE59ABB20AC401C5EC394D3A4497C9BA27C9D_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, RuntimeObject* ___1_value, RuntimeObject* ___2_comparer, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HybridReferenceDictionary_2_GetEnumerator_m6C9CAB0A68E7553EB397A9CB42675B4798841E6B_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_get_Count_mE6BED30C94187FC8CC2C7E5CAF0163455240223C_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_get_Item_m88FE6EF1106EAB22F63554956C77E25339159136_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m487A0501D6F875A04F7D8F93F1CB3C813994AA64_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_All_TisRuntimeObject_m57CDB9DB99F9E77214B47367D213B06AC3ED97FF_gshared (RuntimeObject* ___0_source, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___1_predicate, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileIntSwitchExpression_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mACB021038AB657C52ABF123F3D131AF6C0F76542_gshared (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileIntSwitchExpression_TisRuntimeObject_mF91FD13EAB251B5B1C6099EF502F03EE0F4A03E0_gshared (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StrongBox_1__ctor_m71955F6E4120530B3D003524648FD31B4709C2B3_gshared (StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryAdd_mF9B0463373910BAF21DB075A3A9788E5A7E7F1D2_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, int32_t ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stack_1_Peek_mF0ECF6A61726B66E6D9B33D8C4DEAA47E586E6E4_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m3B86BA74755F8269102AF08E6024055932B4B2B4_gshared (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___0_value, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_gshared_inline (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* Dictionary_2_get_Keys_m72D290F90654BFD683FA7AA7C63D9F4F692218B6_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF KeyCollection_GetEnumerator_m7E77FBA7DE2D3876EC02F396712C4AA5B1D535A5_gshared (KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mEB2A61F3F3F420C1B1DFD5C74EEFD4BD7761BCF7_gshared (Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_mD6472FA27D28B9AE64A0FEF796C72ABBC2420EBF_gshared_inline (Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mB5E00F11BCA3AC963F9BA72659FA76B107863F3C_gshared (Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m6A0E7FE9DF9AE6C4BEE58611CB55F64FC3D79052_gshared (Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackGuard_RunOnEmptyStack_TisRuntimeObject_TisRuntimeObject_mC23100B698AB9A1B11BFEE5A72D03A209CCC0D11_gshared (StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* __this, Action_2_t156C43F079E7E68155FCDCD12DC77DD11AEF7E3C* ___0_action, RuntimeObject* ___1_arg1, RuntimeObject* ___2_arg2, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* Array_Empty_TisLocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_m70D107A79AB792E0E10517756CF55F7E75B90E17_gshared_inline (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m47222083904E5992F1343D4C4CE32F5282C06809_gshared (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D* __this, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D ___0_item, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanInstruction__ctor_mC670DA8EA6E27D811856CC33FD8EC1058EB85C2A (GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, bool ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualSByte__ctor_m583B8F6324EBB37E5A486D50E7781D25FB7E8B5F (GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualInt16__ctor_mFCF7B10288C60DF662551E6CE2688A05731D6809 (GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualChar__ctor_m935170A88714617F912F2DBD5016D259446A6E59 (GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualInt32__ctor_m40D35F313CD07D99357CDE5184CEA25F09A976AC (GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualInt64__ctor_mB1F94D583FF37B56F9E3E06A08ABCA0CB801D1F3 (GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualByte__ctor_mD2B3ED24461DF896C0C60370B4AC026CFCB2E23D (GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualUInt16__ctor_mADF0BE347EF2528D12E63EAC92080066A2F0E813 (GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualUInt32__ctor_m9E36D1128B9936F61F94847EFA1F1230CD93D42B (GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualUInt64__ctor_mB9CEC7160AA1450ED676508376B68B1119BBFB99 (GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualSingle__ctor_mE5D67D3629B04027644146E3E799F23DEF2066CC (GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualDouble__ctor_m9608CDFCF7D85C4C1F7D65EB60DF0FEC2A10BC70 (GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualInstruction__ctor_m12DA49FC940BCFCB86845F17A0A42171A6D537B5 (GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementInt16__ctor_mABC07E2FF77194D47B7AB49C5A7BCCD198B0A8DE (IncrementInt16_tF84BCF366C2B91D7CA304A51B321F3026C05F4C2* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementInt32__ctor_m2DA1C0731B3064CBFEDF5584B44BDA14803646F6 (IncrementInt32_tF126DBC32CAFD0AF37322DC156491673ADF0446D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementInt64__ctor_m7BBB059BEFD7759305DBD8CD9E6C06414A1B3CDF (IncrementInt64_t01F87C2EA57B87E1AABF63A20E59B1A17C0AF977* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementUInt16__ctor_m7810A7D27D1D09433F2C676CB1952FDA2A35E882 (IncrementUInt16_tB27A3AFBA1A3E1A10BFED905AB859D271385F657* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementUInt32__ctor_m15C05061681967525DC0FE2DAE760A249BE93883 (IncrementUInt32_t0F922E673AA3F0B82772609C57CF3FA84E069F3D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementUInt64__ctor_m5349D4B201BB488647AD3ECEE5BF86E49B2597D5 (IncrementUInt64_tAF9E727A8A65F1E4994A39EBA70247F367772857* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementSingle__ctor_m712C9B90735C337A3CD3AC8E9DB8F132D121A9D0 (IncrementSingle_tC1F2F114E247A8065C84EF314125A43254F2E21B* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementDouble__ctor_m4B2FF456610F9EEC42238D5D265CEC15AD26149A (IncrementDouble_t6D8884671EEEF2B6114F6459F1A756CD67593388* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int16_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementInstruction__ctor_m14D7E457CDCA92DC043A4651D8ED99739F67ECCE (IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_mF587E75F6732C08EC184881661F996999E74D62D (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, uint16_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionArray__ctor_m3BE62504576838A0706A013EEA0B83C16ACB3997 (InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117* __this, int32_t ___0_maxStackDepth, int32_t ___1_maxContinuationDepth, InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___2_instructions, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_objects, RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ___4_labels, List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___5_debugCookies, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D (RuntimeObject* ___0_value, String_t* ___1_paramName, const RuntimeMethod* method) ; inline void Func_2__ctor_mE96A3D11B34E447E159E761DC39D520D6E7CBEA5 (Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_mE96A3D11B34E447E159E761DC39D520D6E7CBEA5_gshared)(__this, ___0_object, ___1_method, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* DebugView_GetInstructionViews_m07F09275BF04326058C465636727814C394DE0E8 (RuntimeObject* ___0_instructions, RuntimeObject* ___1_objects, Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* ___2_labelIndexer, RuntimeObject* ___3_debugCookies, const RuntimeMethod* method) ; inline void List_1_Add_mA9E1DC0783234EC1122D58BF61E76C6C29C97D44_inline (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* __this, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB*, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_UpdateStackDepth_m5AF32ACF8CB3AED16F5723BCE5E5C458D8575354 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___0_instruction, const RuntimeMethod* method) ; inline int32_t List_1_get_Count_mC15765DEDFC300E4933B479D0DC4ECB7A5E1EEFA_inline (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } inline Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20 (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* (*) (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method); } inline void List_1_RemoveAt_m09DEE1247C3B97982D0E294FB4A0F73656CAD947 (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* __this, int32_t ___0_index, const RuntimeMethod* method) { (( void (*) (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___0_index, method); } inline InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* List_1_ToArray_m85A40783C4BDB660D54320E53A22C4C53E6D9EBB (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* __this, const RuntimeMethod* method) { return (( InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* (*) (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method); } inline ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { return (( ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* InstructionList_BuildRuntimeLabels_m2FC0CB7BDAE4D40CCAF530438DF7186EC666BD9F (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, RuntimeObject* ___0_value, Type_t* ___1_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadObjectInstruction__ctor_mB0BD7AE90766D5017F08931F71C1D784D000578A (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___0_instruction, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318 (Type_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoad_m8A255B3C2BF140F884669C0C81275DCE104D35EB (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, bool ___0_value, const RuntimeMethod* method) ; inline void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } inline int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } inline void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadCachedObjectInstruction__ctor_m277EA87CB54E9B2A0A47AF410FE5DF05099F6590 (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* __this, uint32_t ___0_index, const RuntimeMethod* method) ; inline void List_1_set_Item_mDC3E30582E3BCB1272DDF792DB69EFD36D7E9BE9 (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* __this, int32_t ___0_index, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___1_value, const RuntimeMethod* method) { (( void (*) (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB*, int32_t, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*, const RuntimeMethod*))List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared)(__this, ___0_index, ___1_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadLocalInstruction__ctor_m911B0D5FD7645DF7A7C7439243E0137CB1345752 (LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_LoadLocalBoxed_m8B4E6E6B312DA83E0C04F337069591646C09FA3D (int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadLocalBoxedInstruction__ctor_m4FE4FCC55A93CE3D078BF0E8633EE5CF108A0F6A (LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadLocalFromClosureInstruction__ctor_mE406188F44786EB3DA3FE54C98B8CB5C3C7A2C3A (LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadLocalFromClosureBoxedInstruction__ctor_m15B7217195FFEF516D58C512D3DD3A25D2676853 (LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssignLocalInstruction__ctor_mCD8BAACCF817A0A3481433F02A0610913BEC8BEC (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StoreLocalInstruction__ctor_mFB1696B6803B1C9EAF3EF60B4B02AB1916612EAC (StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_AssignLocalBoxed_m1977B401CBE6CDA546C53F6BDFE3221725F11E0F (int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssignLocalBoxedInstruction__ctor_m0093E7D8D0FD4AA37D8311A03C19C5D6E709193D (AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_StoreLocalBoxed_m4B10F1EBCD84F5346C260E13E8F9A77928E998CD (int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StoreLocalBoxedInstruction__ctor_m838753D19C40831A558A3E0171666BAB2E9D74FA (StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssignLocalToClosureInstruction__ctor_m73C361962002F96922134EA2743854D5EB734F4B (AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitAssignLocalToClosure_m0D017A3DF148DEFA124CD9777AFD88FAFE77A471 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitPop_m90A4BC5BB859CC30C64B4D81D2C7B2115972361A (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptingRuntimeHelpers_GetPrimitiveDefaultValue_m7311A40D19B98263D5426532A86F06B325D683CC (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmutableValue__ctor_m17DBE63F6DBAFC2994DA3F6C5CF2E89EF2597E29 (ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA* __this, int32_t ___0_index, RuntimeObject* ___1_defaultValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MutableValue__ctor_m80B0C3F2CEDCC0856F5FDCC0D801C174914C73F0 (MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14* __this, int32_t ___0_index, Type_t* ___1_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_InitReference_m9A674F209A89B58F885722629050AEDBF5BE48D7 (int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_Parameter_m3839B92140A7FFA29505121528CE8FA4761FF9ED (int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parameter__ctor_mBBF4CD3784D4527FB282CDE88FB44884739A56C5 (Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterBox__ctor_m8BA161D817B7B43C3164FF72678627C15F864516 (ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reference__ctor_m791C829F205B738F2B3A7CE22E104E32C9E1A0F2 (Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmutableRefBox__ctor_m5E436B23D0DFE1090B9D1DA45D8BB33E48E85876 (ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeVariablesInstruction__ctor_mCEC2FCCFFAEE3FE5CA1719B9BFBEBDC26EB67716 (RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD* __this, int32_t ___0_count, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewArrayInstruction__ctor_m30C0E5E658FEB6A874F71DAB24BD4BF79A0F25EE (NewArrayInstruction_t4D7C78AB7B99F7A271DBD6095EE666D1451CA6B1* __this, Type_t* ___0_elementType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewArrayBoundsInstruction__ctor_mC312E0789E71A1138E86FAB69D10CC2CB2291B73 (NewArrayBoundsInstruction_t9969E44E0E1792DA65947D73FFC8C9C6ED654EC9* __this, Type_t* ___0_elementType, int32_t ___1_rank, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewArrayInitInstruction__ctor_m7053D803A6F512BA75DF1CBED385360B0B01C29D (NewArrayInitInstruction_tAB09713761BF9AD3303B81FE433E2025C5D3F68D* __this, Type_t* ___0_elementType, int32_t ___1_elementCount, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* AddInstruction_Create_mE176BD84C51FE1818B41B7625A53918031BEC6FC (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* AddOvfInstruction_Create_mCDC19C3449411B2DC55066FB88B63B5D4F425995 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* SubInstruction_Create_m7EB99465BAA4DEBD894AD8C8EB7D2FAE1DBE7F57 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* SubOvfInstruction_Create_m7DC1928ACE7BFC7B92FD06FD6A5673532457511C (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* MulInstruction_Create_mA523B340C0065BF5F8746BBD8DBF762D66FEA5A6 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* MulOvfInstruction_Create_m79E989E9066F632CF1DE18E05313B94CEEDDDB0D (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* DivInstruction_Create_m8BBC09B6D87BF45E6FC083566CDD057BCDA75DB7 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ModuloInstruction_Create_m7837E9D261A8A72BB877E0653E755CF048AF346E (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ExclusiveOrInstruction_Create_m859223E69A1F72130C62B2C0EADD5838E6B24E57 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* AndInstruction_Create_m2241EDD59FE9F576FD0807CF11BFAB0970859DD0 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* OrInstruction_Create_m95B740D072E811E535F2DB1A6C0AEEC276D95B31 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* LeftShiftInstruction_Create_m61C1B1589BC9EB53BFF882E5861D68F539A2731D (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* RightShiftInstruction_Create_m29059859DD853B71CF1D726EC1A0F014701576C5 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* EqualInstruction_Create_m55D14FDAEEE7BBD1C626EC3A905048D2E58B4026 (Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NotEqualInstruction_Create_m0BF271FE154DB8E24F4B04B9F26F460F0F2FA0AD (Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* LessThanInstruction_Create_m470F3A1FE481540861A8A87CB0777DC95BD155D8 (Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* LessThanOrEqualInstruction_Create_mB5B899A43E4B926F8E58680CD53B68A26C5867E9 (Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* GreaterThanInstruction_Create_m28750B7D6BD069DA44C28EA5AE47CAC191305C58 (Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* GreaterThanOrEqualInstruction_Create_m00D205CCF7F7B7BFD49EE023F4B5E0452B7EC3DF (Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Checked__ctor_mFF723375767AAD3C5A48F22EDAF55405E669B6A1 (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, int32_t ___0_from, int32_t ___1_to, bool ___2_isLiftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Unchecked__ctor_mEEA7457039D5D4071FD1614FBE3202BB69AED39C (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, int32_t ___0_from, int32_t ___1_to, bool ___2_isLiftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToUnderlying__ctor_m3C020435F4E266CFC40C97ECCA8F6F78543B339D (ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74* __this, int32_t ___0_to, bool ___1_isLiftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* CastInstruction_Create_mF1B3BA830F93C2DF30891FE4CC05D7DFE80666A4 (Type_t* ___0_t, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastToEnumInstruction__ctor_m53267CBB968F5A0396131ED6E2EC55304426B386 (CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA* __this, Type_t* ___0_t, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastReferenceToEnumInstruction__ctor_m805BCEF1DD5BF8C0887E32D326B9D9928A63B618 (CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B* __this, Type_t* ___0_t, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NotInstruction_Create_mCE629202750179DFBFF9F1FC4B41A61C2E52214C (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultValueInstruction__ctor_mA10223D4B4DF9F952C4C969ED1B81CE60741C01B (DefaultValueInstruction_tF75A9564888B8CE1C4BE6F46793FB77B49848897* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewInstruction__ctor_mF5B8D5F742E0C1DBE8831A0CBF38033967C6A773 (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_constructor, int32_t ___1_argumentCount, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByRefNewInstruction__ctor_mED286BD534AFEE6CEBFF25FFE4EB39C6C29EE039 (ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_target, int32_t ___1_argumentCount, ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ___2_byrefArgs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateDelegateInstruction__ctor_m9E024F3684AEE2CBEFD96C2038B143849B4F543B (CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77* __this, LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ___0_delegateCreator, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NegateInstruction_Create_m9C8ADF28BB8EE27E2D505367D6F421A1807EF133 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NegateCheckedInstruction_Create_m8C4384E3DADD22AC7E100E63F1C530803801616F (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* IncrementInstruction_Create_m77272B47710C17903DA182B892D86C0D6E3C4CDD (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* DecrementInstruction_Create_m78CF0343565DFFB330828070C15188B8687C0684 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeIsInstruction__ctor_m5CFC4EDB6C76168474B08A30551DC3A75D56A9A3 (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeAsInstruction__ctor_m0EBE0371589EAFCA6E3B89991B5FF8AE58056B1F (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_GetLoadField_m9DA756C9CADD884A12D5E6FEF283B3B16ABEA551 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, FieldInfo_t* ___0_field, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ; inline bool Dictionary_2_TryGetValue_mB3F6C8937DB69BDCF0BB38E0A12EFF7854E6AF3F (Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28* __this, FieldInfo_t* ___0_key, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998** ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28*, FieldInfo_t*, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsStatic_mEBBEB7B19A48D3E11BE830F3704C131A681F6139 (FieldInfo_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadStaticFieldInstruction__ctor_m187604354B9E4572C22D59E0D8A8F9B633E95994 (LoadStaticFieldInstruction_t9282EAD231C74180327ABDBD4DE35B2D3D8651FB* __this, FieldInfo_t* ___0_field, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadFieldInstruction__ctor_m9B10915A35560B0ACBC05F9819D801B2204C7980 (LoadFieldInstruction_tCE16ADB10ABEB74C4D0869A392747B8AE52D492D* __this, FieldInfo_t* ___0_field, const RuntimeMethod* method) ; inline void Dictionary_2_Add_m690C01929EEA333FE4EE067E2924DF636C5B393A (Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28* __this, FieldInfo_t* ___0_key, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28*, FieldInfo_t*, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___0_key, ___1_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StoreStaticFieldInstruction__ctor_m48D9B51DD63A997A4BE79C9B2867C658C79F42CC (StoreStaticFieldInstruction_t0BAF143B7FDCABDB4FD7363E3A2CF24A83114CF4* __this, FieldInfo_t* ___0_field, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StoreFieldInstruction__ctor_mC497531038B588298A9781E8185356BDE5F1474B (StoreFieldInstruction_t7C13375789094395EBD4332720135FDB0EB1CFDC* __this, FieldInfo_t* ___0_field, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* TypeExtensions_GetParametersCached_mD2B9864864929FEFA691059A59077A7E491A8141 (MethodBase_t* ___0_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCall_m74462B89B79D9E4F6A9BE32977B1B52DDE630F6B (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, MethodInfo_t* ___0_method, ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___1_parameters, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CallInstruction_t1F392A956978AB3DAF22A69DD3D3627D76E49DEF* CallInstruction_Create_mD92F1D0AB7F5CDFCD0A5F01120ECCDA9ED1C489E (MethodInfo_t* ___0_info, ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___1_parameters, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E (MethodBase_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByRefMethodInfoCallInstruction__ctor_m66D118D2406227C513542109C4BB96DD3ABEA103 (ByRefMethodInfoCallInstruction_t1B853DBD250C0E16BCECF7A843698351E724E7DE* __this, MethodInfo_t* ___0_target, int32_t ___1_argumentCount, ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ___2_byrefArgs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NullableMethodCallInstruction_Create_m277AAA9CD0E5C2518819F8584C054735E935C12A (String_t* ___0_method, int32_t ___1_argCount, MethodInfo_t* ___2_mi, const RuntimeMethod* method) ; inline Enumerator_t0CA93E411AEFD5B61FCD3E17D67185D31A68A430 List_1_GetEnumerator_mD7CBB6E51EB57046320D4714025D59158C35FBC3 (List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00* __this, const RuntimeMethod* method) { return (( Enumerator_t0CA93E411AEFD5B61FCD3E17D67185D31A68A430 (*) (List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } inline void Enumerator_Dispose_m0F9F7AB61A48CED10BCE06E87398A3ED8AD313E7 (Enumerator_t0CA93E411AEFD5B61FCD3E17D67185D31A68A430* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t0CA93E411AEFD5B61FCD3E17D67185D31A68A430*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } inline BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* Enumerator_get_Current_m537C61C6ECF1BCA8F3C7BF466D7E20AF86BAFECD_inline (Enumerator_t0CA93E411AEFD5B61FCD3E17D67185D31A68A430* __this, const RuntimeMethod* method) { return (( BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* (*) (Enumerator_t0CA93E411AEFD5B61FCD3E17D67185D31A68A430*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BranchLabel_get_HasRuntimeLabel_mFE307E5078826898647593BA7019676C024242F9 (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BranchLabel_get_LabelIndex_m81E667E88D9BA90BE298946C8A3BAA348D5B610D_inline (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 BranchLabel_ToRuntimeLabel_mA2178B63D72F01E04CEFDF9F5118625996EA5FD7 (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* __this, const RuntimeMethod* method) ; inline bool Enumerator_MoveNext_mA3C477C4D590E11C3C7829534B5736894AFC49EB (Enumerator_t0CA93E411AEFD5B61FCD3E17D67185D31A68A430* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t0CA93E411AEFD5B61FCD3E17D67185D31A68A430*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeLabel__ctor_m0AF52CF3AC707D15261902132F2843613ADD0569 (RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548* __this, int32_t ___0_index, int32_t ___1_continuationStackDepth, int32_t ___2_stackDepth, const RuntimeMethod* method) ; inline void List_1__ctor_m2DD669060121582B4BAEB94873A58F37AA7698E5 (List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00* __this, const RuntimeMethod* method) { (( void (*) (List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BranchLabel__ctor_m2C7A40B4C89B83A63FDDA2D326B982C811319C1F (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* __this, const RuntimeMethod* method) ; inline void List_1_Add_m73378225F54F33137332D98CB0D2AF80A5946E48_inline (List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00*, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* OffsetInstruction_Fixup_mD1ACDACDDE6D614CDA914BF6195357BE81223070 (OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A* __this, int32_t ___0_offset, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BranchLabel_set_LabelIndex_m2D2A211884C69A7F76CA7B1E7D260862D9711589_inline (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* __this, int32_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_label, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstructionList_EnsureLabelIndex_m27659CBA1BC8207CFB3FA4FB8D3F198DEEB6A404 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_label, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BranchLabel_Mark_mAD0B213BFD855893B8C55F3E2FB4840C06984B44 (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* __this, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___0_instructions, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GotoInstruction_tBB065BE6826E5565D78D01D48127FE6DABD4D785* GotoInstruction_Create_mE62C6CAC2FF1FEFEC5DDF2AE96B42F9C4CF76539 (int32_t ___0_labelIndex, bool ___1_hasResult, bool ___2_hasValue, bool ___3_labelTargetGetsValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BranchLabel_AddBranch_mE4F3C4131864D8F926085857FF128A4AEE458502 (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* __this, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___0_instructions, int32_t ___1_branchIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BranchInstruction__ctor_m350FCE2E590D67203BF814217673C0B04524BFA4 (BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitBranch_mE625FCCE6D57C0C1154E2365A5EF42367C71B7D8 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A* ___0_instruction, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___1_label, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BranchInstruction__ctor_mC67EDE496BF616C0E8F827DC0BE63428F1FF377C (BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165* __this, bool ___0_hasResult, bool ___1_hasValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CoalescingBranchInstruction__ctor_mE8BE5C47FDDFAE8EB419845BEF3755B069810053 (CoalescingBranchInstruction_tA533723CEDBFF14AD19129574420C2FB979F97D4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BranchTrueInstruction__ctor_m96CCC49473ACC9FF94B4DAAA2261EA238DBE4750 (BranchTrueInstruction_t811E63AE0474686987B1E09EB2DC59B632EDE87D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BranchFalseInstruction__ctor_m06FBE263B264F27523F12A748BE63660F7838A09 (BranchFalseInstruction_t5369E28CC6D0CB5B377F6FC15662287EDBE59E61* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* EnterTryCatchFinallyInstruction_CreateTryFinally_mA6CC3455F25DA20778016AADE02CCECD4BC69080 (int32_t ___0_labelIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* EnterTryCatchFinallyInstruction_CreateTryCatch_mC447283BD32EB0581B6375278933F09C1CEE2940 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnterTryFaultInstruction__ctor_mBE96A6773CA5099AF81CD01377324049C737E20F (EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* __this, int32_t ___0_targetIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnterFinallyInstruction_tEFCB44E83BC16AF13FBD73A740B816145292D815* EnterFinallyInstruction_Create_mD0800A2BB12FD3F9CF4B4F2BDAAD2EE9937E160E (int32_t ___0_labelIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnterFaultInstruction_t183D15AE9C491B0138F46539206C47452C3E1E70* EnterFaultInstruction_Create_m08C718E5E636C501FA71914AF6BDA8F3385CC9DC (int32_t ___0_labelIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LeaveExceptionHandlerInstruction_t2A2D9FC2B10454A4E1213F71EE7BDA0476B485BB* LeaveExceptionHandlerInstruction_Create_m7C6FE6DA22B26459A689DD8E2887412ACC93EE63 (int32_t ___0_labelIndex, bool ___1_hasValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringSwitchInstruction__ctor_m97800B343413972ACF54D7A5176B234FCA29B477 (StringSwitchInstruction_tAC76A9571E6022CF041714B05715E1185A8F8479* __this, Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___0_cases, StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B* ___1_nullCase, const RuntimeMethod* method) ; inline void List_1__ctor_m0905652377AEAA0B96DD7F27FC55C71A5BA8AF56 (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* __this, const RuntimeMethod* method) { (( void (*) (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } inline void Dictionary_2__ctor_m047E8F83A80F0BAB95E0A81B6588BAABE6B5FB4F (Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } inline void List_1__ctor_m8E723204CEB9D0194D564133CFF2ACE2DDC1D72D (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D* __this, const RuntimeMethod* method) { (( void (*) (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D*, const RuntimeMethod*))List_1__ctor_m8E723204CEB9D0194D564133CFF2ACE2DDC1D72D_gshared)(__this, method); } inline KeyValuePair_2U5BU5D_t1686C7CBCFA68BF77F16B9983BACAA457DCDE265* Array_Empty_TisKeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3_m2183C47562C057EC5E5BA5D8E38E93B13A5C6B5E_inline (const RuntimeMethod* method) { return (( KeyValuePair_2U5BU5D_t1686C7CBCFA68BF77F16B9983BACAA457DCDE265* (*) (const RuntimeMethod*))Array_Empty_TisKeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3_m2183C47562C057EC5E5BA5D8E38E93B13A5C6B5E_gshared_inline)(method); } inline RuntimeObject* KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3*, const RuntimeMethod*))KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline)(__this, method); } inline int32_t KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) { return (( int32_t (*) (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3*, const RuntimeMethod*))KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Instruction_get_StackBalance_m699EB30FC79DCC8876C64A2B0C18A0DADA713BC4 (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Instruction_get_ContinuationsBalance_m6AE36A37264F3632006D8EA8B5A419A0E198754A (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionView__ctor_mC73FC0DDB9EDB13B1C29CDD8D1291A21E9894406 (InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* __this, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___0_instruction, String_t* ___1_name, int32_t ___2_index, int32_t ___3_stackDepth, int32_t ___4_continuationsDepth, const RuntimeMethod* method) ; inline void List_1_Add_m95328F0F59DDEB1A8A7D044DAF427CC7DEB1EB93_inline (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D* __this, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D*, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D, const RuntimeMethod*))List_1_Add_m95328F0F59DDEB1A8A7D044DAF427CC7DEB1EB93_gshared_inline)(__this, ___0_item, method); } inline InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* List_1_ToArray_m1B58840B91C8D0BD5921B17D33B1F00A9D11B7D3 (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D* __this, const RuntimeMethod* method) { return (( InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* (*) (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D*, const RuntimeMethod*))List_1_ToArray_m1B58840B91C8D0BD5921B17D33B1F00A9D11B7D3_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InstructionView_GetValue_m346E253A2A2B94136AE66E1A46A1E0C3FEB57CEC_inline (InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Interpreter_get_LocalCount_m556C132E9D9950FE1F59FC4B5ECA7DDF2674B360_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* DebugInfo_GetMatchingDebugInfo_m507E8CC54804B2AC471C4111A8E3764471F4B84E (DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* ___0_debugInfos, int32_t ___1_index, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Interpreter_get_Name_m27594A419F941809A017D88F20A15FA33E054673_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptingRuntimeHelpers_Int32ToObject_mAD2675398AAD5E125AB6EE9069E62E4D87C160A6 (int32_t ___0_i, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetStackTraceDebugInfoU3Ed__29__ctor_mF2B61399D4EF0FC9C18B00BAB53144BCB391C026 (U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InterpretedFrame_GetStackTraceDebugInfo_m039F51A5418FA4DCA9CA61BF855B3F1CE930F9C6 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ; inline void List_1__ctor_mB508DF3DB8B8A663663B8FEBC62E239DCA91921C (List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) { (( void (*) (List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mB508DF3DB8B8A663663B8FEBC62E239DCA91921C_gshared)(__this, ___0_collection, method); } inline InterpretedFrameInfoU5BU5D_t97E24C7783C90A15DDACF04305E730DBAEC0A8BB* List_1_ToArray_m31367F2E5A43B9CCB462C893E85323F23F5C4760 (List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01* __this, const RuntimeMethod* method) { return (( InterpretedFrameInfoU5BU5D_t97E24C7783C90A15DDACF04305E730DBAEC0A8BB* (*) (List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01*, const RuntimeMethod*))List_1_ToArray_m31367F2E5A43B9CCB462C893E85323F23F5C4760_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_SetStackDepth_m2FC13C2E30F3CE2A0256D9D3F16C37ACD7F9FAB6 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int32_t ___0_depth, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InterpretedFrame_YieldToCurrentContinuation_mC15C60E6B504F0792A2A0610A40BD33534EE15E9 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_CurrentManagedThreadId_m66483AADCCC13272EBDCD94D31D2E52603C24BDF (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InterpretedFrame_get_Name_m7E20708EFE4D5D412107BA2F109DE03B91DDE8EE (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* InterpretedFrame_GetDebugInfo_m290903C082204894D035E31A82B867180182B77D (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int32_t ___0_instructionIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrameInfo__ctor_mFC568258DDD12687A6D184D147B38109C2D19CED (InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321* __this, String_t* ___0_methodName, DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* ___1_info, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* InterpretedFrame_get_Parent_m14F8B2EEA1D2CEE6ED56E243EEBDC62672D92A13_inline (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetStackTraceDebugInfoU3Ed__29_System_Collections_Generic_IEnumerableU3CSystem_Linq_Expressions_Interpreter_InterpretedFrameInfoU3E_GetEnumerator_mE4FA5C3D03939A4828D04F56642EB9DA8C4ADD85 (U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LocalVariables_get_LocalCount_mC9A02F9B3F67CA2E70D67C2F9CA4D449B0DF1E3E_inline (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* LocalVariables_get_ClosureVariables_mE837DF0168A765905EF0E5425CABCBAD75DA409F_inline (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* Interpreter_get_ClosureVariables_m34C16B89D8C0043D7394DA1058AE96EAD6E9E626_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) ; inline int32_t Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*, const RuntimeMethod*))Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared)(__this, method); } inline void List_1__ctor_m971C6315E976EE66DD91572FFBC628C14AEB8B66 (List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14* __this, const RuntimeMethod* method) { (( void (*) (List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo_EnsureLabel_m85DC4BDF206EF7152299621F8AEBFB8E80B79D80 (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* ___0_compiler, const RuntimeMethod* method) ; inline void List_1_Add_mB0EBC2A04BE522BACFC1735F84495E38DF66DCEC_inline (List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14*, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LabelInfo_get_HasDefinitions_m023F15A8B503FAA6A6133ED44FFDA19A3DF2204D (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo_ValidateJump_m46D67B396AC4C97B3C28FD3440CFD324D4406A5F (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_reference, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LabelScopeInfo_ContainsTarget_m1466420B6046B87D138C99875B9F99AA004BFD67 (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_target, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_LabelTargetAlreadyDefined_mB2C09279760E1BEB0A4F6CF754A76DACB8F0C29C (RuntimeObject* ___0_p0, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo_AddDefinition_mC2447CE7F74C54F6BFE30488E0B6E4F9B956D2CE (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_scope, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelScopeInfo_AddLabelInfo_m75F839C2C3A8B98B11B1BB8FCD625FCA55C165C1 (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_target, LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* ___1_info, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LabelInfo_get_HasMultipleDefinitions_m93AEE59181ED21000A78070AF7878B933AF178AF (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, const RuntimeMethod* method) ; inline Enumerator_tCFB88619F173B4C4CE3A682BD6A32BE09F0C6F8D List_1_GetEnumerator_m5D36B2306DAC25BCD1E4C2127F4C3702193713DE (List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14* __this, const RuntimeMethod* method) { return (( Enumerator_tCFB88619F173B4C4CE3A682BD6A32BE09F0C6F8D (*) (List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } inline void Enumerator_Dispose_mA68C909D591AB883CAAE87B18174C0E049EE3E1C (Enumerator_tCFB88619F173B4C4CE3A682BD6A32BE09F0C6F8D* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tCFB88619F173B4C4CE3A682BD6A32BE09F0C6F8D*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } inline LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* Enumerator_get_Current_mC4F306EE2D23CC58AC6F4C33218CF5817D08F487_inline (Enumerator_tCFB88619F173B4C4CE3A682BD6A32BE09F0C6F8D* __this, const RuntimeMethod* method) { return (( LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* (*) (Enumerator_tCFB88619F173B4C4CE3A682BD6A32BE09F0C6F8D*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } inline bool Enumerator_MoveNext_m87A5C77FC64F55B9C52A4A7774497BC01D5D69AB (Enumerator_tCFB88619F173B4C4CE3A682BD6A32BE09F0C6F8D* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tCFB88619F173B4C4CE3A682BD6A32BE09F0C6F8D*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_AmbiguousJump_m744BCF94D76E184F5624A309A5A0596738E4EE52 (RuntimeObject* ___0_p0, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LabelInfo_DefinedIn_m1B182319E4EC8FB6CDDD197C072069F2C998B0FA (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_scope, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172 (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_NonLocalJumpWithValue_mBE7C4CBF0FFD503CEFE56C3561441B2FCCF68AA0 (RuntimeObject* ___0_p0, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* LabelInfo_FirstDefinition_mD4F85CA39595B7F25532C5EC5EC471BC833F08CB (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, const RuntimeMethod* method) ; inline void Func_2__ctor_mF99C2DF4A2A5810280E8C897BEA119523AB95063 (Func_2_t6F585D4C873543C3A883793056942EC8E071C195* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_2_t6F585D4C873543C3A883793056942EC8E071C195*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method); } inline LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* LabelInfo_CommonNode_TisLabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_m6E2D12949D2D10BC832CC68DA3DE7915B560CA0A (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_first, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___1_second, Func_2_t6F585D4C873543C3A883793056942EC8E071C195* ___2_parent, const RuntimeMethod* method) { return (( LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* (*) (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*, Func_2_t6F585D4C873543C3A883793056942EC8E071C195*, const RuntimeMethod*))LabelInfo_CommonNode_TisRuntimeObject_mDB1DB533979F277E19C5A79E5B611FFA0F8D933D_gshared)(___0_first, ___1_second, ___2_parent, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ControlCannotLeaveFinally_mA9718627858E81F8CDBCE9D20C2DBCEF5E72B6C5 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ControlCannotLeaveFilterTest_m635A2F03CBAFC11E8208173668C3D3B056E1346A (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LabelScopeInfo_get_CanJumpInto_mAD961D073A5EE7E33879B5E1AA4B6DFD394B6DC7 (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ControlCannotEnterExpression_mA0575A61361A20BDB8ADB346346521301B26C92B (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_ControlCannotEnterTry_mC4FAD1389B98DFF249C3C12295EC1C95B75299D1 (const RuntimeMethod* method) ; inline int32_t List_1_get_Count_m1BBDF901A80B73888739612C2826736DA12215D3_inline (List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_LabelTargetUndefined_m9BBDF6211059360C201AC8DD1BD432C597B89D51 (RuntimeObject* ___0_p0, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* LightCompiler_get_Instructions_m83893808067922D779480B4040D352306C07F05B_inline (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, const RuntimeMethod* method) ; inline bool HashSet_1_Contains_mD2AC67CEF3E40621CC32DB8542D0ECA78E90377D (HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_item, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F*, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*, const RuntimeMethod*))HashSet_1_Contains_m9BACE52BFA0BD83C601529D3629118453E459BBB_gshared)(__this, ___0_item, method); } inline Enumerator_t4D5DDF0BD9A9FB9F774945801CD26AD678917734 HashSet_1_GetEnumerator_m922DEBDC30175A9C62B2776A93CF899B29D1D784 (HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* __this, const RuntimeMethod* method) { return (( Enumerator_t4D5DDF0BD9A9FB9F774945801CD26AD678917734 (*) (HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F*, const RuntimeMethod*))HashSet_1_GetEnumerator_m143B98FEED7E9CABA2C494AB2F04DAD60A504635_gshared)(__this, method); } inline void Enumerator_Dispose_mE83F7B43DE73E7B6C7140B10E295043BD805C812 (Enumerator_t4D5DDF0BD9A9FB9F774945801CD26AD678917734* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t4D5DDF0BD9A9FB9F774945801CD26AD678917734*, const RuntimeMethod*))Enumerator_Dispose_mFB582AEAA2E73F3128B5571197BEDE256A83F657_gshared)(__this, method); } inline LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* Enumerator_get_Current_m06E4DA5BC5B6EAE4893DC47615DD7DBB58F78580_inline (Enumerator_t4D5DDF0BD9A9FB9F774945801CD26AD678917734* __this, const RuntimeMethod* method) { return (( LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* (*) (Enumerator_t4D5DDF0BD9A9FB9F774945801CD26AD678917734*, const RuntimeMethod*))Enumerator_get_Current_m139A176CD271A0532D75BE08DA7831C8C45CE28F_gshared_inline)(__this, method); } inline bool Enumerator_MoveNext_m1108480BA8105C6A273FA7D8DC7157036C22C11A (Enumerator_t4D5DDF0BD9A9FB9F774945801CD26AD678917734* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t4D5DDF0BD9A9FB9F774945801CD26AD678917734*, const RuntimeMethod*))Enumerator_MoveNext_m27565F5ACCCC75C3DD34CC4CAE3E6AEFEB9144A6_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, const RuntimeMethod* method) ; inline void HashSet_1__ctor_m2C649FB260C80F36EFF6FEC87F1D7C5FF5C3DBC8 (HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* __this, const RuntimeMethod* method) { (( void (*) (HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F*, const RuntimeMethod*))HashSet_1__ctor_m9132EE1422BAA45E44B7FFF495F378790D36D90E_gshared)(__this, method); } inline bool HashSet_1_Add_mF45CF66A0057D5751DAD6FA17C78D47C475A41E8 (HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_item, const RuntimeMethod* method) { return (( bool (*) (HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F*, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*, const RuntimeMethod*))HashSet_1_Add_m2CD7657B3459B61DD4BBA47024AC71F7D319658B_gshared)(__this, ___0_item, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m9377BD7D6EE31477CEC52DA35810583A98F59BB0 (U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332* __this, const RuntimeMethod* method) ; inline bool HybridReferenceDictionary_2_ContainsKey_m126C894C9A5ED3F80E313DCB525F4F09ADD8A308 (HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_key, const RuntimeMethod* method) { return (( bool (*) (HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200*, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*, const RuntimeMethod*))HybridReferenceDictionary_2_ContainsKey_mA78D71F5021FAB0DF0F79C64B2B2E82B72DBC549_gshared)(__this, ___0_key, method); } inline bool HybridReferenceDictionary_2_TryGetValue_m373BBF591ADA6C5A12A01BCA2C4DAF6CD6C99D12 (HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_key, LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF** ___1_value, const RuntimeMethod* method) { return (( bool (*) (HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200*, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*, LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF**, const RuntimeMethod*))HybridReferenceDictionary_2_TryGetValue_m6C12F02E9B669ACEDF3629FB5601F5DB4C066606_gshared)(__this, ___0_key, ___1_value, method); } inline void HybridReferenceDictionary_2__ctor_m3DD99B279D2F5D8F099A81372A4C1772E5530D0B (HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* __this, const RuntimeMethod* method) { (( void (*) (HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200*, const RuntimeMethod*))HybridReferenceDictionary_2__ctor_m3B28E1445B3659024924F4DAC9D6D37613650DBD_gshared)(__this, method); } inline void HybridReferenceDictionary_2_set_Item_m348A3DB54FD578A8BF35CDDB7D5A90BBC94D22CC (HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_key, LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* ___1_value, const RuntimeMethod* method) { (( void (*) (HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200*, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*, LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF*, const RuntimeMethod*))HybridReferenceDictionary_2_set_Item_mFAC6DC3339885A67DC6640946CF1DE5F5D5712DD_gshared)(__this, ___0_key, ___1_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftSByte__ctor_mA85A707C136F2A14AF9096D241FE5C2F6F1A026A (LeftShiftSByte_t6A7B042FEDE7E178159283D0DEE493FA010EF88A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftInt16__ctor_m8E1E6E69FC3E6EA92542CC4A06CCF443CAE00683 (LeftShiftInt16_t59F2407CBBB55DD050F0C003E8F5DEC026A52C11* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftInt32__ctor_m7B1D99FA5FF23EA9F6B2C5859CD5F9F694D8E81E (LeftShiftInt32_t1C2CB785F1242B8FA76E73D46B7C2199F0640662* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftInt64__ctor_m4CAD5DFF974C48062C8DA71EE25BF679C58D3EE5 (LeftShiftInt64_tC1D65DDBAE686E7EF3FBB0FB6AA92AC04250C8D5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftByte__ctor_m33A4F2678C1076A23DE321CDE8B4088AD2A7A798 (LeftShiftByte_t843792A138E33DD93E48E0FDEA65B3D12C5E19D7* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftUInt16__ctor_m145E164B6C31C31D47397941ABE10F9ABB28D659 (LeftShiftUInt16_t6E92FF880BB2366A49296DBEBF49571384031910* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftUInt32__ctor_m10734806BC5B77329E377BCF0A79E5255CA5A895 (LeftShiftUInt32_t70B269E2E7249E53FABFCAF0565C99ED4BA5A5BE* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftUInt64__ctor_m32F812E752400A49DE12AF5BA76472444138080F (LeftShiftUInt64_t196EC81CE8507A5B45F438EE56F7517BD7F49944* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m7D0537252255C628F4188658D875E4BC13BFF766 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int8_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftInstruction__ctor_m801131996E6C6EF174F9DF08FB15CBB487A5ACEE (LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m6240B0B05BB62738249FABD26D2A4D6DF7437FD3 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, uint8_t ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanSByte__ctor_m00CC707B9B3125D8DB2905A2D22B1A417A8FBB45 (LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanInt16__ctor_m65CF96C54FAE944AC1531915E88E92A1CF9A8A82 (LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanChar__ctor_m8A178D55D5F845FA0135EC8714609B505342D9BC (LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanInt32__ctor_mEA6850989413F886C9AF88F2033C3A028588D91D (LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanInt64__ctor_m88E29F2A9A7862CCCE1DC7EBBFF276293C283E26 (LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanByte__ctor_mFCFFB1EE6A2F5C2CE6812415E82C18D0F5CCFD8A (LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanUInt16__ctor_m1333AD192E6B93B8418FAA3A8ECB6F17F5C4BC8D (LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanUInt32__ctor_mA6B1A99B33DD79FDE0AF26A3A9DDAB17297095EF (LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanUInt64__ctor_m46F69BC5A1AFBB4BC99B90BA24A34F70C6B6F9CC (LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanSingle__ctor_m032637E670EEBF55259BDD14FEF0855FB1B41C53 (LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanDouble__ctor_m8AD533FCBE4C32864E6E7B8FD3E44BDC422883C7 (LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanInstruction__ctor_m21E3517FD2BABB704E8F981E0285383C47E005D5 (LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualSByte__ctor_mCA370B9BE3F09BCFE3D7CC4FB086C471C5B35F0F (LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualInt16__ctor_mDE684C729E4E6947026F2206389CC2510684423D (LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualChar__ctor_m0220E4B239C116E85BA14C3232C5FEC59C541E95 (LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualInt32__ctor_m068216392B75A5B5A57B7C1654E397EBDC6AF506 (LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualInt64__ctor_m36FC17CDFB199A8330AEE935D9A32A4975A20776 (LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualByte__ctor_m3CBDF911EEC1C14C7D908612AD34510471BF1649 (LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualUInt16__ctor_mF3DC4A16128B5509FFFF441DA7FE31D2213E65EF (LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualUInt32__ctor_mA682F418032A886F12082B3F6610277E07C11B51 (LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualUInt64__ctor_mC77866074AACCF5E3B05EC4FCDEF7BF85393B29B (LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualSingle__ctor_m4BB60156D9D1A0D3223B2E1A5BAE97940B0E4E88 (LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualDouble__ctor_m658E29A0CA30F03FE90E61B65A7B391BD4708D58 (LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualInstruction__ctor_m22F3EC7438FC96E0AC8D12FF2ED84395FC9A9B0D (LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF8E53122BE8F0F617357DFB75C3912D1242DE263 (RuntimeObject* ___0_provider, String_t* ___1_format, RuntimeObject* ___2_arg0, RuntimeObject* ___3_arg1, RuntimeObject* ___4_arg2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TryCatchFinallyHandler__ctor_m658FE134EDB45144F521D1438CB0A47BB3DACEDF (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, int32_t ___0_tryStart, int32_t ___1_tryEnd, int32_t ___2_gotoEndLabelIndex, int32_t ___3_finallyStart, int32_t ___4_finallyEnd, ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* ___5_handlers, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_SaveTraceToException_mBB4B45D96AECBBA93EDB400A925F9B7DE29BFD5D (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TryCatchFinallyHandler_get_IsCatchBlockExist_m2FA27CACE8D5E8D4A25352F6F639AB08C7F47A71 (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* RuntimeWrappedException_get_WrappedException_m9A3CF22A6C8FB4D6C9E9A13CE203A718A8BD671D_inline (RuntimeWrappedException_tD43BD0B43ECF58052755A87C0166F70AFE2144B8* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExceptionHandler_Matches_m7A84AF9AE7B6C2B4A86CF66CAF7597B1FA078421 (ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* __this, Type_t* ___0_exceptionType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TryCatchFinallyHandler_FilterPasses_m7065DDAAAD26CB4E32FFDC3B5A6F2392035EBD3D (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, RuntimeObject** ___1_exception, ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* ___2_filter, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F (Exception_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugInfo__ctor_m22EDE664A1A8B14735C3D9899BD30E2E1B24D79F (DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* __this, const RuntimeMethod* method) ; inline int32_t Array_BinarySearch_TisDebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_mFAD599573F6D2626616892D981CE7391EA1DD588 (DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* ___0_array, DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* ___1_value, RuntimeObject* ___2_comparer, const RuntimeMethod* method) { return (( int32_t (*) (DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588*, DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167*, RuntimeObject*, const RuntimeMethod*))Array_BinarySearch_TisRuntimeObject_mE25EE59ABB20AC401C5EC394D3A4497C9BA27C9D_gshared)(___0_array, ___1_value, ___2_comparer, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m3844098E7C18576D263AAF62F69BE5C70BF9A744 (RuntimeObject* ___0_provider, String_t* ___1_format, RuntimeObject* ___2_arg0, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m447B585713E5EB3EBF5D9D0710706D01E8A56D75 (RuntimeObject* ___0_provider, String_t* ___1_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___2_args, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugInfoComparer__ctor_m697CCDE80B3BA07542F70EC816837433833513A9 (DebugInfoComparer_tF6521053ED3200284BB605E744AF65A0482F861A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InterpretedFrameInfo_ToString_m7549ABE7B3E50C956A736BECC8A2F541CE09B5ED (InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariables__ctor_m09363B0DA502E704BDE48E8C86377F6D7DC83184 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, const RuntimeMethod* method) ; inline void List_1__ctor_mBB87607AA71146B10D571E6E7852AC0E4BFC0E78 (List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8* __this, const RuntimeMethod* method) { (( void (*) (List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelScopeInfo__ctor_mD178695F31746D8C7A5DD18AF26D909A1F01BAB3 (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_parent, int32_t ___1_kind, const RuntimeMethod* method) ; inline void Stack_1__ctor_mCAF8B15D57189676A0C94890B8BEEC613D1FCC17 (Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E* __this, const RuntimeMethod* method) { (( void (*) (Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E*, const RuntimeMethod*))Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackGuard__ctor_m5EB5B33677E287D2F29EE2CFD57548E472AA6792 (StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList__ctor_m1F00359AB7BA2FF1B8F979B71861D5778F81C5C9 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler__ctor_mEBEF88E1C0DFB9376D0F89CE5EB123338D215069 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionUtils_ValidateArgumentCount_m153AE9D01D3A9E720D2D275F99ED44289C7EFC3D (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___0_lambda, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, int32_t ___1_start, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitInitializeParameter_mF3ED8B79A3B320F2FF3123042209437A1348948B (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LambdaExpression_get_Body_m161E156442547AE8A6837C5AE065BD93345451DE_inline (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LambdaExpression_get_ReturnType_mA8E8D3FF1557408AFB1CE8C1B7ED879F045D41FB (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LambdaExpression_get_Name_mC099AAE16A8765B43A0D835C6AB33DFA80D4F878 (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* LightCompiler_MakeInterpreter_m825231F8F6090DEE66FE27A0DF1FA75CB64B1B33 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, String_t* ___0_lambdaName, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDelegateCreator__ctor_m35DD9C4A942AB5F3ADB7C78251B64CFB5996F018 (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___0_interpreter, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___1_lambda, const RuntimeMethod* method) ; inline DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* List_1_ToArray_mCC9D347B9AEFB733A43B60F096FEC1073EAC6237 (List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8* __this, const RuntimeMethod* method) { return (( DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* (*) (List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method); } inline RuntimeObject* HybridReferenceDictionary_2_GetEnumerator_m91A288D097BAA030F42C7FF58FFD81502D1BD79A (HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200*, const RuntimeMethod*))HybridReferenceDictionary_2_GetEnumerator_m6C9CAB0A68E7553EB397A9CB42675B4798841E6B_gshared)(__this, method); } inline LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* KeyValuePair_2_get_Value_m34CE962DAD3CE0A058AF48463CF40601EEE9675B_inline (KeyValuePair_2_tA176798404D82C1A01B7FD34C483E49B58424A09* __this, const RuntimeMethod* method) { return (( LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* (*) (KeyValuePair_2_tA176798404D82C1A01B7FD34C483E49B58424A09*, const RuntimeMethod*))KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo_ValidateFinish_m3AB2B9A16D8142C4F4D8F5B0C8CD332693754752 (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 InstructionList_ToArray_mAC67B6DE1551EE5C29F1E5A00ECAED3DF51903FE (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Interpreter__ctor_m15BB9D5B7ECF05D14E6D7B3E383C44E6EC050BF2 (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, String_t* ___0_name, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ___1_locals, InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 ___2_instructions, DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* ___3_debugInfos, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline (ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileDefaultExpression_m550D60ADCA7C9A45650FDC1C821E7DE0D318CD2D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_IsNullableOrReferenceType_m95B6B1A27EAF4BFDF6FD0ACAAAD420350D8CDBBD (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoad_mE55BC98318B2C0788DE06B9BF68573FA2878360F (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitDefaultValue_m511256BFF6A0624609A215AB4A4ED4CDCB55803F (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalVariables_TryGetLocalOrClosure_mA398A05F095B5C74BEFD27E62A3C91653A9163E4 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_var, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4** ___1_local, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalVariable_get_IsBoxed_mD052E73492275BEB8A833C519B7B3AF54EBC13B8 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariables_Box_m981B4EB32CC5A3A71AECDBCBF6BF7E620DD1C978 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___1_instructions, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* LightCompiler_EnsureAvailableForClosure_mAD61BD8D040004121D20B1E01BA4D4080777E0F7 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* LocalVariables_AddClosureVariable_m55F936321CF2282F52BED8B8BA3054FC462883C6 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_LoadLocalNoValueTypeCopy_m21D1A360804D36AB34A391C6C7D711C708B69214 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_EmitCopyValueType_mC68E16F82E24264DF14CF8CA655E52F27970EFDB (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Type_t* ___0_valueType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightCompiler_MaybeMutableValueType_m331B17D0BC6197C0C53BA029804CAF67C29A6516 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* LightCompiler_ResolveLocal_mDFBCF12A32B5AD59EA90EF1E05958797F0B96FBB (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoadLocalFromClosure_m4F9904B93802C608FCA98164164ADF97986486FE (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoadLocalBoxed_m4AD9467E908841FA166705E1F674EE075E29DC3E (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsPrimitive_m46ACAAB8F754D37713E3E45437705F4F58FAFA18 (Type_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoadLocalFromClosureBoxed_mC61494FC26B891853E474B4834E46664D02F56F5 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitStoreLocalToClosure_mA1496BB25710BC7DA9B53969A4C15F5473AEAD11 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitStoreLocalBoxed_mA410FE705FB7D71189D4D411F82167903E43414A (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitAssignLocalBoxed_mC7A89872B5F8A30EDAC87E016EA51E222BD14F4A (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitAssignLocal_mB89C63F99E2741FAC2DD86237C941814F3FF505D (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileGetVariable_mD0A38DDA03F5EAAD61C3F8EE81C0F0E7F655BF33 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* LightCompiler_CompileBlockStart_m6D20A0AD0BCFAC76862A2BD0DEE775E831D14CF1 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* BlockExpression_get_Expressions_mA9BA9C7AFD93D1780901ABC6D15747E5D3DB9508 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method) ; inline int32_t ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F (ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E*, const RuntimeMethod*))ReadOnlyCollection_1_get_Count_mE6BED30C94187FC8CC2C7E5CAF0163455240223C_gshared)(__this, method); } inline Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502 (ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* (*) (ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E*, int32_t, const RuntimeMethod*))ReadOnlyCollection_1_get_Item_m88FE6EF1106EAB22F63554956C77E25339159136_gshared)(__this, ___0_index, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_Compile_m9E52D6F9E91892CAF977C25E7EB0C8B500D0B3DA (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, bool ___1_asVoid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileBlockEnd_m5B5E17825D83D8AB325E610676761B30C46B31BB (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* ___0_locals, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method) ; inline int32_t ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B (ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505*, const RuntimeMethod*))ReadOnlyCollection_1_get_Count_mE6BED30C94187FC8CC2C7E5CAF0163455240223C_gshared)(__this, method); } inline RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m9AD15F67FBFA5926523D1F36D353CFC6D9BB49B2 (ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505*, const RuntimeMethod*))ReadOnlyCollection_1_GetEnumerator_m487A0501D6F875A04F7D8F93F1CB3C813994AA64_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitInitializeLocal_mB49E71BDAE6A8DA651B77E909E37199019EBA98A (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, Type_t* ___1_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileAsVoid_m26956E46A54624326330679A508F900297B3AADD (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___0_definition, int32_t ___1_end, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_EmitThisForMethodCall_mDA4DDCB86960649FE2C4285B0A6A1005640E43D4 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IndexExpression_get_ArgumentCount_mBDED53F0D933829DC3C62DDCC7AB11B5BC479639 (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* IndexExpression_GetArgument_m8C766733ECF016AFD4003DA1ABF0D862CB44216C (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_EmitIndexGet_mFA78DE362D73898CDF08138CCC16492857190142 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* ___0_index, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyInfo_t* IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PropertyInfo_op_Inequality_mE75A4F14CC678D8A670730FBD4338C718CACB51B (PropertyInfo_t* ___0_left, PropertyInfo_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, MethodInfo_t* ___0_method, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D (Type_t* __this, String_t* ___0_name, int32_t ___1_bindingAttr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitGetArrayItem_mF0304CECDC5B20DFC69FFA53A121F07ED9E90996 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitSetArrayItem_mAB17EA3A7069E9DE896FB9BFF3A55FCB05B1CB5C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberInfo_t* MemberExpression_get_Member_m30A7DCC7673A38BE9F06597DC9F5305E61B88104 (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMemberAssignment_m61549A438B579F89F67B905DB4D6AD7A4649B73B (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, bool ___0_asVoid, MemberInfo_t* ___1_refMember, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___2_value, bool ___3_forBinding, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_InvalidProgram_m2100DCBDFB43E64790FE65D7DDFA771AC1F334DA (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsLiteral_mBE7DDC6A709439F775873859C82BAAD1EEFF791A (FieldInfo_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_NotSupported_m12F24942C079EAA55EB9A9BA89E1FE91DC4F018B (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_UnEmit_m35D678B84E505E3050CD900D228B0057570F449D (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitStoreField_m44787CFC1D8E91C79892023FE5259086C6B58C44 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, FieldInfo_t* ___0_field, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileSetVariable_m879EC62CD975397E8A11B6F05A20CBE07ED43A23 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, bool ___1_isVoid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileIndexAssignment_m712D7AFD701E3500C103C7E7CA1A566B8FE11557 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_node, bool ___1_asVoid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMemberAssignment_mF095F777E3907F4B8CD3BE042975C28B9C172101 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_node, bool ___1_asVoid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileVariableAssignment_m68C04F5B8FD96B153AA387D7759A4A3A4BA8AADF (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_node, bool ___1_asVoid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_InvalidLvalue_m83FAEB349FC25C0F5C16196E82910FF0B968BCB2 (int32_t ___0_p0, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* BinaryExpression_get_Method_m70A2C548821935446472BDB4B22E8565903B2CF1 (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryExpression_get_IsLifted_m95359AA03320F850A24CB4D96EF9334536608582 (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryExpression_get_IsLiftedToNull_mA525F5AB3FF6A04A80711FE3EC96BD7AAF2CD9FE (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitBranchFalse_mF38794712CF0A90AE957D774C794F2C3B20969A7 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_elseLabel, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNotEqual_mA1364FC59DB1FB4FFAB4D61878E711146F0C9F56 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitBranch_mC2BC5C3C401AC1272E911639B7FE37CAE916AEFF (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_label, bool ___1_hasResult, bool ___2_hasValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitBranchTrue_m4E0F52ED341682EE6B00E7BBCBA332A5F7CFA683 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_elseLabel, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileArithmetic_mD85E5AE30E14C39F5DD6014EFD9AE9FB9C919BA1 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, int32_t ___0_nodeType, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_left, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___2_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitExclusiveOr_m850E9D170D183ACEABE7113AEEF0950847F6C79A (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitOr_mA6C99E999B6F91E8C40F118D0E2CC0C2CA66B32C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitAnd_mA9B1F01A4A77D0F6FD08E82BF1A6B34BEFC9F9EF (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileEqual_mF10CC24B424EFB4772E874C9356173278472E20A (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_left, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_right, bool ___2_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileNotEqual_m60BF03F717F66A82C44D692C8B264CDF419F9405 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_left, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_right, bool ___2_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileComparison_m59799657EB8006987CA5B57EA988F5C2C5219F20 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLeftShift_mC40DAC8DD5053EC1B0445F1E6D96ABE919D2B7EF (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitRightShift_m5C9229F895D2D65F14AC4696B15B97750D0D0E33 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m7198B645F5C0A5E33F30AEF003C1F1D1415A9F86 (String_t* ___0_resourceFormat, RuntimeObject* ___1_p1, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_mC5103EE3FE4FE245039B1107D6685296D9CC6560 (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* __this, String_t* ___0_message, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLessThan_m9CAB64D33B9457C8B16429478F6F056B66B71DFC (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLessThanOrEqual_m76BE6D8AFE88563C6DFE00458DA0160EB1D31084 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitGreaterThan_m493B45A922B2846D2018D17ECB3537146AE838D3 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitGreaterThanOrEqual_m1AD6694C2286703C5D9C8F0A6CE5EFF263C18BC4 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitAdd_mB8445CDE227FB2707FFC88354D8FB87CB810159C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_checked, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitSub_m569ADDC52CB03DD3BADA4B6540C9F48A7A1E7745 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_checked, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitMul_mBE91B626AACDE24399A30DD8016134150EE10297 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_checked, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitDiv_m45EEDCF56701756539A82C38F9B8D00F661D5707 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitModulo_mC566DCBEDC05D856209E6CF7307F99DB3A91FF55 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4 (Type_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnaryExpression_get_IsLifted_m06A58D1977585CE5EFC1FEB58128DF06A5F8C626 (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* LightCompiler_CompileAddress_mD364B6A5F26CA55A472B44257281EC6BFB5B5326 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_node, int32_t ___1_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0 (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnaryExpression_get_IsLiftedToNull_m6A6103EBBB80AB1A349197D7E562B2B4898AC38E (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NullableMethodCallInstruction_CreateGetValue_mA94E11D88CD618BD64C43A0F6FEDB4B27D7121E3 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitByRefCall_mB9ACC1A39B8306F3E69A5A379DC12765E048733F (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, MethodInfo_t* ___0_method, ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___1_parameters, ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ___2_byrefArgs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileConvertToType_mDE96A97B58C0895EFE15257380989E50EEDF91B6 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Type_t* ___0_typeFrom, Type_t* ___1_typeTo, bool ___2_isChecked, bool ___3_isLiftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_IsNumericOrBool_m83754455F7993200F9EC07EB2B70E2D60428F65C (Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Enum_GetUnderlyingType_mEDDDC2C9F74ECC841E65E401C3703D59C37CBB05 (Type_t* ___0_enumType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitConvertToUnderlying_m44CCBAE993E443711BECE9BFF51A46F5C064309B (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_to, bool ___1_isLiftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNumericConvertChecked_m23AA4DBB5319C90DB24065303B80AB8A4854E0EC (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_from, int32_t ___1_to, bool ___2_isLiftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNumericConvertUnchecked_m9741B962450D0579CC59E8B19F73271557630024 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_from, int32_t ___1_to, bool ___2_isLiftedToNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCastToEnum_m8744E3F57FD4DF7F9C0F116063393DF49EAB5954 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_toType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCastReferenceToEnum_m38D6DFEE03B355E563B6FB2B82E2E0B38DE6ADB3 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_toType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCast_mCF096E9F505DF62B40EA27B3BE72F91FE5D9BA4E (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_toType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNot_m24E20FB7B7DDE0E60DF5CC5A6CA9FFC1420B3CC5 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_EmitUnaryMethodCall_m0E8E7FB15479F2CEA6C08A1F60C6071B8294D040 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileNotExpression_mE855448C41BC11D37A97ED7C776365479D079816 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileTypeAsExpression_m36DE6DB9E5487523A621E76F1C7F314C25AC5451 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitArrayLength_m104D98336309C2B0F9E4E7A28A40E99CC9EC79A4 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNegateChecked_m7C7A273DA0D6FB6E0286D2C108CD52F4D3ACC935 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNegate_m2D98193AC70B486E9E332FE995D1FB43FCA9E0E1 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitIncrement_mB1927A19697714F5D8B881E287239DB7E1179211 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitDecrement_mB49E00386E16027A34D60C66504E0667F281FC60 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_EmitUnaryBoolCheck_m59F7424D67B22CB56099F364B0FE3AA0F8240BB5 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCoalescingBranch_m0AFCF804B7D3C8C49DAC4DB254DC396B31CEE2A1 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_leftNotNull, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitBranch_m50B1C1BE96759C14F4073C86F4BDA19329A4BE00 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_label, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileLogicalBinaryExpression_mB7642DB8B595D238F828E5CB5EF4E3F9B0B00A97 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_b, bool ___1_andAlso, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryExpression_get_IsLiftedLogical_m37019072EF35E2D1560E8D28FDF8196271A2BA0D (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMethodLogicalBinaryExpression_m7D1604593FF06405D4DD06AB74EF0DA365156EF9 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_expr, bool ___1_andAlso, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileLiftedLogicalBinaryExpression_mC79DA881CE5F66E73CD2C7339C44634F36324140 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_node, bool ___1_andAlso, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BinaryExpression_ReduceUserdefinedLifted_mA57B8D44F8D3EECE744DCF9EA98F9C8C79DCA262 (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileUnliftedLogicalBinaryExpression_m8A8703958738DF0E0B8F8D62771DF01C8426B4B2 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_expr, bool ___1_andAlso, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitDup_mF35BA4C8C5D78390C9ABA0EA1AD8B9B39CCDA489 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* TypeUtils_GetBooleanOperator_m044025C7C745B557718CD00498EA82C1E9D526AC (Type_t* ___0_type, String_t* ___1_name, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_IfFalse_mEA6C2752B55A2D84A53DF36CD8C1E43244C99CA9 (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, int32_t ___0_type, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LoopExpression_get_BreakLabel_m0BEEB41E030AF49D291CF9EB576DA6C3F48B49BE_inline (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* LightCompiler_DefineLabel_mE0E35E9DC8AE11AA07A785367C016FFE722BAEB6 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_node, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LoopExpression_get_ContinueLabel_m38C78413422A156C849F4F1B76FAD1A375C7402F_inline (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* LabelInfo_GetLabel_m6152B92995CE945B97419F176CF50D846A0E86BF (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* ___0_compiler, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LoopExpression_get_Body_m057FFA1E0C15C75D99ADB7064CA352BD037803DA_inline (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_PopLabelBlock_m3DA34D4C422456C6A86CB3138C22E4565C8D3A63 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, int32_t ___0_kind, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* SwitchExpression_get_Cases_mF9B75E3F3B573F45A5493D3A1EBCE9C15748A0A0_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method) ; inline void Func_2__ctor_m86F57B1EB9D905D0ADA1682F7F68B196813C29BC (Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method); } inline bool Enumerable_All_TisSwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A_mECCCE7EE12703A5404E55538DD33DA4F80242DEF (RuntimeObject* ___0_source, Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8* ___1_predicate, const RuntimeMethod* method) { return (( bool (*) (RuntimeObject*, Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8*, const RuntimeMethod*))Enumerable_All_TisRuntimeObject_m57CDB9DB99F9E77214B47367D213B06AC3ED97FF_gshared)(___0_source, ___1_predicate, method); } inline int32_t ReadOnlyCollection_1_get_Count_mD7DEB847462A747049006FA30568AF6C8E2D39B4 (ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB*, const RuntimeMethod*))ReadOnlyCollection_1_get_Count_mE6BED30C94187FC8CC2C7E5CAF0163455240223C_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchExpression_get_SwitchValue_mD448C89EC071DFF1DEEEB894E8D1F60E1F5C8FDD_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchExpression_get_DefaultBody_mB2CE409741A4C899E4D04A7B132F8DA14387776D_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* SwitchExpression_get_Comparison_mAF09770812D48AC492B45EDDE32D6F4DEE7D3382_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, const RuntimeMethod* method) ; inline void LightCompiler_CompileIntSwitchExpression_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mACB021038AB657C52ABF123F3D131AF6C0F76542 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* ___0_node, const RuntimeMethod* method) { (( void (*) (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A*, SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959*, const RuntimeMethod*))LightCompiler_CompileIntSwitchExpression_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mACB021038AB657C52ABF123F3D131AF6C0F76542_gshared)(__this, ___0_node, method); } inline void LightCompiler_CompileIntSwitchExpression_TisRuntimeObject_mF91FD13EAB251B5B1C6099EF502F03EE0F4A03E0 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* ___0_node, const RuntimeMethod* method) { (( void (*) (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A*, SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959*, const RuntimeMethod*))LightCompiler_CompileIntSwitchExpression_TisRuntimeObject_mF91FD13EAB251B5B1C6099EF502F03EE0F4A03E0_gshared)(__this, ___0_node, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* CachedReflectionInfo_get_String_op_Equality_String_String_mC419FB490D510481B94D23FF0D910BE6DAE0037B (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7 (RuntimeObject* ___0_objA, RuntimeObject* ___1_objB, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileStringSwitchExpression_mFDE72D8701CE36D40763807C8D1C0D27FD5FEF80 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* Expression_Label_mE116FC42BABFFBC0EDDF10115CC7CC53A95436B7 (Type_t* ___0_type, String_t* ___1_name, const RuntimeMethod* method) ; inline RuntimeObject* ReadOnlyCollection_1_GetEnumerator_mD93613C8904534FBC54A92A90F715173676726DB (ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB*, const RuntimeMethod*))ReadOnlyCollection_1_GetEnumerator_m487A0501D6F875A04F7D8F93F1CB3C813994AA64_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* SwitchCase_get_TestValues_mD0D553215AD64A5FE09A7AC6BB8BA246E938AAE6_inline (SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* __this, const RuntimeMethod* method) ; inline RuntimeObject* ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41 (ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E*, const RuntimeMethod*))ReadOnlyCollection_1_GetEnumerator_m487A0501D6F875A04F7D8F93F1CB3C813994AA64_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* Expression_Equal_mD33EC79F538967C2E58D210F95F739987E23700A (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_left, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_right, bool ___2_liftToNull, MethodInfo_t* ___3_method, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchCase_get_Body_m740F241A1AA26BA6366BABF2143CD4A620576337_inline (SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* Expression_Goto_m8F36E12596F261ECF73CA7ED1A761C9A494CE1B4 (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_target, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_value, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* Expression_Condition_m9365861D30BD7EB7F0AB862FCE588CCC919DCC7D (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_test, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_ifTrue, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___2_ifFalse, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileConditionalExpression_m885580AA2BED2DE5A2C79CD924AD599BE2ACCDE6 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, bool ___1_asVoid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* Expression_Label_m3695CEC6E9B2F17C15EBB94164366DDBD7D8EA8C (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_target, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_defaultValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileLabelExpression_m492E8616EA39C1E3823CBE2CAF3CBEB353503F8A (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; inline void Dictionary_2__ctor_mA3C3860EDE2CDD08BBD68C389377BC89D029D968 (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*, const RuntimeMethod*))Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_gshared)(__this, method); } inline void StrongBox_1__ctor_m71955F6E4120530B3D003524648FD31B4709C2B3 (StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B* __this, int32_t ___0_value, const RuntimeMethod* method) { (( void (*) (StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B*, int32_t, const RuntimeMethod*))StrongBox_1__ctor_m71955F6E4120530B3D003524648FD31B4709C2B3_gshared)(__this, ___0_value, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitStringSwitch_m538917941B07578647F7D7C438C855E6C0BDC5AB (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___0_cases, StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B* ___1_nullCase, const RuntimeMethod* method) ; inline SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* ReadOnlyCollection_1_get_Item_m8385693884168709EA34042CCFC135D9670E6183 (ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* (*) (ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB*, int32_t, const RuntimeMethod*))ReadOnlyCollection_1_get_Item_m88FE6EF1106EAB22F63554956C77E25339159136_gshared)(__this, ___0_index, method); } inline bool Dictionary_2_TryAdd_m8753B4B9C09237708C1FEB36AD40F945E35B96ED (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* __this, String_t* ___0_key, int32_t ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_TryAdd_mF9B0463373910BAF21DB075A3A9788E5A7E7F1D2_gshared)(__this, ___0_key, ___1_value, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LabelScopeInfo_TryGetLabelInfo_mF5B765CE5DEDA6277BF8F531AA878253D4D8ADEA (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_target, LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF** ___1_info, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LabelExpression_get_DefaultValue_m5C2635F0C40E19CFD4AC9AAA325A825CE508FF0E_inline (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* GotoExpression_get_Target_mB1CB6DD32D1035E3FECA2AEC5289C9812F53B161_inline (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* LightCompiler_ReferenceLabel_mA54E6A092BA9D123132A92B481737F8AAC5021C9 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_node, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitGoto_m9EBBB86257731911669631CFDC9BD6BF61730062 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_label, bool ___1_hasResult, bool ___2_hasValue, bool ___3_labelTargetGetsValue, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo__ctor_m52125B1D17C78CE275E64A79C163C2E330A28DE5 (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* LightCompiler_EnsureLabel_m393D116A939B358120645E025F241215BFBA9952 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo_Reference_mC4DFBE02B02AD3B8B77CB05B0D5065EF54F4728E (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_block, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo_Define_mCF4F942FF933B3E718B08B168DDBCC360D20AFCE (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_block, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_DefineBlockLabels_mE355A8A27D7BE5D6EA68D28B7BC1374E0C1CC6D6 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_RethrowRequiresCatch_mE03F8D59B359A9FFF693D7AFD35658D19201E2B4 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CheckRethrow_mAB0B91945E8EB965757B94560115F0FA20628D66 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, const RuntimeMethod* method) ; inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* Stack_1_Peek_m15053CC7D66C55E926AABAF06963AD125F350790 (Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E* __this, const RuntimeMethod* method) { return (( ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* (*) (Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E*, const RuntimeMethod*))Stack_1_Peek_mF0ECF6A61726B66E6D9B33D8C4DEAA47E586E6E4_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileParameterExpression_m50B5169284460B8E41FE57B48C0E01F6D982679F (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitRethrowVoid_mE65E5C724FB766A6E0AA71EA974DDE7206A54793 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitRethrow_mD694F2ED4A069625C27937A46D88B1BAFD77F90C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitThrowVoid_m497D197018DB215034714853D8692E54E4EB7289 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitThrow_mBC258015E88060816FDD2A937A27ACA1CF0DA264 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Fault_m33ACDEC30E171AFC954184175A93D78B4DBD2070_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileTryFaultExpression_m95DB8A47EFE34490C4C62FF99D5F77A0CBD26427 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* ___0_expr, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Finally_m1F58A9AFB439D384693F49FB10461C16CED1C565_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterTryFinally_mDE0EBF6087A879F48C9F19AD39BEC71FACEDC615 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_finallyStartLabel, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterTryCatch_mCC69D64A0162C983F6684A4936BBDFDE881A10A7 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_GetInstruction_mCC1ADDF0ACE497E7D03292CF90275C0CCB0A94B1 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Body_mBDD0F55B8F7CFE28B012712989C0D8E9555E68FE_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* TryExpression_get_Handlers_mD57D9A1EECC45D09C53AA5D17138DA00EEBACF06_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method) ; inline int32_t ReadOnlyCollection_1_get_Count_mAED798E78C460BF59F232A5137DCCDBD8B9761C6 (ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA*, const RuntimeMethod*))ReadOnlyCollection_1_get_Count_mE6BED30C94187FC8CC2C7E5CAF0163455240223C_gshared)(__this, method); } inline void List_1__ctor_mBDE31D99721C364862B50429E7E07DCB202686F4 (List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF* __this, const RuntimeMethod* method) { (( void (*) (List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } inline RuntimeObject* ReadOnlyCollection_1_GetEnumerator_m9DF4DC92F34801165D028FEA35016526AF987DCA (ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA*, const RuntimeMethod*))ReadOnlyCollection_1_GetEnumerator_m487A0501D6F875A04F7D8F93F1CB3C813994AA64_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ; inline void Stack_1_Push_m8B5F2FBB554ABE07285D689A3A5FB75B4DE94035 (Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_item, const RuntimeMethod* method) { (( void (*) (Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, const RuntimeMethod*))Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared)(__this, ___0_item, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterExceptionFilter_m3925550BEF21FCD7F60FDE44F86F431DCF4CE155 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstructionList_MarkRuntimeLabel_mFCAAFCB713CEFF1B9DBB348F6AF5FC293351F677 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionFilter__ctor_mC53C5FACBCD134E09C4D3949D0C58EDFABD24DB0 (ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* __this, int32_t ___0_labelIndex, int32_t ___1_start, int32_t ___2_end, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLeaveExceptionFilter_m0A56D44F399A290F13BC9C8664BF10F06AD8100C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterExceptionHandlerNonVoid_m645D4F606C22923E91097187BC7A7E56F0AB0F7C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterExceptionHandlerVoid_m9726853B2C9821CD6710A160F53A8BCCD90D4241 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ; inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* Stack_1_Pop_mA82EEFA1CBEB790293D15C3AD9BBF3706371774D (Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E* __this, const RuntimeMethod* method) { return (( ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* (*) (Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E*, const RuntimeMethod*))Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLeaveExceptionHandler_m21D6B9304A0669D038F7208CAC6B1AE0778C589E (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, bool ___0_hasValue, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___1_tryExpressionEndLabel, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHandler__ctor_m02E38940446219227CB1BA1EAA599D7F3AE354CB (ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* __this, int32_t ___0_labelIndex, int32_t ___1_handlerStartIndex, int32_t ___2_handlerEndIndex, Type_t* ___3_exceptionType, ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* ___4_filter, const RuntimeMethod* method) ; inline void List_1_Add_m63398304F727862CA6A0F34593C597468DB6C1D7_inline (List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF* __this, ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF*, ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterFinally_m9CFA721662A9E832FB596B16ED64F293CC9AD236 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_finallyStartLabel, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLeaveFinally_m11B8937A2EC9009AEB3237A386B9662A868EC08F (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BranchLabel_get_TargetIndex_m3C89287A8444ED48097E948029B73720D102CDF6_inline (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* __this, const RuntimeMethod* method) ; inline ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* List_1_ToArray_mF8BDC664344F21B801A38B429405F24B0A185991 (List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF* __this, const RuntimeMethod* method) { return (( ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* (*) (List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnterTryCatchFinallyInstruction_SetTryHandler_mB8E7328BDE1FD52C27A37CD33F356115114EAC93_inline (EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* __this, TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* ___0_tryHandler, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TryCatchFinallyHandler__ctor_mAB5F79CB07CA7AFA9FEA96104264D2D8D8CCE636 (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, int32_t ___0_tryStart, int32_t ___1_tryEnd, int32_t ___2_gotoEndTargetIndex, ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* ___3_handlers, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* InstructionList_EmitEnterTryFault_mE350FC7F40AAEA0F73D31C491A851547DBC08A4C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_tryEnd, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterFault_m897D75F5451358D62FA4FD7AE129CF6B7D3A08C2 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_faultStartLabel, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLeaveFault_m883B86D58A6A7C6E6A123D845B3F1355D4D1A538 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TryFaultHandler__ctor_m5DF946D73A8F1253022AF33EEFCC21F290BA4BFC (TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* __this, int32_t ___0_tryStart, int32_t ___1_tryEnd, int32_t ___2_finallyStart, int32_t ___3_finallyEnd, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnterTryFaultInstruction_SetTryHandler_m08DB9E7E0769706527D7158B3833D0E170DFD129_inline (EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* __this, TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* ___0_tryHandler, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MethodCallExpression_get_Object_m3E06943B2633E3F64AFF6E35D591DB017956299D (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMethodCallExpression_mC0799050200BEF0CB44B1FB86EEAFB1EEB0C58BE (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_object, MethodInfo_t* ___1_method, RuntimeObject* ___2_arguments, const RuntimeMethod* method) ; inline void List_1__ctor_m05793C6F41432DEECB244F2F0CACC9CC38E51005 (List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* __this, const RuntimeMethod* method) { (( void (*) (List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } inline void List_1_Add_m31F903FF6C70D3953A471F268B374F54A2C2B918_inline (List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* __this, ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D*, ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNullableCall_mF577360074F5923BB539BD38F3C9DA3828A4B6C9 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, MethodInfo_t* ___0_method, ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___1_parameters, const RuntimeMethod* method) ; inline ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* List_1_ToArray_m67748B31E83B927165803E5397E2B0832F3FA1C1 (List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* __this, const RuntimeMethod* method) { return (( ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* (*) (List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method); } inline Enumerator_tF0F088508DB86657CF2A36C204F3364DB1F20F80 List_1_GetEnumerator_mAECFACBBF40CF0E1BB757952276B40A3199F9303 (List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* __this, const RuntimeMethod* method) { return (( Enumerator_tF0F088508DB86657CF2A36C204F3364DB1F20F80 (*) (List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } inline void Enumerator_Dispose_m8FC54D556A514A425BBB5E114B556807C825A181 (Enumerator_tF0F088508DB86657CF2A36C204F3364DB1F20F80* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tF0F088508DB86657CF2A36C204F3364DB1F20F80*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } inline ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* Enumerator_get_Current_m6D727E882EEC7FBCBA94F14640843092DF1A376E_inline (Enumerator_tF0F088508DB86657CF2A36C204F3364DB1F20F80* __this, const RuntimeMethod* method) { return (( ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* (*) (Enumerator_tF0F088508DB86657CF2A36C204F3364DB1F20F80*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } inline bool Enumerator_MoveNext_mBE38305E1999E8FF551F2707673DD3AB8081139F (Enumerator_tF0F088508DB86657CF2A36C204F3364DB1F20F80* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tF0F088508DB86657CF2A36C204F3364DB1F20F80*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* Expression_Parameter_mF825EFB5FBAABE8355C9D44B286AB4EA02F8B992 (Type_t* ___0_type, String_t* ___1_name, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayByRefUpdater__ctor_m5F46FF1861992EAB92AD42B447AEFA47DAEC3F95 (ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844* __this, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___0_array, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___1_index, int32_t ___2_argumentIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_mB9B8CA713B2AA9D6AFECC24E05AF78D22532B673 (Type_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightCompiler_ShouldWritebackNode_m84A3B4429F20E7B2DD5EDB4350E53A898E30717B (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_node, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterByRefUpdater__ctor_mB7175A637B3D822FF7936E57B762EC64A29D740D (ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11* __this, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ___0_parameter, int32_t ___1_argumentIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* LightCompiler_CompileArrayIndexAddress_m7C7726823EE03DC4382A31435F817ABE7EDB42E8 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_array, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_index, int32_t ___2_argumentIndex, const RuntimeMethod* method) ; inline void Nullable_1__ctor_m3B86BA74755F8269102AF08E6024055932B4B2B4 (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___0_value, const RuntimeMethod* method) { (( void (*) (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02, const RuntimeMethod*))Nullable_1__ctor_m3B86BA74755F8269102AF08E6024055932B4B2B4_gshared)(__this, ___0_value, method); } inline LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, const RuntimeMethod* method) { return (( LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 (*) (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_gshared_inline)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* PropertyInfo_GetSetMethod_mA16842ADAD11B6F70F4EDCA2805C999E378C4C8B (PropertyInfo_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexMethodByRefUpdater__ctor_mC44C5FB9EDF1BFAEF8C29E04DD6DBCB2C4326EA1 (IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049* __this, Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ___0_obj, LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* ___1_args, MethodInfo_t* ___2_indexer, int32_t ___3_argumentIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* LightCompiler_CompileMultiDimArrayAccess_m2F440F2D354239D71E6B17867D53ABEB181E26DC (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_array, RuntimeObject* ___1_arguments, int32_t ___2_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_op_Inequality_m95789A98E646494987E66A9E4188DCA86185066B (FieldInfo_t* ___0_left, FieldInfo_t* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoadField_m900BAFD2555038F844A7B113F7BA7FC35B6C8EF3 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, FieldInfo_t* ___0_field, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FieldInfo_get_IsInitOnly_m476BB9325A68BDD56B088D3E8407F75FA1388ED9 (FieldInfo_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldByRefUpdater__ctor_m0C187A56A9FFCF954A63A387D3C3C03D0AB5AF6F (FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603* __this, Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ___0_obj, FieldInfo_t* ___1_field, int32_t ___2_argumentIndex, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyByRefUpdater__ctor_m9FED566D3D6D8B5E12248CA4B4D00DC83BE1D7F4 (PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6* __this, Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ___0_obj, PropertyInfo_t* ___1_property, int32_t ___2_argumentIndex, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* NewExpression_get_Constructor_m3E55B5B89F1297D692E143FF9B89C7B5363BFC78_inline (NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4 (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_left, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___1_right, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m16FA83463867635ED9DECAE1C5F6BE96B4579CE5 (Type_t* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_NonAbstractConstructorRequired_m5C173CAA3E9BE773CAF0DFEA4F49E5E69B4A2CC9 (const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* NewExpression_GetArgument_m2BC69542701E97B2F68FDEC82110D3A05194E9CA (NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* __this, int32_t ___0_index, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitByRefNew_m324C0555773837887E62E51BB7EAB161608045D8 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_constructorInfo, ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___1_parameters, ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ___2_updaters, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNew_m434E4EA253BAE8DBC88780097CDDF1AE50378316 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_constructorInfo, ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___1_parameters, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMember_mBE0712C3F173379CD47E4907F1BB031CA07C9D80 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_from, MemberInfo_t* ___1_member, bool ___2_forBinding, const RuntimeMethod* method) ; inline ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* Array_Empty_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_m8B79F0CC166DD4E03885F00928A6991122760485_inline (const RuntimeMethod* method) { return (( ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF_inline (NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNewArrayInit_m947E28604D262263107BB5456A43CBEF09789D44 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_elementType, int32_t ___1_elementCount, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNewArray_m0100C5EFA47002AD6F44D04D5B3D2266A594FD7A (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_elementType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNewArrayBounds_mE27797ADD76B80EDCC054138FC85DD2424FE61BC (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_elementType, int32_t ___1_rank, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* DebugInfoExpression_get_Document_mFFB1FAF66BE565A86A6688546AB54DE1A4CD7F50_inline (DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SymbolDocumentInfo_get_FileName_m899B6E822CE4FA131B49E58FB0BE2A3EF9B488C0_inline (SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* __this, const RuntimeMethod* method) ; inline void List_1_Add_m219022DD8AC02A5507DCF3DF085F95E6670596DD_inline (List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8* __this, DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8*, DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* RuntimeVariablesExpression_get_Variables_m92B9332694A4DD0699B225EAD0A83F9D4FFACADB_inline (RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileGetBoxedVariable_mB925B5369E4BAD0B881334D26621A6216E0D0B9A (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNewRuntimeVariables_m0F92B6E826D0D09C26C373A78C9B1FA9D97E01AF (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_count, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler__ctor_m4A054A39A330C2287DD5F3985FFA03F59323D57D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* ___0_parent, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* LightCompiler_CompileTop_m592602602EEDA87D1D580B2E0FA0A1143E3B9D54 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___0_node, const RuntimeMethod* method) ; inline KeyCollection_tAF264A2883102D1BFA0D1C83577AC69AAFAFB0D1* Dictionary_2_get_Keys_m468A0F89AD48836B05AF417535ACDAB3495F1184 (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* __this, const RuntimeMethod* method) { return (( KeyCollection_tAF264A2883102D1BFA0D1C83577AC69AAFAFB0D1* (*) (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*, const RuntimeMethod*))Dictionary_2_get_Keys_m72D290F90654BFD683FA7AA7C63D9F4F692218B6_gshared)(__this, method); } inline Enumerator_t5C2DB545B18E6F3A2A978E78225BFD78F4B57AF2 KeyCollection_GetEnumerator_mCA216356194DC7B43010ADA66455CF5F33898CA6 (KeyCollection_tAF264A2883102D1BFA0D1C83577AC69AAFAFB0D1* __this, const RuntimeMethod* method) { return (( Enumerator_t5C2DB545B18E6F3A2A978E78225BFD78F4B57AF2 (*) (KeyCollection_tAF264A2883102D1BFA0D1C83577AC69AAFAFB0D1*, const RuntimeMethod*))KeyCollection_GetEnumerator_m7E77FBA7DE2D3876EC02F396712C4AA5B1D535A5_gshared)(__this, method); } inline void Enumerator_Dispose_m3F547D2159B459C0663A705814DDE297CD2480DB (Enumerator_t5C2DB545B18E6F3A2A978E78225BFD78F4B57AF2* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t5C2DB545B18E6F3A2A978E78225BFD78F4B57AF2*, const RuntimeMethod*))Enumerator_Dispose_mEB2A61F3F3F420C1B1DFD5C74EEFD4BD7761BCF7_gshared)(__this, method); } inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* Enumerator_get_Current_m2CF1E1B82CE4F233E11279A59C8A6CA5334F1E0B_inline (Enumerator_t5C2DB545B18E6F3A2A978E78225BFD78F4B57AF2* __this, const RuntimeMethod* method) { return (( ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* (*) (Enumerator_t5C2DB545B18E6F3A2A978E78225BFD78F4B57AF2*, const RuntimeMethod*))Enumerator_get_Current_mD6472FA27D28B9AE64A0FEF796C72ABBC2420EBF_gshared_inline)(__this, method); } inline bool Enumerator_MoveNext_mD4526B5B74B86F68E5D06B2394DC0F18EE49B28C (Enumerator_t5C2DB545B18E6F3A2A978E78225BFD78F4B57AF2* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t5C2DB545B18E6F3A2A978E78225BFD78F4B57AF2*, const RuntimeMethod*))Enumerator_MoveNext_mB5E00F11BCA3AC963F9BA72659FA76B107863F3C_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCreateDelegate_m6D2B04503C8BCC788B8827090922CCBB9DB13DBD (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ___0_creator, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* BinaryExpression_get_Conversion_mFC5F083F42100D958292775E0D99E918F5427D78 (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_AreEquivalent_m0BABD4C82A94A96D19CCA4B9A7788B436049BC65 (Type_t* ___0_t1, Type_t* ___1_t2, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* TypeUtils_GetInvokeMethod_m62AB477BF6415EEB6F7108534BAB598CA9CDCA02 (Type_t* ___0_delegateType, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_mF08321E4E99D835F221F58B40C8077C60530CE62 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_instance, MethodInfo_t* ___1_method, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___2_arguments, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMethodCallExpression_mC3759526B34749EE19DD86B239E034D0FE067BB6 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, const RuntimeMethod* method) ; inline TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* Array_Empty_TisType_t_m1FD9ED0B09CEAFFC537EF0C71689FDB03AEF72AC_inline (const RuntimeMethod* method) { return (( TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA (Type_t* __this, String_t* ___0_name, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___1_types, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* Expression_Call_m7FB3954E0D89EBD81DF5E621877B3262EC5CB961 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_instance, MethodInfo_t* ___1_method, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* ListInitExpression_get_NewExpression_m9F8DBC1E6754C9C25AAF57B9068303DD9250D27A_inline (ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* ListInitExpression_get_Initializers_mDB919C61BA1780B3BF5809C30659608640F50152_inline (ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileListInit_mC436E631EC24D03F8C3667EBEC3E9CEB1342AF1D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* ___0_initializers, const RuntimeMethod* method) ; inline ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* ReadOnlyCollection_1_get_Item_mC0E87C639D799B9EB52C54BFD2CFA8BD067DB03C (ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* (*) (ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004*, int32_t, const RuntimeMethod*))ReadOnlyCollection_1_get_Item_m88FE6EF1106EAB22F63554956C77E25339159136_gshared)(__this, ___0_index, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ElementInit_get_Arguments_mB5CED237304E0CA2B960F3534E1AF82EF1BFBC85_inline (ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* ElementInit_get_AddMethod_m945B6063B96E13B436BFA6ACF9DECE5B126980C4_inline (ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* __this, const RuntimeMethod* method) ; inline int32_t ReadOnlyCollection_1_get_Count_m473166140B01FE0AE990FC2D3752B54361C2F08E (ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* __this, const RuntimeMethod* method) { return (( int32_t (*) (ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004*, const RuntimeMethod*))ReadOnlyCollection_1_get_Count_mE6BED30C94187FC8CC2C7E5CAF0163455240223C_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* MemberInitExpression_get_NewExpression_mDE4DAFB01F1AFDFF9E1D75597A33DECB87EF60EE_inline (MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* MemberInitExpression_get_Bindings_mB536296D4C0B10B1FAB3B868EF029DACDC8BD891_inline (MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMemberInit_m31B27159B8BCD7C7517E7D7334C6054FB285FF5B (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* ___0_bindings, const RuntimeMethod* method) ; inline RuntimeObject* ReadOnlyCollection_1_GetEnumerator_mFC182FA019A1809094AD9DE83CAA76D36E482635 (ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4*, const RuntimeMethod*))ReadOnlyCollection_1_GetEnumerator_m487A0501D6F875A04F7D8F93F1CB3C813994AA64_gshared)(__this, method); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MemberBinding_get_BindingType_m04B4F876BBD97225D6489A490173E429BC5827EF_inline (MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MemberInfo_t* MemberBinding_get_Member_m66404C9CE34EF842E52ED33DC11D1F0CFBD0C53B_inline (MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MemberAssignment_get_Expression_m7563AF3027D0840783662276CA41B8F75BB36C10_inline (MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* MemberListBinding_get_Initializers_m4B81DACAA09C8680F92C7D3F176E7E45961876AA_inline (MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LightCompiler_GetMemberType_mB49DFE928A23E3B3221F7B560A1E4E00AC56E960 (MemberInfo_t* ___0_member, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* MemberMemberBinding_get_Bindings_m4D2DFE23BFDC958EBDC356944D5A54DFDC88BFB8_inline (MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Error_CannotAutoInitializeValueTypeMemberThroughProperty_m8E3A9F72AECE562DF17AF2826248D657C7CB0F6C (RuntimeObject* ___0_p0, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteVisitor__ctor_m516DEE61E4C8777DB823820838B35EC5A8A0436B (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, const RuntimeMethod* method) ; inline void Dictionary_2__ctor_m3662A121E7F9EB9D8E0AAC6A5DC9636D081FF250 (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } inline Enumerator_t9A1A4E14CA36827D81BAE37A8442D9186CD429BB HashSet_1_GetEnumerator_m790983E2A090AD8C0F363F4FE01C8626FB2789F7 (HashSet_1_t068F5201D923072F46716204841D21328FE6218D* __this, const RuntimeMethod* method) { return (( Enumerator_t9A1A4E14CA36827D81BAE37A8442D9186CD429BB (*) (HashSet_1_t068F5201D923072F46716204841D21328FE6218D*, const RuntimeMethod*))HashSet_1_GetEnumerator_m143B98FEED7E9CABA2C494AB2F04DAD60A504635_gshared)(__this, method); } inline void Enumerator_Dispose_m49E181E3913AED3154C4D597500A1FAA31B16E6D (Enumerator_t9A1A4E14CA36827D81BAE37A8442D9186CD429BB* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t9A1A4E14CA36827D81BAE37A8442D9186CD429BB*, const RuntimeMethod*))Enumerator_Dispose_mFB582AEAA2E73F3128B5571197BEDE256A83F657_gshared)(__this, method); } inline ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* Enumerator_get_Current_mCB8999BE6F567FAA26684ED6547DAD6B90E84713_inline (Enumerator_t9A1A4E14CA36827D81BAE37A8442D9186CD429BB* __this, const RuntimeMethod* method) { return (( ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* (*) (Enumerator_t9A1A4E14CA36827D81BAE37A8442D9186CD429BB*, const RuntimeMethod*))Enumerator_get_Current_m139A176CD271A0532D75BE08DA7831C8C45CE28F_gshared_inline)(__this, method); } inline void Dictionary_2_set_Item_m715FE1268A64D79F4E9E26155FC0F2AE85766A84 (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_key, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method); } inline bool Enumerator_MoveNext_mF4ADF989E8768E9DC67539E29F61B9F49DD3094C (Enumerator_t9A1A4E14CA36827D81BAE37A8442D9186CD429BB* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t9A1A4E14CA36827D81BAE37A8442D9186CD429BB*, const RuntimeMethod*))Enumerator_MoveNext_m27565F5ACCCC75C3DD34CC4CAE3E6AEFEB9144A6_gshared)(__this, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteInstruction__ctor_mDB9A0F2AA977B2B75C57E19A894A4EE70619C8FA (QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_operand, Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ___1_hoistedVariables, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitTypeEquals_m50DE4374FB099BCEE8F0D09744D43558377E5261 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitTypeAs_m1E8064738F622ECE2A482D457CE3692D283A3C04 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConstantCheck_AnalyzeTypeIs_m1EDBE8EE486ACF2F115F6FA66C10290BCE6FA64A (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* ___0_typeIs, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitTypeIs_m44DB9E535351911F639778B67150AF7513153EE9 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightCompiler_TryPushLabelBlock_mFF2511411C1182ECD19AD006A6761B37E7471A2F (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_node, const RuntimeMethod* method) ; IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InstructionList_get_CurrentStackDepth_m2B514CA96CD57F4D8B7D7FD6D3B97A4FF4B92AA7_inline (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileAssignBinaryExpression_mFE5DB7A3D55797F5AEE746A14A46BD6D8E4F6C72 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, bool ___1_asVoid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileBlockExpression_mE2BB3C83C6CB68B383A6DA33A2C8DA4EFF7EC096 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, bool ___1_asVoid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileThrowUnaryExpression_m4929118AAB1C1AD3E5C9F77D9C874E2852A7BE83 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, bool ___1_asVoid, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileNoLabelPush_m1E936396B34394C0148D51C61265772895DC894D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackGuard_TryEnterOnCurrentStack_mC05CD78213FCACE10A8885A64D36B1F61337A956 (StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* __this, const RuntimeMethod* method) ; inline void Action_2__ctor_m61B5847856CF73C1A639B756C1332B6A950AA84D (Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_m6A0E7FE9DF9AE6C4BEE58611CB55F64FC3D79052_gshared)(__this, ___0_object, ___1_method, method); } inline void StackGuard_RunOnEmptyStack_TisLightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m553A5E7487803B5C6B69A73DF78573B67DA40E1A (StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* __this, Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5* ___0_action, LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* ___1_arg1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___2_arg2, const RuntimeMethod* method) { (( void (*) (StackGuard_t6F37D81861288F2039A29A88A6287419F220E849*, Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5*, LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, const RuntimeMethod*))StackGuard_RunOnEmptyStack_TisRuntimeObject_TisRuntimeObject_mC23100B698AB9A1B11BFEE5A72D03A209CCC0D11_gshared)(__this, ___0_action, ___1_arg1, ___2_arg2, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileBinaryExpression_m2F2ACD060D404236A0CEC78006B08C445F98FA09 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileAndAlsoBinaryExpression_mEFB87BBED337BF0D9835992221634A48AC6AF864 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileOrElseBinaryExpression_m54EA8FF9FD74D9728F3EBDCBB5A97F8AA7F88F62 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileCoalesceBinaryExpression_m43B15DF1A58209E5919F29DD5C298D305B84CA9A (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileUnaryExpression_mCCB7F07BBBB379463A98415EC189979058F51AA1 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileConvertUnaryExpression_m6DC2AAA2EDEB9913629AB997C048069E8B29038A (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileQuoteUnaryExpression_m642F8C195831E00B3875FCD16923742C5EAE471C (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileUnboxUnaryExpression_mDD6EE72293AF1B3325DB435628793AB43146AD71 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileConstantExpression_mEA743D7F563A9B865D07686B0F72C91B7DB93707 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileInvocationExpression_mEE1D5EAF66741A407706837D867AB093DE303F7D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileLambdaExpression_m9973843CC51107039261914275DD9457D277A731 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileListInitExpression_m667EDC2CAD76376752D7A77C83142A38ECF2C030 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMemberExpression_m802F0993B84D0C900CCDB52B04C99F25FBCAEA72 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMemberInitExpression_mF59BA9109E2C3BCBC0C4315AEE46ECA6648C3DC8 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileNewExpression_mE2CD42ECDB382047D49A390ACB8D2CAAAB5286B5 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileNewArrayExpression_mC010FFBB1757236949A2D433FFFAA8613C4A491A (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileTypeIsExpression_mC2C61929DA4B4959D969A3FEA05D605C667F8C70 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileTypeEqualExpression_mB838990AAE2F03A6DC5B0B0F2B380A83271B667D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileDebugInfoExpression_mCDFD59B3468C1CA88E7426D0EE3E587DDDADA220 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileDefaultExpression_mE83076F8B69A67B0906AD263B839352195A6A2D0 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileGotoExpression_m48F1878995B97B199B70633D5FF3E45E69671AA9 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileIndexExpression_mFAED715104DBF91B1D3EAC3B3C6961D26B89FED6 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileRuntimeVariablesExpression_m7D1E9F48C86116618B87648479C5F6C77F33E27C (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileLoopExpression_mCE771AC86E40E0650F97FE262F58B3A36ECE955C (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileSwitchExpression_mE8CAD9DDA0AC4AC6CC05CF66F6423B9BB726AA85 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileTryExpression_m0E8F4874AB8C4F2AA258D7E22DB319FE813E2155 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) ; IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* Expression_ReduceAndCheck_m8CF664E3CC592955516A833A9AF4A42278AF46C0 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* __this, const RuntimeMethod* method) ; inline LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* Array_Empty_TisLocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_m70D107A79AB792E0E10517756CF55F7E75B90E17_inline (const RuntimeMethod* method) { return (( LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* (*) (const RuntimeMethod*))Array_Empty_TisLocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_m70D107A79AB792E0E10517756CF55F7E75B90E17_gshared_inline)(method); } inline void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared)(__this, ___0_item, method); } inline void List_1_AddWithResize_m47222083904E5992F1343D4C4CE32F5282C06809 (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D* __this, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D*, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D, const RuntimeMethod*))List_1_AddWithResize_m47222083904E5992F1343D4C4CE32F5282C06809_gshared)(__this, ___0_item, method); } #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanByte__ctor_mF917CC57C88371D060D822B1683F542E820B81E9 (GreaterThanByte_t020A4008B3BD4AB29C1137D05B5C15D87CBB49DA* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanInstruction__ctor_mC670DA8EA6E27D811856CC33FD8EC1058EB85C2A(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanByte_Run_mB8F598A3ACBACB78EA1EBF385BC3C5067610F329 (GreaterThanByte_t020A4008B3BD4AB29C1137D05B5C15D87CBB49DA* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_9, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))) > ((int32_t)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_10, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanUInt16__ctor_mADE32344C74C824B9BB9847ED98B9A2CCD8378E4 (GreaterThanUInt16_t130DB55D5A550058F7AFEAD7DCD20C74308CF7E2* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanInstruction__ctor_mC670DA8EA6E27D811856CC33FD8EC1058EB85C2A(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanUInt16_Run_mBF4A374C46686339F3F3BC676C55B24E0CEADE8B (GreaterThanUInt16_t130DB55D5A550058F7AFEAD7DCD20C74308CF7E2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_9, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))) > ((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_10, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanUInt32__ctor_m8B9F4BA944767077BE731DF94BF47F9DA9A9D813 (GreaterThanUInt32_t9E80D5AB17A39C9F4C792B64FFA71B4B080A2444* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanInstruction__ctor_mC670DA8EA6E27D811856CC33FD8EC1058EB85C2A(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanUInt32_Run_mCC89C1398CAF80FADC0F747F62BB747FB5CC1AB2 (GreaterThanUInt32_t9E80D5AB17A39C9F4C792B64FFA71B4B080A2444* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((!(((uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_9, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))) <= ((uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_10, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanUInt64__ctor_mF9B7DAD63827D83E7CCDBE7CDE8478B75A6E0EC6 (GreaterThanUInt64_t7572D7D5636C4F8CDBDCB3F1A7BC568ED1D7C78E* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanInstruction__ctor_mC670DA8EA6E27D811856CC33FD8EC1058EB85C2A(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanUInt64_Run_mA31BFD75B293C112CAF7B7C4583939E7FB5B1743 (GreaterThanUInt64_t7572D7D5636C4F8CDBDCB3F1A7BC568ED1D7C78E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((!(((uint64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_9, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))) <= ((uint64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_10, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanSingle__ctor_m017252EBF9DC41BDB75292BA8AFE8C862C62C85B (GreaterThanSingle_t3900C7A4FEC0E4B09FEDECEC1ACF3C1E1D8EDD03* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanInstruction__ctor_mC670DA8EA6E27D811856CC33FD8EC1058EB85C2A(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanSingle_Run_m251C7FE0158C73716A8F891E41DDF69A4B37B245 (GreaterThanSingle_t3900C7A4FEC0E4B09FEDECEC1ACF3C1E1D8EDD03* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((float)((*(float*)((float*)(float*)UnBox(L_9, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))) > ((float)((*(float*)((float*)(float*)UnBox(L_10, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanDouble__ctor_mE971ADF609AA304EE91558A16663AD18203FD507 (GreaterThanDouble_t4A37AF7395381B96C574A309987A52BF4B86F4DD* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanInstruction__ctor_mC670DA8EA6E27D811856CC33FD8EC1058EB85C2A(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanDouble_Run_m3A49498A8F33B4958745FFCC92EA5274E7D73108 (GreaterThanDouble_t4A37AF7395381B96C574A309987A52BF4B86F4DD* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanInstruction_tD80265D7C665F3D083AB43CA8DA033CEFF64CC1D*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((double)((*(double*)((double*)(double*)UnBox(L_9, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))) > ((double)((*(double*)((double*)(double*)UnBox(L_10, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanOrEqualInstruction_get_ConsumedStack_m7E381E07800DC0F091383237A9FC2929B73A4933 (GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5* __this, const RuntimeMethod* method) { { return 2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanOrEqualInstruction_get_ProducedStack_mA5E51B8888C1D217DC5EF5034B6FBFC958AEFE61 (GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5* __this, const RuntimeMethod* method) { { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GreaterThanOrEqualInstruction_get_InstructionName_m3831E9CA3C347D60E9E73DAB45C9F5B23382B85C (GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DD5C132A9FA2FE13E2D8DE7A3BC7D6905CDFC48); s_Il2CppMethodInitialized = true; } { return _stringLiteral0DD5C132A9FA2FE13E2D8DE7A3BC7D6905CDFC48; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualInstruction__ctor_m12DA49FC940BCFCB86845F17A0A42171A6D537B5 (GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL); RuntimeObject* L_0 = ___0_nullValue; __this->____nullValue = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____nullValue), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* GreaterThanOrEqualInstruction_Create_m00D205CCF7F7B7BFD49EE023F4B5E0452B7EC3DF (Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B8_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B11_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B14_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B17_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B20_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B23_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B26_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B25_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B29_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B28_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B32_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B31_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B35_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B34_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B41_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B40_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B44_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B43_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B47_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B46_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B50_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B49_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B53_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B52_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B56_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B55_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B59_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B58_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B62_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B61_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B65_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B64_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B68_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B67_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B71_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B70_0 = NULL; { bool L_0 = ___1_liftedToNull; if (!L_0) { goto IL_0143; } } { Type_t* L_1 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); int32_t L_3; L_3 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_2, NULL); V_0 = L_3; int32_t L_4 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 4))) { case 0: { goto IL_0077; } case 1: { goto IL_004b; } case 2: { goto IL_00b9; } case 3: { goto IL_0061; } case 4: { goto IL_00cf; } case 5: { goto IL_008d; } case 6: { goto IL_00e5; } case 7: { goto IL_00a3; } case 8: { goto IL_00fb; } case 9: { goto IL_0111; } case 10: { goto IL_0127; } } } { goto IL_013d; } IL_004b: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullSByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_6 = L_5; if (L_6) { G_B5_0 = L_6; goto IL_0060; } G_B4_0 = L_6; } { GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E* L_7 = (GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E*)il2cpp_codegen_object_new(GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E_il2cpp_TypeInfo_var); GreaterThanOrEqualSByte__ctor_m583B8F6324EBB37E5A486D50E7781D25FB7E8B5F(L_7, NULL, NULL); GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E* L_8 = L_7; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullSByte = L_8; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullSByte), (void*)L_8); G_B5_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_8)); } IL_0060: { return G_B5_0; } IL_0061: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_10 = L_9; if (L_10) { G_B8_0 = L_10; goto IL_0076; } G_B7_0 = L_10; } { GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3* L_11 = (GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3*)il2cpp_codegen_object_new(GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3_il2cpp_TypeInfo_var); GreaterThanOrEqualInt16__ctor_mFCF7B10288C60DF662551E6CE2688A05731D6809(L_11, NULL, NULL); GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3* L_12 = L_11; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullInt16 = L_12; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullInt16), (void*)L_12); G_B8_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_12)); } IL_0076: { return G_B8_0; } IL_0077: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullChar; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_14 = L_13; if (L_14) { G_B11_0 = L_14; goto IL_008c; } G_B10_0 = L_14; } { GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF* L_15 = (GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF*)il2cpp_codegen_object_new(GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF_il2cpp_TypeInfo_var); GreaterThanOrEqualChar__ctor_m935170A88714617F912F2DBD5016D259446A6E59(L_15, NULL, NULL); GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF* L_16 = L_15; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullChar = L_16; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullChar), (void*)L_16); G_B11_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_16)); } IL_008c: { return G_B11_0; } IL_008d: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_18 = L_17; if (L_18) { G_B14_0 = L_18; goto IL_00a2; } G_B13_0 = L_18; } { GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5* L_19 = (GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5*)il2cpp_codegen_object_new(GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5_il2cpp_TypeInfo_var); GreaterThanOrEqualInt32__ctor_m40D35F313CD07D99357CDE5184CEA25F09A976AC(L_19, NULL, NULL); GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5* L_20 = L_19; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullInt32 = L_20; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullInt32), (void*)L_20); G_B14_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_20)); } IL_00a2: { return G_B14_0; } IL_00a3: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_22 = L_21; if (L_22) { G_B17_0 = L_22; goto IL_00b8; } G_B16_0 = L_22; } { GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F* L_23 = (GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F*)il2cpp_codegen_object_new(GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F_il2cpp_TypeInfo_var); GreaterThanOrEqualInt64__ctor_mB1F94D583FF37B56F9E3E06A08ABCA0CB801D1F3(L_23, NULL, NULL); GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F* L_24 = L_23; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullInt64 = L_24; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullInt64), (void*)L_24); G_B17_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_24)); } IL_00b8: { return G_B17_0; } IL_00b9: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_26 = L_25; if (L_26) { G_B20_0 = L_26; goto IL_00ce; } G_B19_0 = L_26; } { GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C* L_27 = (GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C*)il2cpp_codegen_object_new(GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C_il2cpp_TypeInfo_var); GreaterThanOrEqualByte__ctor_mD2B3ED24461DF896C0C60370B4AC026CFCB2E23D(L_27, NULL, NULL); GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C* L_28 = L_27; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullByte = L_28; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullByte), (void*)L_28); G_B20_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_28)); } IL_00ce: { return G_B20_0; } IL_00cf: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullUInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_30 = L_29; if (L_30) { G_B23_0 = L_30; goto IL_00e4; } G_B22_0 = L_30; } { GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4* L_31 = (GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4*)il2cpp_codegen_object_new(GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4_il2cpp_TypeInfo_var); GreaterThanOrEqualUInt16__ctor_mADF0BE347EF2528D12E63EAC92080066A2F0E813(L_31, NULL, NULL); GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4* L_32 = L_31; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullUInt16 = L_32; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullUInt16), (void*)L_32); G_B23_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_32)); } IL_00e4: { return G_B23_0; } IL_00e5: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullUInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_34 = L_33; if (L_34) { G_B26_0 = L_34; goto IL_00fa; } G_B25_0 = L_34; } { GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F* L_35 = (GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F*)il2cpp_codegen_object_new(GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F_il2cpp_TypeInfo_var); GreaterThanOrEqualUInt32__ctor_m9E36D1128B9936F61F94847EFA1F1230CD93D42B(L_35, NULL, NULL); GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F* L_36 = L_35; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullUInt32 = L_36; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullUInt32), (void*)L_36); G_B26_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_36)); } IL_00fa: { return G_B26_0; } IL_00fb: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_37 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullUInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_38 = L_37; if (L_38) { G_B29_0 = L_38; goto IL_0110; } G_B28_0 = L_38; } { GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05* L_39 = (GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05*)il2cpp_codegen_object_new(GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05_il2cpp_TypeInfo_var); GreaterThanOrEqualUInt64__ctor_mB9CEC7160AA1450ED676508376B68B1119BBFB99(L_39, NULL, NULL); GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05* L_40 = L_39; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullUInt64 = L_40; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullUInt64), (void*)L_40); G_B29_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_40)); } IL_0110: { return G_B29_0; } IL_0111: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_41 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullSingle; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_42 = L_41; if (L_42) { G_B32_0 = L_42; goto IL_0126; } G_B31_0 = L_42; } { GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2* L_43 = (GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2*)il2cpp_codegen_object_new(GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2_il2cpp_TypeInfo_var); GreaterThanOrEqualSingle__ctor_mE5D67D3629B04027644146E3E799F23DEF2066CC(L_43, NULL, NULL); GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2* L_44 = L_43; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullSingle = L_44; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullSingle), (void*)L_44); G_B32_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_44)); } IL_0126: { return G_B32_0; } IL_0127: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_45 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullDouble; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_46 = L_45; if (L_46) { G_B35_0 = L_46; goto IL_013c; } G_B34_0 = L_46; } { GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B* L_47 = (GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B*)il2cpp_codegen_object_new(GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B_il2cpp_TypeInfo_var); GreaterThanOrEqualDouble__ctor_m9608CDFCF7D85C4C1F7D65EB60DF0FEC2A10BC70(L_47, NULL, NULL); GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B* L_48 = L_47; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullDouble = L_48; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_liftedToNullDouble), (void*)L_48); G_B35_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_48)); } IL_013c: { return G_B35_0; } IL_013d: { Exception_t* L_49; L_49 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GreaterThanOrEqualInstruction_Create_m00D205CCF7F7B7BFD49EE023F4B5E0452B7EC3DF_RuntimeMethod_var))); } IL_0143: { Type_t* L_50 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_51; L_51 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_50, NULL); il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); int32_t L_52; L_52 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_51, NULL); V_0 = L_52; int32_t L_53 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_53, 4))) { case 0: { goto IL_01bc; } case 1: { goto IL_0188; } case 2: { goto IL_020a; } case 3: { goto IL_01a2; } case 4: { goto IL_0224; } case 5: { goto IL_01d6; } case 6: { goto IL_023e; } case 7: { goto IL_01f0; } case 8: { goto IL_0258; } case 9: { goto IL_0272; } case 10: { goto IL_028c; } } } { goto IL_02a6; } IL_0188: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_54 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_SByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_55 = L_54; if (L_55) { G_B41_0 = L_55; goto IL_01a1; } G_B40_0 = L_55; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_56 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E* L_57 = (GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E*)il2cpp_codegen_object_new(GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E_il2cpp_TypeInfo_var); GreaterThanOrEqualSByte__ctor_m583B8F6324EBB37E5A486D50E7781D25FB7E8B5F(L_57, L_56, NULL); GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E* L_58 = L_57; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_SByte = L_58; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_SByte), (void*)L_58); G_B41_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_58)); } IL_01a1: { return G_B41_0; } IL_01a2: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_59 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Int16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_60 = L_59; if (L_60) { G_B44_0 = L_60; goto IL_01bb; } G_B43_0 = L_60; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_61 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3* L_62 = (GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3*)il2cpp_codegen_object_new(GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3_il2cpp_TypeInfo_var); GreaterThanOrEqualInt16__ctor_mFCF7B10288C60DF662551E6CE2688A05731D6809(L_62, L_61, NULL); GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3* L_63 = L_62; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Int16 = L_63; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_63); G_B44_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_63)); } IL_01bb: { return G_B44_0; } IL_01bc: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_64 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Char; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_65 = L_64; if (L_65) { G_B47_0 = L_65; goto IL_01d5; } G_B46_0 = L_65; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_66 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF* L_67 = (GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF*)il2cpp_codegen_object_new(GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF_il2cpp_TypeInfo_var); GreaterThanOrEqualChar__ctor_m935170A88714617F912F2DBD5016D259446A6E59(L_67, L_66, NULL); GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF* L_68 = L_67; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Char = L_68; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Char), (void*)L_68); G_B47_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_68)); } IL_01d5: { return G_B47_0; } IL_01d6: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_69 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Int32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_70 = L_69; if (L_70) { G_B50_0 = L_70; goto IL_01ef; } G_B49_0 = L_70; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_71 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5* L_72 = (GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5*)il2cpp_codegen_object_new(GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5_il2cpp_TypeInfo_var); GreaterThanOrEqualInt32__ctor_m40D35F313CD07D99357CDE5184CEA25F09A976AC(L_72, L_71, NULL); GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5* L_73 = L_72; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Int32 = L_73; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_73); G_B50_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_73)); } IL_01ef: { return G_B50_0; } IL_01f0: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_74 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Int64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_75 = L_74; if (L_75) { G_B53_0 = L_75; goto IL_0209; } G_B52_0 = L_75; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_76 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F* L_77 = (GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F*)il2cpp_codegen_object_new(GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F_il2cpp_TypeInfo_var); GreaterThanOrEqualInt64__ctor_mB1F94D583FF37B56F9E3E06A08ABCA0CB801D1F3(L_77, L_76, NULL); GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F* L_78 = L_77; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Int64 = L_78; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_78); G_B53_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_78)); } IL_0209: { return G_B53_0; } IL_020a: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_79 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Byte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_80 = L_79; if (L_80) { G_B56_0 = L_80; goto IL_0223; } G_B55_0 = L_80; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_81 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C* L_82 = (GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C*)il2cpp_codegen_object_new(GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C_il2cpp_TypeInfo_var); GreaterThanOrEqualByte__ctor_mD2B3ED24461DF896C0C60370B4AC026CFCB2E23D(L_82, L_81, NULL); GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C* L_83 = L_82; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Byte = L_83; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Byte), (void*)L_83); G_B56_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_83)); } IL_0223: { return G_B56_0; } IL_0224: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_84 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_UInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_85 = L_84; if (L_85) { G_B59_0 = L_85; goto IL_023d; } G_B58_0 = L_85; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_86 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4* L_87 = (GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4*)il2cpp_codegen_object_new(GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4_il2cpp_TypeInfo_var); GreaterThanOrEqualUInt16__ctor_mADF0BE347EF2528D12E63EAC92080066A2F0E813(L_87, L_86, NULL); GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4* L_88 = L_87; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_UInt16 = L_88; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_88); G_B59_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_88)); } IL_023d: { return G_B59_0; } IL_023e: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_89 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_UInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_90 = L_89; if (L_90) { G_B62_0 = L_90; goto IL_0257; } G_B61_0 = L_90; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_91 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F* L_92 = (GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F*)il2cpp_codegen_object_new(GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F_il2cpp_TypeInfo_var); GreaterThanOrEqualUInt32__ctor_m9E36D1128B9936F61F94847EFA1F1230CD93D42B(L_92, L_91, NULL); GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F* L_93 = L_92; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_UInt32 = L_93; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_93); G_B62_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_93)); } IL_0257: { return G_B62_0; } IL_0258: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_94 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_UInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_95 = L_94; if (L_95) { G_B65_0 = L_95; goto IL_0271; } G_B64_0 = L_95; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_96 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05* L_97 = (GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05*)il2cpp_codegen_object_new(GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05_il2cpp_TypeInfo_var); GreaterThanOrEqualUInt64__ctor_mB9CEC7160AA1450ED676508376B68B1119BBFB99(L_97, L_96, NULL); GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05* L_98 = L_97; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_UInt64 = L_98; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_98); G_B65_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_98)); } IL_0271: { return G_B65_0; } IL_0272: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_99 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Single; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_100 = L_99; if (L_100) { G_B68_0 = L_100; goto IL_028b; } G_B67_0 = L_100; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_101 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2* L_102 = (GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2*)il2cpp_codegen_object_new(GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2_il2cpp_TypeInfo_var); GreaterThanOrEqualSingle__ctor_mE5D67D3629B04027644146E3E799F23DEF2066CC(L_102, L_101, NULL); GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2* L_103 = L_102; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Single = L_103; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Single), (void*)L_103); G_B68_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_103)); } IL_028b: { return G_B68_0; } IL_028c: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_104 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Double; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_105 = L_104; if (L_105) { G_B71_0 = L_105; goto IL_02a5; } G_B70_0 = L_105; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_106 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B* L_107 = (GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B*)il2cpp_codegen_object_new(GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B_il2cpp_TypeInfo_var); GreaterThanOrEqualDouble__ctor_m9608CDFCF7D85C4C1F7D65EB60DF0FEC2A10BC70(L_107, L_106, NULL); GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B* L_108 = L_107; ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Double = L_108; Il2CppCodeGenWriteBarrier((void**)(&((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_StaticFields*)il2cpp_codegen_static_fields_for(GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5_il2cpp_TypeInfo_var))->___s_Double), (void*)L_108); G_B71_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_108)); } IL_02a5: { return G_B71_0; } IL_02a6: { Exception_t* L_109; L_109 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_109, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GreaterThanOrEqualInstruction_Create_m00D205CCF7F7B7BFD49EE023F4B5E0452B7EC3DF_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualSByte__ctor_m583B8F6324EBB37E5A486D50E7781D25FB7E8B5F (GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanOrEqualInstruction__ctor_m12DA49FC940BCFCB86845F17A0A42171A6D537B5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanOrEqualSByte_Run_mF41FEE0E78B84C816FECB8D5AD598F00C48FE1FE (GreaterThanOrEqualSByte_tD08078F9AA6C05232C6D13BC419EABCB214D9F8E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_9, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))) < ((int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_10, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualInt16__ctor_mFCF7B10288C60DF662551E6CE2688A05731D6809 (GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanOrEqualInstruction__ctor_m12DA49FC940BCFCB86845F17A0A42171A6D537B5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanOrEqualInt16_Run_m382FD9957CC26428A8B61B73203E4E350A867ED5 (GreaterThanOrEqualInt16_tD013A0088AC993C0A3264242B219068FAB1DD6D3* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_9, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))) < ((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_10, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualChar__ctor_m935170A88714617F912F2DBD5016D259446A6E59 (GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanOrEqualInstruction__ctor_m12DA49FC940BCFCB86845F17A0A42171A6D537B5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanOrEqualChar_Run_mB31C85242BA4186317C2A0974FBA3D7620053D0D (GreaterThanOrEqualChar_tFE61549D9F1F17059385112A8779F46866165ABF* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int32_t)((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_9, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))))) < ((int32_t)((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_10, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualInt32__ctor_m40D35F313CD07D99357CDE5184CEA25F09A976AC (GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanOrEqualInstruction__ctor_m12DA49FC940BCFCB86845F17A0A42171A6D537B5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanOrEqualInt32_Run_m49DC8382513E861BD1E394951EBDF00DDB6BB226 (GreaterThanOrEqualInt32_t06FFF6CF04746088481D9EA44CFCC632F3E910E5* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int32_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))) < ((int32_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_10, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualInt64__ctor_mB1F94D583FF37B56F9E3E06A08ABCA0CB801D1F3 (GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanOrEqualInstruction__ctor_m12DA49FC940BCFCB86845F17A0A42171A6D537B5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanOrEqualInt64_Run_m3CD0A7BEB5F8E9C2DD67D62F914ECEF1A5644DFB (GreaterThanOrEqualInt64_t969DB4488AF1435950DBA1057447C29BBB3C804F* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_9, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))) < ((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_10, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualByte__ctor_mD2B3ED24461DF896C0C60370B4AC026CFCB2E23D (GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanOrEqualInstruction__ctor_m12DA49FC940BCFCB86845F17A0A42171A6D537B5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanOrEqualByte_Run_m9F46C66BEDB4213C948DA4F73D5382C21813A888 (GreaterThanOrEqualByte_t095E2B1BE37DD7FA7315DF9501DB0FF371A0AE5C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int32_t)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_9, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))) < ((int32_t)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_10, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualUInt16__ctor_mADF0BE347EF2528D12E63EAC92080066A2F0E813 (GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanOrEqualInstruction__ctor_m12DA49FC940BCFCB86845F17A0A42171A6D537B5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanOrEqualUInt16_Run_mE145A973C68909A89F3B907907BA9FCD5390DAAC (GreaterThanOrEqualUInt16_t2E3CC34AB11D35B9C5E28DE8CD91598F40CACFC4* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_9, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))) < ((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_10, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualUInt32__ctor_m9E36D1128B9936F61F94847EFA1F1230CD93D42B (GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanOrEqualInstruction__ctor_m12DA49FC940BCFCB86845F17A0A42171A6D537B5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanOrEqualUInt32_Run_m2EC2B8630DD770B1C659CA15B47B1156C9AD0808 (GreaterThanOrEqualUInt32_tA287838BB9B9AC513BC8BAD9A1D818C99DE0781F* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((!(((uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_9, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))) >= ((uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_10, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualUInt64__ctor_mB9CEC7160AA1450ED676508376B68B1119BBFB99 (GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanOrEqualInstruction__ctor_m12DA49FC940BCFCB86845F17A0A42171A6D537B5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanOrEqualUInt64_Run_m88B2E89B41FCC2D7D097EFD604884D334F02397A (GreaterThanOrEqualUInt64_t191F986900630D1A3F06BDCE35B839270812EA05* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((!(((uint64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_9, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))) >= ((uint64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_10, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualSingle__ctor_mE5D67D3629B04027644146E3E799F23DEF2066CC (GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanOrEqualInstruction__ctor_m12DA49FC940BCFCB86845F17A0A42171A6D537B5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanOrEqualSingle_Run_mEC122A433C263710A135A820822CAE9E62A15E15 (GreaterThanOrEqualSingle_t20CCFA19A93940B2B16945531519EC2EF70D4EA2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((!(((float)((*(float*)((float*)(float*)UnBox(L_9, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))) >= ((float)((*(float*)((float*)(float*)UnBox(L_10, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GreaterThanOrEqualDouble__ctor_m9608CDFCF7D85C4C1F7D65EB60DF0FEC2A10BC70 (GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; GreaterThanOrEqualInstruction__ctor_m12DA49FC940BCFCB86845F17A0A42171A6D537B5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GreaterThanOrEqualDouble_Run_m76D2CA409A491BD8B34C837B3F5F6DC234AAB46D (GreaterThanOrEqualDouble_t946A7A9B3B70DD962B954BED87398F716476B88B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((GreaterThanOrEqualInstruction_t9B930CCFE78613E96717458ED48231D1C0D73BA5*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((!(((double)((*(double*)((double*)(double*)UnBox(L_9, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))) >= ((double)((*(double*)((double*)(double*)UnBox(L_10, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IncrementInstruction_get_ConsumedStack_m7803A842013A4F1C9A6A9870800162DDCC9171E6 (IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22* __this, const RuntimeMethod* method) { { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IncrementInstruction_get_ProducedStack_mE5F24E8C7E85556A6F8E634C08725C3F6215DD81 (IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22* __this, const RuntimeMethod* method) { { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* IncrementInstruction_get_InstructionName_m9ECA5D57962134B6A883B2990D31CB54D3BC5D73 (IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA2952036960F8600220D38724E1B49BB3943E14); s_Il2CppMethodInitialized = true; } { return _stringLiteralDA2952036960F8600220D38724E1B49BB3943E14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementInstruction__ctor_m14D7E457CDCA92DC043A4651D8ED99739F67ECCE (IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22* __this, const RuntimeMethod* method) { { Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* IncrementInstruction_Create_m77272B47710C17903DA182B892D86C0D6E3C4CDD (Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementDouble_t6D8884671EEEF2B6114F6459F1A756CD67593388_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementInt16_tF84BCF366C2B91D7CA304A51B321F3026C05F4C2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementInt32_tF126DBC32CAFD0AF37322DC156491673ADF0446D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementInt64_t01F87C2EA57B87E1AABF63A20E59B1A17C0AF977_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementSingle_tC1F2F114E247A8065C84EF314125A43254F2E21B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementUInt16_tB27A3AFBA1A3E1A10BFED905AB859D271385F657_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementUInt32_t0F922E673AA3F0B82772609C57CF3FA84E069F3D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementUInt64_tAF9E727A8A65F1E4994A39EBA70247F367772857_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B21_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B25_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B24_0 = NULL; { Type_t* L_0 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); int32_t L_2; L_2 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_1, NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 7))) { case 0: { goto IL_0039; } case 1: { goto IL_0078; } case 2: { goto IL_004e; } case 3: { goto IL_008d; } case 4: { goto IL_0063; } case 5: { goto IL_00a2; } case 6: { goto IL_00b7; } case 7: { goto IL_00cc; } } } { goto IL_00e1; } IL_0039: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Int16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4; if (L_5) { G_B4_0 = L_5; goto IL_004d; } G_B3_0 = L_5; } { IncrementInt16_tF84BCF366C2B91D7CA304A51B321F3026C05F4C2* L_6 = (IncrementInt16_tF84BCF366C2B91D7CA304A51B321F3026C05F4C2*)il2cpp_codegen_object_new(IncrementInt16_tF84BCF366C2B91D7CA304A51B321F3026C05F4C2_il2cpp_TypeInfo_var); IncrementInt16__ctor_mABC07E2FF77194D47B7AB49C5A7BCCD198B0A8DE(L_6, NULL); IncrementInt16_tF84BCF366C2B91D7CA304A51B321F3026C05F4C2* L_7 = L_6; ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Int16 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_7); G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7)); } IL_004d: { return G_B4_0; } IL_004e: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Int32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8; if (L_9) { G_B7_0 = L_9; goto IL_0062; } G_B6_0 = L_9; } { IncrementInt32_tF126DBC32CAFD0AF37322DC156491673ADF0446D* L_10 = (IncrementInt32_tF126DBC32CAFD0AF37322DC156491673ADF0446D*)il2cpp_codegen_object_new(IncrementInt32_tF126DBC32CAFD0AF37322DC156491673ADF0446D_il2cpp_TypeInfo_var); IncrementInt32__ctor_m2DA1C0731B3064CBFEDF5584B44BDA14803646F6(L_10, NULL); IncrementInt32_tF126DBC32CAFD0AF37322DC156491673ADF0446D* L_11 = L_10; ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Int32 = L_11; Il2CppCodeGenWriteBarrier((void**)(&((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_11); G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11)); } IL_0062: { return G_B7_0; } IL_0063: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Int64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12; if (L_13) { G_B10_0 = L_13; goto IL_0077; } G_B9_0 = L_13; } { IncrementInt64_t01F87C2EA57B87E1AABF63A20E59B1A17C0AF977* L_14 = (IncrementInt64_t01F87C2EA57B87E1AABF63A20E59B1A17C0AF977*)il2cpp_codegen_object_new(IncrementInt64_t01F87C2EA57B87E1AABF63A20E59B1A17C0AF977_il2cpp_TypeInfo_var); IncrementInt64__ctor_m7BBB059BEFD7759305DBD8CD9E6C06414A1B3CDF(L_14, NULL); IncrementInt64_t01F87C2EA57B87E1AABF63A20E59B1A17C0AF977* L_15 = L_14; ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Int64 = L_15; Il2CppCodeGenWriteBarrier((void**)(&((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_15); G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15)); } IL_0077: { return G_B10_0; } IL_0078: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_UInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16; if (L_17) { G_B13_0 = L_17; goto IL_008c; } G_B12_0 = L_17; } { IncrementUInt16_tB27A3AFBA1A3E1A10BFED905AB859D271385F657* L_18 = (IncrementUInt16_tB27A3AFBA1A3E1A10BFED905AB859D271385F657*)il2cpp_codegen_object_new(IncrementUInt16_tB27A3AFBA1A3E1A10BFED905AB859D271385F657_il2cpp_TypeInfo_var); IncrementUInt16__ctor_m7810A7D27D1D09433F2C676CB1952FDA2A35E882(L_18, NULL); IncrementUInt16_tB27A3AFBA1A3E1A10BFED905AB859D271385F657* L_19 = L_18; ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_UInt16 = L_19; Il2CppCodeGenWriteBarrier((void**)(&((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_19); G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19)); } IL_008c: { return G_B13_0; } IL_008d: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_UInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20; if (L_21) { G_B16_0 = L_21; goto IL_00a1; } G_B15_0 = L_21; } { IncrementUInt32_t0F922E673AA3F0B82772609C57CF3FA84E069F3D* L_22 = (IncrementUInt32_t0F922E673AA3F0B82772609C57CF3FA84E069F3D*)il2cpp_codegen_object_new(IncrementUInt32_t0F922E673AA3F0B82772609C57CF3FA84E069F3D_il2cpp_TypeInfo_var); IncrementUInt32__ctor_m15C05061681967525DC0FE2DAE760A249BE93883(L_22, NULL); IncrementUInt32_t0F922E673AA3F0B82772609C57CF3FA84E069F3D* L_23 = L_22; ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_UInt32 = L_23; Il2CppCodeGenWriteBarrier((void**)(&((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_23); G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23)); } IL_00a1: { return G_B16_0; } IL_00a2: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_UInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24; if (L_25) { G_B19_0 = L_25; goto IL_00b6; } G_B18_0 = L_25; } { IncrementUInt64_tAF9E727A8A65F1E4994A39EBA70247F367772857* L_26 = (IncrementUInt64_tAF9E727A8A65F1E4994A39EBA70247F367772857*)il2cpp_codegen_object_new(IncrementUInt64_tAF9E727A8A65F1E4994A39EBA70247F367772857_il2cpp_TypeInfo_var); IncrementUInt64__ctor_m5349D4B201BB488647AD3ECEE5BF86E49B2597D5(L_26, NULL); IncrementUInt64_tAF9E727A8A65F1E4994A39EBA70247F367772857* L_27 = L_26; ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_UInt64 = L_27; Il2CppCodeGenWriteBarrier((void**)(&((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_27); G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27)); } IL_00b6: { return G_B19_0; } IL_00b7: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Single; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28; if (L_29) { G_B22_0 = L_29; goto IL_00cb; } G_B21_0 = L_29; } { IncrementSingle_tC1F2F114E247A8065C84EF314125A43254F2E21B* L_30 = (IncrementSingle_tC1F2F114E247A8065C84EF314125A43254F2E21B*)il2cpp_codegen_object_new(IncrementSingle_tC1F2F114E247A8065C84EF314125A43254F2E21B_il2cpp_TypeInfo_var); IncrementSingle__ctor_m712C9B90735C337A3CD3AC8E9DB8F132D121A9D0(L_30, NULL); IncrementSingle_tC1F2F114E247A8065C84EF314125A43254F2E21B* L_31 = L_30; ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Single = L_31; Il2CppCodeGenWriteBarrier((void**)(&((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Single), (void*)L_31); G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31)); } IL_00cb: { return G_B22_0; } IL_00cc: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Double; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32; if (L_33) { G_B25_0 = L_33; goto IL_00e0; } G_B24_0 = L_33; } { IncrementDouble_t6D8884671EEEF2B6114F6459F1A756CD67593388* L_34 = (IncrementDouble_t6D8884671EEEF2B6114F6459F1A756CD67593388*)il2cpp_codegen_object_new(IncrementDouble_t6D8884671EEEF2B6114F6459F1A756CD67593388_il2cpp_TypeInfo_var); IncrementDouble__ctor_m4B2FF456610F9EEC42238D5D265CEC15AD26149A(L_34, NULL); IncrementDouble_t6D8884671EEEF2B6114F6459F1A756CD67593388* L_35 = L_34; ((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Double = L_35; Il2CppCodeGenWriteBarrier((void**)(&((IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_StaticFields*)il2cpp_codegen_static_fields_for(IncrementInstruction_t46911A961B5CC2A2084E30038CEFF53DA9AA5D22_il2cpp_TypeInfo_var))->___s_Double), (void*)L_35); G_B25_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_35)); } IL_00e0: { return G_B25_0; } IL_00e1: { Exception_t* L_36; L_36 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IncrementInstruction_Create_m77272B47710C17903DA182B892D86C0D6E3C4CDD_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IncrementInt16_Run_mCFC22B0B5B7418C02B6505A411340C5A99AB14BD (IncrementInt16_tF84BCF366C2B91D7CA304A51B321F3026C05F4C2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0013; } } { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame; NullCheck(L_3); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL); goto IL_0022; } IL_0013: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame; RuntimeObject* L_5 = V_0; NullCheck(L_4); InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7(L_4, ((int16_t)((int32_t)il2cpp_codegen_add(1, (int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_5, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))), NULL); } IL_0022: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementInt16__ctor_mABC07E2FF77194D47B7AB49C5A7BCCD198B0A8DE (IncrementInt16_tF84BCF366C2B91D7CA304A51B321F3026C05F4C2* __this, const RuntimeMethod* method) { { IncrementInstruction__ctor_m14D7E457CDCA92DC043A4651D8ED99739F67ECCE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IncrementInt32_Run_mEB31394875AF8257F1219F877302FDC323716960 (IncrementInt32_tF126DBC32CAFD0AF37322DC156491673ADF0446D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0013; } } { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame; NullCheck(L_3); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL); goto IL_0021; } IL_0013: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame; RuntimeObject* L_5 = V_0; NullCheck(L_4); InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6(L_4, ((int32_t)il2cpp_codegen_add(1, ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_5, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))))), NULL); } IL_0021: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementInt32__ctor_m2DA1C0731B3064CBFEDF5584B44BDA14803646F6 (IncrementInt32_tF126DBC32CAFD0AF37322DC156491673ADF0446D* __this, const RuntimeMethod* method) { { IncrementInstruction__ctor_m14D7E457CDCA92DC043A4651D8ED99739F67ECCE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IncrementInt64_Run_m5820CA7894A71D7D7D7D1A1FEDA312106AC3F15B (IncrementInt64_t01F87C2EA57B87E1AABF63A20E59B1A17C0AF977* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0013; } } { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame; NullCheck(L_3); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL); goto IL_0027; } IL_0013: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame; RuntimeObject* L_5 = V_0; int64_t L_6 = ((int64_t)il2cpp_codegen_add(((int64_t)1), ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_5, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))))); RuntimeObject* L_7 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_7, NULL); } IL_0027: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementInt64__ctor_m7BBB059BEFD7759305DBD8CD9E6C06414A1B3CDF (IncrementInt64_t01F87C2EA57B87E1AABF63A20E59B1A17C0AF977* __this, const RuntimeMethod* method) { { IncrementInstruction__ctor_m14D7E457CDCA92DC043A4651D8ED99739F67ECCE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IncrementUInt16_Run_m27BC4F28D516F4C05F805E88767D0B28504E5B7D (IncrementUInt16_tB27A3AFBA1A3E1A10BFED905AB859D271385F657* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0013; } } { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame; NullCheck(L_3); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL); goto IL_0022; } IL_0013: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame; RuntimeObject* L_5 = V_0; NullCheck(L_4); InterpretedFrame_Push_mF587E75F6732C08EC184881661F996999E74D62D(L_4, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(1, (int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_5, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))), NULL); } IL_0022: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementUInt16__ctor_m7810A7D27D1D09433F2C676CB1952FDA2A35E882 (IncrementUInt16_tB27A3AFBA1A3E1A10BFED905AB859D271385F657* __this, const RuntimeMethod* method) { { IncrementInstruction__ctor_m14D7E457CDCA92DC043A4651D8ED99739F67ECCE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IncrementUInt32_Run_m227D0DD3A7436DDF120C68C58A480EAAC6D253DF (IncrementUInt32_t0F922E673AA3F0B82772609C57CF3FA84E069F3D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0013; } } { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame; NullCheck(L_3); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL); goto IL_0026; } IL_0013: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame; RuntimeObject* L_5 = V_0; uint32_t L_6 = ((uint32_t)((int32_t)il2cpp_codegen_add(1, (int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_5, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))))); RuntimeObject* L_7 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_7, NULL); } IL_0026: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementUInt32__ctor_m15C05061681967525DC0FE2DAE760A249BE93883 (IncrementUInt32_t0F922E673AA3F0B82772609C57CF3FA84E069F3D* __this, const RuntimeMethod* method) { { IncrementInstruction__ctor_m14D7E457CDCA92DC043A4651D8ED99739F67ECCE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IncrementUInt64_Run_mC660254B377CE09C2917D32B990126086E2707B0 (IncrementUInt64_tAF9E727A8A65F1E4994A39EBA70247F367772857* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0013; } } { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame; NullCheck(L_3); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL); goto IL_0027; } IL_0013: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame; RuntimeObject* L_5 = V_0; uint64_t L_6 = ((uint64_t)((int64_t)il2cpp_codegen_add(((int64_t)1), (int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_5, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))))); RuntimeObject* L_7 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_7, NULL); } IL_0027: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementUInt64__ctor_m5349D4B201BB488647AD3ECEE5BF86E49B2597D5 (IncrementUInt64_tAF9E727A8A65F1E4994A39EBA70247F367772857* __this, const RuntimeMethod* method) { { IncrementInstruction__ctor_m14D7E457CDCA92DC043A4651D8ED99739F67ECCE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IncrementSingle_Run_m9A6CDA42C784D4A3EF398AF57721F8680A073EC1 (IncrementSingle_tC1F2F114E247A8065C84EF314125A43254F2E21B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0013; } } { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame; NullCheck(L_3); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL); goto IL_002a; } IL_0013: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame; RuntimeObject* L_5 = V_0; float L_6 = ((float)il2cpp_codegen_add((1.0f), ((*(float*)((float*)(float*)UnBox(L_5, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))))); RuntimeObject* L_7 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_7, NULL); } IL_002a: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementSingle__ctor_m712C9B90735C337A3CD3AC8E9DB8F132D121A9D0 (IncrementSingle_tC1F2F114E247A8065C84EF314125A43254F2E21B* __this, const RuntimeMethod* method) { { IncrementInstruction__ctor_m14D7E457CDCA92DC043A4651D8ED99739F67ECCE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IncrementDouble_Run_m39F3F798451B6911BC8C52CAB20AD1900964CC6E (IncrementDouble_t6D8884671EEEF2B6114F6459F1A756CD67593388* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (L_2) { goto IL_0013; } } { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___0_frame; NullCheck(L_3); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL); goto IL_002e; } IL_0013: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___0_frame; RuntimeObject* L_5 = V_0; double L_6 = ((double)il2cpp_codegen_add((1.0), ((*(double*)((double*)(double*)UnBox(L_5, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))))); RuntimeObject* L_7 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_6); NullCheck(L_4); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_7, NULL); } IL_002e: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementDouble__ctor_m4B2FF456610F9EEC42238D5D265CEC15AD26149A (IncrementDouble_t6D8884671EEEF2B6114F6459F1A756CD67593388* __this, const RuntimeMethod* method) { { IncrementInstruction__ctor_m14D7E457CDCA92DC043A4651D8ED99739F67ECCE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Instruction_get_ConsumedStack_m01435B1D3ADE0370BD0A7AC67F7A260CB67E816B (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) { { return 0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Instruction_get_ProducedStack_mC43179E40CED18C627B02D010A2BA7B851E6DC22 (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) { { return 0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Instruction_get_ConsumedContinuations_m9AB34CC0378F4937A1403A6E315CBAB86BFCCD10 (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) { { return 0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Instruction_get_ProducedContinuations_mBCEDA29B199CC5E59A5CA8D1CF0C647C30E84482 (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) { { return 0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Instruction_get_StackBalance_m699EB30FC79DCC8876C64A2B0C18A0DADA713BC4 (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(5, __this); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4, __this); return ((int32_t)il2cpp_codegen_subtract(L_0, L_1)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Instruction_get_ContinuationsBalance_m6AE36A37264F3632006D8EA8B5A419A0E198754A (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(7, __this); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6, __this); return ((int32_t)il2cpp_codegen_subtract(L_0, L_1)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Instruction_ToString_m59299122FD95B3BF98A5B41034C210E3DAEF625A (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral622F5FF68A93093A1D312703FF92713F8BF2C946); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(9, __this); String_t* L_1; L_1 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_0, _stringLiteral622F5FF68A93093A1D312703FF92713F8BF2C946, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Instruction_ToDebugString_mA3BE7061A470388265E0421F1C5ED56E4040B684 (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, int32_t ___0_instructionIndex, RuntimeObject* ___1_cookie, Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* ___2_labelIndexer, RuntimeObject* ___3_objects, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(3, __this); return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Instruction_NullCheck_m1A879D55422BF941A6C753B3A1CFD167708422A8 (RuntimeObject* ___0_o, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_o; if (L_0) { goto IL_000a; } } { RuntimeObject* L_1 = ___0_o; NullCheck(L_1); Type_t* L_2; L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL); } IL_000a: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshal_pinvoke(const InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117& unmarshaled, InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_pinvoke& marshaled) { Exception_t* ___InstructionsException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Instructions' of type 'InstructionArray': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___InstructionsException, NULL); } IL2CPP_EXTERN_C void InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshal_pinvoke_back(const InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_pinvoke& marshaled, InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117& unmarshaled) { Exception_t* ___InstructionsException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Instructions' of type 'InstructionArray': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___InstructionsException, NULL); } IL2CPP_EXTERN_C void InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshal_pinvoke_cleanup(InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshal_com(const InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117& unmarshaled, InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_com& marshaled) { Exception_t* ___InstructionsException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Instructions' of type 'InstructionArray': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___InstructionsException, NULL); } IL2CPP_EXTERN_C void InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshal_com_back(const InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_com& marshaled, InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117& unmarshaled) { Exception_t* ___InstructionsException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'Instructions' of type 'InstructionArray': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___InstructionsException, NULL); } IL2CPP_EXTERN_C void InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshal_com_cleanup(InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionArray__ctor_m3BE62504576838A0706A013EEA0B83C16ACB3997 (InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117* __this, int32_t ___0_maxStackDepth, int32_t ___1_maxContinuationDepth, InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___2_instructions, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_objects, RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ___4_labels, List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___5_debugCookies, const RuntimeMethod* method) { { int32_t L_0 = ___0_maxStackDepth; __this->___MaxStackDepth = L_0; int32_t L_1 = ___1_maxContinuationDepth; __this->___MaxContinuationDepth = L_1; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_2 = ___2_instructions; __this->___Instructions = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___Instructions), (void*)L_2); List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* L_3 = ___5_debugCookies; __this->___DebugCookies = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___DebugCookies), (void*)L_3); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = ___3_objects; __this->___Objects = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___Objects), (void*)L_4); RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_5 = ___4_labels; __this->___Labels = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___Labels), (void*)L_5); return; } } IL2CPP_EXTERN_C void InstructionArray__ctor_m3BE62504576838A0706A013EEA0B83C16ACB3997_AdjustorThunk (RuntimeObject* __this, int32_t ___0_maxStackDepth, int32_t ___1_maxContinuationDepth, InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___2_instructions, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___3_objects, RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ___4_labels, List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___5_debugCookies, const RuntimeMethod* method) { InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InstructionArray__ctor_m3BE62504576838A0706A013EEA0B83C16ACB3997(_thisAdjusted, ___0_maxStackDepth, ___1_maxContinuationDepth, ___2_instructions, ___3_objects, ___4_labels, ___5_debugCookies, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugView__ctor_mA81296BB07D54D2E5253285152CB61A2138109F8 (DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA* __this, InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 ___0_array, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_0 = ___0_array; InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_1 = L_0; RuntimeObject* L_2 = Box(InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_il2cpp_TypeInfo_var, &L_1); ContractUtils_RequiresNotNull_mD3D07BD7AA85863B8388667F7CD3D14F6886E41D(L_2, _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED, NULL); InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_3 = ___0_array; __this->____array = L_3; Il2CppCodeGenWriteBarrier((void**)&(((&__this->____array))->___Instructions), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->____array))->___Objects), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->____array))->___Labels), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->____array))->___DebugCookies), (void*)NULL); #endif return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* DebugView_GetInstructionViews_m6501F6DB57C92302C088D8D5F841D8F5A75DF360 (DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA* __this, bool ___0_includeDebugCookies, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugView_U3CGetInstructionViewsU3Eb__4_0_mB02DE39FFA1ACF7293C293401748CB352456297C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* G_B2_0 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* G_B2_2 = NULL; Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* G_B1_0 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B1_1 = NULL; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* G_B1_2 = NULL; List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* G_B3_0 = NULL; Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* G_B3_1 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_2 = NULL; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* G_B3_3 = NULL; { InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117* L_0 = (InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117*)(&__this->____array); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_1 = L_0->___Instructions; InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117* L_2 = (InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117*)(&__this->____array); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Objects; Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* L_4 = (Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354*)il2cpp_codegen_object_new(Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354_il2cpp_TypeInfo_var); Func_2__ctor_mE96A3D11B34E447E159E761DC39D520D6E7CBEA5(L_4, __this, (intptr_t)((void*)DebugView_U3CGetInstructionViewsU3Eb__4_0_mB02DE39FFA1ACF7293C293401748CB352456297C_RuntimeMethod_var), NULL); bool L_5 = ___0_includeDebugCookies; if (L_5) { G_B2_0 = L_4; G_B2_1 = L_3; G_B2_2 = L_1; goto IL_0028; } G_B1_0 = L_4; G_B1_1 = L_3; G_B1_2 = L_1; } { G_B3_0 = ((List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927*)(NULL)); G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; goto IL_0033; } IL_0028: { InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117* L_6 = (InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117*)(&__this->____array); List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* L_7 = L_6->___DebugCookies; G_B3_0 = L_7; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; } IL_0033: { InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* L_8; L_8 = DebugView_GetInstructionViews_m07F09275BF04326058C465636727814C394DE0E8((RuntimeObject*)G_B3_3, (RuntimeObject*)G_B3_2, G_B3_1, G_B3_0, NULL); return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugView_U3CGetInstructionViewsU3Eb__4_0_mB02DE39FFA1ACF7293C293401748CB352456297C (DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA* __this, int32_t ___0_index, const RuntimeMethod* method) { { InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117* L_0 = (InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117*)(&__this->____array); RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_1 = L_0->___Labels; int32_t L_2 = ___0_index; NullCheck(L_1); int32_t L_3 = ((L_1)->GetAddressAt(static_cast(L_2)))->___Index; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___0_instruction, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA9E1DC0783234EC1122D58BF61E76C6C29C97D44_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* L_0 = __this->____instructions; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1 = ___0_instruction; NullCheck(L_0); List_1_Add_mA9E1DC0783234EC1122D58BF61E76C6C29C97D44_inline(L_0, L_1, List_1_Add_mA9E1DC0783234EC1122D58BF61E76C6C29C97D44_RuntimeMethod_var); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2 = ___0_instruction; InstructionList_UpdateStackDepth_m5AF32ACF8CB3AED16F5723BCE5E5C458D8575354(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_UpdateStackDepth_m5AF32ACF8CB3AED16F5723BCE5E5C458D8575354 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___0_instruction, const RuntimeMethod* method) { { int32_t L_0 = __this->____currentStackDepth; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1 = ___0_instruction; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_1); __this->____currentStackDepth = ((int32_t)il2cpp_codegen_subtract(L_0, L_2)); int32_t L_3 = __this->____currentStackDepth; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ___0_instruction; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_4); __this->____currentStackDepth = ((int32_t)il2cpp_codegen_add(L_3, L_5)); int32_t L_6 = __this->____currentStackDepth; int32_t L_7 = __this->____maxStackDepth; if ((((int32_t)L_6) <= ((int32_t)L_7))) { goto IL_0040; } } { int32_t L_8 = __this->____currentStackDepth; __this->____maxStackDepth = L_8; } IL_0040: { int32_t L_9 = __this->____currentContinuationsDepth; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_10 = ___0_instruction; NullCheck(L_10); int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(6, L_10); __this->____currentContinuationsDepth = ((int32_t)il2cpp_codegen_subtract(L_9, L_11)); int32_t L_12 = __this->____currentContinuationsDepth; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = ___0_instruction; NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_13); __this->____currentContinuationsDepth = ((int32_t)il2cpp_codegen_add(L_12, L_14)); int32_t L_15 = __this->____currentContinuationsDepth; int32_t L_16 = __this->____maxContinuationDepth; if ((((int32_t)L_15) <= ((int32_t)L_16))) { goto IL_0080; } } { int32_t L_17 = __this->____currentContinuationsDepth; __this->____maxContinuationDepth = L_17; } IL_0080: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_UnEmit_m35D678B84E505E3050CD900D228B0057570F449D (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m09DEE1247C3B97982D0E294FB4A0F73656CAD947_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC15765DEDFC300E4933B479D0DC4ECB7A5E1EEFA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_0 = NULL; { List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* L_0 = __this->____instructions; List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* L_1 = __this->____instructions; NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_mC15765DEDFC300E4933B479D0DC4ECB7A5E1EEFA_inline(L_1, List_1_get_Count_mC15765DEDFC300E4933B479D0DC4ECB7A5E1EEFA_RuntimeMethod_var); NullCheck(L_0); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_3; L_3 = List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20(L_0, ((int32_t)il2cpp_codegen_subtract(L_2, 1)), List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20_RuntimeMethod_var); V_0 = L_3; List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* L_4 = __this->____instructions; List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* L_5 = __this->____instructions; NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_mC15765DEDFC300E4933B479D0DC4ECB7A5E1EEFA_inline(L_5, List_1_get_Count_mC15765DEDFC300E4933B479D0DC4ECB7A5E1EEFA_RuntimeMethod_var); NullCheck(L_4); List_1_RemoveAt_m09DEE1247C3B97982D0E294FB4A0F73656CAD947(L_4, ((int32_t)il2cpp_codegen_subtract(L_6, 1)), List_1_RemoveAt_m09DEE1247C3B97982D0E294FB4A0F73656CAD947_RuntimeMethod_var); int32_t L_7 = __this->____currentContinuationsDepth; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = V_0; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(7, L_8); __this->____currentContinuationsDepth = ((int32_t)il2cpp_codegen_subtract(L_7, L_9)); int32_t L_10 = __this->____currentContinuationsDepth; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_11 = V_0; NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(6, L_11); __this->____currentContinuationsDepth = ((int32_t)il2cpp_codegen_add(L_10, L_12)); int32_t L_13 = __this->____currentStackDepth; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_14 = V_0; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(5, L_14); __this->____currentStackDepth = ((int32_t)il2cpp_codegen_subtract(L_13, L_15)); int32_t L_16 = __this->____currentStackDepth; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = V_0; NullCheck(L_17); int32_t L_18; L_18 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_17); __this->____currentStackDepth = ((int32_t)il2cpp_codegen_add(L_16, L_18)); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC15765DEDFC300E4933B479D0DC4ECB7A5E1EEFA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* L_0 = __this->____instructions; NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_mC15765DEDFC300E4933B479D0DC4ECB7A5E1EEFA_inline(L_0, List_1_get_Count_mC15765DEDFC300E4933B479D0DC4ECB7A5E1EEFA_RuntimeMethod_var); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstructionList_get_CurrentStackDepth_m2B514CA96CD57F4D8B7D7FD6D3B97A4FF4B92AA7 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____currentStackDepth; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstructionList_get_CurrentContinuationsDepth_m03C3327A560ED850DDA5B482BC172DB7F82E85A6 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____currentContinuationsDepth; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_GetInstruction_mCC1ADDF0ACE497E7D03292CF90275C0CCB0A94B1 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* L_0 = __this->____instructions; int32_t L_1 = ___0_index; NullCheck(L_0); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2; L_2 = List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20(L_0, L_1, List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20_RuntimeMethod_var); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 InstructionList_ToArray_mAC67B6DE1551EE5C29F1E5A00ECAED3DF51903FE (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m85A40783C4BDB660D54320E53A22C4C53E6D9EBB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* G_B2_0 = NULL; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* G_B2_1 = NULL; int32_t G_B2_2 = 0; int32_t G_B2_3 = 0; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* G_B1_0 = NULL; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* G_B1_1 = NULL; int32_t G_B1_2 = 0; int32_t G_B1_3 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_0 = NULL; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* G_B3_1 = NULL; int32_t G_B3_2 = 0; int32_t G_B3_3 = 0; { int32_t L_0 = __this->____maxStackDepth; int32_t L_1 = __this->____maxContinuationDepth; List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* L_2 = __this->____instructions; NullCheck(L_2); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_3; L_3 = List_1_ToArray_m85A40783C4BDB660D54320E53A22C4C53E6D9EBB(L_2, List_1_ToArray_m85A40783C4BDB660D54320E53A22C4C53E6D9EBB_RuntimeMethod_var); List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_4 = __this->____objects; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_5 = L_4; if (L_5) { G_B2_0 = L_5; G_B2_1 = L_3; G_B2_2 = L_1; G_B2_3 = L_0; goto IL_0024; } G_B1_0 = L_5; G_B1_1 = L_3; G_B1_2 = L_1; G_B1_3 = L_0; } { G_B3_0 = ((ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(NULL)); G_B3_1 = G_B1_1; G_B3_2 = G_B1_2; G_B3_3 = G_B1_3; goto IL_0029; } IL_0024: { NullCheck(G_B2_0); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6; L_6 = List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F(G_B2_0, List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_RuntimeMethod_var); G_B3_0 = L_6; G_B3_1 = G_B2_1; G_B3_2 = G_B2_2; G_B3_3 = G_B2_3; } IL_0029: { RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_7; L_7 = InstructionList_BuildRuntimeLabels_m2FC0CB7BDAE4D40CCAF530438DF7186EC666BD9F(__this, NULL); List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* L_8 = __this->____debugCookies; InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_9; memset((&L_9), 0, sizeof(L_9)); InstructionArray__ctor_m3BE62504576838A0706A013EEA0B83C16ACB3997((&L_9), G_B3_3, G_B3_2, G_B3_1, G_B3_0, L_7, L_8, NULL); return L_9; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoad_mE55BC98318B2C0788DE06B9BF68573FA2878360F (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(__this, L_0, (Type_t*)NULL, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoad_m8A255B3C2BF140F884669C0C81275DCE104D35EB (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B3_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B2_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B2_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B6_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B5_1 = NULL; { bool L_0 = ___0_value; if (!L_0) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_true; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2 = L_1; if (L_2) { G_B3_0 = L_2; G_B3_1 = __this; goto IL_001d; } G_B2_0 = L_2; G_B2_1 = __this; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_3 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedTrue; LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* L_4 = (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5*)il2cpp_codegen_object_new(LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5_il2cpp_TypeInfo_var); LoadObjectInstruction__ctor_mB0BD7AE90766D5017F08931F71C1D784D000578A(L_4, L_3, NULL); LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* L_5 = L_4; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_true = L_5; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_true), (void*)L_5); G_B3_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_5)); G_B3_1 = G_B2_1; } IL_001d: { NullCheck(G_B3_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B3_1, G_B3_0, NULL); return; } IL_0023: { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_6 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_false; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = L_6; if (L_7) { G_B6_0 = L_7; G_B6_1 = __this; goto IL_003d; } G_B5_0 = L_7; G_B5_1 = __this; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_8 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* L_9 = (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5*)il2cpp_codegen_object_new(LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5_il2cpp_TypeInfo_var); LoadObjectInstruction__ctor_mB0BD7AE90766D5017F08931F71C1D784D000578A(L_9, L_8, NULL); LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* L_10 = L_9; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_false = L_10; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_false), (void*)L_10); G_B6_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_10)); G_B6_1 = G_B5_1; } IL_003d: { NullCheck(G_B6_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B6_1, G_B6_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, RuntimeObject* ___0_value, Type_t* ___1_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_1 = NULL; uint32_t V_2 = 0; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B3_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B2_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B2_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B15_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B14_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B14_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B22_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B21_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B21_1 = NULL; { RuntimeObject* L_0 = ___0_value; if (L_0) { goto IL_001f; } } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_null; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2 = L_1; if (L_2) { G_B3_0 = L_2; G_B3_1 = __this; goto IL_0019; } G_B2_0 = L_2; G_B2_1 = __this; } { LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* L_3 = (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5*)il2cpp_codegen_object_new(LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5_il2cpp_TypeInfo_var); LoadObjectInstruction__ctor_mB0BD7AE90766D5017F08931F71C1D784D000578A(L_3, NULL, NULL); LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* L_4 = L_3; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_null = L_4; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_null), (void*)L_4); G_B3_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_4)); G_B3_1 = G_B2_1; } IL_0019: { NullCheck(G_B3_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B3_1, G_B3_0, NULL); return; } IL_001f: { Type_t* L_5 = ___1_type; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_6; L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_5, (Type_t*)NULL, NULL); if (L_6) { goto IL_0030; } } { Type_t* L_7 = ___1_type; NullCheck(L_7); bool L_8; L_8 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_7, NULL); if (!L_8) { goto IL_009b; } } IL_0030: { RuntimeObject* L_9 = ___0_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_9, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))) { goto IL_0045; } } { RuntimeObject* L_10 = ___0_value; InstructionList_EmitLoad_m8A255B3C2BF140F884669C0C81275DCE104D35EB(__this, ((*(bool*)((bool*)(bool*)UnBox(L_10, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL); return; } IL_0045: { RuntimeObject* L_11 = ___0_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_11, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))) { goto IL_009b; } } { RuntimeObject* L_12 = ___0_value; V_0 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_12, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); int32_t L_13 = V_0; if ((((int32_t)L_13) < ((int32_t)((int32_t)-100)))) { goto IL_009b; } } { int32_t L_14 = V_0; if ((((int32_t)L_14) > ((int32_t)((int32_t)100)))) { goto IL_009b; } } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_15 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_Ints; if (L_15) { goto IL_0074; } } { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_16 = (InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)SZArrayNew(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)201)); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_Ints = L_16; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_Ints), (void*)L_16); } IL_0074: { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_17, ((int32_t)-100))); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_18 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_Ints; int32_t L_19 = V_0; NullCheck(L_18); int32_t L_20 = L_19; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = (L_18)->GetAt(static_cast(L_20)); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_22 = L_21; if (L_22) { G_B15_0 = L_22; G_B15_1 = __this; goto IL_0095; } G_B14_0 = L_22; G_B14_1 = __this; } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_23 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_Ints; int32_t L_24 = V_0; RuntimeObject* L_25 = ___0_value; LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* L_26 = (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5*)il2cpp_codegen_object_new(LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5_il2cpp_TypeInfo_var); LoadObjectInstruction__ctor_mB0BD7AE90766D5017F08931F71C1D784D000578A(L_26, L_25, NULL); LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* L_27 = L_26; V_1 = L_27; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_27); (L_23)->SetAt(static_cast(L_24), (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)L_27); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = V_1; G_B15_0 = L_28; G_B15_1 = G_B14_1; } IL_0095: { NullCheck(G_B15_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B15_1, G_B15_0, NULL); return; } IL_009b: { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_29 = __this->____objects; if (L_29) { goto IL_00c4; } } { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_30 = (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)il2cpp_codegen_object_new(List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var); List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690(L_30, List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var); __this->____objects = L_30; Il2CppCodeGenWriteBarrier((void**)(&__this->____objects), (void*)L_30); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_31 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadObjectCached; if (L_31) { goto IL_00c4; } } { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_32 = (InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)SZArrayNew(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256)); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadObjectCached = L_32; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadObjectCached), (void*)L_32); } IL_00c4: { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_33 = __this->____objects; NullCheck(L_33); int32_t L_34; L_34 = List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_inline(L_33, List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_35 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadObjectCached; NullCheck(L_35); if ((((int32_t)L_34) >= ((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length))))) { goto IL_0112; } } { List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_36 = __this->____objects; NullCheck(L_36); int32_t L_37; L_37 = List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_inline(L_36, List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_RuntimeMethod_var); V_2 = L_37; List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_38 = __this->____objects; RuntimeObject* L_39 = ___0_value; NullCheck(L_38); List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_38, L_39, List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_40 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadObjectCached; uint32_t L_41 = V_2; NullCheck(L_40); uint32_t L_42 = L_41; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_43 = (L_40)->GetAt(static_cast(L_42)); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_44 = L_43; if (L_44) { G_B22_0 = L_44; G_B22_1 = __this; goto IL_010c; } G_B21_0 = L_44; G_B21_1 = __this; } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_45 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadObjectCached; uint32_t L_46 = V_2; uint32_t L_47 = V_2; LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* L_48 = (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30*)il2cpp_codegen_object_new(LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30_il2cpp_TypeInfo_var); LoadCachedObjectInstruction__ctor_m277EA87CB54E9B2A0A47AF410FE5DF05099F6590(L_48, L_47, NULL); LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* L_49 = L_48; V_1 = L_49; NullCheck(L_45); ArrayElementTypeCheck (L_45, L_49); (L_45)->SetAt(static_cast(L_46), (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)L_49); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_50 = V_1; G_B22_0 = L_50; G_B22_1 = G_B21_1; } IL_010c: { NullCheck(G_B22_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B22_1, G_B22_0, NULL); return; } IL_0112: { RuntimeObject* L_51 = ___0_value; LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* L_52 = (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5*)il2cpp_codegen_object_new(LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5_il2cpp_TypeInfo_var); LoadObjectInstruction__ctor_mB0BD7AE90766D5017F08931F71C1D784D000578A(L_52, L_51, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_52, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitDup_mF35BA4C8C5D78390C9ABA0EA1AD8B9B39CCDA489 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_il2cpp_TypeInfo_var); DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* L_0 = ((DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_StaticFields*)il2cpp_codegen_static_fields_for(DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_il2cpp_TypeInfo_var))->___Instance; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitPop_m90A4BC5BB859CC30C64B4D81D2C7B2115972361A (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_il2cpp_TypeInfo_var); PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* L_0 = ((PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_StaticFields*)il2cpp_codegen_static_fields_for(PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_il2cpp_TypeInfo_var))->___Instance; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_SwitchToBoxed_mDA85EF479DA2E676A0502FDBFB86477A491ACED6 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, int32_t ___1_instructionIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBoxableInstruction_t582EB519D1ABE0FC847190BB3D8678814F8058BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mDC3E30582E3BCB1272DDF792DB69EFD36D7E9BE9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_1 = NULL; { List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* L_0 = __this->____instructions; int32_t L_1 = ___1_instructionIndex; NullCheck(L_0); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2; L_2 = List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20(L_0, L_1, List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20_RuntimeMethod_var); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IBoxableInstruction_t582EB519D1ABE0FC847190BB3D8678814F8058BC_il2cpp_TypeInfo_var)); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_002d; } } { RuntimeObject* L_4 = V_0; int32_t L_5 = ___0_index; NullCheck(L_4); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_6; L_6 = InterfaceFuncInvoker1< Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*, int32_t >::Invoke(0, IBoxableInstruction_t582EB519D1ABE0FC847190BB3D8678814F8058BC_il2cpp_TypeInfo_var, L_4, L_5); V_1 = L_6; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = V_1; if (!L_7) { goto IL_002d; } } { List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* L_8 = __this->____instructions; int32_t L_9 = ___1_instructionIndex; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_10 = V_1; NullCheck(L_8); List_1_set_Item_mDC3E30582E3BCB1272DDF792DB69EFD36D7E9BE9(L_8, L_9, L_10, List_1_set_Item_mDC3E30582E3BCB1272DDF792DB69EFD36D7E9BE9_RuntimeMethod_var); } IL_002d: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B5_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B4_1 = NULL; { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_0 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocal; if (L_0) { goto IL_0013; } } { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_1 = (InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)SZArrayNew(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocal = L_1; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocal), (void*)L_1); } IL_0013: { int32_t L_2 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_3 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocal; NullCheck(L_3); if ((((int32_t)L_2) >= ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) { goto IL_003f; } } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_4 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocal; int32_t L_5 = ___0_index; NullCheck(L_4); int32_t L_6 = L_5; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = (L_4)->GetAt(static_cast(L_6)); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = L_7; if (L_8) { G_B5_0 = L_8; G_B5_1 = __this; goto IL_0039; } G_B4_0 = L_8; G_B4_1 = __this; } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_9 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocal; int32_t L_10 = ___0_index; int32_t L_11 = ___0_index; LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* L_12 = (LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED*)il2cpp_codegen_object_new(LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED_il2cpp_TypeInfo_var); LoadLocalInstruction__ctor_m911B0D5FD7645DF7A7C7439243E0137CB1345752(L_12, L_11, NULL); LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* L_13 = L_12; V_0 = L_13; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_13); (L_9)->SetAt(static_cast(L_10), (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)L_13); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_14 = V_0; G_B5_0 = L_14; G_B5_1 = G_B4_1; } IL_0039: { NullCheck(G_B5_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B5_1, G_B5_0, NULL); return; } IL_003f: { int32_t L_15 = ___0_index; LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* L_16 = (LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED*)il2cpp_codegen_object_new(LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED_il2cpp_TypeInfo_var); LoadLocalInstruction__ctor_m911B0D5FD7645DF7A7C7439243E0137CB1345752(L_16, L_15, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_16, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoadLocalBoxed_m4AD9467E908841FA166705E1F674EE075E29DC3E (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = InstructionList_LoadLocalBoxed_m8B4E6E6B312DA83E0C04F337069591646C09FA3D(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_LoadLocalBoxed_m8B4E6E6B312DA83E0C04F337069591646C09FA3D (int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_0 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalBoxed; if (L_0) { goto IL_0013; } } { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_1 = (InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)SZArrayNew(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalBoxed = L_1; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalBoxed), (void*)L_1); } IL_0013: { int32_t L_2 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_3 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalBoxed; NullCheck(L_3); if ((((int32_t)L_2) >= ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) { goto IL_0039; } } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_4 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalBoxed; int32_t L_5 = ___0_index; NullCheck(L_4); int32_t L_6 = L_5; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = (L_4)->GetAt(static_cast(L_6)); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = L_7; if (L_8) { G_B5_0 = L_8; goto IL_0038; } G_B4_0 = L_8; } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_9 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalBoxed; int32_t L_10 = ___0_index; int32_t L_11 = ___0_index; LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372* L_12 = (LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372*)il2cpp_codegen_object_new(LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372_il2cpp_TypeInfo_var); LoadLocalBoxedInstruction__ctor_m4FE4FCC55A93CE3D078BF0E8633EE5CF108A0F6A(L_12, L_11, NULL); LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372* L_13 = L_12; V_0 = L_13; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_13); (L_9)->SetAt(static_cast(L_10), (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)L_13); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_14 = V_0; G_B5_0 = L_14; } IL_0038: { return G_B5_0; } IL_0039: { int32_t L_15 = ___0_index; LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372* L_16 = (LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372*)il2cpp_codegen_object_new(LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372_il2cpp_TypeInfo_var); LoadLocalBoxedInstruction__ctor_m4FE4FCC55A93CE3D078BF0E8633EE5CF108A0F6A(L_16, L_15, NULL); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoadLocalFromClosure_m4F9904B93802C608FCA98164164ADF97986486FE (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B5_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B4_1 = NULL; { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_0 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalFromClosure; if (L_0) { goto IL_0013; } } { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_1 = (InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)SZArrayNew(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalFromClosure = L_1; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalFromClosure), (void*)L_1); } IL_0013: { int32_t L_2 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_3 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalFromClosure; NullCheck(L_3); if ((((int32_t)L_2) >= ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) { goto IL_003f; } } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_4 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalFromClosure; int32_t L_5 = ___0_index; NullCheck(L_4); int32_t L_6 = L_5; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = (L_4)->GetAt(static_cast(L_6)); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = L_7; if (L_8) { G_B5_0 = L_8; G_B5_1 = __this; goto IL_0039; } G_B4_0 = L_8; G_B4_1 = __this; } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_9 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalFromClosure; int32_t L_10 = ___0_index; int32_t L_11 = ___0_index; LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9* L_12 = (LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9*)il2cpp_codegen_object_new(LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9_il2cpp_TypeInfo_var); LoadLocalFromClosureInstruction__ctor_mE406188F44786EB3DA3FE54C98B8CB5C3C7A2C3A(L_12, L_11, NULL); LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9* L_13 = L_12; V_0 = L_13; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_13); (L_9)->SetAt(static_cast(L_10), (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)L_13); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_14 = V_0; G_B5_0 = L_14; G_B5_1 = G_B4_1; } IL_0039: { NullCheck(G_B5_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B5_1, G_B5_0, NULL); return; } IL_003f: { int32_t L_15 = ___0_index; LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9* L_16 = (LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9*)il2cpp_codegen_object_new(LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9_il2cpp_TypeInfo_var); LoadLocalFromClosureInstruction__ctor_mE406188F44786EB3DA3FE54C98B8CB5C3C7A2C3A(L_16, L_15, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_16, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoadLocalFromClosureBoxed_mC61494FC26B891853E474B4834E46664D02F56F5 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B5_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B4_1 = NULL; { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_0 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalFromClosureBoxed; if (L_0) { goto IL_0013; } } { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_1 = (InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)SZArrayNew(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalFromClosureBoxed = L_1; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalFromClosureBoxed), (void*)L_1); } IL_0013: { int32_t L_2 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_3 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalFromClosureBoxed; NullCheck(L_3); if ((((int32_t)L_2) >= ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) { goto IL_003f; } } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_4 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalFromClosureBoxed; int32_t L_5 = ___0_index; NullCheck(L_4); int32_t L_6 = L_5; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = (L_4)->GetAt(static_cast(L_6)); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = L_7; if (L_8) { G_B5_0 = L_8; G_B5_1 = __this; goto IL_0039; } G_B4_0 = L_8; G_B4_1 = __this; } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_9 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadLocalFromClosureBoxed; int32_t L_10 = ___0_index; int32_t L_11 = ___0_index; LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E* L_12 = (LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E*)il2cpp_codegen_object_new(LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E_il2cpp_TypeInfo_var); LoadLocalFromClosureBoxedInstruction__ctor_m15B7217195FFEF516D58C512D3DD3A25D2676853(L_12, L_11, NULL); LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E* L_13 = L_12; V_0 = L_13; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_13); (L_9)->SetAt(static_cast(L_10), (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)L_13); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_14 = V_0; G_B5_0 = L_14; G_B5_1 = G_B4_1; } IL_0039: { NullCheck(G_B5_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B5_1, G_B5_0, NULL); return; } IL_003f: { int32_t L_15 = ___0_index; LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E* L_16 = (LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E*)il2cpp_codegen_object_new(LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E_il2cpp_TypeInfo_var); LoadLocalFromClosureBoxedInstruction__ctor_m15B7217195FFEF516D58C512D3DD3A25D2676853(L_16, L_15, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_16, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitAssignLocal_mB89C63F99E2741FAC2DD86237C941814F3FF505D (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B5_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B4_1 = NULL; { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_0 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocal; if (L_0) { goto IL_0013; } } { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_1 = (InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)SZArrayNew(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocal = L_1; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocal), (void*)L_1); } IL_0013: { int32_t L_2 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_3 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocal; NullCheck(L_3); if ((((int32_t)L_2) >= ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) { goto IL_003f; } } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_4 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocal; int32_t L_5 = ___0_index; NullCheck(L_4); int32_t L_6 = L_5; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = (L_4)->GetAt(static_cast(L_6)); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = L_7; if (L_8) { G_B5_0 = L_8; G_B5_1 = __this; goto IL_0039; } G_B4_0 = L_8; G_B4_1 = __this; } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_9 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocal; int32_t L_10 = ___0_index; int32_t L_11 = ___0_index; AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* L_12 = (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE*)il2cpp_codegen_object_new(AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE_il2cpp_TypeInfo_var); AssignLocalInstruction__ctor_mCD8BAACCF817A0A3481433F02A0610913BEC8BEC(L_12, L_11, NULL); AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* L_13 = L_12; V_0 = L_13; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_13); (L_9)->SetAt(static_cast(L_10), (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)L_13); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_14 = V_0; G_B5_0 = L_14; G_B5_1 = G_B4_1; } IL_0039: { NullCheck(G_B5_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B5_1, G_B5_0, NULL); return; } IL_003f: { int32_t L_15 = ___0_index; AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* L_16 = (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE*)il2cpp_codegen_object_new(AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE_il2cpp_TypeInfo_var); AssignLocalInstruction__ctor_mCD8BAACCF817A0A3481433F02A0610913BEC8BEC(L_16, L_15, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_16, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B5_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B4_1 = NULL; { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_0 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_storeLocal; if (L_0) { goto IL_0013; } } { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_1 = (InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)SZArrayNew(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_storeLocal = L_1; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_storeLocal), (void*)L_1); } IL_0013: { int32_t L_2 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_3 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_storeLocal; NullCheck(L_3); if ((((int32_t)L_2) >= ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) { goto IL_003f; } } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_4 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_storeLocal; int32_t L_5 = ___0_index; NullCheck(L_4); int32_t L_6 = L_5; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = (L_4)->GetAt(static_cast(L_6)); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = L_7; if (L_8) { G_B5_0 = L_8; G_B5_1 = __this; goto IL_0039; } G_B4_0 = L_8; G_B4_1 = __this; } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_9 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_storeLocal; int32_t L_10 = ___0_index; int32_t L_11 = ___0_index; StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* L_12 = (StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9*)il2cpp_codegen_object_new(StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9_il2cpp_TypeInfo_var); StoreLocalInstruction__ctor_mFB1696B6803B1C9EAF3EF60B4B02AB1916612EAC(L_12, L_11, NULL); StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* L_13 = L_12; V_0 = L_13; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_13); (L_9)->SetAt(static_cast(L_10), (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)L_13); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_14 = V_0; G_B5_0 = L_14; G_B5_1 = G_B4_1; } IL_0039: { NullCheck(G_B5_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B5_1, G_B5_0, NULL); return; } IL_003f: { int32_t L_15 = ___0_index; StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* L_16 = (StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9*)il2cpp_codegen_object_new(StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9_il2cpp_TypeInfo_var); StoreLocalInstruction__ctor_mFB1696B6803B1C9EAF3EF60B4B02AB1916612EAC(L_16, L_15, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_16, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitAssignLocalBoxed_mC7A89872B5F8A30EDAC87E016EA51E222BD14F4A (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = InstructionList_AssignLocalBoxed_m1977B401CBE6CDA546C53F6BDFE3221725F11E0F(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_AssignLocalBoxed_m1977B401CBE6CDA546C53F6BDFE3221725F11E0F (int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_0 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocalBoxed; if (L_0) { goto IL_0013; } } { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_1 = (InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)SZArrayNew(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocalBoxed = L_1; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocalBoxed), (void*)L_1); } IL_0013: { int32_t L_2 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_3 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocalBoxed; NullCheck(L_3); if ((((int32_t)L_2) >= ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) { goto IL_0039; } } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_4 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocalBoxed; int32_t L_5 = ___0_index; NullCheck(L_4); int32_t L_6 = L_5; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = (L_4)->GetAt(static_cast(L_6)); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = L_7; if (L_8) { G_B5_0 = L_8; goto IL_0038; } G_B4_0 = L_8; } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_9 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocalBoxed; int32_t L_10 = ___0_index; int32_t L_11 = ___0_index; AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* L_12 = (AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720*)il2cpp_codegen_object_new(AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720_il2cpp_TypeInfo_var); AssignLocalBoxedInstruction__ctor_m0093E7D8D0FD4AA37D8311A03C19C5D6E709193D(L_12, L_11, NULL); AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* L_13 = L_12; V_0 = L_13; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_13); (L_9)->SetAt(static_cast(L_10), (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)L_13); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_14 = V_0; G_B5_0 = L_14; } IL_0038: { return G_B5_0; } IL_0039: { int32_t L_15 = ___0_index; AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* L_16 = (AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720*)il2cpp_codegen_object_new(AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720_il2cpp_TypeInfo_var); AssignLocalBoxedInstruction__ctor_m0093E7D8D0FD4AA37D8311A03C19C5D6E709193D(L_16, L_15, NULL); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitStoreLocalBoxed_mA410FE705FB7D71189D4D411F82167903E43414A (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = InstructionList_StoreLocalBoxed_m4B10F1EBCD84F5346C260E13E8F9A77928E998CD(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_StoreLocalBoxed_m4B10F1EBCD84F5346C260E13E8F9A77928E998CD (int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_0 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_storeLocalBoxed; if (L_0) { goto IL_0013; } } { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_1 = (InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)SZArrayNew(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_storeLocalBoxed = L_1; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_storeLocalBoxed), (void*)L_1); } IL_0013: { int32_t L_2 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_3 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_storeLocalBoxed; NullCheck(L_3); if ((((int32_t)L_2) >= ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) { goto IL_0039; } } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_4 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_storeLocalBoxed; int32_t L_5 = ___0_index; NullCheck(L_4); int32_t L_6 = L_5; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = (L_4)->GetAt(static_cast(L_6)); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = L_7; if (L_8) { G_B5_0 = L_8; goto IL_0038; } G_B4_0 = L_8; } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_9 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_storeLocalBoxed; int32_t L_10 = ___0_index; int32_t L_11 = ___0_index; StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA* L_12 = (StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA*)il2cpp_codegen_object_new(StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA_il2cpp_TypeInfo_var); StoreLocalBoxedInstruction__ctor_m838753D19C40831A558A3E0171666BAB2E9D74FA(L_12, L_11, NULL); StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA* L_13 = L_12; V_0 = L_13; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_13); (L_9)->SetAt(static_cast(L_10), (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)L_13); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_14 = V_0; G_B5_0 = L_14; } IL_0038: { return G_B5_0; } IL_0039: { int32_t L_15 = ___0_index; StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA* L_16 = (StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA*)il2cpp_codegen_object_new(StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA_il2cpp_TypeInfo_var); StoreLocalBoxedInstruction__ctor_m838753D19C40831A558A3E0171666BAB2E9D74FA(L_16, L_15, NULL); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitAssignLocalToClosure_m0D017A3DF148DEFA124CD9777AFD88FAFE77A471 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B5_1 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B4_1 = NULL; { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_0 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocalToClosure; if (L_0) { goto IL_0013; } } { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_1 = (InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F*)SZArrayNew(InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocalToClosure = L_1; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocalToClosure), (void*)L_1); } IL_0013: { int32_t L_2 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_3 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocalToClosure; NullCheck(L_3); if ((((int32_t)L_2) >= ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))) { goto IL_003f; } } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_4 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocalToClosure; int32_t L_5 = ___0_index; NullCheck(L_4); int32_t L_6 = L_5; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = (L_4)->GetAt(static_cast(L_6)); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = L_7; if (L_8) { G_B5_0 = L_8; G_B5_1 = __this; goto IL_0039; } G_B4_0 = L_8; G_B4_1 = __this; } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_9 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_assignLocalToClosure; int32_t L_10 = ___0_index; int32_t L_11 = ___0_index; AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* L_12 = (AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192*)il2cpp_codegen_object_new(AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192_il2cpp_TypeInfo_var); AssignLocalToClosureInstruction__ctor_m73C361962002F96922134EA2743854D5EB734F4B(L_12, L_11, NULL); AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* L_13 = L_12; V_0 = L_13; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_13); (L_9)->SetAt(static_cast(L_10), (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)L_13); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_14 = V_0; G_B5_0 = L_14; G_B5_1 = G_B4_1; } IL_0039: { NullCheck(G_B5_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B5_1, G_B5_0, NULL); return; } IL_003f: { int32_t L_15 = ___0_index; AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* L_16 = (AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192*)il2cpp_codegen_object_new(AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192_il2cpp_TypeInfo_var); AssignLocalToClosureInstruction__ctor_m73C361962002F96922134EA2743854D5EB734F4B(L_16, L_15, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_16, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitStoreLocalToClosure_mA1496BB25710BC7DA9B53969A4C15F5473AEAD11 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) { { int32_t L_0 = ___0_index; InstructionList_EmitAssignLocalToClosure_m0D017A3DF148DEFA124CD9777AFD88FAFE77A471(__this, L_0, NULL); InstructionList_EmitPop_m90A4BC5BB859CC30C64B4D81D2C7B2115972361A(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitInitializeLocal_mB49E71BDAE6A8DA651B77E909E37199019EBA98A (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, Type_t* ___1_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { Type_t* L_0 = ___1_type; RuntimeObject* L_1; L_1 = ScriptingRuntimeHelpers_GetPrimitiveDefaultValue_m7311A40D19B98263D5426532A86F06B325D683CC(L_0, NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0018; } } { int32_t L_3 = ___0_index; RuntimeObject* L_4 = V_0; ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA* L_5 = (ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA*)il2cpp_codegen_object_new(ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA_il2cpp_TypeInfo_var); ImmutableValue__ctor_m17DBE63F6DBAFC2994DA3F6C5CF2E89EF2597E29(L_5, L_3, L_4, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_5, NULL); return; } IL_0018: { Type_t* L_6 = ___1_type; NullCheck(L_6); bool L_7; L_7 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_6, NULL); if (!L_7) { goto IL_002e; } } { int32_t L_8 = ___0_index; Type_t* L_9 = ___1_type; MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14* L_10 = (MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14*)il2cpp_codegen_object_new(MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14_il2cpp_TypeInfo_var); MutableValue__ctor_m80B0C3F2CEDCC0856F5FDCC0D801C174914C73F0(L_10, L_8, L_9, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_10, NULL); return; } IL_002e: { int32_t L_11 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12; L_12 = InstructionList_InitReference_m9A674F209A89B58F885722629050AEDBF5BE48D7(L_11, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_12, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitInitializeParameter_mF3ED8B79A3B320F2FF3123042209437A1348948B (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_index; il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = InstructionList_Parameter_m3839B92140A7FFA29505121528CE8FA4761FF9ED(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_Parameter_m3839B92140A7FFA29505121528CE8FA4761FF9ED (int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_index; Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD* L_1 = (Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD*)il2cpp_codegen_object_new(Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD_il2cpp_TypeInfo_var); Parameter__ctor_mBBF4CD3784D4527FB282CDE88FB44884739A56C5(L_1, L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_ParameterBox_m0567C6DDD0A776F91B45E797C2E7A86C56E70049 (int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_index; ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A* L_1 = (ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A*)il2cpp_codegen_object_new(ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A_il2cpp_TypeInfo_var); ParameterBox__ctor_m8BA161D817B7B43C3164FF72678627C15F864516(L_1, L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_InitReference_m9A674F209A89B58F885722629050AEDBF5BE48D7 (int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_index; Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01* L_1 = (Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01*)il2cpp_codegen_object_new(Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01_il2cpp_TypeInfo_var); Reference__ctor_m791C829F205B738F2B3A7CE22E104E32C9E1A0F2(L_1, L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_InitImmutableRefBox_m09FD0CD26DA8ECB553402476FCAE02449196724E (int32_t ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_index; ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A* L_1 = (ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A*)il2cpp_codegen_object_new(ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A_il2cpp_TypeInfo_var); ImmutableRefBox__ctor_m5E436B23D0DFE1090B9D1DA45D8BB33E48E85876(L_1, L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNewRuntimeVariables_m0F92B6E826D0D09C26C373A78C9B1FA9D97E01AF (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_count; RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD* L_1 = (RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD*)il2cpp_codegen_object_new(RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD_il2cpp_TypeInfo_var); RuntimeVariablesInstruction__ctor_mCEC2FCCFFAEE3FE5CA1719B9BFBEBDC26EB67716(L_1, L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitGetArrayItem_mF0304CECDC5B20DFC69FFA53A121F07ED9E90996 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetArrayItemInstruction_t8E03ED8905E2030FEEFFB7964E4556D8196FC565_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(GetArrayItemInstruction_t8E03ED8905E2030FEEFFB7964E4556D8196FC565_il2cpp_TypeInfo_var); GetArrayItemInstruction_t8E03ED8905E2030FEEFFB7964E4556D8196FC565* L_0 = ((GetArrayItemInstruction_t8E03ED8905E2030FEEFFB7964E4556D8196FC565_StaticFields*)il2cpp_codegen_static_fields_for(GetArrayItemInstruction_t8E03ED8905E2030FEEFFB7964E4556D8196FC565_il2cpp_TypeInfo_var))->___Instance; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitSetArrayItem_mAB17EA3A7069E9DE896FB9BFF3A55FCB05B1CB5C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetArrayItemInstruction_t2C362D1406BC023C34E136E46193D53A79CDE29F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(SetArrayItemInstruction_t2C362D1406BC023C34E136E46193D53A79CDE29F_il2cpp_TypeInfo_var); SetArrayItemInstruction_t2C362D1406BC023C34E136E46193D53A79CDE29F* L_0 = ((SetArrayItemInstruction_t2C362D1406BC023C34E136E46193D53A79CDE29F_StaticFields*)il2cpp_codegen_static_fields_for(SetArrayItemInstruction_t2C362D1406BC023C34E136E46193D53A79CDE29F_il2cpp_TypeInfo_var))->___Instance; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNewArray_m0100C5EFA47002AD6F44D04D5B3D2266A594FD7A (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_elementType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NewArrayInstruction_t4D7C78AB7B99F7A271DBD6095EE666D1451CA6B1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_elementType; NewArrayInstruction_t4D7C78AB7B99F7A271DBD6095EE666D1451CA6B1* L_1 = (NewArrayInstruction_t4D7C78AB7B99F7A271DBD6095EE666D1451CA6B1*)il2cpp_codegen_object_new(NewArrayInstruction_t4D7C78AB7B99F7A271DBD6095EE666D1451CA6B1_il2cpp_TypeInfo_var); NewArrayInstruction__ctor_m30C0E5E658FEB6A874F71DAB24BD4BF79A0F25EE(L_1, L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNewArrayBounds_mE27797ADD76B80EDCC054138FC85DD2424FE61BC (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_elementType, int32_t ___1_rank, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NewArrayBoundsInstruction_t9969E44E0E1792DA65947D73FFC8C9C6ED654EC9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_elementType; int32_t L_1 = ___1_rank; NewArrayBoundsInstruction_t9969E44E0E1792DA65947D73FFC8C9C6ED654EC9* L_2 = (NewArrayBoundsInstruction_t9969E44E0E1792DA65947D73FFC8C9C6ED654EC9*)il2cpp_codegen_object_new(NewArrayBoundsInstruction_t9969E44E0E1792DA65947D73FFC8C9C6ED654EC9_il2cpp_TypeInfo_var); NewArrayBoundsInstruction__ctor_mC312E0789E71A1138E86FAB69D10CC2CB2291B73(L_2, L_0, L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNewArrayInit_m947E28604D262263107BB5456A43CBEF09789D44 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_elementType, int32_t ___1_elementCount, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NewArrayInitInstruction_tAB09713761BF9AD3303B81FE433E2025C5D3F68D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_elementType; int32_t L_1 = ___1_elementCount; NewArrayInitInstruction_tAB09713761BF9AD3303B81FE433E2025C5D3F68D* L_2 = (NewArrayInitInstruction_tAB09713761BF9AD3303B81FE433E2025C5D3F68D*)il2cpp_codegen_object_new(NewArrayInitInstruction_tAB09713761BF9AD3303B81FE433E2025C5D3F68D_il2cpp_TypeInfo_var); NewArrayInitInstruction__ctor_m7053D803A6F512BA75DF1CBED385360B0B01C29D(L_2, L_0, L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitAdd_mB8445CDE227FB2707FFC88354D8FB87CB810159C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_checked, const RuntimeMethod* method) { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B2_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B1_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B3_1 = NULL; { bool L_0 = ___1_checked; if (L_0) { G_B2_0 = __this; goto IL_000c; } G_B1_0 = __this; } { Type_t* L_1 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2; L_2 = AddInstruction_Create_mE176BD84C51FE1818B41B7625A53918031BEC6FC(L_1, NULL); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_0012; } IL_000c: { Type_t* L_3 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4; L_4 = AddOvfInstruction_Create_mCDC19C3449411B2DC55066FB88B63B5D4F425995(L_3, NULL); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B3_1, G_B3_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitSub_m569ADDC52CB03DD3BADA4B6540C9F48A7A1E7745 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_checked, const RuntimeMethod* method) { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B2_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B1_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B3_1 = NULL; { bool L_0 = ___1_checked; if (L_0) { G_B2_0 = __this; goto IL_000c; } G_B1_0 = __this; } { Type_t* L_1 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2; L_2 = SubInstruction_Create_m7EB99465BAA4DEBD894AD8C8EB7D2FAE1DBE7F57(L_1, NULL); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_0012; } IL_000c: { Type_t* L_3 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4; L_4 = SubOvfInstruction_Create_m7DC1928ACE7BFC7B92FD06FD6A5673532457511C(L_3, NULL); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B3_1, G_B3_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitMul_mBE91B626AACDE24399A30DD8016134150EE10297 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_checked, const RuntimeMethod* method) { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B2_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B1_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B3_1 = NULL; { bool L_0 = ___1_checked; if (L_0) { G_B2_0 = __this; goto IL_000c; } G_B1_0 = __this; } { Type_t* L_1 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2; L_2 = MulInstruction_Create_mA523B340C0065BF5F8746BBD8DBF762D66FEA5A6(L_1, NULL); G_B3_0 = L_2; G_B3_1 = G_B1_0; goto IL_0012; } IL_000c: { Type_t* L_3 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4; L_4 = MulOvfInstruction_Create_m79E989E9066F632CF1DE18E05313B94CEEDDDB0D(L_3, NULL); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B3_1, G_B3_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitDiv_m45EEDCF56701756539A82C38F9B8D00F661D5707 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = DivInstruction_Create_m8BBC09B6D87BF45E6FC083566CDD057BCDA75DB7(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitModulo_mC566DCBEDC05D856209E6CF7307F99DB3A91FF55 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = ModuloInstruction_Create_m7837E9D261A8A72BB877E0653E755CF048AF346E(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitExclusiveOr_m850E9D170D183ACEABE7113AEEF0950847F6C79A (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = ExclusiveOrInstruction_Create_m859223E69A1F72130C62B2C0EADD5838E6B24E57(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitAnd_mA9B1F01A4A77D0F6FD08E82BF1A6B34BEFC9F9EF (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = AndInstruction_Create_m2241EDD59FE9F576FD0807CF11BFAB0970859DD0(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitOr_mA6C99E999B6F91E8C40F118D0E2CC0C2CA66B32C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = OrInstruction_Create_m95B740D072E811E535F2DB1A6C0AEEC276D95B31(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLeftShift_mC40DAC8DD5053EC1B0445F1E6D96ABE919D2B7EF (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = LeftShiftInstruction_Create_m61C1B1589BC9EB53BFF882E5861D68F539A2731D(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitRightShift_m5C9229F895D2D65F14AC4696B15B97750D0D0E33 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = RightShiftInstruction_Create_m29059859DD853B71CF1D726EC1A0F014701576C5(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; bool L_1 = ___1_liftedToNull; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2; L_2 = EqualInstruction_Create_m55D14FDAEEE7BBD1C626EC3A905048D2E58B4026(L_0, L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNotEqual_mA1364FC59DB1FB4FFAB4D61878E711146F0C9F56 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; bool L_1 = ___1_liftedToNull; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2; L_2 = NotEqualInstruction_Create_m0BF271FE154DB8E24F4B04B9F26F460F0F2FA0AD(L_0, L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLessThan_m9CAB64D33B9457C8B16429478F6F056B66B71DFC (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; bool L_1 = ___1_liftedToNull; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2; L_2 = LessThanInstruction_Create_m470F3A1FE481540861A8A87CB0777DC95BD155D8(L_0, L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLessThanOrEqual_m76BE6D8AFE88563C6DFE00458DA0160EB1D31084 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; bool L_1 = ___1_liftedToNull; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2; L_2 = LessThanOrEqualInstruction_Create_mB5B899A43E4B926F8E58680CD53B68A26C5867E9(L_0, L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitGreaterThan_m493B45A922B2846D2018D17ECB3537146AE838D3 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; bool L_1 = ___1_liftedToNull; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2; L_2 = GreaterThanInstruction_Create_m28750B7D6BD069DA44C28EA5AE47CAC191305C58(L_0, L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitGreaterThanOrEqual_m1AD6694C2286703C5D9C8F0A6CE5EFF263C18BC4 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; bool L_1 = ___1_liftedToNull; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_2; L_2 = GreaterThanOrEqualInstruction_Create_m00D205CCF7F7B7BFD49EE023F4B5E0452B7EC3DF(L_0, L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNumericConvertChecked_m23AA4DBB5319C90DB24065303B80AB8A4854E0EC (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_from, int32_t ___1_to, bool ___2_isLiftedToNull, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_from; int32_t L_1 = ___1_to; bool L_2 = ___2_isLiftedToNull; Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* L_3 = (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468*)il2cpp_codegen_object_new(Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468_il2cpp_TypeInfo_var); Checked__ctor_mFF723375767AAD3C5A48F22EDAF55405E669B6A1(L_3, L_0, L_1, L_2, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_3, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNumericConvertUnchecked_m9741B962450D0579CC59E8B19F73271557630024 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_from, int32_t ___1_to, bool ___2_isLiftedToNull, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_from; int32_t L_1 = ___1_to; bool L_2 = ___2_isLiftedToNull; Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* L_3 = (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B*)il2cpp_codegen_object_new(Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B_il2cpp_TypeInfo_var); Unchecked__ctor_mEEA7457039D5D4071FD1614FBE3202BB69AED39C(L_3, L_0, L_1, L_2, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_3, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitConvertToUnderlying_m44CCBAE993E443711BECE9BFF51A46F5C064309B (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_to, bool ___1_isLiftedToNull, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_to; bool L_1 = ___1_isLiftedToNull; ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74* L_2 = (ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74*)il2cpp_codegen_object_new(ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74_il2cpp_TypeInfo_var); ToUnderlying__ctor_m3C020435F4E266CFC40C97ECCA8F6F78543B339D(L_2, L_0, L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCast_mCF096E9F505DF62B40EA27B3BE72F91FE5D9BA4E (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_toType, const RuntimeMethod* method) { { Type_t* L_0 = ___0_toType; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = CastInstruction_Create_mF1B3BA830F93C2DF30891FE4CC05D7DFE80666A4(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCastToEnum_m8744E3F57FD4DF7F9C0F116063393DF49EAB5954 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_toType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_toType; CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA* L_1 = (CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA*)il2cpp_codegen_object_new(CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA_il2cpp_TypeInfo_var); CastToEnumInstruction__ctor_m53267CBB968F5A0396131ED6E2EC55304426B386(L_1, L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCastReferenceToEnum_m38D6DFEE03B355E563B6FB2B82E2E0B38DE6ADB3 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_toType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_toType; CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B* L_1 = (CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B*)il2cpp_codegen_object_new(CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B_il2cpp_TypeInfo_var); CastReferenceToEnumInstruction__ctor_m805BCEF1DD5BF8C0887E32D326B9D9928A63B618(L_1, L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNot_m24E20FB7B7DDE0E60DF5CC5A6CA9FFC1420B3CC5 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = NotInstruction_Create_mCE629202750179DFBFF9F1FC4B41A61C2E52214C(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitDefaultValue_m511256BFF6A0624609A215AB4A4ED4CDCB55803F (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultValueInstruction_tF75A9564888B8CE1C4BE6F46793FB77B49848897_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; DefaultValueInstruction_tF75A9564888B8CE1C4BE6F46793FB77B49848897* L_1 = (DefaultValueInstruction_tF75A9564888B8CE1C4BE6F46793FB77B49848897*)il2cpp_codegen_object_new(DefaultValueInstruction_tF75A9564888B8CE1C4BE6F46793FB77B49848897_il2cpp_TypeInfo_var); DefaultValueInstruction__ctor_mA10223D4B4DF9F952C4C969ED1B81CE60741C01B(L_1, L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNew_m434E4EA253BAE8DBC88780097CDDF1AE50378316 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_constructorInfo, ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___1_parameters, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_0 = ___0_constructorInfo; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_1 = ___1_parameters; NullCheck(L_1); NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* L_2 = (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196*)il2cpp_codegen_object_new(NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196_il2cpp_TypeInfo_var); NewInstruction__ctor_mF5B8D5F742E0C1DBE8831A0CBF38033967C6A773(L_2, L_0, ((int32_t)(((RuntimeArray*)L_1)->max_length)), NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitByRefNew_m324C0555773837887E62E51BB7EAB161608045D8 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___0_constructorInfo, ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___1_parameters, ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ___2_updaters, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_0 = ___0_constructorInfo; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_1 = ___1_parameters; NullCheck(L_1); ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_2 = ___2_updaters; ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E* L_3 = (ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E*)il2cpp_codegen_object_new(ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E_il2cpp_TypeInfo_var); ByRefNewInstruction__ctor_mED286BD534AFEE6CEBFF25FFE4EB39C6C29EE039(L_3, L_0, ((int32_t)(((RuntimeArray*)L_1)->max_length)), L_2, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_3, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCreateDelegate_m6D2B04503C8BCC788B8827090922CCBB9DB13DBD (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ___0_creator, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_0 = ___0_creator; CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77* L_1 = (CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77*)il2cpp_codegen_object_new(CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77_il2cpp_TypeInfo_var); CreateDelegateInstruction__ctor_m9E024F3684AEE2CBEFD96C2038B143849B4F543B(L_1, L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitTypeEquals_m50DE4374FB099BCEE8F0D09744D43558377E5261 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_il2cpp_TypeInfo_var); TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* L_0 = ((TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_StaticFields*)il2cpp_codegen_static_fields_for(TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_il2cpp_TypeInfo_var))->___Instance; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitArrayLength_m104D98336309C2B0F9E4E7A28A40E99CC9EC79A4 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayLengthInstruction_t964BF7750E7CB172142B652345558F6A5A40CDC7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ArrayLengthInstruction_t964BF7750E7CB172142B652345558F6A5A40CDC7_il2cpp_TypeInfo_var); ArrayLengthInstruction_t964BF7750E7CB172142B652345558F6A5A40CDC7* L_0 = ((ArrayLengthInstruction_t964BF7750E7CB172142B652345558F6A5A40CDC7_StaticFields*)il2cpp_codegen_static_fields_for(ArrayLengthInstruction_t964BF7750E7CB172142B652345558F6A5A40CDC7_il2cpp_TypeInfo_var))->___Instance; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNegate_m2D98193AC70B486E9E332FE995D1FB43FCA9E0E1 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = NegateInstruction_Create_m9C8ADF28BB8EE27E2D505367D6F421A1807EF133(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNegateChecked_m7C7A273DA0D6FB6E0286D2C108CD52F4D3ACC935 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = NegateCheckedInstruction_Create_m8C4384E3DADD22AC7E100E63F1C530803801616F(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitIncrement_mB1927A19697714F5D8B881E287239DB7E1179211 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = IncrementInstruction_Create_m77272B47710C17903DA182B892D86C0D6E3C4CDD(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitDecrement_mB49E00386E16027A34D60C66504E0667F281FC60 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = DecrementInstruction_Create_m78CF0343565DFFB330828070C15188B8687C0684(L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitTypeIs_m44DB9E535351911F639778B67150AF7513153EE9 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* L_1 = (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7*)il2cpp_codegen_object_new(TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7_il2cpp_TypeInfo_var); TypeIsInstruction__ctor_m5CFC4EDB6C76168474B08A30551DC3A75D56A9A3(L_1, L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitTypeAs_m1E8064738F622ECE2A482D457CE3692D283A3C04 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_type; TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* L_1 = (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D*)il2cpp_codegen_object_new(TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D_il2cpp_TypeInfo_var); TypeAsInstruction__ctor_m0EBE0371589EAFCA6E3B89991B5FF8AE58056B1F(L_1, L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLoadField_m900BAFD2555038F844A7B113F7BA7FC35B6C8EF3 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, FieldInfo_t* ___0_field, const RuntimeMethod* method) { { FieldInfo_t* L_0 = ___0_field; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_1; L_1 = InstructionList_GetLoadField_m9DA756C9CADD884A12D5E6FEF283B3B16ABEA551(__this, L_0, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_GetLoadField_m9DA756C9CADD884A12D5E6FEF283B3B16ABEA551 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, FieldInfo_t* ___0_field, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m690C01929EEA333FE4EE067E2924DF636C5B393A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mB3F6C8937DB69BDCF0BB38E0A12EFF7854E6AF3F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoadFieldInstruction_tCE16ADB10ABEB74C4D0869A392747B8AE52D492D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoadStaticFieldInstruction_t9282EAD231C74180327ABDBD4DE35B2D3D8651FB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28* V_0 = NULL; bool V_1 = false; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_2 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_3 = NULL; { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28* L_0 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadFields; V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0047: { { bool L_1 = V_1; if (!L_1) { goto IL_0050; } } { Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_0050: { return; } } }); try { { Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28* L_4 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadFields; FieldInfo_t* L_5 = ___0_field; NullCheck(L_4); bool L_6; L_6 = Dictionary_2_TryGetValue_mB3F6C8937DB69BDCF0BB38E0A12EFF7854E6AF3F(L_4, L_5, (&V_2), Dictionary_2_TryGetValue_mB3F6C8937DB69BDCF0BB38E0A12EFF7854E6AF3F_RuntimeMethod_var); if (L_6) { goto IL_0043_1; } } { FieldInfo_t* L_7 = ___0_field; NullCheck(L_7); bool L_8; L_8 = FieldInfo_get_IsStatic_mEBBEB7B19A48D3E11BE830F3704C131A681F6139(L_7, NULL); if (!L_8) { goto IL_0030_1; } } { FieldInfo_t* L_9 = ___0_field; LoadStaticFieldInstruction_t9282EAD231C74180327ABDBD4DE35B2D3D8651FB* L_10 = (LoadStaticFieldInstruction_t9282EAD231C74180327ABDBD4DE35B2D3D8651FB*)il2cpp_codegen_object_new(LoadStaticFieldInstruction_t9282EAD231C74180327ABDBD4DE35B2D3D8651FB_il2cpp_TypeInfo_var); LoadStaticFieldInstruction__ctor_m187604354B9E4572C22D59E0D8A8F9B633E95994(L_10, L_9, NULL); V_2 = L_10; goto IL_0037_1; } IL_0030_1: { FieldInfo_t* L_11 = ___0_field; LoadFieldInstruction_tCE16ADB10ABEB74C4D0869A392747B8AE52D492D* L_12 = (LoadFieldInstruction_tCE16ADB10ABEB74C4D0869A392747B8AE52D492D*)il2cpp_codegen_object_new(LoadFieldInstruction_tCE16ADB10ABEB74C4D0869A392747B8AE52D492D_il2cpp_TypeInfo_var); LoadFieldInstruction__ctor_m9B10915A35560B0ACBC05F9819D801B2204C7980(L_12, L_11, NULL); V_2 = L_12; } IL_0037_1: { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28* L_13 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadFields; FieldInfo_t* L_14 = ___0_field; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_15 = V_2; NullCheck(L_13); Dictionary_2_Add_m690C01929EEA333FE4EE067E2924DF636C5B393A(L_13, L_14, L_15, Dictionary_2_Add_m690C01929EEA333FE4EE067E2924DF636C5B393A_RuntimeMethod_var); } IL_0043_1: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = V_2; V_3 = L_16; goto IL_0051; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0051: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = V_3; return L_17; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitStoreField_m44787CFC1D8E91C79892023FE5259086C6B58C44 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, FieldInfo_t* ___0_field, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StoreFieldInstruction_t7C13375789094395EBD4332720135FDB0EB1CFDC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StoreStaticFieldInstruction_t0BAF143B7FDCABDB4FD7363E3A2CF24A83114CF4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { FieldInfo_t* L_0 = ___0_field; NullCheck(L_0); bool L_1; L_1 = FieldInfo_get_IsStatic_mEBBEB7B19A48D3E11BE830F3704C131A681F6139(L_0, NULL); if (!L_1) { goto IL_0015; } } { FieldInfo_t* L_2 = ___0_field; StoreStaticFieldInstruction_t0BAF143B7FDCABDB4FD7363E3A2CF24A83114CF4* L_3 = (StoreStaticFieldInstruction_t0BAF143B7FDCABDB4FD7363E3A2CF24A83114CF4*)il2cpp_codegen_object_new(StoreStaticFieldInstruction_t0BAF143B7FDCABDB4FD7363E3A2CF24A83114CF4_il2cpp_TypeInfo_var); StoreStaticFieldInstruction__ctor_m48D9B51DD63A997A4BE79C9B2867C658C79F42CC(L_3, L_2, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_3, NULL); return; } IL_0015: { FieldInfo_t* L_4 = ___0_field; StoreFieldInstruction_t7C13375789094395EBD4332720135FDB0EB1CFDC* L_5 = (StoreFieldInstruction_t7C13375789094395EBD4332720135FDB0EB1CFDC*)il2cpp_codegen_object_new(StoreFieldInstruction_t7C13375789094395EBD4332720135FDB0EB1CFDC_il2cpp_TypeInfo_var); StoreFieldInstruction__ctor_mC497531038B588298A9781E8185356BDE5F1474B(L_5, L_4, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, MethodInfo_t* ___0_method, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { MethodInfo_t* L_0 = ___0_method; MethodInfo_t* L_1 = ___0_method; il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_2; L_2 = TypeExtensions_GetParametersCached_mD2B9864864929FEFA691059A59077A7E491A8141(L_1, NULL); InstructionList_EmitCall_m74462B89B79D9E4F6A9BE32977B1B52DDE630F6B(__this, L_0, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCall_m74462B89B79D9E4F6A9BE32977B1B52DDE630F6B (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, MethodInfo_t* ___0_method, ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___1_parameters, const RuntimeMethod* method) { { MethodInfo_t* L_0 = ___0_method; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_1 = ___1_parameters; CallInstruction_t1F392A956978AB3DAF22A69DD3D3627D76E49DEF* L_2; L_2 = CallInstruction_Create_mD92F1D0AB7F5CDFCD0A5F01120ECCDA9ED1C489E(L_0, L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitByRefCall_mB9ACC1A39B8306F3E69A5A379DC12765E048733F (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, MethodInfo_t* ___0_method, ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___1_parameters, ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ___2_byrefArgs, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByRefMethodInfoCallInstruction_t1B853DBD250C0E16BCECF7A843698351E724E7DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MethodInfo_t* G_B2_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B2_1 = NULL; MethodInfo_t* G_B1_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B1_1 = NULL; int32_t G_B3_0 = 0; MethodInfo_t* G_B3_1 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B3_2 = NULL; { MethodInfo_t* L_0 = ___0_method; MethodInfo_t* L_1 = ___0_method; NullCheck(L_1); bool L_2; L_2 = MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E(L_1, NULL); if (L_2) { G_B2_0 = L_0; G_B2_1 = __this; goto IL_0011; } G_B1_0 = L_0; G_B1_1 = __this; } { ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_3 = ___1_parameters; NullCheck(L_3); G_B3_0 = ((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_3)->max_length)), 1)); G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0014; } IL_0011: { ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_4 = ___1_parameters; NullCheck(L_4); G_B3_0 = ((int32_t)(((RuntimeArray*)L_4)->max_length)); G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0014: { ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_5 = ___2_byrefArgs; ByRefMethodInfoCallInstruction_t1B853DBD250C0E16BCECF7A843698351E724E7DE* L_6 = (ByRefMethodInfoCallInstruction_t1B853DBD250C0E16BCECF7A843698351E724E7DE*)il2cpp_codegen_object_new(ByRefMethodInfoCallInstruction_t1B853DBD250C0E16BCECF7A843698351E724E7DE_il2cpp_TypeInfo_var); ByRefMethodInfoCallInstruction__ctor_m66D118D2406227C513542109C4BB96DD3ABEA103(L_6, G_B3_1, G_B3_0, L_5, NULL); NullCheck(G_B3_2); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B3_2, L_6, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitNullableCall_mF577360074F5923BB539BD38F3C9DA3828A4B6C9 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, MethodInfo_t* ___0_method, ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* ___1_parameters, const RuntimeMethod* method) { { MethodInfo_t* L_0 = ___0_method; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_0); ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_2 = ___1_parameters; NullCheck(L_2); MethodInfo_t* L_3 = ___0_method; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4; L_4 = NullableMethodCallInstruction_Create_m277AAA9CD0E5C2518819F8584C054735E935C12A(L_1, ((int32_t)(((RuntimeArray*)L_2)->max_length)), L_3, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_4, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* InstructionList_BuildRuntimeLabels_m2FC0CB7BDAE4D40CCAF530438DF7186EC666BD9F (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0F9F7AB61A48CED10BCE06E87398A3ED8AD313E7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mA3C477C4D590E11C3C7829534B5736894AFC49EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m537C61C6ECF1BCA8F3C7BF466D7E20AF86BAFECD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mD7CBB6E51EB57046320D4714025D59158C35FBC3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* V_0 = NULL; Enumerator_t0CA93E411AEFD5B61FCD3E17D67185D31A68A430 V_1; memset((&V_1), 0, sizeof(V_1)); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_2 = NULL; { int32_t L_0 = __this->____runtimeLabelCount; if (L_0) { goto IL_000e; } } { il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_1 = ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_emptyRuntimeLabels; return L_1; } IL_000e: { int32_t L_2 = __this->____runtimeLabelCount; RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_3 = (RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684*)(RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684*)SZArrayNew(RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_2, 1))); V_0 = L_3; List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00* L_4 = __this->____labels; NullCheck(L_4); Enumerator_t0CA93E411AEFD5B61FCD3E17D67185D31A68A430 L_5; L_5 = List_1_GetEnumerator_mD7CBB6E51EB57046320D4714025D59158C35FBC3(L_4, List_1_GetEnumerator_mD7CBB6E51EB57046320D4714025D59158C35FBC3_RuntimeMethod_var); V_1 = L_5; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0057: { Enumerator_Dispose_m0F9F7AB61A48CED10BCE06E87398A3ED8AD313E7((&V_1), Enumerator_Dispose_m0F9F7AB61A48CED10BCE06E87398A3ED8AD313E7_RuntimeMethod_var); return; } }); try { { goto IL_004c_1; } IL_002a_1: { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_6; L_6 = Enumerator_get_Current_m537C61C6ECF1BCA8F3C7BF466D7E20AF86BAFECD_inline((&V_1), Enumerator_get_Current_m537C61C6ECF1BCA8F3C7BF466D7E20AF86BAFECD_RuntimeMethod_var); V_2 = L_6; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_7 = V_2; NullCheck(L_7); bool L_8; L_8 = BranchLabel_get_HasRuntimeLabel_mFE307E5078826898647593BA7019676C024242F9(L_7, NULL); if (!L_8) { goto IL_004c_1; } } { RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_9 = V_0; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_10 = V_2; NullCheck(L_10); int32_t L_11; L_11 = BranchLabel_get_LabelIndex_m81E667E88D9BA90BE298946C8A3BAA348D5B610D_inline(L_10, NULL); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_12 = V_2; NullCheck(L_12); RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_13; L_13 = BranchLabel_ToRuntimeLabel_mA2178B63D72F01E04CEFDF9F5118625996EA5FD7(L_12, NULL); NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548)L_13); } IL_004c_1: { bool L_14; L_14 = Enumerator_MoveNext_mA3C477C4D590E11C3C7829534B5736894AFC49EB((&V_1), Enumerator_MoveNext_mA3C477C4D590E11C3C7829534B5736894AFC49EB_RuntimeMethod_var); if (L_14) { goto IL_002a_1; } } { goto IL_0065; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0065: { RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_15 = V_0; RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_16 = V_0; NullCheck(L_16); RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_17; memset((&L_17), 0, sizeof(L_17)); RuntimeLabel__ctor_m0AF52CF3AC707D15261902132F2843613ADD0569((&L_17), ((int32_t)2147483647LL), 0, 0, NULL); NullCheck(L_15); (L_15)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_16)->max_length)), 1))), (RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548)L_17); RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_18 = V_0; return L_18; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m73378225F54F33137332D98CB0D2AF80A5946E48_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m2DD669060121582B4BAEB94873A58F37AA7698E5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_0 = NULL; { List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00* L_0 = __this->____labels; if (L_0) { goto IL_0013; } } { List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00* L_1 = (List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00*)il2cpp_codegen_object_new(List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00_il2cpp_TypeInfo_var); List_1__ctor_m2DD669060121582B4BAEB94873A58F37AA7698E5(L_1, List_1__ctor_m2DD669060121582B4BAEB94873A58F37AA7698E5_RuntimeMethod_var); __this->____labels = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____labels), (void*)L_1); } IL_0013: { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_2 = (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA*)il2cpp_codegen_object_new(BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA_il2cpp_TypeInfo_var); BranchLabel__ctor_m2C7A40B4C89B83A63FDDA2D326B982C811319C1F(L_2, NULL); V_0 = L_2; List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00* L_3 = __this->____labels; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_4 = V_0; NullCheck(L_3); List_1_Add_m73378225F54F33137332D98CB0D2AF80A5946E48_inline(L_3, L_4, List_1_Add_m73378225F54F33137332D98CB0D2AF80A5946E48_RuntimeMethod_var); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_5 = V_0; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_FixupBranch_m6A626EC85A14EC6C73E2C43AB26C241933D1775E (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___0_branchIndex, int32_t ___1_offset, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mDC3E30582E3BCB1272DDF792DB69EFD36D7E9BE9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* L_0 = __this->____instructions; int32_t L_1 = ___0_branchIndex; List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* L_2 = __this->____instructions; int32_t L_3 = ___0_branchIndex; NullCheck(L_2); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4; L_4 = List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20(L_2, L_3, List_1_get_Item_mA8CB8DEFE4B7ECBF85606564A2AC4A55A52DCA20_RuntimeMethod_var); int32_t L_5 = ___1_offset; NullCheck(((OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A*)CastclassClass((RuntimeObject*)L_4, OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A_il2cpp_TypeInfo_var))); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_6; L_6 = OffsetInstruction_Fixup_mD1ACDACDDE6D614CDA914BF6195357BE81223070(((OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A*)CastclassClass((RuntimeObject*)L_4, OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A_il2cpp_TypeInfo_var)), L_5, NULL); NullCheck(L_0); List_1_set_Item_mDC3E30582E3BCB1272DDF792DB69EFD36D7E9BE9(L_0, L_1, L_6, List_1_set_Item_mDC3E30582E3BCB1272DDF792DB69EFD36D7E9BE9_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstructionList_EnsureLabelIndex_m27659CBA1BC8207CFB3FA4FB8D3F198DEEB6A404 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_label, const RuntimeMethod* method) { { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_0 = ___0_label; NullCheck(L_0); bool L_1; L_1 = BranchLabel_get_HasRuntimeLabel_mFE307E5078826898647593BA7019676C024242F9(L_0, NULL); if (!L_1) { goto IL_000f; } } { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_2 = ___0_label; NullCheck(L_2); int32_t L_3; L_3 = BranchLabel_get_LabelIndex_m81E667E88D9BA90BE298946C8A3BAA348D5B610D_inline(L_2, NULL); return L_3; } IL_000f: { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_4 = ___0_label; int32_t L_5 = __this->____runtimeLabelCount; NullCheck(L_4); BranchLabel_set_LabelIndex_m2D2A211884C69A7F76CA7B1E7D260862D9711589_inline(L_4, L_5, NULL); int32_t L_6 = __this->____runtimeLabelCount; __this->____runtimeLabelCount = ((int32_t)il2cpp_codegen_add(L_6, 1)); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_7 = ___0_label; NullCheck(L_7); int32_t L_8; L_8 = BranchLabel_get_LabelIndex_m81E667E88D9BA90BE298946C8A3BAA348D5B610D_inline(L_7, NULL); return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstructionList_MarkRuntimeLabel_mFCAAFCB713CEFF1B9DBB348F6AF5FC293351F677 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_0 = NULL; { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_0; L_0 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(__this, NULL); V_0 = L_0; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_1 = V_0; InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(__this, L_1, NULL); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_2 = V_0; int32_t L_3; L_3 = InstructionList_EnsureLabelIndex_m27659CBA1BC8207CFB3FA4FB8D3F198DEEB6A404(__this, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_label, const RuntimeMethod* method) { { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_0 = ___0_label; NullCheck(L_0); BranchLabel_Mark_mAD0B213BFD855893B8C55F3E2FB4840C06984B44(L_0, __this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitGoto_m9EBBB86257731911669631CFDC9BD6BF61730062 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_label, bool ___1_hasResult, bool ___2_hasValue, bool ___3_labelTargetGetsValue, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GotoInstruction_tBB065BE6826E5565D78D01D48127FE6DABD4D785_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_0 = ___0_label; int32_t L_1; L_1 = InstructionList_EnsureLabelIndex_m27659CBA1BC8207CFB3FA4FB8D3F198DEEB6A404(__this, L_0, NULL); bool L_2 = ___1_hasResult; bool L_3 = ___2_hasValue; bool L_4 = ___3_labelTargetGetsValue; il2cpp_codegen_runtime_class_init_inline(GotoInstruction_tBB065BE6826E5565D78D01D48127FE6DABD4D785_il2cpp_TypeInfo_var); GotoInstruction_tBB065BE6826E5565D78D01D48127FE6DABD4D785* L_5; L_5 = GotoInstruction_Create_mE62C6CAC2FF1FEFEC5DDF2AE96B42F9C4CF76539(L_1, L_2, L_3, L_4, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitBranch_mE625FCCE6D57C0C1154E2365A5EF42367C71B7D8 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A* ___0_instruction, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___1_label, const RuntimeMethod* method) { { OffsetInstruction_t3203C3BF471691024C616CC53814295500A4D47A* L_0 = ___0_instruction; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_1 = ___1_label; int32_t L_2; L_2 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(__this, NULL); NullCheck(L_1); BranchLabel_AddBranch_mE4F3C4131864D8F926085857FF128A4AEE458502(L_1, __this, ((int32_t)il2cpp_codegen_subtract(L_2, 1)), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitBranch_m50B1C1BE96759C14F4073C86F4BDA19329A4BE00 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_label, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165* L_0 = (BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165*)il2cpp_codegen_object_new(BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165_il2cpp_TypeInfo_var); BranchInstruction__ctor_m350FCE2E590D67203BF814217673C0B04524BFA4(L_0, NULL); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_1 = ___0_label; InstructionList_EmitBranch_mE625FCCE6D57C0C1154E2365A5EF42367C71B7D8(__this, L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitBranch_mC2BC5C3C401AC1272E911639B7FE37CAE916AEFF (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_label, bool ___1_hasResult, bool ___2_hasValue, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___1_hasResult; bool L_1 = ___2_hasValue; BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165* L_2 = (BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165*)il2cpp_codegen_object_new(BranchInstruction_t42CDC2FEDC1E475889D792F8915C16125AE6B165_il2cpp_TypeInfo_var); BranchInstruction__ctor_mC67EDE496BF616C0E8F827DC0BE63428F1FF377C(L_2, L_0, L_1, NULL); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_3 = ___0_label; InstructionList_EmitBranch_mE625FCCE6D57C0C1154E2365A5EF42367C71B7D8(__this, L_2, L_3, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitCoalescingBranch_m0AFCF804B7D3C8C49DAC4DB254DC396B31CEE2A1 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_leftNotNull, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CoalescingBranchInstruction_tA533723CEDBFF14AD19129574420C2FB979F97D4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { CoalescingBranchInstruction_tA533723CEDBFF14AD19129574420C2FB979F97D4* L_0 = (CoalescingBranchInstruction_tA533723CEDBFF14AD19129574420C2FB979F97D4*)il2cpp_codegen_object_new(CoalescingBranchInstruction_tA533723CEDBFF14AD19129574420C2FB979F97D4_il2cpp_TypeInfo_var); CoalescingBranchInstruction__ctor_mE8BE5C47FDDFAE8EB419845BEF3755B069810053(L_0, NULL); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_1 = ___0_leftNotNull; InstructionList_EmitBranch_mE625FCCE6D57C0C1154E2365A5EF42367C71B7D8(__this, L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitBranchTrue_m4E0F52ED341682EE6B00E7BBCBA332A5F7CFA683 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_elseLabel, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BranchTrueInstruction_t811E63AE0474686987B1E09EB2DC59B632EDE87D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BranchTrueInstruction_t811E63AE0474686987B1E09EB2DC59B632EDE87D* L_0 = (BranchTrueInstruction_t811E63AE0474686987B1E09EB2DC59B632EDE87D*)il2cpp_codegen_object_new(BranchTrueInstruction_t811E63AE0474686987B1E09EB2DC59B632EDE87D_il2cpp_TypeInfo_var); BranchTrueInstruction__ctor_m96CCC49473ACC9FF94B4DAAA2261EA238DBE4750(L_0, NULL); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_1 = ___0_elseLabel; InstructionList_EmitBranch_mE625FCCE6D57C0C1154E2365A5EF42367C71B7D8(__this, L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitBranchFalse_mF38794712CF0A90AE957D774C794F2C3B20969A7 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_elseLabel, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BranchFalseInstruction_t5369E28CC6D0CB5B377F6FC15662287EDBE59E61_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BranchFalseInstruction_t5369E28CC6D0CB5B377F6FC15662287EDBE59E61* L_0 = (BranchFalseInstruction_t5369E28CC6D0CB5B377F6FC15662287EDBE59E61*)il2cpp_codegen_object_new(BranchFalseInstruction_t5369E28CC6D0CB5B377F6FC15662287EDBE59E61_il2cpp_TypeInfo_var); BranchFalseInstruction__ctor_m06FBE263B264F27523F12A748BE63660F7838A09(L_0, NULL); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_1 = ___0_elseLabel; InstructionList_EmitBranch_mE625FCCE6D57C0C1154E2365A5EF42367C71B7D8(__this, L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitThrow_mBC258015E88060816FDD2A937A27ACA1CF0DA264 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_il2cpp_TypeInfo_var); ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A* L_0 = ((ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_StaticFields*)il2cpp_codegen_static_fields_for(ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_il2cpp_TypeInfo_var))->___Throw; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitThrowVoid_m497D197018DB215034714853D8692E54E4EB7289 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_il2cpp_TypeInfo_var); ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A* L_0 = ((ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_StaticFields*)il2cpp_codegen_static_fields_for(ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_il2cpp_TypeInfo_var))->___VoidThrow; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitRethrow_mD694F2ED4A069625C27937A46D88B1BAFD77F90C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_il2cpp_TypeInfo_var); ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A* L_0 = ((ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_StaticFields*)il2cpp_codegen_static_fields_for(ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_il2cpp_TypeInfo_var))->___Rethrow; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitRethrowVoid_mE65E5C724FB766A6E0AA71EA974DDE7206A54793 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_il2cpp_TypeInfo_var); ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A* L_0 = ((ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_StaticFields*)il2cpp_codegen_static_fields_for(ThrowInstruction_tCF8AEE633A48BAB683C776C292F9EF113F47510A_il2cpp_TypeInfo_var))->___VoidRethrow; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterTryFinally_mDE0EBF6087A879F48C9F19AD39BEC71FACEDC615 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_finallyStartLabel, const RuntimeMethod* method) { { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_0 = ___0_finallyStartLabel; int32_t L_1; L_1 = InstructionList_EnsureLabelIndex_m27659CBA1BC8207CFB3FA4FB8D3F198DEEB6A404(__this, L_0, NULL); EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* L_2; L_2 = EnterTryCatchFinallyInstruction_CreateTryFinally_mA6CC3455F25DA20778016AADE02CCECD4BC69080(L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterTryCatch_mCC69D64A0162C983F6684A4936BBDFDE881A10A7 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { { EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* L_0; L_0 = EnterTryCatchFinallyInstruction_CreateTryCatch_mC447283BD32EB0581B6375278933F09C1CEE2940(NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* InstructionList_EmitEnterTryFault_mE350FC7F40AAEA0F73D31C491A851547DBC08A4C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_tryEnd, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* V_0 = NULL; { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_0 = ___0_tryEnd; int32_t L_1; L_1 = InstructionList_EnsureLabelIndex_m27659CBA1BC8207CFB3FA4FB8D3F198DEEB6A404(__this, L_0, NULL); EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* L_2 = (EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36*)il2cpp_codegen_object_new(EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36_il2cpp_TypeInfo_var); EnterTryFaultInstruction__ctor_mBE96A6773CA5099AF81CD01377324049C737E20F(L_2, L_1, NULL); V_0 = L_2; EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* L_3 = V_0; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_3, NULL); EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* L_4 = V_0; return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterFinally_m9CFA721662A9E832FB596B16ED64F293CC9AD236 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_finallyStartLabel, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnterFinallyInstruction_tEFCB44E83BC16AF13FBD73A740B816145292D815_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_0 = ___0_finallyStartLabel; int32_t L_1; L_1 = InstructionList_EnsureLabelIndex_m27659CBA1BC8207CFB3FA4FB8D3F198DEEB6A404(__this, L_0, NULL); il2cpp_codegen_runtime_class_init_inline(EnterFinallyInstruction_tEFCB44E83BC16AF13FBD73A740B816145292D815_il2cpp_TypeInfo_var); EnterFinallyInstruction_tEFCB44E83BC16AF13FBD73A740B816145292D815* L_2; L_2 = EnterFinallyInstruction_Create_mD0800A2BB12FD3F9CF4B4F2BDAAD2EE9937E160E(L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLeaveFinally_m11B8937A2EC9009AEB3237A386B9662A868EC08F (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeaveFinallyInstruction_tD72BD32F9F91C389B6354FCCE9B4B5E588CAEFA7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LeaveFinallyInstruction_tD72BD32F9F91C389B6354FCCE9B4B5E588CAEFA7_il2cpp_TypeInfo_var); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_0 = ((LeaveFinallyInstruction_tD72BD32F9F91C389B6354FCCE9B4B5E588CAEFA7_StaticFields*)il2cpp_codegen_static_fields_for(LeaveFinallyInstruction_tD72BD32F9F91C389B6354FCCE9B4B5E588CAEFA7_il2cpp_TypeInfo_var))->___Instance; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterFault_m897D75F5451358D62FA4FD7AE129CF6B7D3A08C2 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___0_faultStartLabel, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnterFaultInstruction_t183D15AE9C491B0138F46539206C47452C3E1E70_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_0 = ___0_faultStartLabel; int32_t L_1; L_1 = InstructionList_EnsureLabelIndex_m27659CBA1BC8207CFB3FA4FB8D3F198DEEB6A404(__this, L_0, NULL); il2cpp_codegen_runtime_class_init_inline(EnterFaultInstruction_t183D15AE9C491B0138F46539206C47452C3E1E70_il2cpp_TypeInfo_var); EnterFaultInstruction_t183D15AE9C491B0138F46539206C47452C3E1E70* L_2; L_2 = EnterFaultInstruction_Create_m08C718E5E636C501FA71914AF6BDA8F3385CC9DC(L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLeaveFault_m883B86D58A6A7C6E6A123D845B3F1355D4D1A538 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeaveFaultInstruction_tB97B69B82AD04594155677DAEB82AFAA06C5CD73_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LeaveFaultInstruction_tB97B69B82AD04594155677DAEB82AFAA06C5CD73_il2cpp_TypeInfo_var); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_0 = ((LeaveFaultInstruction_tB97B69B82AD04594155677DAEB82AFAA06C5CD73_StaticFields*)il2cpp_codegen_static_fields_for(LeaveFaultInstruction_tB97B69B82AD04594155677DAEB82AFAA06C5CD73_il2cpp_TypeInfo_var))->___Instance; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterExceptionFilter_m3925550BEF21FCD7F60FDE44F86F431DCF4CE155 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnterExceptionFilterInstruction_tE3F372AA603C140CE276A9414C309594F9DF01B2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EnterExceptionFilterInstruction_tE3F372AA603C140CE276A9414C309594F9DF01B2_il2cpp_TypeInfo_var); EnterExceptionFilterInstruction_tE3F372AA603C140CE276A9414C309594F9DF01B2* L_0 = ((EnterExceptionFilterInstruction_tE3F372AA603C140CE276A9414C309594F9DF01B2_StaticFields*)il2cpp_codegen_static_fields_for(EnterExceptionFilterInstruction_tE3F372AA603C140CE276A9414C309594F9DF01B2_il2cpp_TypeInfo_var))->___Instance; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLeaveExceptionFilter_m0A56D44F399A290F13BC9C8664BF10F06AD8100C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeaveExceptionFilterInstruction_t964A0C554AD71589BC132ED9579FC647FFC6360C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(LeaveExceptionFilterInstruction_t964A0C554AD71589BC132ED9579FC647FFC6360C_il2cpp_TypeInfo_var); LeaveExceptionFilterInstruction_t964A0C554AD71589BC132ED9579FC647FFC6360C* L_0 = ((LeaveExceptionFilterInstruction_t964A0C554AD71589BC132ED9579FC647FFC6360C_StaticFields*)il2cpp_codegen_static_fields_for(LeaveExceptionFilterInstruction_t964A0C554AD71589BC132ED9579FC647FFC6360C_il2cpp_TypeInfo_var))->___Instance; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterExceptionHandlerNonVoid_m645D4F606C22923E91097187BC7A7E56F0AB0F7C (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451_il2cpp_TypeInfo_var); EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451* L_0 = ((EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451_StaticFields*)il2cpp_codegen_static_fields_for(EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451_il2cpp_TypeInfo_var))->___NonVoid; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitEnterExceptionHandlerVoid_m9726853B2C9821CD6710A160F53A8BCCD90D4241 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451_il2cpp_TypeInfo_var); EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451* L_0 = ((EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451_StaticFields*)il2cpp_codegen_static_fields_for(EnterExceptionHandlerInstruction_tBB0520787E4FFAE2287EE9BEDFB78A3218580451_il2cpp_TypeInfo_var))->___Void; InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitLeaveExceptionHandler_m21D6B9304A0669D038F7208CAC6B1AE0778C589E (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, bool ___0_hasValue, BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* ___1_tryExpressionEndLabel, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeaveExceptionHandlerInstruction_t2A2D9FC2B10454A4E1213F71EE7BDA0476B485BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_0 = ___1_tryExpressionEndLabel; int32_t L_1; L_1 = InstructionList_EnsureLabelIndex_m27659CBA1BC8207CFB3FA4FB8D3F198DEEB6A404(__this, L_0, NULL); bool L_2 = ___0_hasValue; il2cpp_codegen_runtime_class_init_inline(LeaveExceptionHandlerInstruction_t2A2D9FC2B10454A4E1213F71EE7BDA0476B485BB_il2cpp_TypeInfo_var); LeaveExceptionHandlerInstruction_t2A2D9FC2B10454A4E1213F71EE7BDA0476B485BB* L_3; L_3 = LeaveExceptionHandlerInstruction_Create_m7C6FE6DA22B26459A689DD8E2887412ACC93EE63(L_1, L_2, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_3, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_EmitStringSwitch_m538917941B07578647F7D7C438C855E6C0BDC5AB (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___0_cases, StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B* ___1_nullCase, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringSwitchInstruction_tAC76A9571E6022CF041714B05715E1185A8F8479_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_0 = ___0_cases; StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B* L_1 = ___1_nullCase; StringSwitchInstruction_tAC76A9571E6022CF041714B05715E1185A8F8479* L_2 = (StringSwitchInstruction_tAC76A9571E6022CF041714B05715E1185A8F8479*)il2cpp_codegen_object_new(StringSwitchInstruction_tAC76A9571E6022CF041714B05715E1185A8F8479_il2cpp_TypeInfo_var); StringSwitchInstruction__ctor_m97800B343413972ACF54D7A5176B234FCA29B477(L_2, L_0, L_1, NULL); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList__ctor_m1F00359AB7BA2FF1B8F979B71861D5778F81C5C9 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0905652377AEAA0B96DD7F27FC55C71A5BA8AF56_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* L_0 = (List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB*)il2cpp_codegen_object_new(List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB_il2cpp_TypeInfo_var); List_1__ctor_m0905652377AEAA0B96DD7F27FC55C71A5BA8AF56(L_0, List_1__ctor_m0905652377AEAA0B96DD7F27FC55C71A5BA8AF56_RuntimeMethod_var); __this->____instructions = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____instructions), (void*)L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList__cctor_m3E302E7ECB2F30AA01E55C2372FAE5EC7E122DAE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m047E8F83A80F0BAB95E0A81B6588BAABE6B5FB4F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28* L_0 = (Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28*)il2cpp_codegen_object_new(Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28_il2cpp_TypeInfo_var); Dictionary_2__ctor_m047E8F83A80F0BAB95E0A81B6588BAABE6B5FB4F(L_0, Dictionary_2__ctor_m047E8F83A80F0BAB95E0A81B6588BAABE6B5FB4F_RuntimeMethod_var); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadFields = L_0; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_loadFields), (void*)L_0); RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_1 = (RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684*)(RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684*)SZArrayNew(RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684_il2cpp_TypeInfo_var, (uint32_t)1); RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_2 = L_1; RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_3; memset((&L_3), 0, sizeof(L_3)); RuntimeLabel__ctor_m0AF52CF3AC707D15261902132F2843613ADD0569((&L_3), ((int32_t)2147483647LL), 0, 0, NULL); NullCheck(L_2); (L_2)->SetAt(static_cast(0), (RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548)L_3); ((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_emptyRuntimeLabels = L_2; Il2CppCodeGenWriteBarrier((void**)(&((InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields*)il2cpp_codegen_static_fields_for(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var))->___s_emptyRuntimeLabels), (void*)L_2); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* DebugView_GetInstructionViews_m07F09275BF04326058C465636727814C394DE0E8 (RuntimeObject* ___0_instructions, RuntimeObject* ___1_objects, Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* ___2_labelIndexer, RuntimeObject* ___3_debugCookies, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisKeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3_m2183C47562C057EC5E5BA5D8E38E93B13A5C6B5E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tF961F3E00EE8CF8A2420A47E491F0DC255B7F073_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t4CB13C9A05F08FC5070C0050B8AF1013247C8994_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyCollection_1_tC4EF2AE114E62DC7D50B03C7D79653FF1405AE78_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IReadOnlyList_1_tFECA3304F4B609D6FFF811FAEDF8077485404E75_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m95328F0F59DDEB1A8A7D044DAF427CC7DEB1EB93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m1B58840B91C8D0BD5921B17D33B1F00A9D11B7D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m8E723204CEB9D0194D564133CFF2ACE2DDC1D72D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; bool V_5 = false; int32_t V_6 = 0; int32_t V_7 = 0; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_8 = NULL; RuntimeObject* V_9 = NULL; int32_t V_10 = 0; int32_t V_11 = 0; String_t* V_12 = NULL; KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 V_13; memset((&V_13), 0, sizeof(V_13)); RuntimeObject* G_B2_0 = NULL; RuntimeObject* G_B1_0 = NULL; { List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D* L_0 = (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D*)il2cpp_codegen_object_new(List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D_il2cpp_TypeInfo_var); List_1__ctor_m8E723204CEB9D0194D564133CFF2ACE2DDC1D72D(L_0, List_1__ctor_m8E723204CEB9D0194D564133CFF2ACE2DDC1D72D_RuntimeMethod_var); V_0 = L_0; V_1 = 0; V_2 = 0; V_3 = 0; RuntimeObject* L_1 = ___3_debugCookies; RuntimeObject* L_2 = L_1; if (L_2) { G_B2_0 = L_2; goto IL_0016; } G_B1_0 = L_2; } { KeyValuePair_2U5BU5D_t1686C7CBCFA68BF77F16B9983BACAA457DCDE265* L_3; L_3 = Array_Empty_TisKeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3_m2183C47562C057EC5E5BA5D8E38E93B13A5C6B5E_inline(Array_Empty_TisKeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3_m2183C47562C057EC5E5BA5D8E38E93B13A5C6B5E_RuntimeMethod_var); G_B2_0 = ((RuntimeObject*)(L_3)); } IL_0016: { NullCheck(G_B2_0); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_tF961F3E00EE8CF8A2420A47E491F0DC255B7F073_il2cpp_TypeInfo_var, G_B2_0); V_4 = L_4; RuntimeObject* L_5 = V_4; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_5); V_5 = L_6; V_6 = 0; RuntimeObject* L_7 = ___0_instructions; NullCheck(L_7); int32_t L_8; L_8 = InterfaceFuncInvoker0< int32_t >::Invoke(0, IReadOnlyCollection_1_tC4EF2AE114E62DC7D50B03C7D79653FF1405AE78_il2cpp_TypeInfo_var, L_7); V_7 = L_8; goto IL_00c0; } IL_0036: { RuntimeObject* L_9 = ___0_instructions; int32_t L_10 = V_6; NullCheck(L_9); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_11; L_11 = InterfaceFuncInvoker1< Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*, int32_t >::Invoke(0, IReadOnlyList_1_tFECA3304F4B609D6FFF811FAEDF8077485404E75_il2cpp_TypeInfo_var, L_9, L_10); V_8 = L_11; V_9 = NULL; goto IL_0060; } IL_0045: { RuntimeObject* L_12 = V_4; NullCheck(L_12); KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 L_13; L_13 = InterfaceFuncInvoker0< KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 >::Invoke(0, IEnumerator_1_t4CB13C9A05F08FC5070C0050B8AF1013247C8994_il2cpp_TypeInfo_var, L_12); V_13 = L_13; RuntimeObject* L_14; L_14 = KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_inline((&V_13), KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_RuntimeMethod_var); V_9 = L_14; RuntimeObject* L_15 = V_4; NullCheck(L_15); bool L_16; L_16 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15); V_5 = L_16; } IL_0060: { bool L_17 = V_5; if (!L_17) { goto IL_0078; } } { RuntimeObject* L_18 = V_4; NullCheck(L_18); KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 L_19; L_19 = InterfaceFuncInvoker0< KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3 >::Invoke(0, IEnumerator_1_t4CB13C9A05F08FC5070C0050B8AF1013247C8994_il2cpp_TypeInfo_var, L_18); V_13 = L_19; int32_t L_20; L_20 = KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_inline((&V_13), KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_RuntimeMethod_var); int32_t L_21 = V_6; if ((((int32_t)L_20) == ((int32_t)L_21))) { goto IL_0045; } } IL_0078: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_22 = V_8; NullCheck(L_22); int32_t L_23; L_23 = Instruction_get_StackBalance_m699EB30FC79DCC8876C64A2B0C18A0DADA713BC4(L_22, NULL); V_10 = L_23; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = V_8; NullCheck(L_24); int32_t L_25; L_25 = Instruction_get_ContinuationsBalance_m6AE36A37264F3632006D8EA8B5A419A0E198754A(L_24, NULL); V_11 = L_25; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_26 = V_8; int32_t L_27 = V_6; RuntimeObject* L_28 = V_9; Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* L_29 = ___2_labelIndexer; RuntimeObject* L_30 = ___1_objects; NullCheck(L_26); String_t* L_31; L_31 = VirtualFuncInvoker4< String_t*, int32_t, RuntimeObject*, Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354*, RuntimeObject* >::Invoke(10, L_26, L_27, L_28, L_29, L_30); V_12 = L_31; List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D* L_32 = V_0; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = V_8; String_t* L_34 = V_12; int32_t L_35 = V_6; int32_t L_36 = V_2; int32_t L_37 = V_3; InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D L_38; memset((&L_38), 0, sizeof(L_38)); InstructionView__ctor_mC73FC0DDB9EDB13B1C29CDD8D1291A21E9894406((&L_38), L_33, L_34, L_35, L_36, L_37, NULL); NullCheck(L_32); List_1_Add_m95328F0F59DDEB1A8A7D044DAF427CC7DEB1EB93_inline(L_32, L_38, List_1_Add_m95328F0F59DDEB1A8A7D044DAF427CC7DEB1EB93_RuntimeMethod_var); int32_t L_39 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_39, 1)); int32_t L_40 = V_2; int32_t L_41 = V_10; V_2 = ((int32_t)il2cpp_codegen_add(L_40, L_41)); int32_t L_42 = V_3; int32_t L_43 = V_11; V_3 = ((int32_t)il2cpp_codegen_add(L_42, L_43)); int32_t L_44 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_44, 1)); } IL_00c0: { int32_t L_45 = V_6; int32_t L_46 = V_7; if ((((int32_t)L_45) < ((int32_t)L_46))) { goto IL_0036; } } { List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D* L_47 = V_0; NullCheck(L_47); InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* L_48; L_48 = List_1_ToArray_m1B58840B91C8D0BD5921B17D33B1F00A9D11B7D3(L_47, List_1_ToArray_m1B58840B91C8D0BD5921B17D33B1F00A9D11B7D3_RuntimeMethod_var); return L_48; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshal_pinvoke(const InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D& unmarshaled, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshaled_pinvoke& marshaled) { Exception_t* ____instructionException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_instruction' of type 'InstructionView': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____instructionException, NULL); } IL2CPP_EXTERN_C void InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshal_pinvoke_back(const InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshaled_pinvoke& marshaled, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D& unmarshaled) { Exception_t* ____instructionException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_instruction' of type 'InstructionView': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____instructionException, NULL); } IL2CPP_EXTERN_C void InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshal_pinvoke_cleanup(InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshal_com(const InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D& unmarshaled, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshaled_com& marshaled) { Exception_t* ____instructionException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_instruction' of type 'InstructionView': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____instructionException, NULL); } IL2CPP_EXTERN_C void InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshal_com_back(const InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshaled_com& marshaled, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D& unmarshaled) { Exception_t* ____instructionException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_instruction' of type 'InstructionView': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____instructionException, NULL); } IL2CPP_EXTERN_C void InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshal_com_cleanup(InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InstructionView_GetValue_m346E253A2A2B94136AE66E1A46A1E0C3FEB57CEC (InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____name; return L_0; } } IL2CPP_EXTERN_C String_t* InstructionView_GetValue_m346E253A2A2B94136AE66E1A46A1E0C3FEB57CEC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InstructionView_GetValue_m346E253A2A2B94136AE66E1A46A1E0C3FEB57CEC_inline(_thisAdjusted, method); return _returnValue; } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionView__ctor_mC73FC0DDB9EDB13B1C29CDD8D1291A21E9894406 (InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* __this, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___0_instruction, String_t* ___1_name, int32_t ___2_index, int32_t ___3_stackDepth, int32_t ___4_continuationsDepth, const RuntimeMethod* method) { { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_0 = ___0_instruction; __this->____instruction = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____instruction), (void*)L_0); String_t* L_1 = ___1_name; __this->____name = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____name), (void*)L_1); int32_t L_2 = ___2_index; __this->____index = L_2; int32_t L_3 = ___3_stackDepth; __this->____stackDepth = L_3; int32_t L_4 = ___4_continuationsDepth; __this->____continuationsDepth = L_4; return; } } IL2CPP_EXTERN_C void InstructionView__ctor_mC73FC0DDB9EDB13B1C29CDD8D1291A21E9894406_AdjustorThunk (RuntimeObject* __this, Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___0_instruction, String_t* ___1_name, int32_t ___2_index, int32_t ___3_stackDepth, int32_t ___4_continuationsDepth, const RuntimeMethod* method) { InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InstructionView__ctor_mC73FC0DDB9EDB13B1C29CDD8D1291A21E9894406(_thisAdjusted, ___0_instruction, ___1_name, ___2_index, ___3_stackDepth, ___4_continuationsDepth, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame__ctor_m838A88FECE23B7EF5310C8C735357FFD969E269E (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___0_interpreter, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___1_closure, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = ___0_interpreter; __this->___Interpreter = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___Interpreter), (void*)L_0); Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_1 = ___0_interpreter; NullCheck(L_1); int32_t L_2; L_2 = Interpreter_get_LocalCount_m556C132E9D9950FE1F59FC4B5ECA7DDF2674B360_inline(L_1, NULL); __this->___StackIndex = L_2; int32_t L_3 = __this->___StackIndex; Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_4 = ___0_interpreter; NullCheck(L_4); InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_5; L_5 = Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline(L_4, NULL); int32_t L_6 = L_5.___MaxStackDepth; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_3, L_6))); __this->___Data = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___Data), (void*)L_7); Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_8 = ___0_interpreter; NullCheck(L_8); InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_9; L_9 = Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline(L_8, NULL); int32_t L_10 = L_9.___MaxContinuationDepth; V_0 = L_10; int32_t L_11 = V_0; if ((((int32_t)L_11) <= ((int32_t)0))) { goto IL_0052; } } { int32_t L_12 = V_0; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_13 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)L_12); __this->____continuations = L_13; Il2CppCodeGenWriteBarrier((void**)(&__this->____continuations), (void*)L_13); } IL_0052: { IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_14 = ___1_closure; __this->___Closure = L_14; Il2CppCodeGenWriteBarrier((void**)(&__this->___Closure), (void*)L_14); __this->____pendingContinuation = (-1); il2cpp_codegen_runtime_class_init_inline(Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var); RuntimeObject* L_15 = ((Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_StaticFields*)il2cpp_codegen_static_fields_for(Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var))->___NoValue; __this->____pendingValue = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->____pendingValue), (void*)L_15); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* InterpretedFrame_GetDebugInfo_m290903C082204894D035E31A82B867180182B77D (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int32_t ___0_instructionIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->___Interpreter; NullCheck(L_0); DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* L_1 = L_0->____debugInfos; int32_t L_2 = ___0_instructionIndex; il2cpp_codegen_runtime_class_init_inline(DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_il2cpp_TypeInfo_var); DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_3; L_3 = DebugInfo_GetMatchingDebugInfo_m507E8CC54804B2AC471C4111A8E3764471F4B84E(L_1, L_2, NULL); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InterpretedFrame_get_Name_m7E20708EFE4D5D412107BA2F109DE03B91DDE8EE (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { { Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->___Interpreter; NullCheck(L_0); String_t* L_1; L_1 = Interpreter_get_Name_m27594A419F941809A017D88F20A15FA33E054673_inline(L_0, NULL); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___Data; int32_t L_1 = __this->___StackIndex; V_0 = L_1; int32_t L_2 = V_0; __this->___StackIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; RuntimeObject* L_4 = ___0_value; NullCheck(L_0); ArrayElementTypeCheck (L_0, L_4); (L_0)->SetAt(static_cast(L_3), (RuntimeObject*)L_4); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B2_0 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL; int32_t G_B1_0 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B1_1 = NULL; RuntimeObject* G_B3_0 = NULL; int32_t G_B3_1 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_2 = NULL; { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___Data; int32_t L_1 = __this->___StackIndex; V_0 = L_1; int32_t L_2 = V_0; __this->___StackIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; bool L_4 = ___0_value; if (L_4) { G_B2_0 = L_3; G_B2_1 = L_0; goto IL_0021; } G_B1_0 = L_3; G_B1_1 = L_0; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_5 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; G_B3_0 = L_5; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; goto IL_0026; } IL_0021: { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_6 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedTrue; G_B3_0 = L_6; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; } IL_0026: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (RuntimeObject*)G_B3_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int32_t ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___Data; int32_t L_1 = __this->___StackIndex; V_0 = L_1; int32_t L_2 = V_0; __this->___StackIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; int32_t L_4 = ___0_value; RuntimeObject* L_5; L_5 = ScriptingRuntimeHelpers_Int32ToObject_mAD2675398AAD5E125AB6EE9069E62E4D87C160A6(L_4, NULL); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_5); (L_0)->SetAt(static_cast(L_3), (RuntimeObject*)L_5); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m6240B0B05BB62738249FABD26D2A4D6DF7437FD3 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, uint8_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___Data; int32_t L_1 = __this->___StackIndex; V_0 = L_1; int32_t L_2 = V_0; __this->___StackIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; uint8_t L_4 = ___0_value; uint8_t L_5 = L_4; RuntimeObject* L_6 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_5); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_6); (L_0)->SetAt(static_cast(L_3), (RuntimeObject*)L_6); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m7D0537252255C628F4188658D875E4BC13BFF766 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int8_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___Data; int32_t L_1 = __this->___StackIndex; V_0 = L_1; int32_t L_2 = V_0; __this->___StackIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; int8_t L_4 = ___0_value; int8_t L_5 = L_4; RuntimeObject* L_6 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_5); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_6); (L_0)->SetAt(static_cast(L_3), (RuntimeObject*)L_6); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int16_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___Data; int32_t L_1 = __this->___StackIndex; V_0 = L_1; int32_t L_2 = V_0; __this->___StackIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; int16_t L_4 = ___0_value; int16_t L_5 = L_4; RuntimeObject* L_6 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_5); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_6); (L_0)->SetAt(static_cast(L_3), (RuntimeObject*)L_6); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_mF587E75F6732C08EC184881661F996999E74D62D (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, uint16_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___Data; int32_t L_1 = __this->___StackIndex; V_0 = L_1; int32_t L_2 = V_0; __this->___StackIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; uint16_t L_4 = ___0_value; uint16_t L_5 = L_4; RuntimeObject* L_6 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_5); NullCheck(L_0); ArrayElementTypeCheck (L_0, L_6); (L_0)->SetAt(static_cast(L_3), (RuntimeObject*)L_6); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___Data; int32_t L_1 = __this->___StackIndex; V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, 1)); int32_t L_2 = V_0; __this->___StackIndex = L_2; int32_t L_3 = V_0; NullCheck(L_0); int32_t L_4 = L_3; RuntimeObject* L_5 = (L_0)->GetAt(static_cast(L_4)); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_SetStackDepth_m2FC13C2E30F3CE2A0256D9D3F16C37ACD7F9FAB6 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int32_t ___0_depth, const RuntimeMethod* method) { { Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->___Interpreter; NullCheck(L_0); int32_t L_1; L_1 = Interpreter_get_LocalCount_m556C132E9D9950FE1F59FC4B5ECA7DDF2674B360_inline(L_0, NULL); int32_t L_2 = ___0_depth; __this->___StackIndex = ((int32_t)il2cpp_codegen_add(L_1, L_2)); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = __this->___Data; int32_t L_1 = __this->___StackIndex; NullCheck(L_0); int32_t L_2 = ((int32_t)il2cpp_codegen_subtract(L_1, 1)); RuntimeObject* L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Dup_m3BDC8F67702A2760BE30FF3D2B12959EDCF9EEE8 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->___StackIndex; V_0 = L_0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = __this->___Data; int32_t L_2 = V_0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = __this->___Data; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = ((int32_t)il2cpp_codegen_subtract(L_4, 1)); RuntimeObject* L_6 = (L_3)->GetAt(static_cast(L_5)); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_6); (L_1)->SetAt(static_cast(L_2), (RuntimeObject*)L_6); int32_t L_7 = V_0; __this->___StackIndex = ((int32_t)il2cpp_codegen_add(L_7, 1)); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* InterpretedFrame_get_Parent_m14F8B2EEA1D2CEE6ED56E243EEBDC62672D92A13 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = __this->____parent; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InterpretedFrame_GetStackTraceDebugInfo_m039F51A5418FA4DCA9CA61BF855B3F1CE930F9C6 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* L_0 = (U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD*)il2cpp_codegen_object_new(U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD_il2cpp_TypeInfo_var); U3CGetStackTraceDebugInfoU3Ed__29__ctor_mF2B61399D4EF0FC9C18B00BAB53144BCB391C026(L_0, ((int32_t)-2), NULL); U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* L_1 = L_0; NullCheck(L_1); L_1->___U3CU3E4__this = __this; Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this), (void*)__this); return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_SaveTraceToException_mBB4B45D96AECBBA93EDB400A925F9B7DE29BFD5D (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m31367F2E5A43B9CCB462C893E85323F23F5C4760_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB508DF3DB8B8A663663B8FEBC62E239DCA91921C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Exception_t* L_0 = ___0_exception; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6, L_0); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast (InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_3; L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL); NullCheck(L_1); RuntimeObject* L_4; L_4 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_1, L_3); if (L_4) { goto IL_003c; } } { Exception_t* L_5 = ___0_exception; NullCheck(L_5); RuntimeObject* L_6; L_6 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6, L_5); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast (InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_8; L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL); RuntimeObject* L_9; L_9 = InterpretedFrame_GetStackTraceDebugInfo_m039F51A5418FA4DCA9CA61BF855B3F1CE930F9C6(__this, NULL); List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01* L_10 = (List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01*)il2cpp_codegen_object_new(List_1_t97A207C741F8FEABA65120A2E5276BC94C778D01_il2cpp_TypeInfo_var); List_1__ctor_mB508DF3DB8B8A663663B8FEBC62E239DCA91921C(L_10, L_9, List_1__ctor_mB508DF3DB8B8A663663B8FEBC62E239DCA91921C_RuntimeMethod_var); NullCheck(L_10); InterpretedFrameInfoU5BU5D_t97E24C7783C90A15DDACF04305E730DBAEC0A8BB* L_11; L_11 = List_1_ToArray_m31367F2E5A43B9CCB462C893E85323F23F5C4760(L_10, List_1_ToArray_m31367F2E5A43B9CCB462C893E85323F23F5C4760_RuntimeMethod_var); NullCheck(L_6); InterfaceActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(1, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_6, L_8, (RuntimeObject*)L_11); } IL_003c: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* InterpretedFrame_Enter_m248E9FC91D11BE79F8379C95B7175B4B96D6D57E (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_0 = NULL; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ((InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_il2cpp_TypeInfo_var))->___s_currentFrame; V_0 = L_0; ((InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_il2cpp_TypeInfo_var))->___s_currentFrame = __this; Il2CppCodeGenWriteBarrier((void**)(&((InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_il2cpp_TypeInfo_var))->___s_currentFrame), (void*)__this); InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_1 = V_0; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = L_1; V_1 = L_2; __this->____parent = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____parent), (void*)L_2); InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = V_1; return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Leave_mDE0116DD74316A6F097AD2A1C8E41BFBFAF2BA2C (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_prevFrame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_prevFrame; ((InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_il2cpp_TypeInfo_var))->___s_currentFrame = L_0; Il2CppCodeGenWriteBarrier((void**)(&((InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_il2cpp_TypeInfo_var))->___s_currentFrame), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InterpretedFrame_IsJumpHappened_m17BBD54ACD264E3239DCDD49095E9797D86E7C28 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____pendingContinuation; return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_RemoveContinuation_m9B4A677E025536837E61DCDFDB2100F4542D53D1 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____continuationIndex; __this->____continuationIndex = ((int32_t)il2cpp_codegen_subtract(L_0, 1)); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_PushContinuation_m8FED46B9B1F442088DC067B1595DD9AB10A341A9 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int32_t ___0_continuation, const RuntimeMethod* method) { int32_t V_0 = 0; { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->____continuations; int32_t L_1 = __this->____continuationIndex; V_0 = L_1; int32_t L_2 = V_0; __this->____continuationIndex = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; int32_t L_4 = ___0_continuation; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (int32_t)L_4); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InterpretedFrame_YieldToCurrentContinuation_mC15C60E6B504F0792A2A0610A40BD33534EE15E9 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 V_0; memset((&V_0), 0, sizeof(V_0)); { Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->___Interpreter; NullCheck(L_0); RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_1 = L_0->____labels; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = __this->____continuations; int32_t L_3 = __this->____continuationIndex; NullCheck(L_2); int32_t L_4 = ((int32_t)il2cpp_codegen_subtract(L_3, 1)); int32_t L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_1); int32_t L_6 = L_5; RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_7 = (L_1)->GetAt(static_cast(L_6)); V_0 = L_7; RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_8 = V_0; int32_t L_9 = L_8.___StackDepth; InterpretedFrame_SetStackDepth_m2FC13C2E30F3CE2A0256D9D3F16C37ACD7F9FAB6(__this, L_9, NULL); RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_10 = V_0; int32_t L_11 = L_10.___Index; int32_t L_12 = __this->___InstructionIndex; return ((int32_t)il2cpp_codegen_subtract(L_11, L_12)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InterpretedFrame_YieldToPendingContinuation_m87039D128DCDD0CAB8665AD9DA56580B85D05BD5 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 V_1; memset((&V_1), 0, sizeof(V_1)); { Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->___Interpreter; NullCheck(L_0); RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_1 = L_0->____labels; int32_t L_2 = __this->____pendingContinuation; NullCheck(L_1); int32_t L_3 = L_2; RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = L_4; RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_5 = V_0; int32_t L_6 = L_5.___ContinuationStackDepth; int32_t L_7 = __this->____continuationIndex; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_005f; } } { Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_8 = __this->___Interpreter; NullCheck(L_8); RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_9 = L_8->____labels; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_10 = __this->____continuations; int32_t L_11 = __this->____continuationIndex; NullCheck(L_10); int32_t L_12 = ((int32_t)il2cpp_codegen_subtract(L_11, 1)); int32_t L_13 = (L_10)->GetAt(static_cast(L_12)); NullCheck(L_9); int32_t L_14 = L_13; RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_15 = (L_9)->GetAt(static_cast(L_14)); V_1 = L_15; RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_16 = V_1; int32_t L_17 = L_16.___StackDepth; InterpretedFrame_SetStackDepth_m2FC13C2E30F3CE2A0256D9D3F16C37ACD7F9FAB6(__this, L_17, NULL); RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_18 = V_1; int32_t L_19 = L_18.___Index; int32_t L_20 = __this->___InstructionIndex; return ((int32_t)il2cpp_codegen_subtract(L_19, L_20)); } IL_005f: { RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_21 = V_0; int32_t L_22 = L_21.___StackDepth; InterpretedFrame_SetStackDepth_m2FC13C2E30F3CE2A0256D9D3F16C37ACD7F9FAB6(__this, L_22, NULL); RuntimeObject* L_23 = __this->____pendingValue; il2cpp_codegen_runtime_class_init_inline(Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var); RuntimeObject* L_24 = ((Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_StaticFields*)il2cpp_codegen_static_fields_for(Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var))->___NoValue; if ((((RuntimeObject*)(RuntimeObject*)L_23) == ((RuntimeObject*)(RuntimeObject*)L_24))) { goto IL_008d; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = __this->___Data; int32_t L_26 = __this->___StackIndex; RuntimeObject* L_27 = __this->____pendingValue; NullCheck(L_25); ArrayElementTypeCheck (L_25, L_27); (L_25)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_26, 1))), (RuntimeObject*)L_27); } IL_008d: { __this->____pendingContinuation = (-1); il2cpp_codegen_runtime_class_init_inline(Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var); RuntimeObject* L_28 = ((Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_StaticFields*)il2cpp_codegen_static_fields_for(Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var))->___NoValue; __this->____pendingValue = L_28; Il2CppCodeGenWriteBarrier((void**)(&__this->____pendingValue), (void*)L_28); RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_29 = V_0; int32_t L_30 = L_29.___Index; int32_t L_31 = __this->___InstructionIndex; return ((int32_t)il2cpp_codegen_subtract(L_30, L_31)); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_PushPendingContinuation_m5A76A13532944FFA8382AD66309A843A72518EC1 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->____pendingContinuation; InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6(__this, L_0, NULL); RuntimeObject* L_1 = __this->____pendingValue; InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(__this, L_1, NULL); __this->____pendingContinuation = (-1); il2cpp_codegen_runtime_class_init_inline(Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var); RuntimeObject* L_2 = ((Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_StaticFields*)il2cpp_codegen_static_fields_for(Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var))->___NoValue; __this->____pendingValue = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____pendingValue), (void*)L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_PopPendingContinuation_m362D9DCA6C3E8D45A2C7EF1CB2CB24F99ACD6D55 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(__this, NULL); __this->____pendingValue = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____pendingValue), (void*)L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(__this, NULL); __this->____pendingContinuation = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_1, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InterpretedFrame_Goto_mE77E67149334F7F17B4E54E83847CB5EB7498AD0 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int32_t ___0_labelIndex, RuntimeObject* ___1_value, bool ___2_gotoExceptionHandler, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 V_0; memset((&V_0), 0, sizeof(V_0)); { Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->___Interpreter; NullCheck(L_0); RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_1 = L_0->____labels; int32_t L_2 = ___0_labelIndex; NullCheck(L_1); int32_t L_3 = L_2; RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_4 = (L_1)->GetAt(static_cast(L_3)); V_0 = L_4; int32_t L_5 = __this->____continuationIndex; RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_6 = V_0; int32_t L_7 = L_6.___ContinuationStackDepth; if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_0052; } } { RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_8 = V_0; int32_t L_9 = L_8.___StackDepth; InterpretedFrame_SetStackDepth_m2FC13C2E30F3CE2A0256D9D3F16C37ACD7F9FAB6(__this, L_9, NULL); RuntimeObject* L_10 = ___1_value; il2cpp_codegen_runtime_class_init_inline(Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var); RuntimeObject* L_11 = ((Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_StaticFields*)il2cpp_codegen_static_fields_for(Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var))->___NoValue; if ((((RuntimeObject*)(RuntimeObject*)L_10) == ((RuntimeObject*)(RuntimeObject*)L_11))) { goto IL_0044; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = __this->___Data; int32_t L_13 = __this->___StackIndex; RuntimeObject* L_14 = ___1_value; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_14); (L_12)->SetAt(static_cast(((int32_t)il2cpp_codegen_subtract(L_13, 1))), (RuntimeObject*)L_14); } IL_0044: { RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548 L_15 = V_0; int32_t L_16 = L_15.___Index; int32_t L_17 = __this->___InstructionIndex; return ((int32_t)il2cpp_codegen_subtract(L_16, L_17)); } IL_0052: { int32_t L_18 = ___0_labelIndex; __this->____pendingContinuation = L_18; RuntimeObject* L_19 = ___1_value; __this->____pendingValue = L_19; Il2CppCodeGenWriteBarrier((void**)(&__this->____pendingValue), (void*)L_19); int32_t L_20; L_20 = InterpretedFrame_YieldToCurrentContinuation_mC15C60E6B504F0792A2A0610A40BD33534EE15E9(__this, NULL); return L_20; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetStackTraceDebugInfoU3Ed__29__ctor_mF2B61399D4EF0FC9C18B00BAB53144BCB391C026 (U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); int32_t L_0 = ___0_U3CU3E1__state; __this->___U3CU3E1__state = L_0; int32_t L_1; L_1 = Environment_get_CurrentManagedThreadId_m66483AADCCC13272EBDCD94D31D2E52603C24BDF(NULL); __this->___U3CU3El__initialThreadId = L_1; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetStackTraceDebugInfoU3Ed__29_System_IDisposable_Dispose_m6B25C1587381AA61C39B1E024C29D0C564A853E2 (U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* __this, const RuntimeMethod* method) { { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CGetStackTraceDebugInfoU3Ed__29_MoveNext_m85D954CC9C0ABBF2E8BDE9FA745F6999D8D6BA35 (U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* __this, const RuntimeMethod* method) { int32_t V_0 = 0; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_1 = NULL; { int32_t L_0 = __this->___U3CU3E1__state; V_0 = L_0; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_1 = __this->___U3CU3E4__this; V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_005a; } } { return (bool)0; } IL_0017: { __this->___U3CU3E1__state = (-1); InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = V_1; __this->___U3CframeU3E5__2 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CframeU3E5__2), (void*)L_4); } IL_0025: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = __this->___U3CframeU3E5__2; NullCheck(L_5); String_t* L_6; L_6 = InterpretedFrame_get_Name_m7E20708EFE4D5D412107BA2F109DE03B91DDE8EE(L_5, NULL); InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = __this->___U3CframeU3E5__2; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = __this->___U3CframeU3E5__2; NullCheck(L_8); int32_t L_9 = L_8->___InstructionIndex; NullCheck(L_7); DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_10; L_10 = InterpretedFrame_GetDebugInfo_m290903C082204894D035E31A82B867180182B77D(L_7, L_9, NULL); InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321 L_11; memset((&L_11), 0, sizeof(L_11)); InterpretedFrameInfo__ctor_mFC568258DDD12687A6D184D147B38109C2D19CED((&L_11), L_6, L_10, NULL); __this->___U3CU3E2__current = L_11; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current))->____methodName), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E2__current))->____debugInfo), (void*)NULL); #endif __this->___U3CU3E1__state = 1; return (bool)1; } IL_005a: { __this->___U3CU3E1__state = (-1); InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_12 = __this->___U3CframeU3E5__2; NullCheck(L_12); InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_13; L_13 = InterpretedFrame_get_Parent_m14F8B2EEA1D2CEE6ED56E243EEBDC62672D92A13_inline(L_12, NULL); __this->___U3CframeU3E5__2 = L_13; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CframeU3E5__2), (void*)L_13); InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_14 = __this->___U3CframeU3E5__2; if (L_14) { goto IL_0025; } } { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321 U3CGetStackTraceDebugInfoU3Ed__29_System_Collections_Generic_IEnumeratorU3CSystem_Linq_Expressions_Interpreter_InterpretedFrameInfoU3E_get_Current_m096F90486953E1625D95432F16D6969A471F50E5 (U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* __this, const RuntimeMethod* method) { { InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321 L_0 = __this->___U3CU3E2__current; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetStackTraceDebugInfoU3Ed__29_System_Collections_IEnumerator_Reset_mDE5525E01F8C6AF72D993FFE8245BBB67AFB7E1A (U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* __this, const RuntimeMethod* method) { { NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetStackTraceDebugInfoU3Ed__29_System_Collections_IEnumerator_Reset_mDE5525E01F8C6AF72D993FFE8245BBB67AFB7E1A_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetStackTraceDebugInfoU3Ed__29_System_Collections_IEnumerator_get_Current_m4033B02F62378CD8ECAF2CB3437354B9039FB63E (U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321 L_0 = __this->___U3CU3E2__current; InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321 L_1 = L_0; RuntimeObject* L_2 = Box(InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_il2cpp_TypeInfo_var, &L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetStackTraceDebugInfoU3Ed__29_System_Collections_Generic_IEnumerableU3CSystem_Linq_Expressions_Interpreter_InterpretedFrameInfoU3E_GetEnumerator_mE4FA5C3D03939A4828D04F56642EB9DA8C4ADD85 (U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* V_0 = NULL; { int32_t L_0 = __this->___U3CU3E1__state; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)-2))))) { goto IL_0022; } } { int32_t L_1 = __this->___U3CU3El__initialThreadId; int32_t L_2; L_2 = Environment_get_CurrentManagedThreadId_m66483AADCCC13272EBDCD94D31D2E52603C24BDF(NULL); if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_0022; } } { __this->___U3CU3E1__state = 0; V_0 = __this; goto IL_0035; } IL_0022: { U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* L_3 = (U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD*)il2cpp_codegen_object_new(U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD_il2cpp_TypeInfo_var); U3CGetStackTraceDebugInfoU3Ed__29__ctor_mF2B61399D4EF0FC9C18B00BAB53144BCB391C026(L_3, 0, NULL); V_0 = L_3; U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* L_4 = V_0; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = __this->___U3CU3E4__this; NullCheck(L_4); L_4->___U3CU3E4__this = L_5; Il2CppCodeGenWriteBarrier((void**)(&L_4->___U3CU3E4__this), (void*)L_5); } IL_0035: { U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* L_6 = V_0; return L_6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetStackTraceDebugInfoU3Ed__29_System_Collections_IEnumerable_GetEnumerator_m754305B625DBD2B0E212AD9E2FE2F78A7C010931 (U3CGetStackTraceDebugInfoU3Ed__29_t4B4ECB4D89B67E9A3128B46126F648ECED6F03FD* __this, const RuntimeMethod* method) { { RuntimeObject* L_0; L_0 = U3CGetStackTraceDebugInfoU3Ed__29_System_Collections_Generic_IEnumerableU3CSystem_Linq_Expressions_Interpreter_InterpretedFrameInfoU3E_GetEnumerator_mE4FA5C3D03939A4828D04F56642EB9DA8C4ADD85(__this, NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Interpreter__ctor_m15BB9D5B7ECF05D14E6D7B3E383C44E6EC050BF2 (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, String_t* ___0_name, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ___1_locals, InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 ___2_instructions, DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* ___3_debugInfos, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); String_t* L_0 = ___0_name; __this->___U3CNameU3Ek__BackingField = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)L_0); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_1 = ___1_locals; NullCheck(L_1); int32_t L_2; L_2 = LocalVariables_get_LocalCount_mC9A02F9B3F67CA2E70D67C2F9CA4D449B0DF1E3E_inline(L_1, NULL); __this->___U3CLocalCountU3Ek__BackingField = L_2; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_3 = ___1_locals; NullCheck(L_3); Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_4; L_4 = LocalVariables_get_ClosureVariables_mE837DF0168A765905EF0E5425CABCBAD75DA409F_inline(L_3, NULL); __this->___U3CClosureVariablesU3Ek__BackingField = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CClosureVariablesU3Ek__BackingField), (void*)L_4); InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_5 = ___2_instructions; __this->____instructions = L_5; Il2CppCodeGenWriteBarrier((void**)&(((&__this->____instructions))->___Instructions), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->____instructions))->___Objects), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->____instructions))->___Labels), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->____instructions))->___DebugCookies), (void*)NULL); #endif InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_6 = ___2_instructions; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_6.___Objects; __this->____objects = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->____objects), (void*)L_7); InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_8 = ___2_instructions; RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_9 = L_8.___Labels; __this->____labels = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->____labels), (void*)L_9); DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* L_10 = ___3_debugInfos; __this->____debugInfos = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->____debugInfos), (void*)L_10); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Interpreter_get_Name_m27594A419F941809A017D88F20A15FA33E054673 (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interpreter_get_LocalCount_m556C132E9D9950FE1F59FC4B5ECA7DDF2674B360 (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CLocalCountU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interpreter_get_ClosureSize_m65DCB33DD9115E6825987C807DB091AE5ED2C1B9 (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* G_B2_0 = NULL; Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* G_B1_0 = NULL; { Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_0; L_0 = Interpreter_get_ClosureVariables_m34C16B89D8C0043D7394DA1058AE96EAD6E9E626_inline(__this, NULL); Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_1 = L_0; if (L_1) { G_B2_0 = L_1; goto IL_000c; } G_B1_0 = L_1; } { return 0; } IL_000c: { NullCheck(G_B2_0); int32_t L_2; L_2 = Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F(G_B2_0, Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F_RuntimeMethod_var); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47 (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) { { InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_0 = __this->____instructions; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* Interpreter_get_ClosureVariables_m34C16B89D8C0043D7394DA1058AE96EAD6E9E626 (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) { { Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_0 = __this->___U3CClosureVariablesU3Ek__BackingField; return L_0; } } IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Interpreter_Run_m3439B4605F2EFC6D3B8E140D6DBEFD53D91D1F4E (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* V_0 = NULL; int32_t V_1 = 0; { InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117* L_0 = (InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117*)(&__this->____instructions); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_1 = L_0->___Instructions; V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); int32_t L_3 = L_2->___InstructionIndex; V_1 = L_3; goto IL_0028; } IL_0015: { int32_t L_4 = V_1; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_5 = V_0; int32_t L_6 = V_1; NullCheck(L_5); int32_t L_7 = L_6; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = (L_5)->GetAt(static_cast(L_7)); InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___0_frame; NullCheck(L_8); int32_t L_10; L_10 = VirtualFuncInvoker1< int32_t, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* >::Invoke(8, L_8, L_9); V_1 = ((int32_t)il2cpp_codegen_add(L_4, L_10)); InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_11 = ___0_frame; int32_t L_12 = V_1; NullCheck(L_11); L_11->___InstructionIndex = L_12; } IL_0028: { int32_t L_13 = V_1; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_14 = V_0; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))))) { goto IL_0015; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Interpreter__cctor_m4F4C6AFC609A66ED71DEE6BC94C49B0CA6A538DD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL); ((Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_StaticFields*)il2cpp_codegen_static_fields_for(Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var))->___NoValue = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_StaticFields*)il2cpp_codegen_static_fields_for(Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var))->___NoValue), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo__ctor_m52125B1D17C78CE275E64A79C163C2E330A28DE5 (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_node, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m971C6315E976EE66DD91572FFBC628C14AEB8B66_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14* L_0 = (List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14*)il2cpp_codegen_object_new(List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14_il2cpp_TypeInfo_var); List_1__ctor_m971C6315E976EE66DD91572FFBC628C14AEB8B66(L_0, List_1__ctor_m971C6315E976EE66DD91572FFBC628C14AEB8B66_RuntimeMethod_var); __this->____references = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____references), (void*)L_0); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1 = ___0_node; __this->____node = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____node), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* LabelInfo_GetLabel_m6152B92995CE945B97419F176CF50D846A0E86BF (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* ___0_compiler, const RuntimeMethod* method) { { LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* L_0 = ___0_compiler; LabelInfo_EnsureLabel_m85DC4BDF206EF7152299621F8AEBFB8E80B79D80(__this, L_0, NULL); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_1 = __this->____label; return L_1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo_Reference_mC4DFBE02B02AD3B8B77CB05B0D5065EF54F4728E (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_block, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB0EBC2A04BE522BACFC1735F84495E38DF66DCEC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14* L_0 = __this->____references; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_1 = ___0_block; NullCheck(L_0); List_1_Add_mB0EBC2A04BE522BACFC1735F84495E38DF66DCEC_inline(L_0, L_1, List_1_Add_mB0EBC2A04BE522BACFC1735F84495E38DF66DCEC_RuntimeMethod_var); bool L_2; L_2 = LabelInfo_get_HasDefinitions_m023F15A8B503FAA6A6133ED44FFDA19A3DF2204D(__this, NULL); if (!L_2) { goto IL_001b; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_3 = ___0_block; LabelInfo_ValidateJump_m46D67B396AC4C97B3C28FD3440CFD324D4406A5F(__this, L_3, NULL); } IL_001b: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo_Define_mCF4F942FF933B3E718B08B168DDBCC360D20AFCE (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_block, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA68C909D591AB883CAAE87B18174C0E049EE3E1C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m87A5C77FC64F55B9C52A4A7774497BC01D5D69AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC4F306EE2D23CC58AC6F4C33218CF5817D08F487_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5D36B2306DAC25BCD1E4C2127F4C3702193713DE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* V_0 = NULL; Enumerator_tCFB88619F173B4C4CE3A682BD6A32BE09F0C6F8D V_1; memset((&V_1), 0, sizeof(V_1)); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* V_2 = NULL; { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_0 = ___0_block; V_0 = L_0; goto IL_002a; } IL_0004: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_1 = V_0; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_2 = __this->____node; NullCheck(L_1); bool L_3; L_3 = LabelScopeInfo_ContainsTarget_m1466420B6046B87D138C99875B9F99AA004BFD67(L_1, L_2, NULL); if (!L_3) { goto IL_0023; } } { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_4 = __this->____node; NullCheck(L_4); String_t* L_5; L_5 = LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline(L_4, NULL); Exception_t* L_6; L_6 = Error_LabelTargetAlreadyDefined_mB2C09279760E1BEB0A4F6CF754A76DACB8F0C29C(L_5, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LabelInfo_Define_mCF4F942FF933B3E718B08B168DDBCC360D20AFCE_RuntimeMethod_var))); } IL_0023: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_7 = V_0; NullCheck(L_7); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_8 = L_7->___Parent; V_0 = L_8; } IL_002a: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_9 = V_0; if (L_9) { goto IL_0004; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_10 = ___0_block; LabelInfo_AddDefinition_mC2447CE7F74C54F6BFE30488E0B6E4F9B956D2CE(__this, L_10, NULL); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_11 = ___0_block; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_12 = __this->____node; NullCheck(L_11); LabelScopeInfo_AddLabelInfo_m75F839C2C3A8B98B11B1BB8FCD625FCA55C165C1(L_11, L_12, __this, NULL); bool L_13; L_13 = LabelInfo_get_HasDefinitions_m023F15A8B503FAA6A6133ED44FFDA19A3DF2204D(__this, NULL); if (!L_13) { goto IL_0087; } } { bool L_14; L_14 = LabelInfo_get_HasMultipleDefinitions_m93AEE59181ED21000A78070AF7878B933AF178AF(__this, NULL); if (L_14) { goto IL_0087; } } { List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14* L_15 = __this->____references; NullCheck(L_15); Enumerator_tCFB88619F173B4C4CE3A682BD6A32BE09F0C6F8D L_16; L_16 = List_1_GetEnumerator_m5D36B2306DAC25BCD1E4C2127F4C3702193713DE(L_15, List_1_GetEnumerator_m5D36B2306DAC25BCD1E4C2127F4C3702193713DE_RuntimeMethod_var); V_1 = L_16; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0079: { Enumerator_Dispose_mA68C909D591AB883CAAE87B18174C0E049EE3E1C((&V_1), Enumerator_Dispose_mA68C909D591AB883CAAE87B18174C0E049EE3E1C_RuntimeMethod_var); return; } }); try { { goto IL_006e_1; } IL_005f_1: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_17; L_17 = Enumerator_get_Current_mC4F306EE2D23CC58AC6F4C33218CF5817D08F487_inline((&V_1), Enumerator_get_Current_mC4F306EE2D23CC58AC6F4C33218CF5817D08F487_RuntimeMethod_var); V_2 = L_17; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_18 = V_2; LabelInfo_ValidateJump_m46D67B396AC4C97B3C28FD3440CFD324D4406A5F(__this, L_18, NULL); } IL_006e_1: { bool L_19; L_19 = Enumerator_MoveNext_m87A5C77FC64F55B9C52A4A7774497BC01D5D69AB((&V_1), Enumerator_MoveNext_m87A5C77FC64F55B9C52A4A7774497BC01D5D69AB_RuntimeMethod_var); if (L_19) { goto IL_005f_1; } } { goto IL_00a7; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0087: { bool L_20 = __this->____acrossBlockJump; if (!L_20) { goto IL_00a0; } } { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_21 = __this->____node; NullCheck(L_21); String_t* L_22; L_22 = LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline(L_21, NULL); Exception_t* L_23; L_23 = Error_AmbiguousJump_m744BCF94D76E184F5624A309A5A0596738E4EE52(L_22, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LabelInfo_Define_mCF4F942FF933B3E718B08B168DDBCC360D20AFCE_RuntimeMethod_var))); } IL_00a0: { __this->____label = (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->____label), (void*)(BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA*)NULL); } IL_00a7: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo_ValidateJump_m46D67B396AC4C97B3C28FD3440CFD324D4406A5F (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_reference, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t6F585D4C873543C3A883793056942EC8E071C195_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LabelInfo_CommonNode_TisLabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_m6E2D12949D2D10BC832CC68DA3DE7915B560CA0A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CValidateJumpU3Eb__9_0_m929395A9C0B4AB15817BCD5BFD5DC5B0C0413AF9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* V_0 = NULL; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* V_1 = NULL; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* V_2 = NULL; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* V_3 = NULL; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* V_4 = NULL; Func_2_t6F585D4C873543C3A883793056942EC8E071C195* G_B14_0 = NULL; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* G_B14_1 = NULL; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* G_B14_2 = NULL; Func_2_t6F585D4C873543C3A883793056942EC8E071C195* G_B13_0 = NULL; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* G_B13_1 = NULL; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* G_B13_2 = NULL; { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_0 = ___0_reference; V_2 = L_0; goto IL_0027; } IL_0004: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_1 = V_2; bool L_2; L_2 = LabelInfo_DefinedIn_m1B182319E4EC8FB6CDDD197C072069F2C998B0FA(__this, L_1, NULL); if (!L_2) { goto IL_000e; } } { return; } IL_000e: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_3 = V_2; NullCheck(L_3); int32_t L_4 = L_3->___Kind; if ((((int32_t)L_4) == ((int32_t)6))) { goto IL_002a; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_5 = V_2; NullCheck(L_5); int32_t L_6 = L_5->___Kind; if ((((int32_t)L_6) == ((int32_t)7))) { goto IL_002a; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_7 = V_2; NullCheck(L_7); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_8 = L_7->___Parent; V_2 = L_8; } IL_0027: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_9 = V_2; if (L_9) { goto IL_0004; } } IL_002a: { __this->____acrossBlockJump = (bool)1; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_10 = __this->____node; if (!L_10) { goto IL_0066; } } { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_11 = __this->____node; NullCheck(L_11); Type_t* L_12; L_12 = LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline(L_11, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_14; L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL); bool L_15; L_15 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_12, L_14, NULL); if (!L_15) { goto IL_0066; } } { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_16 = __this->____node; NullCheck(L_16); String_t* L_17; L_17 = LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline(L_16, NULL); Exception_t* L_18; L_18 = Error_NonLocalJumpWithValue_mBE7C4CBF0FFD503CEFE56C3561441B2FCCF68AA0(L_17, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LabelInfo_ValidateJump_m46D67B396AC4C97B3C28FD3440CFD324D4406A5F_RuntimeMethod_var))); } IL_0066: { bool L_19; L_19 = LabelInfo_get_HasMultipleDefinitions_m93AEE59181ED21000A78070AF7878B933AF178AF(__this, NULL); if (!L_19) { goto IL_007f; } } { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_20 = __this->____node; NullCheck(L_20); String_t* L_21; L_21 = LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline(L_20, NULL); Exception_t* L_22; L_22 = Error_AmbiguousJump_m744BCF94D76E184F5624A309A5A0596738E4EE52(L_21, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LabelInfo_ValidateJump_m46D67B396AC4C97B3C28FD3440CFD324D4406A5F_RuntimeMethod_var))); } IL_007f: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_23; L_23 = LabelInfo_FirstDefinition_mD4F85CA39595B7F25532C5EC5EC471BC833F08CB(__this, NULL); V_0 = L_23; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_24 = V_0; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_25 = ___0_reference; il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_il2cpp_TypeInfo_var); Func_2_t6F585D4C873543C3A883793056942EC8E071C195* L_26 = ((U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_il2cpp_TypeInfo_var))->___U3CU3E9__9_0; Func_2_t6F585D4C873543C3A883793056942EC8E071C195* L_27 = L_26; if (L_27) { G_B14_0 = L_27; G_B14_1 = L_25; G_B14_2 = L_24; goto IL_00a7; } G_B13_0 = L_27; G_B13_1 = L_25; G_B13_2 = L_24; } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_il2cpp_TypeInfo_var); U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332* L_28 = ((U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_il2cpp_TypeInfo_var))->___U3CU3E9; Func_2_t6F585D4C873543C3A883793056942EC8E071C195* L_29 = (Func_2_t6F585D4C873543C3A883793056942EC8E071C195*)il2cpp_codegen_object_new(Func_2_t6F585D4C873543C3A883793056942EC8E071C195_il2cpp_TypeInfo_var); Func_2__ctor_mF99C2DF4A2A5810280E8C897BEA119523AB95063(L_29, L_28, (intptr_t)((void*)U3CU3Ec_U3CValidateJumpU3Eb__9_0_m929395A9C0B4AB15817BCD5BFD5DC5B0C0413AF9_RuntimeMethod_var), NULL); Func_2_t6F585D4C873543C3A883793056942EC8E071C195* L_30 = L_29; ((U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_il2cpp_TypeInfo_var))->___U3CU3E9__9_0 = L_30; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_il2cpp_TypeInfo_var))->___U3CU3E9__9_0), (void*)L_30); G_B14_0 = L_30; G_B14_1 = G_B13_1; G_B14_2 = G_B13_2; } IL_00a7: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_31; L_31 = LabelInfo_CommonNode_TisLabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_m6E2D12949D2D10BC832CC68DA3DE7915B560CA0A(G_B14_2, G_B14_1, G_B14_0, LabelInfo_CommonNode_TisLabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_m6E2D12949D2D10BC832CC68DA3DE7915B560CA0A_RuntimeMethod_var); V_1 = L_31; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_32 = ___0_reference; V_3 = L_32; goto IL_00d6; } IL_00b1: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_33 = V_3; NullCheck(L_33); int32_t L_34 = L_33->___Kind; if ((!(((uint32_t)L_34) == ((uint32_t)6)))) { goto IL_00c0; } } { Exception_t* L_35; L_35 = Error_ControlCannotLeaveFinally_mA9718627858E81F8CDBCE9D20C2DBCEF5E72B6C5(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LabelInfo_ValidateJump_m46D67B396AC4C97B3C28FD3440CFD324D4406A5F_RuntimeMethod_var))); } IL_00c0: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_36 = V_3; NullCheck(L_36); int32_t L_37 = L_36->___Kind; if ((!(((uint32_t)L_37) == ((uint32_t)7)))) { goto IL_00cf; } } { Exception_t* L_38; L_38 = Error_ControlCannotLeaveFilterTest_m635A2F03CBAFC11E8208173668C3D3B056E1346A(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LabelInfo_ValidateJump_m46D67B396AC4C97B3C28FD3440CFD324D4406A5F_RuntimeMethod_var))); } IL_00cf: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_39 = V_3; NullCheck(L_39); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_40 = L_39->___Parent; V_3 = L_40; } IL_00d6: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_41 = V_3; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_42 = V_1; if ((!(((RuntimeObject*)(LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*)L_41) == ((RuntimeObject*)(LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*)L_42)))) { goto IL_00b1; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_43 = V_0; V_4 = L_43; goto IL_0107; } IL_00df: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_44 = V_4; NullCheck(L_44); bool L_45; L_45 = LabelScopeInfo_get_CanJumpInto_mAD961D073A5EE7E33879B5E1AA4B6DFD394B6DC7(L_44, NULL); if (L_45) { goto IL_00fe; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_46 = V_4; NullCheck(L_46); int32_t L_47 = L_46->___Kind; if ((!(((uint32_t)L_47) == ((uint32_t)8)))) { goto IL_00f8; } } { Exception_t* L_48; L_48 = Error_ControlCannotEnterExpression_mA0575A61361A20BDB8ADB346346521301B26C92B(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LabelInfo_ValidateJump_m46D67B396AC4C97B3C28FD3440CFD324D4406A5F_RuntimeMethod_var))); } IL_00f8: { Exception_t* L_49; L_49 = Error_ControlCannotEnterTry_mC4FAD1389B98DFF249C3C12295EC1C95B75299D1(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LabelInfo_ValidateJump_m46D67B396AC4C97B3C28FD3440CFD324D4406A5F_RuntimeMethod_var))); } IL_00fe: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_50 = V_4; NullCheck(L_50); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_51 = L_50->___Parent; V_4 = L_51; } IL_0107: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_52 = V_4; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_53 = V_1; if ((!(((RuntimeObject*)(LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*)L_52) == ((RuntimeObject*)(LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*)L_53)))) { goto IL_00df; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo_ValidateFinish_m3AB2B9A16D8142C4F4D8F5B0C8CD332693754752 (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m1BBDF901A80B73888739612C2826736DA12215D3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t353C1C5C3C5CDA160FB050965F4ABF46B8159D14* L_0 = __this->____references; NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m1BBDF901A80B73888739612C2826736DA12215D3_inline(L_0, List_1_get_Count_m1BBDF901A80B73888739612C2826736DA12215D3_RuntimeMethod_var); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0027; } } { bool L_2; L_2 = LabelInfo_get_HasDefinitions_m023F15A8B503FAA6A6133ED44FFDA19A3DF2204D(__this, NULL); if (L_2) { goto IL_0027; } } { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_3 = __this->____node; NullCheck(L_3); String_t* L_4; L_4 = LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline(L_3, NULL); Exception_t* L_5; L_5 = Error_LabelTargetUndefined_m9BBDF6211059360C201AC8DD1BD432C597B89D51(L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LabelInfo_ValidateFinish_m3AB2B9A16D8142C4F4D8F5B0C8CD332693754752_RuntimeMethod_var))); } IL_0027: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo_EnsureLabel_m85DC4BDF206EF7152299621F8AEBFB8E80B79D80 (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* ___0_compiler, const RuntimeMethod* method) { { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_0 = __this->____label; if (L_0) { goto IL_0019; } } { LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* L_1 = ___0_compiler; NullCheck(L_1); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_2; L_2 = LightCompiler_get_Instructions_m83893808067922D779480B4040D352306C07F05B_inline(L_1, NULL); NullCheck(L_2); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_3; L_3 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_2, NULL); __this->____label = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->____label), (void*)L_3); } IL_0019: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LabelInfo_DefinedIn_m1B182319E4EC8FB6CDDD197C072069F2C998B0FA (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_scope, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_mD2AC67CEF3E40621CC32DB8542D0ECA78E90377D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* V_0 = NULL; { RuntimeObject* L_0 = __this->____definitions; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_1 = ___0_scope; if ((!(((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*)L_1)))) { goto IL_000b; } } { return (bool)1; } IL_000b: { RuntimeObject* L_2 = __this->____definitions; V_0 = ((HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F*)IsInstClass((RuntimeObject*)L_2, HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F_il2cpp_TypeInfo_var)); HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* L_3 = V_0; if (!L_3) { goto IL_0022; } } { HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* L_4 = V_0; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_5 = ___0_scope; NullCheck(L_4); bool L_6; L_6 = HashSet_1_Contains_mD2AC67CEF3E40621CC32DB8542D0ECA78E90377D(L_4, L_5, HashSet_1_Contains_mD2AC67CEF3E40621CC32DB8542D0ECA78E90377D_RuntimeMethod_var); return L_6; } IL_0022: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LabelInfo_get_HasDefinitions_m023F15A8B503FAA6A6133ED44FFDA19A3DF2204D (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____definitions; return (bool)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* LabelInfo_FirstDefinition_mD4F85CA39595B7F25532C5EC5EC471BC833F08CB (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mE83F7B43DE73E7B6C7140B10E295043BD805C812_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m1108480BA8105C6A273FA7D8DC7157036C22C11A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m06E4DA5BC5B6EAE4893DC47615DD7DBB58F78580_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m922DEBDC30175A9C62B2776A93CF899B29D1D784_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* V_0 = NULL; Enumerator_t4D5DDF0BD9A9FB9F774945801CD26AD678917734 V_1; memset((&V_1), 0, sizeof(V_1)); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* V_2 = NULL; { RuntimeObject* L_0 = __this->____definitions; V_0 = ((LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*)IsInstSealed((RuntimeObject*)L_0, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_il2cpp_TypeInfo_var)); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_1 = V_0; if (!L_1) { goto IL_0011; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_2 = V_0; return L_2; } IL_0011: { RuntimeObject* L_3 = __this->____definitions; NullCheck(((HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F*)CastclassClass((RuntimeObject*)L_3, HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F_il2cpp_TypeInfo_var))); Enumerator_t4D5DDF0BD9A9FB9F774945801CD26AD678917734 L_4; L_4 = HashSet_1_GetEnumerator_m922DEBDC30175A9C62B2776A93CF899B29D1D784(((HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F*)CastclassClass((RuntimeObject*)L_3, HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F_il2cpp_TypeInfo_var)), HashSet_1_GetEnumerator_m922DEBDC30175A9C62B2776A93CF899B29D1D784_RuntimeMethod_var); V_1 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0039: { Enumerator_Dispose_mE83F7B43DE73E7B6C7140B10E295043BD805C812((&V_1), Enumerator_Dispose_mE83F7B43DE73E7B6C7140B10E295043BD805C812_RuntimeMethod_var); return; } }); try { { goto IL_002e_1; } IL_0024_1: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_5; L_5 = Enumerator_get_Current_m06E4DA5BC5B6EAE4893DC47615DD7DBB58F78580_inline((&V_1), Enumerator_get_Current_m06E4DA5BC5B6EAE4893DC47615DD7DBB58F78580_RuntimeMethod_var); V_2 = L_5; goto IL_004d; } IL_002e_1: { bool L_6; L_6 = Enumerator_MoveNext_m1108480BA8105C6A273FA7D8DC7157036C22C11A((&V_1), Enumerator_MoveNext_m1108480BA8105C6A273FA7D8DC7157036C22C11A_RuntimeMethod_var); if (L_6) { goto IL_0024_1; } } { goto IL_0047; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0047: { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_7 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_7, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LabelInfo_FirstDefinition_mD4F85CA39595B7F25532C5EC5EC471BC833F08CB_RuntimeMethod_var))); } IL_004d: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_8 = V_2; return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelInfo_AddDefinition_mC2447CE7F74C54F6BFE30488E0B6E4F9B956D2CE (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_scope, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mF45CF66A0057D5751DAD6FA17C78D47C475A41E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m2C649FB260C80F36EFF6FEC87F1D7C5FF5C3DBC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* V_0 = NULL; { RuntimeObject* L_0 = __this->____definitions; if (L_0) { goto IL_0010; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_1 = ___0_scope; __this->____definitions = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____definitions), (void*)L_1); return; } IL_0010: { RuntimeObject* L_2 = __this->____definitions; V_0 = ((HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F*)IsInstClass((RuntimeObject*)L_2, HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F_il2cpp_TypeInfo_var)); HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* L_3 = V_0; if (L_3) { goto IL_003e; } } { HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* L_4 = (HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F*)il2cpp_codegen_object_new(HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F_il2cpp_TypeInfo_var); HashSet_1__ctor_m2C649FB260C80F36EFF6FEC87F1D7C5FF5C3DBC8(L_4, HashSet_1__ctor_m2C649FB260C80F36EFF6FEC87F1D7C5FF5C3DBC8_RuntimeMethod_var); HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* L_5 = L_4; RuntimeObject* L_6 = __this->____definitions; NullCheck(L_5); bool L_7; L_7 = HashSet_1_Add_mF45CF66A0057D5751DAD6FA17C78D47C475A41E8(L_5, ((LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*)CastclassSealed((RuntimeObject*)L_6, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_il2cpp_TypeInfo_var)), HashSet_1_Add_mF45CF66A0057D5751DAD6FA17C78D47C475A41E8_RuntimeMethod_var); HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* L_8 = L_5; V_0 = L_8; __this->____definitions = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->____definitions), (void*)L_8); } IL_003e: { HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F* L_9 = V_0; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_10 = ___0_scope; NullCheck(L_9); bool L_11; L_11 = HashSet_1_Add_mF45CF66A0057D5751DAD6FA17C78D47C475A41E8(L_9, L_10, HashSet_1_Add_mF45CF66A0057D5751DAD6FA17C78D47C475A41E8_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LabelInfo_get_HasMultipleDefinitions_m93AEE59181ED21000A78070AF7878B933AF178AF (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->____definitions; return (bool)((!(((RuntimeObject*)(HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F*)((HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F*)IsInstClass((RuntimeObject*)L_0, HashSet_1_t66748B6CF0A4F8CC2F0CF3858AAF8F0F1268FB2F_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mB16571B69263344B3E98D5B1864D67B6908F4D63 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332* L_0 = (U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332*)il2cpp_codegen_object_new(U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_il2cpp_TypeInfo_var); U3CU3Ec__ctor_m9377BD7D6EE31477CEC52DA35810583A98F59BB0(L_0, NULL); ((U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m9377BD7D6EE31477CEC52DA35810583A98F59BB0 (U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* U3CU3Ec_U3CValidateJumpU3Eb__9_0_m929395A9C0B4AB15817BCD5BFD5DC5B0C0413AF9 (U3CU3Ec_t4D3EDE96CE0B6A77E6436F35828100EB6B4EB332* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_b, const RuntimeMethod* method) { { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_0 = ___0_b; NullCheck(L_0); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_1 = L_0->___Parent; return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelScopeInfo__ctor_mD178695F31746D8C7A5DD18AF26D909A1F01BAB3 (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* __this, LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ___0_parent, int32_t ___1_kind, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_0 = ___0_parent; __this->___Parent = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___Parent), (void*)L_0); int32_t L_1 = ___1_kind; __this->___Kind = L_1; return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LabelScopeInfo_get_CanJumpInto_mAD961D073A5EE7E33879B5E1AA4B6DFD394B6DC7 (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->___Kind; V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)L_1) <= ((uint32_t)3)))) { goto IL_000d; } } { return (bool)1; } IL_000d: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LabelScopeInfo_ContainsTarget_m1466420B6046B87D138C99875B9F99AA004BFD67 (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_target, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_ContainsKey_m126C894C9A5ED3F80E313DCB525F4F09ADD8A308_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* L_0 = __this->____labels; if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* L_1 = __this->____labels; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_2 = ___0_target; NullCheck(L_1); bool L_3; L_3 = HybridReferenceDictionary_2_ContainsKey_m126C894C9A5ED3F80E313DCB525F4F09ADD8A308(L_1, L_2, HybridReferenceDictionary_2_ContainsKey_m126C894C9A5ED3F80E313DCB525F4F09ADD8A308_RuntimeMethod_var); return L_3; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LabelScopeInfo_TryGetLabelInfo_mF5B765CE5DEDA6277BF8F531AA878253D4D8ADEA (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_target, LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF** ___1_info, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_TryGetValue_m373BBF591ADA6C5A12A01BCA2C4DAF6CD6C99D12_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* L_0 = __this->____labels; if (L_0) { goto IL_000d; } } { LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF** L_1 = ___1_info; *((RuntimeObject**)L_1) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_1, (void*)(RuntimeObject*)NULL); return (bool)0; } IL_000d: { HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* L_2 = __this->____labels; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_3 = ___0_target; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF** L_4 = ___1_info; NullCheck(L_2); bool L_5; L_5 = HybridReferenceDictionary_2_TryGetValue_m373BBF591ADA6C5A12A01BCA2C4DAF6CD6C99D12(L_2, L_3, L_4, HybridReferenceDictionary_2_TryGetValue_m373BBF591ADA6C5A12A01BCA2C4DAF6CD6C99D12_RuntimeMethod_var); return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LabelScopeInfo_AddLabelInfo_m75F839C2C3A8B98B11B1BB8FCD625FCA55C165C1 (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_target, LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* ___1_info, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2__ctor_m3DD99B279D2F5D8F099A81372A4C1772E5530D0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_set_Item_m348A3DB54FD578A8BF35CDDB7D5A90BBC94D22CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* L_0 = __this->____labels; if (L_0) { goto IL_0013; } } { HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* L_1 = (HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200*)il2cpp_codegen_object_new(HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200_il2cpp_TypeInfo_var); HybridReferenceDictionary_2__ctor_m3DD99B279D2F5D8F099A81372A4C1772E5530D0B(L_1, HybridReferenceDictionary_2__ctor_m3DD99B279D2F5D8F099A81372A4C1772E5530D0B_RuntimeMethod_var); __this->____labels = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____labels), (void*)L_1); } IL_0013: { HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* L_2 = __this->____labels; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_3 = ___0_target; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_4 = ___1_info; NullCheck(L_2); HybridReferenceDictionary_2_set_Item_m348A3DB54FD578A8BF35CDDB7D5A90BBC94D22CC(L_2, L_3, L_4, HybridReferenceDictionary_2_set_Item_m348A3DB54FD578A8BF35CDDB7D5A90BBC94D22CC_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LeftShiftInstruction_get_ConsumedStack_mC015440032823E80772430CD0F1102D40514FE1D (LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5* __this, const RuntimeMethod* method) { { return 2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LeftShiftInstruction_get_ProducedStack_m7D0D14DD6B68DCFFFAECF3F23DDBD2C8E2446A0F (LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5* __this, const RuntimeMethod* method) { { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LeftShiftInstruction_get_InstructionName_mCDD5E6BBBBDA038C84D7CF9BBAB314166CF56280 (LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C5BBEBD3140DB06EC7A21BA47DFA9C7559A99F7); s_Il2CppMethodInitialized = true; } { return _stringLiteral4C5BBEBD3140DB06EC7A21BA47DFA9C7559A99F7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftInstruction__ctor_m801131996E6C6EF174F9DF08FB15CBB487A5ACEE (LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5* __this, const RuntimeMethod* method) { { Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* LeftShiftInstruction_Create_m61C1B1589BC9EB53BFF882E5861D68F539A2731D (Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeftShiftByte_t843792A138E33DD93E48E0FDEA65B3D12C5E19D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeftShiftInt16_t59F2407CBBB55DD050F0C003E8F5DEC026A52C11_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeftShiftInt32_t1C2CB785F1242B8FA76E73D46B7C2199F0640662_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeftShiftInt64_tC1D65DDBAE686E7EF3FBB0FB6AA92AC04250C8D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeftShiftSByte_t6A7B042FEDE7E178159283D0DEE493FA010EF88A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeftShiftUInt16_t6E92FF880BB2366A49296DBEBF49571384031910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeftShiftUInt32_t70B269E2E7249E53FABFCAF0565C99ED4BA5A5BE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeftShiftUInt64_t196EC81CE8507A5B45F438EE56F7517BD7F49944_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B3_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B6_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B21_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B25_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B24_0 = NULL; { Type_t* L_0 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); int32_t L_2; L_2 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_1, NULL); V_0 = L_2; int32_t L_3 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 5))) { case 0: { goto IL_0039; } case 1: { goto IL_008d; } case 2: { goto IL_004e; } case 3: { goto IL_00a2; } case 4: { goto IL_0063; } case 5: { goto IL_00b7; } case 6: { goto IL_0078; } case 7: { goto IL_00cc; } } } { goto IL_00e1; } IL_0039: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_SByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4; if (L_5) { G_B4_0 = L_5; goto IL_004d; } G_B3_0 = L_5; } { LeftShiftSByte_t6A7B042FEDE7E178159283D0DEE493FA010EF88A* L_6 = (LeftShiftSByte_t6A7B042FEDE7E178159283D0DEE493FA010EF88A*)il2cpp_codegen_object_new(LeftShiftSByte_t6A7B042FEDE7E178159283D0DEE493FA010EF88A_il2cpp_TypeInfo_var); LeftShiftSByte__ctor_mA85A707C136F2A14AF9096D241FE5C2F6F1A026A(L_6, NULL); LeftShiftSByte_t6A7B042FEDE7E178159283D0DEE493FA010EF88A* L_7 = L_6; ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_SByte = L_7; Il2CppCodeGenWriteBarrier((void**)(&((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_SByte), (void*)L_7); G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7)); } IL_004d: { return G_B4_0; } IL_004e: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_Int16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8; if (L_9) { G_B7_0 = L_9; goto IL_0062; } G_B6_0 = L_9; } { LeftShiftInt16_t59F2407CBBB55DD050F0C003E8F5DEC026A52C11* L_10 = (LeftShiftInt16_t59F2407CBBB55DD050F0C003E8F5DEC026A52C11*)il2cpp_codegen_object_new(LeftShiftInt16_t59F2407CBBB55DD050F0C003E8F5DEC026A52C11_il2cpp_TypeInfo_var); LeftShiftInt16__ctor_m8E1E6E69FC3E6EA92542CC4A06CCF443CAE00683(L_10, NULL); LeftShiftInt16_t59F2407CBBB55DD050F0C003E8F5DEC026A52C11* L_11 = L_10; ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_Int16 = L_11; Il2CppCodeGenWriteBarrier((void**)(&((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_11); G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11)); } IL_0062: { return G_B7_0; } IL_0063: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_Int32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12; if (L_13) { G_B10_0 = L_13; goto IL_0077; } G_B9_0 = L_13; } { LeftShiftInt32_t1C2CB785F1242B8FA76E73D46B7C2199F0640662* L_14 = (LeftShiftInt32_t1C2CB785F1242B8FA76E73D46B7C2199F0640662*)il2cpp_codegen_object_new(LeftShiftInt32_t1C2CB785F1242B8FA76E73D46B7C2199F0640662_il2cpp_TypeInfo_var); LeftShiftInt32__ctor_m7B1D99FA5FF23EA9F6B2C5859CD5F9F694D8E81E(L_14, NULL); LeftShiftInt32_t1C2CB785F1242B8FA76E73D46B7C2199F0640662* L_15 = L_14; ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_Int32 = L_15; Il2CppCodeGenWriteBarrier((void**)(&((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_15); G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15)); } IL_0077: { return G_B10_0; } IL_0078: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_Int64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16; if (L_17) { G_B13_0 = L_17; goto IL_008c; } G_B12_0 = L_17; } { LeftShiftInt64_tC1D65DDBAE686E7EF3FBB0FB6AA92AC04250C8D5* L_18 = (LeftShiftInt64_tC1D65DDBAE686E7EF3FBB0FB6AA92AC04250C8D5*)il2cpp_codegen_object_new(LeftShiftInt64_tC1D65DDBAE686E7EF3FBB0FB6AA92AC04250C8D5_il2cpp_TypeInfo_var); LeftShiftInt64__ctor_m4CAD5DFF974C48062C8DA71EE25BF679C58D3EE5(L_18, NULL); LeftShiftInt64_tC1D65DDBAE686E7EF3FBB0FB6AA92AC04250C8D5* L_19 = L_18; ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_Int64 = L_19; Il2CppCodeGenWriteBarrier((void**)(&((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_19); G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19)); } IL_008c: { return G_B13_0; } IL_008d: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_Byte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20; if (L_21) { G_B16_0 = L_21; goto IL_00a1; } G_B15_0 = L_21; } { LeftShiftByte_t843792A138E33DD93E48E0FDEA65B3D12C5E19D7* L_22 = (LeftShiftByte_t843792A138E33DD93E48E0FDEA65B3D12C5E19D7*)il2cpp_codegen_object_new(LeftShiftByte_t843792A138E33DD93E48E0FDEA65B3D12C5E19D7_il2cpp_TypeInfo_var); LeftShiftByte__ctor_m33A4F2678C1076A23DE321CDE8B4088AD2A7A798(L_22, NULL); LeftShiftByte_t843792A138E33DD93E48E0FDEA65B3D12C5E19D7* L_23 = L_22; ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_Byte = L_23; Il2CppCodeGenWriteBarrier((void**)(&((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_Byte), (void*)L_23); G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23)); } IL_00a1: { return G_B16_0; } IL_00a2: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_UInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24; if (L_25) { G_B19_0 = L_25; goto IL_00b6; } G_B18_0 = L_25; } { LeftShiftUInt16_t6E92FF880BB2366A49296DBEBF49571384031910* L_26 = (LeftShiftUInt16_t6E92FF880BB2366A49296DBEBF49571384031910*)il2cpp_codegen_object_new(LeftShiftUInt16_t6E92FF880BB2366A49296DBEBF49571384031910_il2cpp_TypeInfo_var); LeftShiftUInt16__ctor_m145E164B6C31C31D47397941ABE10F9ABB28D659(L_26, NULL); LeftShiftUInt16_t6E92FF880BB2366A49296DBEBF49571384031910* L_27 = L_26; ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_UInt16 = L_27; Il2CppCodeGenWriteBarrier((void**)(&((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_27); G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27)); } IL_00b6: { return G_B19_0; } IL_00b7: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_UInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28; if (L_29) { G_B22_0 = L_29; goto IL_00cb; } G_B21_0 = L_29; } { LeftShiftUInt32_t70B269E2E7249E53FABFCAF0565C99ED4BA5A5BE* L_30 = (LeftShiftUInt32_t70B269E2E7249E53FABFCAF0565C99ED4BA5A5BE*)il2cpp_codegen_object_new(LeftShiftUInt32_t70B269E2E7249E53FABFCAF0565C99ED4BA5A5BE_il2cpp_TypeInfo_var); LeftShiftUInt32__ctor_m10734806BC5B77329E377BCF0A79E5255CA5A895(L_30, NULL); LeftShiftUInt32_t70B269E2E7249E53FABFCAF0565C99ED4BA5A5BE* L_31 = L_30; ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_UInt32 = L_31; Il2CppCodeGenWriteBarrier((void**)(&((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_31); G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31)); } IL_00cb: { return G_B22_0; } IL_00cc: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_UInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32; if (L_33) { G_B25_0 = L_33; goto IL_00e0; } G_B24_0 = L_33; } { LeftShiftUInt64_t196EC81CE8507A5B45F438EE56F7517BD7F49944* L_34 = (LeftShiftUInt64_t196EC81CE8507A5B45F438EE56F7517BD7F49944*)il2cpp_codegen_object_new(LeftShiftUInt64_t196EC81CE8507A5B45F438EE56F7517BD7F49944_il2cpp_TypeInfo_var); LeftShiftUInt64__ctor_m32F812E752400A49DE12AF5BA76472444138080F(L_34, NULL); LeftShiftUInt64_t196EC81CE8507A5B45F438EE56F7517BD7F49944* L_35 = L_34; ((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_UInt64 = L_35; Il2CppCodeGenWriteBarrier((void**)(&((LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_StaticFields*)il2cpp_codegen_static_fields_for(LeftShiftInstruction_t72CB13FF7C417682A66F389D18BEE12FB16A8CD5_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_35); G_B25_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_35)); } IL_00e0: { return G_B25_0; } IL_00e1: { Exception_t* L_36; L_36 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LeftShiftInstruction_Create_m61C1B1589BC9EB53BFF882E5861D68F539A2731D_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LeftShiftSByte_Run_m4E2CE93A1FF99C228A68061DEC7664C9541C30B4 (LeftShiftSByte_t6A7B042FEDE7E178159283D0DEE493FA010EF88A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_001d; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL); goto IL_0034; } IL_001d: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame; RuntimeObject* L_8 = V_1; RuntimeObject* L_9 = V_0; NullCheck(L_7); InterpretedFrame_Push_m7D0537252255C628F4188658D875E4BC13BFF766(L_7, ((int8_t)((int32_t)((int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_8, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))<<((int32_t)(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))&((int32_t)31)))))), NULL); } IL_0034: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftSByte__ctor_mA85A707C136F2A14AF9096D241FE5C2F6F1A026A (LeftShiftSByte_t6A7B042FEDE7E178159283D0DEE493FA010EF88A* __this, const RuntimeMethod* method) { { LeftShiftInstruction__ctor_m801131996E6C6EF174F9DF08FB15CBB487A5ACEE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LeftShiftInt16_Run_m1039C05E94993421685939D5241E75968F770C8E (LeftShiftInt16_t59F2407CBBB55DD050F0C003E8F5DEC026A52C11* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_001d; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL); goto IL_0034; } IL_001d: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame; RuntimeObject* L_8 = V_1; RuntimeObject* L_9 = V_0; NullCheck(L_7); InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7(L_7, ((int16_t)((int32_t)((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_8, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))<<((int32_t)(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))&((int32_t)31)))))), NULL); } IL_0034: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftInt16__ctor_m8E1E6E69FC3E6EA92542CC4A06CCF443CAE00683 (LeftShiftInt16_t59F2407CBBB55DD050F0C003E8F5DEC026A52C11* __this, const RuntimeMethod* method) { { LeftShiftInstruction__ctor_m801131996E6C6EF174F9DF08FB15CBB487A5ACEE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LeftShiftInt32_Run_mF8DC34E9BF6AC80CA953D30DE719EBFB5D8DBAE0 (LeftShiftInt32_t1C2CB785F1242B8FA76E73D46B7C2199F0640662* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_001d; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL); goto IL_0033; } IL_001d: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame; RuntimeObject* L_8 = V_1; RuntimeObject* L_9 = V_0; NullCheck(L_7); InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6(L_7, ((int32_t)(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_8, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))<<((int32_t)(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))&((int32_t)31))))), NULL); } IL_0033: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftInt32__ctor_m7B1D99FA5FF23EA9F6B2C5859CD5F9F694D8E81E (LeftShiftInt32_t1C2CB785F1242B8FA76E73D46B7C2199F0640662* __this, const RuntimeMethod* method) { { LeftShiftInstruction__ctor_m801131996E6C6EF174F9DF08FB15CBB487A5ACEE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LeftShiftInt64_Run_m57B36E50CB40A1375EDE6328D59302B428F5602F (LeftShiftInt64_tC1D65DDBAE686E7EF3FBB0FB6AA92AC04250C8D5* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_001d; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL); goto IL_0038; } IL_001d: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame; RuntimeObject* L_8 = V_1; RuntimeObject* L_9 = V_0; int64_t L_10 = ((int64_t)(((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_8, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))<<((int32_t)(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))&((int32_t)63))))); RuntimeObject* L_11 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_10); NullCheck(L_7); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_11, NULL); } IL_0038: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftInt64__ctor_m4CAD5DFF974C48062C8DA71EE25BF679C58D3EE5 (LeftShiftInt64_tC1D65DDBAE686E7EF3FBB0FB6AA92AC04250C8D5* __this, const RuntimeMethod* method) { { LeftShiftInstruction__ctor_m801131996E6C6EF174F9DF08FB15CBB487A5ACEE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LeftShiftByte_Run_m99188BA8FF1A8683DD21922D8AC7B535FD490306 (LeftShiftByte_t843792A138E33DD93E48E0FDEA65B3D12C5E19D7* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_001d; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL); goto IL_0034; } IL_001d: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame; RuntimeObject* L_8 = V_1; RuntimeObject* L_9 = V_0; NullCheck(L_7); InterpretedFrame_Push_m6240B0B05BB62738249FABD26D2A4D6DF7437FD3(L_7, (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_8, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))<<((int32_t)(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))&((int32_t)31)))))), NULL); } IL_0034: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftByte__ctor_m33A4F2678C1076A23DE321CDE8B4088AD2A7A798 (LeftShiftByte_t843792A138E33DD93E48E0FDEA65B3D12C5E19D7* __this, const RuntimeMethod* method) { { LeftShiftInstruction__ctor_m801131996E6C6EF174F9DF08FB15CBB487A5ACEE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LeftShiftUInt16_Run_m7713E6E7DDA70220D20B1D045D8749960E71BB2B (LeftShiftUInt16_t6E92FF880BB2366A49296DBEBF49571384031910* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_001d; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL); goto IL_0034; } IL_001d: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame; RuntimeObject* L_8 = V_1; RuntimeObject* L_9 = V_0; NullCheck(L_7); InterpretedFrame_Push_mF587E75F6732C08EC184881661F996999E74D62D(L_7, (uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_8, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))<<((int32_t)(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))&((int32_t)31)))))), NULL); } IL_0034: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftUInt16__ctor_m145E164B6C31C31D47397941ABE10F9ABB28D659 (LeftShiftUInt16_t6E92FF880BB2366A49296DBEBF49571384031910* __this, const RuntimeMethod* method) { { LeftShiftInstruction__ctor_m801131996E6C6EF174F9DF08FB15CBB487A5ACEE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LeftShiftUInt32_Run_m89883015DDD665459739A92687EA9601EAE9F2DC (LeftShiftUInt32_t70B269E2E7249E53FABFCAF0565C99ED4BA5A5BE* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_001d; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL); goto IL_0038; } IL_001d: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame; RuntimeObject* L_8 = V_1; RuntimeObject* L_9 = V_0; uint32_t L_10 = ((uint32_t)((int32_t)((int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_8, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))<<((int32_t)(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))&((int32_t)31)))))); RuntimeObject* L_11 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_10); NullCheck(L_7); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_11, NULL); } IL_0038: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftUInt32__ctor_m10734806BC5B77329E377BCF0A79E5255CA5A895 (LeftShiftUInt32_t70B269E2E7249E53FABFCAF0565C99ED4BA5A5BE* __this, const RuntimeMethod* method) { { LeftShiftInstruction__ctor_m801131996E6C6EF174F9DF08FB15CBB487A5ACEE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LeftShiftUInt64_Run_m1CE24918C9959354C54D32E5D98BBB8FA05A159F (LeftShiftUInt64_t196EC81CE8507A5B45F438EE56F7517BD7F49944* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_001d; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL); goto IL_0038; } IL_001d: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame; RuntimeObject* L_8 = V_1; RuntimeObject* L_9 = V_0; uint64_t L_10 = ((uint64_t)((int64_t)((int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_8, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))<<((int32_t)(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))&((int32_t)63)))))); RuntimeObject* L_11 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_10); NullCheck(L_7); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_11, NULL); } IL_0038: { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeftShiftUInt64__ctor_m32F812E752400A49DE12AF5BA76472444138080F (LeftShiftUInt64_t196EC81CE8507A5B45F438EE56F7517BD7F49944* __this, const RuntimeMethod* method) { { LeftShiftInstruction__ctor_m801131996E6C6EF174F9DF08FB15CBB487A5ACEE(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanInstruction_get_ConsumedStack_mCC2895EE760686E91FD9B4C38C7D406F4AFC842A (LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28* __this, const RuntimeMethod* method) { { return 2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanInstruction_get_ProducedStack_m32830646C55C999996675F9AB2C87D2CEA5246C7 (LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28* __this, const RuntimeMethod* method) { { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LessThanInstruction_get_InstructionName_mFE596946993D53BB15FFE112DBA4F0CCA1DBF78C (LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DA1232B88DF03D26FE3DC46188DA0974197D6F6); s_Il2CppMethodInitialized = true; } { return _stringLiteral4DA1232B88DF03D26FE3DC46188DA0974197D6F6; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanInstruction__ctor_m21E3517FD2BABB704E8F981E0285383C47E005D5 (LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL); RuntimeObject* L_0 = ___0_nullValue; __this->____nullValue = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____nullValue), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* LessThanInstruction_Create_m470F3A1FE481540861A8A87CB0777DC95BD155D8 (Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B8_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B11_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B14_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B17_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B20_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B23_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B26_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B25_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B29_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B28_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B32_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B31_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B35_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B34_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B41_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B40_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B44_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B43_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B47_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B46_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B50_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B49_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B53_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B52_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B56_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B55_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B59_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B58_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B62_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B61_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B65_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B64_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B68_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B67_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B71_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B70_0 = NULL; { bool L_0 = ___1_liftedToNull; if (!L_0) { goto IL_0143; } } { Type_t* L_1 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); int32_t L_3; L_3 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_2, NULL); V_0 = L_3; int32_t L_4 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 4))) { case 0: { goto IL_0077; } case 1: { goto IL_004b; } case 2: { goto IL_00b9; } case 3: { goto IL_0061; } case 4: { goto IL_00cf; } case 5: { goto IL_008d; } case 6: { goto IL_00e5; } case 7: { goto IL_00a3; } case 8: { goto IL_00fb; } case 9: { goto IL_0111; } case 10: { goto IL_0127; } } } { goto IL_013d; } IL_004b: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullSByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_6 = L_5; if (L_6) { G_B5_0 = L_6; goto IL_0060; } G_B4_0 = L_6; } { LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5* L_7 = (LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5*)il2cpp_codegen_object_new(LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5_il2cpp_TypeInfo_var); LessThanSByte__ctor_m00CC707B9B3125D8DB2905A2D22B1A417A8FBB45(L_7, NULL, NULL); LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5* L_8 = L_7; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullSByte = L_8; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullSByte), (void*)L_8); G_B5_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_8)); } IL_0060: { return G_B5_0; } IL_0061: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_10 = L_9; if (L_10) { G_B8_0 = L_10; goto IL_0076; } G_B7_0 = L_10; } { LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD* L_11 = (LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD*)il2cpp_codegen_object_new(LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD_il2cpp_TypeInfo_var); LessThanInt16__ctor_m65CF96C54FAE944AC1531915E88E92A1CF9A8A82(L_11, NULL, NULL); LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD* L_12 = L_11; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullInt16 = L_12; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullInt16), (void*)L_12); G_B8_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_12)); } IL_0076: { return G_B8_0; } IL_0077: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullChar; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_14 = L_13; if (L_14) { G_B11_0 = L_14; goto IL_008c; } G_B10_0 = L_14; } { LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3* L_15 = (LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3*)il2cpp_codegen_object_new(LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3_il2cpp_TypeInfo_var); LessThanChar__ctor_m8A178D55D5F845FA0135EC8714609B505342D9BC(L_15, NULL, NULL); LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3* L_16 = L_15; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullChar = L_16; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullChar), (void*)L_16); G_B11_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_16)); } IL_008c: { return G_B11_0; } IL_008d: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_18 = L_17; if (L_18) { G_B14_0 = L_18; goto IL_00a2; } G_B13_0 = L_18; } { LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9* L_19 = (LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9*)il2cpp_codegen_object_new(LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9_il2cpp_TypeInfo_var); LessThanInt32__ctor_mEA6850989413F886C9AF88F2033C3A028588D91D(L_19, NULL, NULL); LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9* L_20 = L_19; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullInt32 = L_20; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullInt32), (void*)L_20); G_B14_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_20)); } IL_00a2: { return G_B14_0; } IL_00a3: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_22 = L_21; if (L_22) { G_B17_0 = L_22; goto IL_00b8; } G_B16_0 = L_22; } { LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723* L_23 = (LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723*)il2cpp_codegen_object_new(LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723_il2cpp_TypeInfo_var); LessThanInt64__ctor_m88E29F2A9A7862CCCE1DC7EBBFF276293C283E26(L_23, NULL, NULL); LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723* L_24 = L_23; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullInt64 = L_24; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullInt64), (void*)L_24); G_B17_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_24)); } IL_00b8: { return G_B17_0; } IL_00b9: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_26 = L_25; if (L_26) { G_B20_0 = L_26; goto IL_00ce; } G_B19_0 = L_26; } { LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5* L_27 = (LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5*)il2cpp_codegen_object_new(LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5_il2cpp_TypeInfo_var); LessThanByte__ctor_mFCFFB1EE6A2F5C2CE6812415E82C18D0F5CCFD8A(L_27, NULL, NULL); LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5* L_28 = L_27; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullByte = L_28; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullByte), (void*)L_28); G_B20_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_28)); } IL_00ce: { return G_B20_0; } IL_00cf: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullUInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_30 = L_29; if (L_30) { G_B23_0 = L_30; goto IL_00e4; } G_B22_0 = L_30; } { LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6* L_31 = (LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6*)il2cpp_codegen_object_new(LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6_il2cpp_TypeInfo_var); LessThanUInt16__ctor_m1333AD192E6B93B8418FAA3A8ECB6F17F5C4BC8D(L_31, NULL, NULL); LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6* L_32 = L_31; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullUInt16 = L_32; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullUInt16), (void*)L_32); G_B23_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_32)); } IL_00e4: { return G_B23_0; } IL_00e5: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullUInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_34 = L_33; if (L_34) { G_B26_0 = L_34; goto IL_00fa; } G_B25_0 = L_34; } { LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16* L_35 = (LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16*)il2cpp_codegen_object_new(LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16_il2cpp_TypeInfo_var); LessThanUInt32__ctor_mA6B1A99B33DD79FDE0AF26A3A9DDAB17297095EF(L_35, NULL, NULL); LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16* L_36 = L_35; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullUInt32 = L_36; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullUInt32), (void*)L_36); G_B26_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_36)); } IL_00fa: { return G_B26_0; } IL_00fb: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_37 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullUInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_38 = L_37; if (L_38) { G_B29_0 = L_38; goto IL_0110; } G_B28_0 = L_38; } { LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921* L_39 = (LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921*)il2cpp_codegen_object_new(LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921_il2cpp_TypeInfo_var); LessThanUInt64__ctor_m46F69BC5A1AFBB4BC99B90BA24A34F70C6B6F9CC(L_39, NULL, NULL); LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921* L_40 = L_39; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullUInt64 = L_40; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullUInt64), (void*)L_40); G_B29_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_40)); } IL_0110: { return G_B29_0; } IL_0111: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_41 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullSingle; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_42 = L_41; if (L_42) { G_B32_0 = L_42; goto IL_0126; } G_B31_0 = L_42; } { LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF* L_43 = (LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF*)il2cpp_codegen_object_new(LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF_il2cpp_TypeInfo_var); LessThanSingle__ctor_m032637E670EEBF55259BDD14FEF0855FB1B41C53(L_43, NULL, NULL); LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF* L_44 = L_43; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullSingle = L_44; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullSingle), (void*)L_44); G_B32_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_44)); } IL_0126: { return G_B32_0; } IL_0127: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_45 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullDouble; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_46 = L_45; if (L_46) { G_B35_0 = L_46; goto IL_013c; } G_B34_0 = L_46; } { LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C* L_47 = (LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C*)il2cpp_codegen_object_new(LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C_il2cpp_TypeInfo_var); LessThanDouble__ctor_m8AD533FCBE4C32864E6E7B8FD3E44BDC422883C7(L_47, NULL, NULL); LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C* L_48 = L_47; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullDouble = L_48; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_liftedToNullDouble), (void*)L_48); G_B35_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_48)); } IL_013c: { return G_B35_0; } IL_013d: { Exception_t* L_49; L_49 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LessThanInstruction_Create_m470F3A1FE481540861A8A87CB0777DC95BD155D8_RuntimeMethod_var))); } IL_0143: { Type_t* L_50 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_51; L_51 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_50, NULL); il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); int32_t L_52; L_52 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_51, NULL); V_0 = L_52; int32_t L_53 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_53, 4))) { case 0: { goto IL_01bc; } case 1: { goto IL_0188; } case 2: { goto IL_020a; } case 3: { goto IL_01a2; } case 4: { goto IL_0224; } case 5: { goto IL_01d6; } case 6: { goto IL_023e; } case 7: { goto IL_01f0; } case 8: { goto IL_0258; } case 9: { goto IL_0272; } case 10: { goto IL_028c; } } } { goto IL_02a6; } IL_0188: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_54 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_SByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_55 = L_54; if (L_55) { G_B41_0 = L_55; goto IL_01a1; } G_B40_0 = L_55; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_56 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5* L_57 = (LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5*)il2cpp_codegen_object_new(LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5_il2cpp_TypeInfo_var); LessThanSByte__ctor_m00CC707B9B3125D8DB2905A2D22B1A417A8FBB45(L_57, L_56, NULL); LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5* L_58 = L_57; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_SByte = L_58; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_SByte), (void*)L_58); G_B41_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_58)); } IL_01a1: { return G_B41_0; } IL_01a2: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_59 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Int16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_60 = L_59; if (L_60) { G_B44_0 = L_60; goto IL_01bb; } G_B43_0 = L_60; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_61 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD* L_62 = (LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD*)il2cpp_codegen_object_new(LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD_il2cpp_TypeInfo_var); LessThanInt16__ctor_m65CF96C54FAE944AC1531915E88E92A1CF9A8A82(L_62, L_61, NULL); LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD* L_63 = L_62; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Int16 = L_63; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_63); G_B44_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_63)); } IL_01bb: { return G_B44_0; } IL_01bc: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_64 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Char; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_65 = L_64; if (L_65) { G_B47_0 = L_65; goto IL_01d5; } G_B46_0 = L_65; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_66 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3* L_67 = (LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3*)il2cpp_codegen_object_new(LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3_il2cpp_TypeInfo_var); LessThanChar__ctor_m8A178D55D5F845FA0135EC8714609B505342D9BC(L_67, L_66, NULL); LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3* L_68 = L_67; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Char = L_68; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Char), (void*)L_68); G_B47_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_68)); } IL_01d5: { return G_B47_0; } IL_01d6: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_69 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Int32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_70 = L_69; if (L_70) { G_B50_0 = L_70; goto IL_01ef; } G_B49_0 = L_70; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_71 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9* L_72 = (LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9*)il2cpp_codegen_object_new(LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9_il2cpp_TypeInfo_var); LessThanInt32__ctor_mEA6850989413F886C9AF88F2033C3A028588D91D(L_72, L_71, NULL); LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9* L_73 = L_72; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Int32 = L_73; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_73); G_B50_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_73)); } IL_01ef: { return G_B50_0; } IL_01f0: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_74 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Int64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_75 = L_74; if (L_75) { G_B53_0 = L_75; goto IL_0209; } G_B52_0 = L_75; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_76 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723* L_77 = (LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723*)il2cpp_codegen_object_new(LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723_il2cpp_TypeInfo_var); LessThanInt64__ctor_m88E29F2A9A7862CCCE1DC7EBBFF276293C283E26(L_77, L_76, NULL); LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723* L_78 = L_77; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Int64 = L_78; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_78); G_B53_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_78)); } IL_0209: { return G_B53_0; } IL_020a: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_79 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Byte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_80 = L_79; if (L_80) { G_B56_0 = L_80; goto IL_0223; } G_B55_0 = L_80; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_81 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5* L_82 = (LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5*)il2cpp_codegen_object_new(LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5_il2cpp_TypeInfo_var); LessThanByte__ctor_mFCFFB1EE6A2F5C2CE6812415E82C18D0F5CCFD8A(L_82, L_81, NULL); LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5* L_83 = L_82; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Byte = L_83; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Byte), (void*)L_83); G_B56_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_83)); } IL_0223: { return G_B56_0; } IL_0224: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_84 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_UInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_85 = L_84; if (L_85) { G_B59_0 = L_85; goto IL_023d; } G_B58_0 = L_85; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_86 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6* L_87 = (LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6*)il2cpp_codegen_object_new(LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6_il2cpp_TypeInfo_var); LessThanUInt16__ctor_m1333AD192E6B93B8418FAA3A8ECB6F17F5C4BC8D(L_87, L_86, NULL); LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6* L_88 = L_87; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_UInt16 = L_88; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_88); G_B59_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_88)); } IL_023d: { return G_B59_0; } IL_023e: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_89 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_UInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_90 = L_89; if (L_90) { G_B62_0 = L_90; goto IL_0257; } G_B61_0 = L_90; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_91 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16* L_92 = (LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16*)il2cpp_codegen_object_new(LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16_il2cpp_TypeInfo_var); LessThanUInt32__ctor_mA6B1A99B33DD79FDE0AF26A3A9DDAB17297095EF(L_92, L_91, NULL); LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16* L_93 = L_92; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_UInt32 = L_93; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_93); G_B62_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_93)); } IL_0257: { return G_B62_0; } IL_0258: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_94 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_UInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_95 = L_94; if (L_95) { G_B65_0 = L_95; goto IL_0271; } G_B64_0 = L_95; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_96 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921* L_97 = (LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921*)il2cpp_codegen_object_new(LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921_il2cpp_TypeInfo_var); LessThanUInt64__ctor_m46F69BC5A1AFBB4BC99B90BA24A34F70C6B6F9CC(L_97, L_96, NULL); LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921* L_98 = L_97; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_UInt64 = L_98; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_98); G_B65_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_98)); } IL_0271: { return G_B65_0; } IL_0272: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_99 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Single; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_100 = L_99; if (L_100) { G_B68_0 = L_100; goto IL_028b; } G_B67_0 = L_100; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_101 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF* L_102 = (LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF*)il2cpp_codegen_object_new(LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF_il2cpp_TypeInfo_var); LessThanSingle__ctor_m032637E670EEBF55259BDD14FEF0855FB1B41C53(L_102, L_101, NULL); LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF* L_103 = L_102; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Single = L_103; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Single), (void*)L_103); G_B68_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_103)); } IL_028b: { return G_B68_0; } IL_028c: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_104 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Double; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_105 = L_104; if (L_105) { G_B71_0 = L_105; goto IL_02a5; } G_B70_0 = L_105; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_106 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C* L_107 = (LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C*)il2cpp_codegen_object_new(LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C_il2cpp_TypeInfo_var); LessThanDouble__ctor_m8AD533FCBE4C32864E6E7B8FD3E44BDC422883C7(L_107, L_106, NULL); LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C* L_108 = L_107; ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Double = L_108; Il2CppCodeGenWriteBarrier((void**)(&((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_StaticFields*)il2cpp_codegen_static_fields_for(LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28_il2cpp_TypeInfo_var))->___s_Double), (void*)L_108); G_B71_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_108)); } IL_02a5: { return G_B71_0; } IL_02a6: { Exception_t* L_109; L_109 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_109, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LessThanInstruction_Create_m470F3A1FE481540861A8A87CB0777DC95BD155D8_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanSByte__ctor_m00CC707B9B3125D8DB2905A2D22B1A417A8FBB45 (LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanInstruction__ctor_m21E3517FD2BABB704E8F981E0285383C47E005D5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanSByte_Run_m2298074713F6AF9C50877E7224D15B06F8CFC086 (LessThanSByte_tCC364B86D71A9B3D3E1A0A0DF64B1537C187E8F5* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_9, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))) < ((int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_10, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanInt16__ctor_m65CF96C54FAE944AC1531915E88E92A1CF9A8A82 (LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanInstruction__ctor_m21E3517FD2BABB704E8F981E0285383C47E005D5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanInt16_Run_m7A870AE9E43618ADAA8E7E553B179E4B2D8ED7FB (LessThanInt16_tD43F7B2C33BFCCC829A691D612B1D4A2897D9AFD* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_9, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))) < ((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_10, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanChar__ctor_m8A178D55D5F845FA0135EC8714609B505342D9BC (LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanInstruction__ctor_m21E3517FD2BABB704E8F981E0285383C47E005D5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanChar_Run_m62C9CF09AD107314002685704DC8270408ED18C8 (LessThanChar_t940D52E60CD6E71C15B0DCF57A56631C6A8A6CE3* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_9, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))))) < ((int32_t)((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_10, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanInt32__ctor_mEA6850989413F886C9AF88F2033C3A028588D91D (LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanInstruction__ctor_m21E3517FD2BABB704E8F981E0285383C47E005D5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanInt32_Run_m141921DB4F679C055336CD03AEA270DB94B7EE5F (LessThanInt32_tBAE35874EB6E269ADF7853E12EE4FEBAB1B15AD9* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))) < ((int32_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_10, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanInt64__ctor_m88E29F2A9A7862CCCE1DC7EBBFF276293C283E26 (LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanInstruction__ctor_m21E3517FD2BABB704E8F981E0285383C47E005D5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanInt64_Run_m41DA5A951BF36D16B4C2F08669F12D3F655F486E (LessThanInt64_t773EE1D159D222BB244E5E08E1AECA466DFB8723* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_9, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))) < ((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_10, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanByte__ctor_mFCFFB1EE6A2F5C2CE6812415E82C18D0F5CCFD8A (LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanInstruction__ctor_m21E3517FD2BABB704E8F981E0285383C47E005D5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanByte_Run_mC8AFD817B44F7E7405306526B1A1D342A679B729 (LessThanByte_tB09CB929F1257714D0B078BE6DB652D6FFEB72B5* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_9, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))) < ((int32_t)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_10, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanUInt16__ctor_m1333AD192E6B93B8418FAA3A8ECB6F17F5C4BC8D (LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanInstruction__ctor_m21E3517FD2BABB704E8F981E0285383C47E005D5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanUInt16_Run_mC5BE09D41B0287B3DC1C22B125B3DF7F4566ECD6 (LessThanUInt16_tF856666C0E0245D0DB67FA3706EAC060E3774BF6* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_9, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))) < ((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_10, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanUInt32__ctor_mA6B1A99B33DD79FDE0AF26A3A9DDAB17297095EF (LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanInstruction__ctor_m21E3517FD2BABB704E8F981E0285383C47E005D5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanUInt32_Run_m62B98A1EEE3CF781D9CF4D29E5B17EDC9A686583 (LessThanUInt32_tB6F1986CB44749F2A97E489F6DAF91AC7C44EF16* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((!(((uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_9, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))) >= ((uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_10, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanUInt64__ctor_m46F69BC5A1AFBB4BC99B90BA24A34F70C6B6F9CC (LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanInstruction__ctor_m21E3517FD2BABB704E8F981E0285383C47E005D5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanUInt64_Run_mC7D81006233987687695C3EC64357F686677719C (LessThanUInt64_tAD534DAF06370249C8CD84B9432EFC584228E921* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((!(((uint64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_9, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))) >= ((uint64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_10, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanSingle__ctor_m032637E670EEBF55259BDD14FEF0855FB1B41C53 (LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanInstruction__ctor_m21E3517FD2BABB704E8F981E0285383C47E005D5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanSingle_Run_m3EFBC449FD3FF7F6FEA7E0EDEAE7F054A6F34881 (LessThanSingle_t7BE94CF53DA6F81AB38B4405A7963455CC3F36BF* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((float)((*(float*)((float*)(float*)UnBox(L_9, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))) < ((float)((*(float*)((float*)(float*)UnBox(L_10, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanDouble__ctor_m8AD533FCBE4C32864E6E7B8FD3E44BDC422883C7 (LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanInstruction__ctor_m21E3517FD2BABB704E8F981E0285383C47E005D5(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanDouble_Run_m4EABC1C6C0DE6246B09FA866EEA4F0011EA63B3E (LessThanDouble_t47D69C7F81DC5233531CBA67919A6FD9A10A0C8C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanInstruction_t3EF470CDED3B7EAB93CE2B35D0DCBA2F7611DE28*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0036; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((double)((*(double*)((double*)(double*)UnBox(L_9, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))) < ((double)((*(double*)((double*)(double*)UnBox(L_10, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))))? 1 : 0), NULL); } IL_0036: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanOrEqualInstruction_get_ConsumedStack_mF2A7A0734B1343BE0F63F3ADCC5A51F5C006834D (LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190* __this, const RuntimeMethod* method) { { return 2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanOrEqualInstruction_get_ProducedStack_m9A8B2258EFFDAFAB9F381009E164517999E29EB9 (LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190* __this, const RuntimeMethod* method) { { return 1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LessThanOrEqualInstruction_get_InstructionName_mB1F1A237935498998D0F39B94B000CB525686719 (LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E28EB7293031D9DE77B631E51877ED2300BB7A7); s_Il2CppMethodInitialized = true; } { return _stringLiteral1E28EB7293031D9DE77B631E51877ED2300BB7A7; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualInstruction__ctor_m22F3EC7438FC96E0AC8D12FF2ED84395FC9A9B0D (LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL); RuntimeObject* L_0 = ___0_nullValue; __this->____nullValue = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____nullValue), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* LessThanOrEqualInstruction_Create_mB5B899A43E4B926F8E58680CD53B68A26C5867E9 (Type_t* ___0_type, bool ___1_liftedToNull, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B4_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B8_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B7_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B11_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B10_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B14_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B13_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B17_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B16_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B20_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B19_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B23_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B22_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B26_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B25_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B29_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B28_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B32_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B31_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B35_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B34_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B41_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B40_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B44_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B43_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B47_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B46_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B50_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B49_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B53_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B52_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B56_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B55_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B59_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B58_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B62_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B61_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B65_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B64_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B68_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B67_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B71_0 = NULL; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B70_0 = NULL; { bool L_0 = ___1_liftedToNull; if (!L_0) { goto IL_0143; } } { Type_t* L_1 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); int32_t L_3; L_3 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_2, NULL); V_0 = L_3; int32_t L_4 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 4))) { case 0: { goto IL_0077; } case 1: { goto IL_004b; } case 2: { goto IL_00b9; } case 3: { goto IL_0061; } case 4: { goto IL_00cf; } case 5: { goto IL_008d; } case 6: { goto IL_00e5; } case 7: { goto IL_00a3; } case 8: { goto IL_00fb; } case 9: { goto IL_0111; } case 10: { goto IL_0127; } } } { goto IL_013d; } IL_004b: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullSByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_6 = L_5; if (L_6) { G_B5_0 = L_6; goto IL_0060; } G_B4_0 = L_6; } { LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287* L_7 = (LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287*)il2cpp_codegen_object_new(LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287_il2cpp_TypeInfo_var); LessThanOrEqualSByte__ctor_mCA370B9BE3F09BCFE3D7CC4FB086C471C5B35F0F(L_7, NULL, NULL); LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287* L_8 = L_7; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullSByte = L_8; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullSByte), (void*)L_8); G_B5_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_8)); } IL_0060: { return G_B5_0; } IL_0061: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_10 = L_9; if (L_10) { G_B8_0 = L_10; goto IL_0076; } G_B7_0 = L_10; } { LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8* L_11 = (LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8*)il2cpp_codegen_object_new(LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8_il2cpp_TypeInfo_var); LessThanOrEqualInt16__ctor_mDE684C729E4E6947026F2206389CC2510684423D(L_11, NULL, NULL); LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8* L_12 = L_11; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullInt16 = L_12; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullInt16), (void*)L_12); G_B8_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_12)); } IL_0076: { return G_B8_0; } IL_0077: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullChar; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_14 = L_13; if (L_14) { G_B11_0 = L_14; goto IL_008c; } G_B10_0 = L_14; } { LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D* L_15 = (LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D*)il2cpp_codegen_object_new(LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D_il2cpp_TypeInfo_var); LessThanOrEqualChar__ctor_m0220E4B239C116E85BA14C3232C5FEC59C541E95(L_15, NULL, NULL); LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D* L_16 = L_15; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullChar = L_16; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullChar), (void*)L_16); G_B11_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_16)); } IL_008c: { return G_B11_0; } IL_008d: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_18 = L_17; if (L_18) { G_B14_0 = L_18; goto IL_00a2; } G_B13_0 = L_18; } { LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4* L_19 = (LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4*)il2cpp_codegen_object_new(LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4_il2cpp_TypeInfo_var); LessThanOrEqualInt32__ctor_m068216392B75A5B5A57B7C1654E397EBDC6AF506(L_19, NULL, NULL); LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4* L_20 = L_19; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullInt32 = L_20; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullInt32), (void*)L_20); G_B14_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_20)); } IL_00a2: { return G_B14_0; } IL_00a3: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_22 = L_21; if (L_22) { G_B17_0 = L_22; goto IL_00b8; } G_B16_0 = L_22; } { LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A* L_23 = (LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A*)il2cpp_codegen_object_new(LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A_il2cpp_TypeInfo_var); LessThanOrEqualInt64__ctor_m36FC17CDFB199A8330AEE935D9A32A4975A20776(L_23, NULL, NULL); LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A* L_24 = L_23; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullInt64 = L_24; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullInt64), (void*)L_24); G_B17_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_24)); } IL_00b8: { return G_B17_0; } IL_00b9: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_26 = L_25; if (L_26) { G_B20_0 = L_26; goto IL_00ce; } G_B19_0 = L_26; } { LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC* L_27 = (LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC*)il2cpp_codegen_object_new(LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC_il2cpp_TypeInfo_var); LessThanOrEqualByte__ctor_m3CBDF911EEC1C14C7D908612AD34510471BF1649(L_27, NULL, NULL); LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC* L_28 = L_27; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullByte = L_28; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullByte), (void*)L_28); G_B20_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_28)); } IL_00ce: { return G_B20_0; } IL_00cf: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullUInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_30 = L_29; if (L_30) { G_B23_0 = L_30; goto IL_00e4; } G_B22_0 = L_30; } { LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2* L_31 = (LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2*)il2cpp_codegen_object_new(LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2_il2cpp_TypeInfo_var); LessThanOrEqualUInt16__ctor_mF3DC4A16128B5509FFFF441DA7FE31D2213E65EF(L_31, NULL, NULL); LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2* L_32 = L_31; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullUInt16 = L_32; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullUInt16), (void*)L_32); G_B23_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_32)); } IL_00e4: { return G_B23_0; } IL_00e5: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullUInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_34 = L_33; if (L_34) { G_B26_0 = L_34; goto IL_00fa; } G_B25_0 = L_34; } { LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F* L_35 = (LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F*)il2cpp_codegen_object_new(LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F_il2cpp_TypeInfo_var); LessThanOrEqualUInt32__ctor_mA682F418032A886F12082B3F6610277E07C11B51(L_35, NULL, NULL); LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F* L_36 = L_35; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullUInt32 = L_36; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullUInt32), (void*)L_36); G_B26_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_36)); } IL_00fa: { return G_B26_0; } IL_00fb: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_37 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullUInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_38 = L_37; if (L_38) { G_B29_0 = L_38; goto IL_0110; } G_B28_0 = L_38; } { LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB* L_39 = (LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB*)il2cpp_codegen_object_new(LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB_il2cpp_TypeInfo_var); LessThanOrEqualUInt64__ctor_mC77866074AACCF5E3B05EC4FCDEF7BF85393B29B(L_39, NULL, NULL); LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB* L_40 = L_39; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullUInt64 = L_40; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullUInt64), (void*)L_40); G_B29_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_40)); } IL_0110: { return G_B29_0; } IL_0111: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_41 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullSingle; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_42 = L_41; if (L_42) { G_B32_0 = L_42; goto IL_0126; } G_B31_0 = L_42; } { LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A* L_43 = (LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A*)il2cpp_codegen_object_new(LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A_il2cpp_TypeInfo_var); LessThanOrEqualSingle__ctor_m4BB60156D9D1A0D3223B2E1A5BAE97940B0E4E88(L_43, NULL, NULL); LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A* L_44 = L_43; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullSingle = L_44; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullSingle), (void*)L_44); G_B32_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_44)); } IL_0126: { return G_B32_0; } IL_0127: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_45 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullDouble; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_46 = L_45; if (L_46) { G_B35_0 = L_46; goto IL_013c; } G_B34_0 = L_46; } { LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1* L_47 = (LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1*)il2cpp_codegen_object_new(LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1_il2cpp_TypeInfo_var); LessThanOrEqualDouble__ctor_m658E29A0CA30F03FE90E61B65A7B391BD4708D58(L_47, NULL, NULL); LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1* L_48 = L_47; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullDouble = L_48; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_liftedToNullDouble), (void*)L_48); G_B35_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_48)); } IL_013c: { return G_B35_0; } IL_013d: { Exception_t* L_49; L_49 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LessThanOrEqualInstruction_Create_mB5B899A43E4B926F8E58680CD53B68A26C5867E9_RuntimeMethod_var))); } IL_0143: { Type_t* L_50 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_51; L_51 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_50, NULL); il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); int32_t L_52; L_52 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_51, NULL); V_0 = L_52; int32_t L_53 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_53, 4))) { case 0: { goto IL_01bc; } case 1: { goto IL_0188; } case 2: { goto IL_020a; } case 3: { goto IL_01a2; } case 4: { goto IL_0224; } case 5: { goto IL_01d6; } case 6: { goto IL_023e; } case 7: { goto IL_01f0; } case 8: { goto IL_0258; } case 9: { goto IL_0272; } case 10: { goto IL_028c; } } } { goto IL_02a6; } IL_0188: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_54 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_SByte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_55 = L_54; if (L_55) { G_B41_0 = L_55; goto IL_01a1; } G_B40_0 = L_55; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_56 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287* L_57 = (LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287*)il2cpp_codegen_object_new(LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287_il2cpp_TypeInfo_var); LessThanOrEqualSByte__ctor_mCA370B9BE3F09BCFE3D7CC4FB086C471C5B35F0F(L_57, L_56, NULL); LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287* L_58 = L_57; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_SByte = L_58; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_SByte), (void*)L_58); G_B41_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_58)); } IL_01a1: { return G_B41_0; } IL_01a2: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_59 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Int16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_60 = L_59; if (L_60) { G_B44_0 = L_60; goto IL_01bb; } G_B43_0 = L_60; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_61 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8* L_62 = (LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8*)il2cpp_codegen_object_new(LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8_il2cpp_TypeInfo_var); LessThanOrEqualInt16__ctor_mDE684C729E4E6947026F2206389CC2510684423D(L_62, L_61, NULL); LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8* L_63 = L_62; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Int16 = L_63; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Int16), (void*)L_63); G_B44_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_63)); } IL_01bb: { return G_B44_0; } IL_01bc: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_64 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Char; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_65 = L_64; if (L_65) { G_B47_0 = L_65; goto IL_01d5; } G_B46_0 = L_65; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_66 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D* L_67 = (LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D*)il2cpp_codegen_object_new(LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D_il2cpp_TypeInfo_var); LessThanOrEqualChar__ctor_m0220E4B239C116E85BA14C3232C5FEC59C541E95(L_67, L_66, NULL); LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D* L_68 = L_67; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Char = L_68; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Char), (void*)L_68); G_B47_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_68)); } IL_01d5: { return G_B47_0; } IL_01d6: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_69 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Int32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_70 = L_69; if (L_70) { G_B50_0 = L_70; goto IL_01ef; } G_B49_0 = L_70; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_71 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4* L_72 = (LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4*)il2cpp_codegen_object_new(LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4_il2cpp_TypeInfo_var); LessThanOrEqualInt32__ctor_m068216392B75A5B5A57B7C1654E397EBDC6AF506(L_72, L_71, NULL); LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4* L_73 = L_72; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Int32 = L_73; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Int32), (void*)L_73); G_B50_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_73)); } IL_01ef: { return G_B50_0; } IL_01f0: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_74 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Int64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_75 = L_74; if (L_75) { G_B53_0 = L_75; goto IL_0209; } G_B52_0 = L_75; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_76 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A* L_77 = (LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A*)il2cpp_codegen_object_new(LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A_il2cpp_TypeInfo_var); LessThanOrEqualInt64__ctor_m36FC17CDFB199A8330AEE935D9A32A4975A20776(L_77, L_76, NULL); LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A* L_78 = L_77; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Int64 = L_78; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Int64), (void*)L_78); G_B53_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_78)); } IL_0209: { return G_B53_0; } IL_020a: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_79 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Byte; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_80 = L_79; if (L_80) { G_B56_0 = L_80; goto IL_0223; } G_B55_0 = L_80; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_81 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC* L_82 = (LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC*)il2cpp_codegen_object_new(LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC_il2cpp_TypeInfo_var); LessThanOrEqualByte__ctor_m3CBDF911EEC1C14C7D908612AD34510471BF1649(L_82, L_81, NULL); LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC* L_83 = L_82; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Byte = L_83; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Byte), (void*)L_83); G_B56_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_83)); } IL_0223: { return G_B56_0; } IL_0224: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_84 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_UInt16; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_85 = L_84; if (L_85) { G_B59_0 = L_85; goto IL_023d; } G_B58_0 = L_85; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_86 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2* L_87 = (LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2*)il2cpp_codegen_object_new(LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2_il2cpp_TypeInfo_var); LessThanOrEqualUInt16__ctor_mF3DC4A16128B5509FFFF441DA7FE31D2213E65EF(L_87, L_86, NULL); LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2* L_88 = L_87; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_UInt16 = L_88; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_UInt16), (void*)L_88); G_B59_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_88)); } IL_023d: { return G_B59_0; } IL_023e: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_89 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_UInt32; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_90 = L_89; if (L_90) { G_B62_0 = L_90; goto IL_0257; } G_B61_0 = L_90; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_91 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F* L_92 = (LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F*)il2cpp_codegen_object_new(LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F_il2cpp_TypeInfo_var); LessThanOrEqualUInt32__ctor_mA682F418032A886F12082B3F6610277E07C11B51(L_92, L_91, NULL); LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F* L_93 = L_92; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_UInt32 = L_93; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_UInt32), (void*)L_93); G_B62_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_93)); } IL_0257: { return G_B62_0; } IL_0258: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_94 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_UInt64; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_95 = L_94; if (L_95) { G_B65_0 = L_95; goto IL_0271; } G_B64_0 = L_95; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_96 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB* L_97 = (LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB*)il2cpp_codegen_object_new(LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB_il2cpp_TypeInfo_var); LessThanOrEqualUInt64__ctor_mC77866074AACCF5E3B05EC4FCDEF7BF85393B29B(L_97, L_96, NULL); LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB* L_98 = L_97; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_UInt64 = L_98; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_UInt64), (void*)L_98); G_B65_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_98)); } IL_0271: { return G_B65_0; } IL_0272: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_99 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Single; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_100 = L_99; if (L_100) { G_B68_0 = L_100; goto IL_028b; } G_B67_0 = L_100; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_101 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A* L_102 = (LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A*)il2cpp_codegen_object_new(LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A_il2cpp_TypeInfo_var); LessThanOrEqualSingle__ctor_m4BB60156D9D1A0D3223B2E1A5BAE97940B0E4E88(L_102, L_101, NULL); LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A* L_103 = L_102; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Single = L_103; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Single), (void*)L_103); G_B68_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_103)); } IL_028b: { return G_B68_0; } IL_028c: { Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_104 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Double; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_105 = L_104; if (L_105) { G_B71_0 = L_105; goto IL_02a5; } G_B70_0 = L_105; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_106 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1* L_107 = (LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1*)il2cpp_codegen_object_new(LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1_il2cpp_TypeInfo_var); LessThanOrEqualDouble__ctor_m658E29A0CA30F03FE90E61B65A7B391BD4708D58(L_107, L_106, NULL); LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1* L_108 = L_107; ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Double = L_108; Il2CppCodeGenWriteBarrier((void**)(&((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_StaticFields*)il2cpp_codegen_static_fields_for(LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190_il2cpp_TypeInfo_var))->___s_Double), (void*)L_108); G_B71_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_108)); } IL_02a5: { return G_B71_0; } IL_02a6: { Exception_t* L_109; L_109 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_109, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LessThanOrEqualInstruction_Create_mB5B899A43E4B926F8E58680CD53B68A26C5867E9_RuntimeMethod_var))); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualSByte__ctor_mCA370B9BE3F09BCFE3D7CC4FB086C471C5B35F0F (LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanOrEqualInstruction__ctor_m22F3EC7438FC96E0AC8D12FF2ED84395FC9A9B0D(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanOrEqualSByte_Run_m5E3CAB518DD06CFC79B1DCE8D0F63437B2B91E39 (LessThanOrEqualSByte_t8B42E11BCC06E4C8AB92E7AE02F7508B4476E287* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_9, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))) > ((int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_10, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualInt16__ctor_mDE684C729E4E6947026F2206389CC2510684423D (LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanOrEqualInstruction__ctor_m22F3EC7438FC96E0AC8D12FF2ED84395FC9A9B0D(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanOrEqualInt16_Run_m7D05F0AB3EE32DBEEBA8D1624E641FDBC1132D23 (LessThanOrEqualInt16_t2226539AEB4F0B75CC31184D7DC917E9F9F925A8* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_9, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))) > ((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_10, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualChar__ctor_m0220E4B239C116E85BA14C3232C5FEC59C541E95 (LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanOrEqualInstruction__ctor_m22F3EC7438FC96E0AC8D12FF2ED84395FC9A9B0D(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanOrEqualChar_Run_m6AA35DD59580CCBB6A9F74F668504132BA8801B0 (LessThanOrEqualChar_t487FED8420D113D4E886DAA47C56D7E23544427D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int32_t)((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_9, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))))) > ((int32_t)((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_10, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualInt32__ctor_m068216392B75A5B5A57B7C1654E397EBDC6AF506 (LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanOrEqualInstruction__ctor_m22F3EC7438FC96E0AC8D12FF2ED84395FC9A9B0D(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanOrEqualInt32_Run_mF170176E09DB57B54EA580FECFA9A6839FC86564 (LessThanOrEqualInt32_t0DB2623A7628E9045270A3F9F0760199D79828F4* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int32_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))) > ((int32_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_10, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualInt64__ctor_m36FC17CDFB199A8330AEE935D9A32A4975A20776 (LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanOrEqualInstruction__ctor_m22F3EC7438FC96E0AC8D12FF2ED84395FC9A9B0D(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanOrEqualInt64_Run_m66520CAAAF5CE2C33061AC750391B4895F97590D (LessThanOrEqualInt64_t909931BD62BA18F4C5EE474E8D6A225B55536F2A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_9, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))) > ((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_10, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualByte__ctor_m3CBDF911EEC1C14C7D908612AD34510471BF1649 (LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanOrEqualInstruction__ctor_m22F3EC7438FC96E0AC8D12FF2ED84395FC9A9B0D(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanOrEqualByte_Run_mCA59C46A0F92C12C3F3A94A472E4AE590BEF113A (LessThanOrEqualByte_t2F6150D60C261A9BCD2DA660F5EDFFE9F2755AFC* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int32_t)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_9, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))) > ((int32_t)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_10, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualUInt16__ctor_mF3DC4A16128B5509FFFF441DA7FE31D2213E65EF (LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanOrEqualInstruction__ctor_m22F3EC7438FC96E0AC8D12FF2ED84395FC9A9B0D(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanOrEqualUInt16_Run_m447CFA061950CDB63B6642CA3E38F46D72E18E53 (LessThanOrEqualUInt16_tFBD995375AE5B1BC9DA015379EAA9759510DD0D2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_9, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))) > ((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_10, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualUInt32__ctor_mA682F418032A886F12082B3F6610277E07C11B51 (LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanOrEqualInstruction__ctor_m22F3EC7438FC96E0AC8D12FF2ED84395FC9A9B0D(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanOrEqualUInt32_Run_mBEEAD71D780CC9F6CD0636E0C12E7367C52123E2 (LessThanOrEqualUInt32_tD87EA5D11EDBF7D67AD75A882C2D7425F390E72F* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((!(((uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_9, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))) <= ((uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_10, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualUInt64__ctor_mC77866074AACCF5E3B05EC4FCDEF7BF85393B29B (LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanOrEqualInstruction__ctor_m22F3EC7438FC96E0AC8D12FF2ED84395FC9A9B0D(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanOrEqualUInt64_Run_m8895DF561DD6D947181AA4709549B67A84AF9CFF (LessThanOrEqualUInt64_t5D202A2A00B9BD4AA394772425ACE6ABD875B5CB* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((!(((uint64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_9, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))) <= ((uint64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_10, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualSingle__ctor_m4BB60156D9D1A0D3223B2E1A5BAE97940B0E4E88 (LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanOrEqualInstruction__ctor_m22F3EC7438FC96E0AC8D12FF2ED84395FC9A9B0D(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanOrEqualSingle_Run_mEE69B24A0345044508B73B55D1BF40ED2A5A1964 (LessThanOrEqualSingle_tD9345A33D48C79D6E5DAE7797E5F8DB01468F57A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((!(((float)((*(float*)((float*)(float*)UnBox(L_9, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))) <= ((float)((*(float*)((float*)(float*)UnBox(L_10, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LessThanOrEqualDouble__ctor_m658E29A0CA30F03FE90E61B65A7B391BD4708D58 (LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1* __this, RuntimeObject* ___0_nullValue, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_nullValue; LessThanOrEqualInstruction__ctor_m22F3EC7438FC96E0AC8D12FF2ED84395FC9A9B0D(__this, L_0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LessThanOrEqualDouble_Run_mC7A7A720D932D65DA2FE9DB9185B9740BE2AB616 (LessThanOrEqualDouble_t2BE117F0104A83AD3FBAA91F3A14843385CA9BD1* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; RuntimeObject* V_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); RuntimeObject* L_1; L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL); V_0 = L_1; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___0_frame; NullCheck(L_2); RuntimeObject* L_3; L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL); V_1 = L_3; RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0014; } } { RuntimeObject* L_5 = V_0; if (L_5) { goto IL_0022; } } IL_0014: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___0_frame; RuntimeObject* L_7 = ((LessThanOrEqualInstruction_t954A5416EC04162E9FEE8F0DD5A86F6A1DF65190*)__this)->____nullValue; NullCheck(L_6); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, L_7, NULL); goto IL_0039; } IL_0022: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___0_frame; RuntimeObject* L_9 = V_1; RuntimeObject* L_10 = V_0; NullCheck(L_8); InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)((((int32_t)((!(((double)((*(double*)((double*)(double*)UnBox(L_9, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))) <= ((double)((*(double*)((double*)(double*)UnBox(L_10, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL); } IL_0039: { return 1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionFilter__ctor_mC53C5FACBCD134E09C4D3949D0C58EDFABD24DB0 (ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* __this, int32_t ___0_labelIndex, int32_t ___1_start, int32_t ___2_end, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); int32_t L_0 = ___0_labelIndex; __this->___LabelIndex = L_0; int32_t L_1 = ___1_start; __this->___StartIndex = L_1; int32_t L_2 = ___2_end; __this->___EndIndex = L_2; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHandler__ctor_m02E38940446219227CB1BA1EAA599D7F3AE354CB (ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* __this, int32_t ___0_labelIndex, int32_t ___1_handlerStartIndex, int32_t ___2_handlerEndIndex, Type_t* ___3_exceptionType, ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* ___4_filter, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); int32_t L_0 = ___0_labelIndex; __this->___LabelIndex = L_0; Type_t* L_1 = ___3_exceptionType; __this->____exceptionType = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____exceptionType), (void*)L_1); int32_t L_2 = ___1_handlerStartIndex; __this->___HandlerStartIndex = L_2; int32_t L_3 = ___2_handlerEndIndex; __this->___HandlerEndIndex = L_3; ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_4 = ___4_filter; __this->___Filter = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___Filter), (void*)L_4); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExceptionHandler_Matches_m7A84AF9AE7B6C2B4A86CF66CAF7597B1FA078421 (ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* __this, Type_t* ___0_exceptionType, const RuntimeMethod* method) { { Type_t* L_0 = __this->____exceptionType; Type_t* L_1 = ___0_exceptionType; NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_0, L_1); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExceptionHandler_ToString_mD28482A62C4247CE80AFB0A2B9EF1BDF95EBE8A7 (ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral777364C832BC357A5DCFCA92322565173273F04D); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0; L_0 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); Type_t* L_1 = __this->____exceptionType; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_1); int32_t L_3 = __this->___HandlerStartIndex; int32_t L_4 = L_3; RuntimeObject* L_5 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_4); int32_t L_6 = __this->___HandlerEndIndex; int32_t L_7 = L_6; RuntimeObject* L_8 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_7); String_t* L_9; L_9 = String_Format_mF8E53122BE8F0F617357DFB75C3912D1242DE263(L_0, _stringLiteral777364C832BC357A5DCFCA92322565173273F04D, L_2, L_5, L_8, NULL); return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TryCatchFinallyHandler_get_IsFinallyBlockExist_m9F2C95498ACA07A0F7FCB0B836C6954C0FC22BA6 (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___FinallyStartIndex; return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)((int32_t)2147483647LL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* TryCatchFinallyHandler_get_Handlers_mF78A1DA068B8002CAE1E8D8BA9AC30E1F5F7421E (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, const RuntimeMethod* method) { { ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_0 = __this->____handlers; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TryCatchFinallyHandler_get_IsCatchBlockExist_m2FA27CACE8D5E8D4A25352F6F639AB08C7F47A71 (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, const RuntimeMethod* method) { { ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_0 = __this->____handlers; return (bool)((!(((RuntimeObject*)(ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TryCatchFinallyHandler__ctor_mAB5F79CB07CA7AFA9FEA96104264D2D8D8CCE636 (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, int32_t ___0_tryStart, int32_t ___1_tryEnd, int32_t ___2_gotoEndTargetIndex, ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* ___3_handlers, const RuntimeMethod* method) { { int32_t L_0 = ___0_tryStart; int32_t L_1 = ___1_tryEnd; int32_t L_2 = ___2_gotoEndTargetIndex; ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_3 = ___3_handlers; TryCatchFinallyHandler__ctor_m658FE134EDB45144F521D1438CB0A47BB3DACEDF(__this, L_0, L_1, L_2, ((int32_t)2147483647LL), ((int32_t)2147483647LL), L_3, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TryCatchFinallyHandler__ctor_m658FE134EDB45144F521D1438CB0A47BB3DACEDF (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, int32_t ___0_tryStart, int32_t ___1_tryEnd, int32_t ___2_gotoEndLabelIndex, int32_t ___3_finallyStart, int32_t ___4_finallyEnd, ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* ___5_handlers, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); int32_t L_0 = ___0_tryStart; __this->___TryStartIndex = L_0; int32_t L_1 = ___1_tryEnd; __this->___TryEndIndex = L_1; int32_t L_2 = ___3_finallyStart; __this->___FinallyStartIndex = L_2; int32_t L_3 = ___4_finallyEnd; __this->___FinallyEndIndex = L_3; int32_t L_4 = ___2_gotoEndLabelIndex; __this->___GotoEndTargetIndex = L_4; ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_5 = ___5_handlers; __this->____handlers = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->____handlers), (void*)L_5); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TryCatchFinallyHandler_HasHandler_m05850777A49F1E7BEB288C36EC14D910A3BDD952 (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, Exception_t* ___1_exception, ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F** ___2_handler, RuntimeObject** ___3_unwrappedException, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeWrappedException_tD43BD0B43ECF58052755A87C0166F70AFE2144B8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeWrappedException_tD43BD0B43ECF58052755A87C0166F70AFE2144B8* V_0 = NULL; Type_t* V_1 = NULL; ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* V_2 = NULL; int32_t V_3 = 0; ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* V_4 = NULL; RuntimeObject** G_B3_0 = NULL; RuntimeObject** G_B2_0 = NULL; RuntimeObject* G_B4_0 = NULL; RuntimeObject** G_B4_1 = NULL; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; Exception_t* L_1 = ___1_exception; NullCheck(L_0); InterpretedFrame_SaveTraceToException_mBB4B45D96AECBBA93EDB400A925F9B7DE29BFD5D(L_0, L_1, NULL); bool L_2; L_2 = TryCatchFinallyHandler_get_IsCatchBlockExist_m2FA27CACE8D5E8D4A25352F6F639AB08C7F47A71(__this, NULL); if (!L_2) { goto IL_0074; } } { Exception_t* L_3 = ___1_exception; V_0 = ((RuntimeWrappedException_tD43BD0B43ECF58052755A87C0166F70AFE2144B8*)IsInstSealed((RuntimeObject*)L_3, RuntimeWrappedException_tD43BD0B43ECF58052755A87C0166F70AFE2144B8_il2cpp_TypeInfo_var)); RuntimeObject** L_4 = ___3_unwrappedException; RuntimeWrappedException_tD43BD0B43ECF58052755A87C0166F70AFE2144B8* L_5 = V_0; if (L_5) { G_B3_0 = L_4; goto IL_001e; } G_B2_0 = L_4; } { Exception_t* L_6 = ___1_exception; G_B4_0 = ((RuntimeObject*)(L_6)); G_B4_1 = G_B2_0; goto IL_0024; } IL_001e: { RuntimeWrappedException_tD43BD0B43ECF58052755A87C0166F70AFE2144B8* L_7 = V_0; NullCheck(L_7); RuntimeObject* L_8; L_8 = RuntimeWrappedException_get_WrappedException_m9A3CF22A6C8FB4D6C9E9A13CE203A718A8BD671D_inline(L_7, NULL); G_B4_0 = L_8; G_B4_1 = G_B3_0; } IL_0024: { *((RuntimeObject**)G_B4_1) = (RuntimeObject*)G_B4_0; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)G_B4_1, (void*)(RuntimeObject*)G_B4_0); RuntimeObject** L_9 = ___3_unwrappedException; RuntimeObject* L_10 = *((RuntimeObject**)L_9); NullCheck(L_10); Type_t* L_11; L_11 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_10, NULL); V_1 = L_11; ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_12 = __this->____handlers; V_2 = L_12; V_3 = 0; goto IL_006c; } IL_0039: { ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_13 = V_2; int32_t L_14 = V_3; NullCheck(L_13); int32_t L_15 = L_14; ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_16 = (L_13)->GetAt(static_cast(L_15)); V_4 = L_16; ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_17 = V_4; Type_t* L_18 = V_1; NullCheck(L_17); bool L_19; L_19 = ExceptionHandler_Matches_m7A84AF9AE7B6C2B4A86CF66CAF7597B1FA078421(L_17, L_18, NULL); if (!L_19) { goto IL_0068; } } { ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_20 = V_4; NullCheck(L_20); ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_21 = L_20->___Filter; if (!L_21) { goto IL_0062; } } { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_22 = ___0_frame; RuntimeObject** L_23 = ___3_unwrappedException; ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_24 = V_4; NullCheck(L_24); ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_25 = L_24->___Filter; bool L_26; L_26 = TryCatchFinallyHandler_FilterPasses_m7065DDAAAD26CB4E32FFDC3B5A6F2392035EBD3D(L_22, L_23, L_25, NULL); if (!L_26) { goto IL_0068; } } IL_0062: { ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F** L_27 = ___2_handler; ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_28 = V_4; *((RuntimeObject**)L_27) = (RuntimeObject*)L_28; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_27, (void*)(RuntimeObject*)L_28); return (bool)1; } IL_0068: { int32_t L_29 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_29, 1)); } IL_006c: { int32_t L_30 = V_3; ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_31 = V_2; NullCheck(L_31); if ((((int32_t)L_30) < ((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length))))) { goto IL_0039; } } { goto IL_0078; } IL_0074: { RuntimeObject** L_32 = ___3_unwrappedException; *((RuntimeObject**)L_32) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_32, (void*)(RuntimeObject*)NULL); } IL_0078: { ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F** L_33 = ___2_handler; *((RuntimeObject**)L_33) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_33, (void*)(RuntimeObject*)NULL); return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TryCatchFinallyHandler_FilterPasses_m7065DDAAAD26CB4E32FFDC3B5A6F2392035EBD3D (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___0_frame, RuntimeObject** ___1_exception, ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* ___2_filter, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* V_0 = NULL; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; bool V_6 = false; il2cpp::utils::ExceptionSupportStack __active_exceptions; { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___0_frame; NullCheck(L_0); Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_1 = L_0->___Interpreter; V_0 = L_1; Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_2 = V_0; NullCheck(L_2); InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_3; L_3 = Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline(L_2, NULL); InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_4 = L_3.___Instructions; V_1 = L_4; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___0_frame; NullCheck(L_5); int32_t L_6 = L_5->___StackIndex; V_2 = L_6; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___0_frame; NullCheck(L_7); int32_t L_8 = L_7->___InstructionIndex; V_3 = L_8; } try { { Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_9 = V_0; NullCheck(L_9); RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* L_10 = L_9->____labels; ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_11 = ___2_filter; NullCheck(L_11); int32_t L_12 = L_11->___LabelIndex; NullCheck(L_10); int32_t L_13 = ((L_10)->GetAddressAt(static_cast(L_12)))->___Index; V_4 = L_13; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_14 = ___0_frame; int32_t L_15 = V_4; NullCheck(L_14); L_14->___InstructionIndex = L_15; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_16 = ___0_frame; RuntimeObject** L_17 = ___1_exception; RuntimeObject* L_18 = *((RuntimeObject**)L_17); NullCheck(L_16); InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_16, L_18, NULL); goto IL_0062_1; } IL_004b_1: { int32_t L_19 = V_4; InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_20 = V_1; int32_t L_21 = V_4; NullCheck(L_20); int32_t L_22 = L_21; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_23 = (L_20)->GetAt(static_cast(L_22)); InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_24 = ___0_frame; NullCheck(L_23); int32_t L_25; L_25 = VirtualFuncInvoker1< int32_t, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* >::Invoke(8, L_23, L_24); V_4 = ((int32_t)il2cpp_codegen_add(L_19, L_25)); InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_26 = ___0_frame; int32_t L_27 = V_4; NullCheck(L_26); L_26->___InstructionIndex = L_27; } IL_0062_1: { int32_t L_28 = V_4; ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_29 = ___2_filter; NullCheck(L_29); int32_t L_30 = L_29->___StartIndex; if ((((int32_t)L_28) < ((int32_t)L_30))) { goto IL_0076_1; } } { int32_t L_31 = V_4; ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_32 = ___2_filter; NullCheck(L_32); int32_t L_33 = L_32->___EndIndex; if ((((int32_t)L_31) < ((int32_t)L_33))) { goto IL_004b_1; } } IL_0076_1: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_34 = ___0_frame; NullCheck(L_34); RuntimeObject* L_35; L_35 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_34, NULL); V_5 = L_35; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_36 = ___0_frame; NullCheck(L_36); RuntimeObject* L_37; L_37 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_36, NULL); if (!((*(bool*)((bool*)(bool*)UnBox(L_37, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))))) { goto IL_0094_1; } } { RuntimeObject** L_38 = ___1_exception; RuntimeObject* L_39 = V_5; *((RuntimeObject**)L_38) = (RuntimeObject*)L_39; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_38, (void*)(RuntimeObject*)L_39); V_6 = (bool)1; goto IL_00a9; } IL_0094_1: { goto IL_0099; } } catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0096; } throw e; } CATCH_0096: { RuntimeObject* L_40 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));; IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*); goto IL_0099; } IL_0099: { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_41 = ___0_frame; int32_t L_42 = V_2; NullCheck(L_41); L_41->___StackIndex = L_42; InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_43 = ___0_frame; int32_t L_44 = V_3; NullCheck(L_43); L_43->___InstructionIndex = L_44; return (bool)0; } IL_00a9: { bool L_45 = V_6; return L_45; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TryFaultHandler__ctor_m5DF946D73A8F1253022AF33EEFCC21F290BA4BFC (TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* __this, int32_t ___0_tryStart, int32_t ___1_tryEnd, int32_t ___2_finallyStart, int32_t ___3_finallyEnd, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); int32_t L_0 = ___0_tryStart; __this->___TryStartIndex = L_0; int32_t L_1 = ___1_tryEnd; __this->___TryEndIndex = L_1; int32_t L_2 = ___2_finallyStart; __this->___FinallyStartIndex = L_2; int32_t L_3 = ___3_finallyEnd; __this->___FinallyEndIndex = L_3; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RethrowException__ctor_mF836639BDAD92461F8E22D4CB1B1DB7DBE799FD3 (RethrowException_t8089DF974D37EC662002EE10AE6E66F9CF74D0E6* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* DebugInfo_GetMatchingDebugInfo_m507E8CC54804B2AC471C4111A8E3764471F4B84E (DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* ___0_debugInfos, int32_t ___1_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_BinarySearch_TisDebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_mFAD599573F6D2626616892D981CE7391EA1DD588_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* V_0 = NULL; int32_t V_1 = 0; { DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_0 = (DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167*)il2cpp_codegen_object_new(DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_il2cpp_TypeInfo_var); DebugInfo__ctor_m22EDE664A1A8B14735C3D9899BD30E2E1B24D79F(L_0, NULL); DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_1 = L_0; int32_t L_2 = ___1_index; NullCheck(L_1); L_1->___Index = L_2; V_0 = L_1; DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* L_3 = ___0_debugInfos; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_il2cpp_TypeInfo_var); DebugInfoComparer_tF6521053ED3200284BB605E744AF65A0482F861A* L_5 = ((DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_StaticFields*)il2cpp_codegen_static_fields_for(DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_il2cpp_TypeInfo_var))->___s_debugComparer; int32_t L_6; L_6 = Array_BinarySearch_TisDebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_mFAD599573F6D2626616892D981CE7391EA1DD588(L_3, L_4, L_5, Array_BinarySearch_TisDebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_mFAD599573F6D2626616892D981CE7391EA1DD588_RuntimeMethod_var); V_1 = L_6; int32_t L_7 = V_1; if ((((int32_t)L_7) >= ((int32_t)0))) { goto IL_002a; } } { int32_t L_8 = V_1; V_1 = ((~L_8)); int32_t L_9 = V_1; if (L_9) { goto IL_0026; } } { return (DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167*)NULL; } IL_0026: { int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_10, 1)); } IL_002a: { DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* L_11 = ___0_debugInfos; int32_t L_12 = V_1; NullCheck(L_11); int32_t L_13 = L_12; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_14 = (L_11)->GetAt(static_cast(L_13)); return L_14; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugInfo_ToString_mF8EC8B78B0DE389872A631FF86F4E514705ECD8F (DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6268B9D9763C8FE8EF1E292AC4B7D761D560FA9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA61F035837907E90BD6A6168573BEBC7EFEE6CE); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->___IsClear; if (!L_0) { goto IL_0023; } } { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); int32_t L_2 = __this->___Index; int32_t L_3 = L_2; RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3); String_t* L_5; L_5 = String_Format_m3844098E7C18576D263AAF62F69BE5C70BF9A744(L_1, _stringLiteralF6268B9D9763C8FE8EF1E292AC4B7D761D560FA9, L_4, NULL); return L_5; } IL_0023: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_6; L_6 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = L_7; int32_t L_9 = __this->___Index; int32_t L_10 = L_9; RuntimeObject* L_11 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_10); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(0), (RuntimeObject*)L_11); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_8; int32_t L_13 = __this->___StartLine; int32_t L_14 = L_13; RuntimeObject* L_15 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_14); NullCheck(L_12); ArrayElementTypeCheck (L_12, L_15); (L_12)->SetAt(static_cast(1), (RuntimeObject*)L_15); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_12; int32_t L_17 = __this->___EndLine; int32_t L_18 = L_17; RuntimeObject* L_19 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_18); NullCheck(L_16); ArrayElementTypeCheck (L_16, L_19); (L_16)->SetAt(static_cast(2), (RuntimeObject*)L_19); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = L_16; String_t* L_21 = __this->___FileName; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(3), (RuntimeObject*)L_21); String_t* L_22; L_22 = String_Format_m447B585713E5EB3EBF5D9D0710706D01E8A56D75(L_6, _stringLiteralFA61F035837907E90BD6A6168573BEBC7EFEE6CE, L_20, NULL); return L_22; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugInfo__ctor_m22EDE664A1A8B14735C3D9899BD30E2E1B24D79F (DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugInfo__cctor_m6EABE1EA0C52EBEA5C111E7FC7E86A29A89FA7FA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugInfoComparer_tF6521053ED3200284BB605E744AF65A0482F861A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DebugInfoComparer_tF6521053ED3200284BB605E744AF65A0482F861A* L_0 = (DebugInfoComparer_tF6521053ED3200284BB605E744AF65A0482F861A*)il2cpp_codegen_object_new(DebugInfoComparer_tF6521053ED3200284BB605E744AF65A0482F861A_il2cpp_TypeInfo_var); DebugInfoComparer__ctor_m697CCDE80B3BA07542F70EC816837433833513A9(L_0, NULL); ((DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_StaticFields*)il2cpp_codegen_static_fields_for(DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_il2cpp_TypeInfo_var))->___s_debugComparer = L_0; Il2CppCodeGenWriteBarrier((void**)(&((DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_StaticFields*)il2cpp_codegen_static_fields_for(DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_il2cpp_TypeInfo_var))->___s_debugComparer), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugInfoComparer_System_Collections_Generic_IComparerU3CSystem_Linq_Expressions_Interpreter_DebugInfoU3E_Compare_mD5459E4E216E04AAA5EB4359429CCAF139D23644 (DebugInfoComparer_tF6521053ED3200284BB605E744AF65A0482F861A* __this, DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* ___0_d1, DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* ___1_d2, const RuntimeMethod* method) { { DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_0 = ___0_d1; NullCheck(L_0); int32_t L_1 = L_0->___Index; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_2 = ___1_d2; NullCheck(L_2); int32_t L_3 = L_2->___Index; if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_0010; } } { return 1; } IL_0010: { DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_4 = ___0_d1; NullCheck(L_4); int32_t L_5 = L_4->___Index; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_6 = ___1_d2; NullCheck(L_6); int32_t L_7 = L_6->___Index; if ((!(((uint32_t)L_5) == ((uint32_t)L_7)))) { goto IL_0020; } } { return 0; } IL_0020: { return (-1); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugInfoComparer__ctor_m697CCDE80B3BA07542F70EC816837433833513A9 (DebugInfoComparer_tF6521053ED3200284BB605E744AF65A0482F861A* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C void InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshal_pinvoke(const InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321& unmarshaled, InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshaled_pinvoke& marshaled) { Exception_t* ____debugInfoException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_debugInfo' of type 'InterpretedFrameInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____debugInfoException, NULL); } IL2CPP_EXTERN_C void InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshal_pinvoke_back(const InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshaled_pinvoke& marshaled, InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321& unmarshaled) { Exception_t* ____debugInfoException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_debugInfo' of type 'InterpretedFrameInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____debugInfoException, NULL); } IL2CPP_EXTERN_C void InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshal_pinvoke_cleanup(InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshaled_pinvoke& marshaled) { } IL2CPP_EXTERN_C void InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshal_com(const InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321& unmarshaled, InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshaled_com& marshaled) { Exception_t* ____debugInfoException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_debugInfo' of type 'InterpretedFrameInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____debugInfoException, NULL); } IL2CPP_EXTERN_C void InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshal_com_back(const InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshaled_com& marshaled, InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321& unmarshaled) { Exception_t* ____debugInfoException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_debugInfo' of type 'InterpretedFrameInfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(____debugInfoException, NULL); } IL2CPP_EXTERN_C void InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshal_com_cleanup(InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321_marshaled_com& marshaled) { } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrameInfo__ctor_mFC568258DDD12687A6D184D147B38109C2D19CED (InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321* __this, String_t* ___0_methodName, DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* ___1_info, const RuntimeMethod* method) { { String_t* L_0 = ___0_methodName; __this->____methodName = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____methodName), (void*)L_0); DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_1 = ___1_info; __this->____debugInfo = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____debugInfo), (void*)L_1); return; } } IL2CPP_EXTERN_C void InterpretedFrameInfo__ctor_mFC568258DDD12687A6D184D147B38109C2D19CED_AdjustorThunk (RuntimeObject* __this, String_t* ___0_methodName, DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* ___1_info, const RuntimeMethod* method) { InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); InterpretedFrameInfo__ctor_mFC568258DDD12687A6D184D147B38109C2D19CED(_thisAdjusted, ___0_methodName, ___1_info, method); } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* InterpretedFrameInfo_ToString_m7549ABE7B3E50C956A736BECC8A2F541CE09B5ED (InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1168E92C164109D6220480DEDA987085B2A21155); s_Il2CppMethodInitialized = true; } DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* G_B4_0 = NULL; String_t* G_B4_1 = NULL; String_t* G_B4_2 = NULL; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* G_B3_0 = NULL; String_t* G_B3_1 = NULL; String_t* G_B3_2 = NULL; String_t* G_B5_0 = NULL; String_t* G_B5_1 = NULL; String_t* G_B5_2 = NULL; { DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_0 = __this->____debugInfo; if (L_0) { goto IL_000f; } } { String_t* L_1 = __this->____methodName; return L_1; } IL_000f: { String_t* L_2 = __this->____methodName; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_3 = __this->____debugInfo; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_4 = L_3; if (L_4) { G_B4_0 = L_4; G_B4_1 = _stringLiteral1168E92C164109D6220480DEDA987085B2A21155; G_B4_2 = L_2; goto IL_0027; } G_B3_0 = L_4; G_B3_1 = _stringLiteral1168E92C164109D6220480DEDA987085B2A21155; G_B3_2 = L_2; } { G_B5_0 = ((String_t*)(NULL)); G_B5_1 = G_B3_1; G_B5_2 = G_B3_2; goto IL_002c; } IL_0027: { NullCheck(G_B4_0); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B4_0); G_B5_0 = L_5; G_B5_1 = G_B4_1; G_B5_2 = G_B4_2; } IL_002c: { String_t* L_6; L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(G_B5_2, G_B5_1, G_B5_0, NULL); return L_6; } } IL2CPP_EXTERN_C String_t* InterpretedFrameInfo_ToString_m7549ABE7B3E50C956A736BECC8A2F541CE09B5ED_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { InterpretedFrameInfo_tEF62B79D176B8D032C22953AA0D5B581C4076321* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = InterpretedFrameInfo_ToString_m7549ABE7B3E50C956A736BECC8A2F541CE09B5ED(_thisAdjusted, method); return _returnValue; } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler__ctor_mEBEF88E1C0DFB9376D0F89CE5EB123338D215069 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2__ctor_m3DD99B279D2F5D8F099A81372A4C1772E5530D0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mBB87607AA71146B10D571E6E7852AC0E4BFC0E78_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackGuard_t6F37D81861288F2039A29A88A6287419F220E849_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mCAF8B15D57189676A0C94890B8BEEC613D1FCC17_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_0 = (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44*)il2cpp_codegen_object_new(LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44_il2cpp_TypeInfo_var); LocalVariables__ctor_m09363B0DA502E704BDE48E8C86377F6D7DC83184(L_0, NULL); __this->____locals = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____locals), (void*)L_0); List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8* L_1 = (List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8*)il2cpp_codegen_object_new(List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8_il2cpp_TypeInfo_var); List_1__ctor_mBB87607AA71146B10D571E6E7852AC0E4BFC0E78(L_1, List_1__ctor_mBB87607AA71146B10D571E6E7852AC0E4BFC0E78_RuntimeMethod_var); __this->____debugInfos = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____debugInfos), (void*)L_1); HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* L_2 = (HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200*)il2cpp_codegen_object_new(HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200_il2cpp_TypeInfo_var); HybridReferenceDictionary_2__ctor_m3DD99B279D2F5D8F099A81372A4C1772E5530D0B(L_2, HybridReferenceDictionary_2__ctor_m3DD99B279D2F5D8F099A81372A4C1772E5530D0B_RuntimeMethod_var); __this->____treeLabels = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____treeLabels), (void*)L_2); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_3 = (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*)il2cpp_codegen_object_new(LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_il2cpp_TypeInfo_var); LabelScopeInfo__ctor_mD178695F31746D8C7A5DD18AF26D909A1F01BAB3(L_3, (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*)NULL, 3, NULL); __this->____labelBlock = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->____labelBlock), (void*)L_3); Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E* L_4 = (Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E*)il2cpp_codegen_object_new(Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E_il2cpp_TypeInfo_var); Stack_1__ctor_mCAF8B15D57189676A0C94890B8BEEC613D1FCC17(L_4, Stack_1__ctor_mCAF8B15D57189676A0C94890B8BEEC613D1FCC17_RuntimeMethod_var); __this->____exceptionForRethrowStack = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->____exceptionForRethrowStack), (void*)L_4); StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* L_5 = (StackGuard_t6F37D81861288F2039A29A88A6287419F220E849*)il2cpp_codegen_object_new(StackGuard_t6F37D81861288F2039A29A88A6287419F220E849_il2cpp_TypeInfo_var); StackGuard__ctor_m5EB5B33677E287D2F29EE2CFD57548E472AA6792(L_5, NULL); __this->____guard = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->____guard), (void*)L_5); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_6 = (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A*)il2cpp_codegen_object_new(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var); InstructionList__ctor_m1F00359AB7BA2FF1B8F979B71861D5778F81C5C9(L_6, NULL); __this->____instructions = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->____instructions), (void*)L_6); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler__ctor_m4A054A39A330C2287DD5F3985FFA03F59323D57D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* ___0_parent, const RuntimeMethod* method) { { LightCompiler__ctor_mEBEF88E1C0DFB9376D0F89CE5EB123338D215069(__this, NULL); LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* L_0 = ___0_parent; __this->____parent = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____parent), (void*)L_0); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* LightCompiler_get_Instructions_m83893808067922D779480B4040D352306C07F05B (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, const RuntimeMethod* method) { { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_0 = __this->____instructions; return L_0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* LightCompiler_CompileTop_m592602602EEDA87D1D580B2E0FA0A1143E3B9D54 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___0_node, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_2 = NULL; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_3; memset((&V_3), 0, sizeof(V_3)); { LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_0 = ___0_node; ExpressionUtils_ValidateArgumentCount_m153AE9D01D3A9E720D2D275F99ED44289C7EFC3D(L_0, NULL); V_0 = 0; LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_1 = ___0_node; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(17, L_1); V_1 = L_2; goto IL_003d; } IL_0011: { LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_3 = ___0_node; int32_t L_4 = V_0; NullCheck(L_3); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_5; L_5 = VirtualFuncInvoker1< ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, int32_t >::Invoke(16, L_3, L_4); V_2 = L_5; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_6 = __this->____locals; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7 = V_2; NullCheck(L_6); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_8; L_8 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_6, L_7, 0, NULL); V_3 = L_8; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_9 = __this->____instructions; int32_t L_10; L_10 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_3), NULL); NullCheck(L_9); InstructionList_EmitInitializeParameter_mF3ED8B79A3B320F2FF3123042209437A1348948B(L_9, L_10, NULL); int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_003d: { int32_t L_12 = V_0; int32_t L_13 = V_1; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_0011; } } { LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_14 = ___0_node; NullCheck(L_14); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15; L_15 = LambdaExpression_get_Body_m161E156442547AE8A6837C5AE065BD93345451DE_inline(L_14, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_15, NULL); LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_16 = ___0_node; NullCheck(L_16); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_17; L_17 = LambdaExpression_get_Body_m161E156442547AE8A6837C5AE065BD93345451DE_inline(L_16, NULL); NullCheck(L_17); Type_t* L_18; L_18 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_17); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_19 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_20; L_20 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_19, NULL); bool L_21; L_21 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_18, L_20, NULL); if (!L_21) { goto IL_008b; } } { LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_22 = ___0_node; NullCheck(L_22); Type_t* L_23; L_23 = LambdaExpression_get_ReturnType_mA8E8D3FF1557408AFB1CE8C1B7ED879F045D41FB(L_22, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_24 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_25; L_25 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_24, NULL); bool L_26; L_26 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_23, L_25, NULL); if (!L_26) { goto IL_008b; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_27 = __this->____instructions; NullCheck(L_27); InstructionList_EmitPop_m90A4BC5BB859CC30C64B4D81D2C7B2115972361A(L_27, NULL); } IL_008b: { LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_28 = ___0_node; NullCheck(L_28); String_t* L_29; L_29 = LambdaExpression_get_Name_mC099AAE16A8765B43A0D835C6AB33DFA80D4F878(L_28, NULL); Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_30; L_30 = LightCompiler_MakeInterpreter_m825231F8F6090DEE66FE27A0DF1FA75CB64B1B33(__this, L_29, NULL); LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_31 = ___0_node; LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_32 = (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58*)il2cpp_codegen_object_new(LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58_il2cpp_TypeInfo_var); LightDelegateCreator__ctor_m35DD9C4A942AB5F3ADB7C78251B64CFB5996F018(L_32, L_30, L_31, NULL); return L_32; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* LightCompiler_MakeInterpreter_m825231F8F6090DEE66FE27A0DF1FA75CB64B1B33 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, String_t* ___0_lambdaName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_GetEnumerator_m91A288D097BAA030F42C7FF58FFD81502D1BD79A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t0154AF7119EC3E53E7209490027F8CC0F0D57209_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m34CE962DAD3CE0A058AF48463CF40601EEE9675B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mCC9D347B9AEFB733A43B60F096FEC1073EAC6237_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* V_0 = NULL; RuntimeObject* V_1 = NULL; KeyValuePair_2_tA176798404D82C1A01B7FD34C483E49B58424A09 V_2; memset((&V_2), 0, sizeof(V_2)); { List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8* L_0 = __this->____debugInfos; NullCheck(L_0); DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* L_1; L_1 = List_1_ToArray_mCC9D347B9AEFB733A43B60F096FEC1073EAC6237(L_0, List_1_ToArray_mCC9D347B9AEFB733A43B60F096FEC1073EAC6237_RuntimeMethod_var); V_0 = L_1; HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* L_2 = __this->____treeLabels; NullCheck(L_2); RuntimeObject* L_3; L_3 = HybridReferenceDictionary_2_GetEnumerator_m91A288D097BAA030F42C7FF58FFD81502D1BD79A(L_2, HybridReferenceDictionary_2_GetEnumerator_m91A288D097BAA030F42C7FF58FFD81502D1BD79A_RuntimeMethod_var); V_1 = L_3; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0037: { { RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_0040; } } { RuntimeObject* L_5 = V_1; NullCheck(L_5); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5); } IL_0040: { return; } } }); try { { goto IL_002d_1; } IL_001a_1: { RuntimeObject* L_6 = V_1; NullCheck(L_6); KeyValuePair_2_tA176798404D82C1A01B7FD34C483E49B58424A09 L_7; L_7 = InterfaceFuncInvoker0< KeyValuePair_2_tA176798404D82C1A01B7FD34C483E49B58424A09 >::Invoke(0, IEnumerator_1_t0154AF7119EC3E53E7209490027F8CC0F0D57209_il2cpp_TypeInfo_var, L_6); V_2 = L_7; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_8; L_8 = KeyValuePair_2_get_Value_m34CE962DAD3CE0A058AF48463CF40601EEE9675B_inline((&V_2), KeyValuePair_2_get_Value_m34CE962DAD3CE0A058AF48463CF40601EEE9675B_RuntimeMethod_var); NullCheck(L_8); LabelInfo_ValidateFinish_m3AB2B9A16D8142C4F4D8F5B0C8CD332693754752(L_8, NULL); } IL_002d_1: { RuntimeObject* L_9 = V_1; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_001a_1; } } { goto IL_0041; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0041: { String_t* L_11 = ___0_lambdaName; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_12 = __this->____locals; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_13 = __this->____instructions; NullCheck(L_13); InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_14; L_14 = InstructionList_ToArray_mAC67B6DE1551EE5C29F1E5A00ECAED3DF51903FE(L_13, NULL); DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* L_15 = V_0; Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_16 = (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1*)il2cpp_codegen_object_new(Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_il2cpp_TypeInfo_var); Interpreter__ctor_m15BB9D5B7ECF05D14E6D7B3E383C44E6EC050BF2(L_16, L_11, L_12, L_14, L_15, NULL); return L_16; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileConstantExpression_mEA743D7F563A9B865D07686B0F72C91B7DB93707 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* V_0 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547*)CastclassClass((RuntimeObject*)L_0, ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547_il2cpp_TypeInfo_var)); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_1 = __this->____instructions; ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_2 = V_0; NullCheck(L_2); RuntimeObject* L_3; L_3 = ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline(L_2, NULL); ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_4 = V_0; NullCheck(L_4); Type_t* L_5; L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_4); NullCheck(L_1); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_1, L_3, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileDefaultExpression_mE83076F8B69A67B0906AD263B839352195A6A2D0 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; NullCheck(L_0); Type_t* L_1; L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_0); LightCompiler_CompileDefaultExpression_m550D60ADCA7C9A45650FDC1C821E7DE0D318CD2D(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileDefaultExpression_m550D60ADCA7C9A45650FDC1C821E7DE0D318CD2D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Type_t* ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { Type_t* L_0 = ___0_type; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); bool L_3; L_3 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_0, L_2, NULL); if (!L_3) { goto IL_004a; } } { Type_t* L_4 = ___0_type; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_5; L_5 = TypeUtils_IsNullableOrReferenceType_m95B6B1A27EAF4BFDF6FD0ACAAAD420350D8CDBBD(L_4, NULL); if (!L_5) { goto IL_0027; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_6 = __this->____instructions; NullCheck(L_6); InstructionList_EmitLoad_mE55BC98318B2C0788DE06B9BF68573FA2878360F(L_6, NULL, NULL); return; } IL_0027: { Type_t* L_7 = ___0_type; RuntimeObject* L_8; L_8 = ScriptingRuntimeHelpers_GetPrimitiveDefaultValue_m7311A40D19B98263D5426532A86F06B325D683CC(L_7, NULL); V_0 = L_8; RuntimeObject* L_9 = V_0; if (!L_9) { goto IL_003e; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_10 = __this->____instructions; RuntimeObject* L_11 = V_0; NullCheck(L_10); InstructionList_EmitLoad_mE55BC98318B2C0788DE06B9BF68573FA2878360F(L_10, L_11, NULL); return; } IL_003e: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_12 = __this->____instructions; Type_t* L_13 = ___0_type; NullCheck(L_12); InstructionList_EmitDefaultValue_m511256BFF6A0624609A215AB4A4ED4CDCB55803F(L_12, L_13, NULL); } IL_004a: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* LightCompiler_EnsureAvailableForClosure_mAD61BD8D040004121D20B1E01BA4D4080777E0F7 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_expr, const RuntimeMethod* method) { LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* V_0 = NULL; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* G_B9_0 = NULL; String_t* G_B9_1 = NULL; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* G_B8_0 = NULL; String_t* G_B8_1 = NULL; String_t* G_B10_0 = NULL; String_t* G_B10_1 = NULL; { LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_0 = __this->____locals; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___0_expr; NullCheck(L_0); bool L_2; L_2 = LocalVariables_TryGetLocalOrClosure_mA398A05F095B5C74BEFD27E62A3C91653A9163E4(L_0, L_1, (&V_0), NULL); if (!L_2) { goto IL_0034; } } { LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6(L_3, NULL); if (L_4) { goto IL_0032; } } { LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = LocalVariable_get_IsBoxed_mD052E73492275BEB8A833C519B7B3AF54EBC13B8(L_5, NULL); if (L_6) { goto IL_0032; } } { LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_7 = __this->____locals; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_8 = ___0_expr; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_9 = __this->____instructions; NullCheck(L_7); LocalVariables_Box_m981B4EB32CC5A3A71AECDBCBF6BF7E620DD1C978(L_7, L_8, L_9, NULL); } IL_0032: { LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_10 = V_0; return L_10; } IL_0034: { LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* L_11 = __this->____parent; if (!L_11) { goto IL_0056; } } { LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* L_12 = __this->____parent; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_13 = ___0_expr; NullCheck(L_12); LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_14; L_14 = LightCompiler_EnsureAvailableForClosure_mAD61BD8D040004121D20B1E01BA4D4080777E0F7(L_12, L_13, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_15 = __this->____locals; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_16 = ___0_expr; NullCheck(L_15); LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_17; L_17 = LocalVariables_AddClosureVariable_m55F936321CF2282F52BED8B8BA3054FC462883C6(L_15, L_16, NULL); return L_17; } IL_0056: { ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_18 = ___0_expr; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_19 = L_18; if (L_19) { G_B9_0 = L_19; G_B9_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C45CC4B62422A388EDE860B04CF3B6E07EC5DD7)); goto IL_0063; } G_B8_0 = L_19; G_B8_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C45CC4B62422A388EDE860B04CF3B6E07EC5DD7)); } { G_B10_0 = ((String_t*)(NULL)); G_B10_1 = G_B8_1; goto IL_0068; } IL_0063: { NullCheck(G_B9_0); String_t* L_20; L_20 = VirtualFuncInvoker0< String_t* >::Invoke(3, G_B9_0); G_B10_0 = L_20; G_B10_1 = G_B9_1; } IL_0068: { String_t* L_21; L_21 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(G_B10_1, G_B10_0, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_22 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_22, L_21, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_EnsureAvailableForClosure_mAD61BD8D040004121D20B1E01BA4D4080777E0F7_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* LightCompiler_ResolveLocal_mDFBCF12A32B5AD59EA90EF1E05958797F0B96FBB (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, const RuntimeMethod* method) { LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* V_0 = NULL; { LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_0 = __this->____locals; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___0_variable; NullCheck(L_0); bool L_2; L_2 = LocalVariables_TryGetLocalOrClosure_mA398A05F095B5C74BEFD27E62A3C91653A9163E4(L_0, L_1, (&V_0), NULL); if (L_2) { goto IL_0018; } } { ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_3 = ___0_variable; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_4; L_4 = LightCompiler_EnsureAvailableForClosure_mAD61BD8D040004121D20B1E01BA4D4080777E0F7(__this, L_3, NULL); V_0 = L_4; } IL_0018: { LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_5 = V_0; return L_5; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileGetVariable_mD0A38DDA03F5EAAD61C3F8EE81C0F0E7F655BF33 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, const RuntimeMethod* method) { { ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___0_variable; LightCompiler_LoadLocalNoValueTypeCopy_m21D1A360804D36AB34A391C6C7D711C708B69214(__this, L_0, NULL); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___0_variable; NullCheck(L_1); Type_t* L_2; L_2 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_1); LightCompiler_EmitCopyValueType_mC68E16F82E24264DF14CF8CA655E52F27970EFDB(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_EmitCopyValueType_mC68E16F82E24264DF14CF8CA655E52F27970EFDB (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Type_t* ___0_valueType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___0_valueType; bool L_1; L_1 = LightCompiler_MaybeMutableValueType_m331B17D0BC6197C0C53BA029804CAF67C29A6516(__this, L_0, NULL); if (!L_1) { goto IL_0019; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_2 = __this->____instructions; il2cpp_codegen_runtime_class_init_inline(ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_il2cpp_TypeInfo_var); ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* L_3 = ((ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_StaticFields*)il2cpp_codegen_static_fields_for(ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_il2cpp_TypeInfo_var))->___Instruction; NullCheck(L_2); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(L_2, L_3, NULL); } IL_0019: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_LoadLocalNoValueTypeCopy_m21D1A360804D36AB34A391C6C7D711C708B69214 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, const RuntimeMethod* method) { LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* V_0 = NULL; { ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___0_variable; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_1; L_1 = LightCompiler_ResolveLocal_mDFBCF12A32B5AD59EA90EF1E05958797F0B96FBB(__this, L_0, NULL); V_0 = L_1; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6(L_2, NULL); if (!L_3) { goto IL_0022; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_4 = __this->____instructions; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->___Index; NullCheck(L_4); InstructionList_EmitLoadLocalFromClosure_m4F9904B93802C608FCA98164164ADF97986486FE(L_4, L_6, NULL); return; } IL_0022: { LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = LocalVariable_get_IsBoxed_mD052E73492275BEB8A833C519B7B3AF54EBC13B8(L_7, NULL); if (!L_8) { goto IL_003c; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_9 = __this->____instructions; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_10 = V_0; NullCheck(L_10); int32_t L_11 = L_10->___Index; NullCheck(L_9); InstructionList_EmitLoadLocalBoxed_m4AD9467E908841FA166705E1F674EE075E29DC3E(L_9, L_11, NULL); return; } IL_003c: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_12 = __this->____instructions; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_13 = V_0; NullCheck(L_13); int32_t L_14 = L_13->___Index; NullCheck(L_12); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_12, L_14, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightCompiler_MaybeMutableValueType_m331B17D0BC6197C0C53BA029804CAF67C29A6516 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Type_t* ___0_type, const RuntimeMethod* method) { { Type_t* L_0 = ___0_type; NullCheck(L_0); bool L_1; L_1 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_0, NULL); if (!L_1) { goto IL_001a; } } { Type_t* L_2 = ___0_type; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(69, L_2); if (L_3) { goto IL_001a; } } { Type_t* L_4 = ___0_type; NullCheck(L_4); bool L_5; L_5 = Type_get_IsPrimitive_m46ACAAB8F754D37713E3E45437705F4F58FAFA18(L_4, NULL); return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0); } IL_001a: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileGetBoxedVariable_mB925B5369E4BAD0B881334D26621A6216E0D0B9A (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, const RuntimeMethod* method) { LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* V_0 = NULL; { ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___0_variable; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_1; L_1 = LightCompiler_ResolveLocal_mDFBCF12A32B5AD59EA90EF1E05958797F0B96FBB(__this, L_0, NULL); V_0 = L_1; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6(L_2, NULL); if (!L_3) { goto IL_0022; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_4 = __this->____instructions; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_5 = V_0; NullCheck(L_5); int32_t L_6 = L_5->___Index; NullCheck(L_4); InstructionList_EmitLoadLocalFromClosureBoxed_mC61494FC26B891853E474B4834E46664D02F56F5(L_4, L_6, NULL); return; } IL_0022: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_7 = __this->____instructions; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_8 = V_0; NullCheck(L_8); int32_t L_9 = L_8->___Index; NullCheck(L_7); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_7, L_9, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileSetVariable_m879EC62CD975397E8A11B6F05A20CBE07ED43A23 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___0_variable, bool ___1_isVoid, const RuntimeMethod* method) { LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* V_0 = NULL; { ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___0_variable; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_1; L_1 = LightCompiler_ResolveLocal_mDFBCF12A32B5AD59EA90EF1E05958797F0B96FBB(__this, L_0, NULL); V_0 = L_1; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6(L_2, NULL); if (!L_3) { goto IL_0037; } } { bool L_4 = ___1_isVoid; if (!L_4) { goto IL_0025; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_5 = __this->____instructions; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_6 = V_0; NullCheck(L_6); int32_t L_7 = L_6->___Index; NullCheck(L_5); InstructionList_EmitStoreLocalToClosure_mA1496BB25710BC7DA9B53969A4C15F5473AEAD11(L_5, L_7, NULL); return; } IL_0025: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_8 = __this->____instructions; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_9 = V_0; NullCheck(L_9); int32_t L_10 = L_9->___Index; NullCheck(L_8); InstructionList_EmitAssignLocalToClosure_m0D017A3DF148DEFA124CD9777AFD88FAFE77A471(L_8, L_10, NULL); return; } IL_0037: { LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = LocalVariable_get_IsBoxed_mD052E73492275BEB8A833C519B7B3AF54EBC13B8(L_11, NULL); if (!L_12) { goto IL_0066; } } { bool L_13 = ___1_isVoid; if (!L_13) { goto IL_0054; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_14 = __this->____instructions; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_15 = V_0; NullCheck(L_15); int32_t L_16 = L_15->___Index; NullCheck(L_14); InstructionList_EmitStoreLocalBoxed_mA410FE705FB7D71189D4D411F82167903E43414A(L_14, L_16, NULL); return; } IL_0054: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_17 = __this->____instructions; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_18 = V_0; NullCheck(L_18); int32_t L_19 = L_18->___Index; NullCheck(L_17); InstructionList_EmitAssignLocalBoxed_mC7A89872B5F8A30EDAC87E016EA51E222BD14F4A(L_17, L_19, NULL); return; } IL_0066: { bool L_20 = ___1_isVoid; if (!L_20) { goto IL_007b; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_21 = __this->____instructions; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_22 = V_0; NullCheck(L_22); int32_t L_23 = L_22->___Index; NullCheck(L_21); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_21, L_23, NULL); return; } IL_007b: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_24 = __this->____instructions; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_25 = V_0; NullCheck(L_25); int32_t L_26 = L_25->___Index; NullCheck(L_24); InstructionList_EmitAssignLocal_mB89C63F99E2741FAC2DD86237C941814F3FF505D(L_24, L_26, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileParameterExpression_m50B5169284460B8E41FE57B48C0E01F6D982679F (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_0 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)CastclassClass((RuntimeObject*)L_0, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_il2cpp_TypeInfo_var)); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = V_0; LightCompiler_CompileGetVariable_mD0A38DDA03F5EAAD61C3F8EE81C0F0E7F655BF33(__this, L_1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileBlockExpression_mE2BB3C83C6CB68B383A6DA33A2C8DA4EFF7EC096 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, bool ___1_asVoid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* V_0 = NULL; LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* V_1 = NULL; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_2 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B*)CastclassClass((RuntimeObject*)L_0, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B_il2cpp_TypeInfo_var)); BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_1 = V_0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(11, L_1); if (!L_2) { goto IL_003f; } } { BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_3 = V_0; LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_4; L_4 = LightCompiler_CompileBlockStart_m6D20A0AD0BCFAC76862A2BD0DEE775E831D14CF1(__this, L_3, NULL); V_1 = L_4; BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_5 = V_0; NullCheck(L_5); ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_6; L_6 = BlockExpression_get_Expressions_mA9BA9C7AFD93D1780901ABC6D15747E5D3DB9508(L_5, NULL); BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_7 = V_0; NullCheck(L_7); ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_8; L_8 = BlockExpression_get_Expressions_mA9BA9C7AFD93D1780901ABC6D15747E5D3DB9508(L_7, NULL); NullCheck(L_8); int32_t L_9; L_9 = ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F(L_8, ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var); NullCheck(L_6); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10; L_10 = ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502(L_6, ((int32_t)il2cpp_codegen_subtract(L_9, 1)), ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var); V_2 = L_10; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11 = V_2; bool L_12 = ___1_asVoid; LightCompiler_Compile_m9E52D6F9E91892CAF977C25E7EB0C8B500D0B3DA(__this, L_11, L_12, NULL); LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_13 = V_1; LightCompiler_CompileBlockEnd_m5B5E17825D83D8AB325E610676761B30C46B31BB(__this, L_13, NULL); } IL_003f: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* LightCompiler_CompileBlockStart_m6D20A0AD0BCFAC76862A2BD0DEE775E831D14CF1 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___0_node, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_m9AD15F67FBFA5926523D1F36D353CFC6D9BB49B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* V_1 = NULL; ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* V_2 = NULL; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_5 = NULL; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_6; memset((&V_6), 0, sizeof(V_6)); int32_t V_7 = 0; { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_0 = __this->____instructions; NullCheck(L_0); int32_t L_1; L_1 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_0, NULL); V_0 = L_1; BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_2 = ___0_node; NullCheck(L_2); ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_3; L_3 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_2, NULL); V_2 = L_3; ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_4 = V_2; NullCheck(L_4); int32_t L_5; L_5 = ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B(L_4, ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var); if (!L_5) { goto IL_0089; } } { ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_6 = V_2; NullCheck(L_6); int32_t L_7; L_7 = ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B(L_6, ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var); LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_8 = (LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E*)(LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E*)SZArrayNew(LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E_il2cpp_TypeInfo_var, (uint32_t)L_7); V_1 = L_8; V_3 = 0; ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_9 = V_2; NullCheck(L_9); RuntimeObject* L_10; L_10 = ReadOnlyCollection_1_GetEnumerator_m9AD15F67FBFA5926523D1F36D353CFC6D9BB49B2(L_9, ReadOnlyCollection_1_GetEnumerator_m9AD15F67FBFA5926523D1F36D353CFC6D9BB49B2_RuntimeMethod_var); V_4 = L_10; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_007d: { { RuntimeObject* L_11 = V_4; if (!L_11) { goto IL_0088; } } { RuntimeObject* L_12 = V_4; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_12); } IL_0088: { return; } } }); try { { goto IL_0072_1; } IL_0033_1: { RuntimeObject* L_13 = V_4; NullCheck(L_13); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_14; L_14 = InterfaceFuncInvoker0< ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* >::Invoke(0, IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var, L_13); V_5 = L_14; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_15 = __this->____locals; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_16 = V_5; int32_t L_17 = V_0; NullCheck(L_15); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_18; L_18 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_15, L_16, L_17, NULL); V_6 = L_18; LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_19 = V_1; int32_t L_20 = V_3; int32_t L_21 = L_20; V_3 = ((int32_t)il2cpp_codegen_add(L_21, 1)); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_22 = V_6; NullCheck(L_19); (L_19)->SetAt(static_cast(L_21), (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02)L_22); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_23 = __this->____instructions; int32_t L_24; L_24 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_6), NULL); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_25 = V_5; NullCheck(L_25); Type_t* L_26; L_26 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_25); NullCheck(L_23); InstructionList_EmitInitializeLocal_mB49E71BDAE6A8DA651B77E909E37199019EBA98A(L_23, L_24, L_26, NULL); } IL_0072_1: { RuntimeObject* L_27 = V_4; NullCheck(L_27); bool L_28; L_28 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_27); if (L_28) { goto IL_0033_1; } } { goto IL_008f; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0089: { il2cpp_codegen_runtime_class_init_inline(LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_il2cpp_TypeInfo_var); LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_29 = ((LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_StaticFields*)il2cpp_codegen_static_fields_for(LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_il2cpp_TypeInfo_var))->___s_emptyLocals; V_1 = L_29; } IL_008f: { V_7 = 0; goto IL_00ad; } IL_0094: { BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_30 = ___0_node; NullCheck(L_30); ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_31; L_31 = BlockExpression_get_Expressions_mA9BA9C7AFD93D1780901ABC6D15747E5D3DB9508(L_30, NULL); int32_t L_32 = V_7; NullCheck(L_31); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_33; L_33 = ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502(L_31, L_32, ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var); LightCompiler_CompileAsVoid_m26956E46A54624326330679A508F900297B3AADD(__this, L_33, NULL); int32_t L_34 = V_7; V_7 = ((int32_t)il2cpp_codegen_add(L_34, 1)); } IL_00ad: { int32_t L_35 = V_7; BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_36 = ___0_node; NullCheck(L_36); ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_37; L_37 = BlockExpression_get_Expressions_mA9BA9C7AFD93D1780901ABC6D15747E5D3DB9508(L_36, NULL); NullCheck(L_37); int32_t L_38; L_38 = ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F(L_37, ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var); if ((((int32_t)L_35) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_38, 1))))) { goto IL_0094; } } { LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_39 = V_1; return L_39; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileBlockEnd_m5B5E17825D83D8AB325E610676761B30C46B31BB (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* ___0_locals, const RuntimeMethod* method) { LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* V_0 = NULL; int32_t V_1 = 0; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_2; memset((&V_2), 0, sizeof(V_2)); { LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_0 = ___0_locals; V_0 = L_0; V_1 = 0; goto IL_0029; } IL_0006: { LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_1 = V_0; int32_t L_2 = V_1; NullCheck(L_1); int32_t L_3 = L_2; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_4 = (L_1)->GetAt(static_cast(L_3)); V_2 = L_4; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_5 = __this->____locals; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_6 = V_2; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_7 = __this->____instructions; NullCheck(L_7); int32_t L_8; L_8 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_7, NULL); NullCheck(L_5); LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_5, L_6, L_8, NULL); int32_t L_9 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1)); } IL_0029: { int32_t L_10 = V_1; LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_11 = V_0; NullCheck(L_11); if ((((int32_t)L_10) < ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))))) { goto IL_0006; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileIndexExpression_mFAED715104DBF91B1D3EAC3B3C6961D26B89FED6 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347*)CastclassSealed((RuntimeObject*)L_0, IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347_il2cpp_TypeInfo_var)); IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_1 = V_0; NullCheck(L_1); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2; L_2 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_1, NULL); if (!L_2) { goto IL_001b; } } { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_3 = V_0; NullCheck(L_3); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4; L_4 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_3, NULL); LightCompiler_EmitThisForMethodCall_mDA4DDCB86960649FE2C4285B0A6A1005640E43D4(__this, L_4, NULL); } IL_001b: { V_1 = 0; IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = IndexExpression_get_ArgumentCount_mBDED53F0D933829DC3C62DDCC7AB11B5BC479639(L_5, NULL); V_2 = L_6; goto IL_0037; } IL_0026: { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_7 = V_0; int32_t L_8 = V_1; NullCheck(L_7); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9; L_9 = IndexExpression_GetArgument_m8C766733ECF016AFD4003DA1ABF0D862CB44216C(L_7, L_8, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_9, NULL); int32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_0037: { int32_t L_11 = V_1; int32_t L_12 = V_2; if ((((int32_t)L_11) < ((int32_t)L_12))) { goto IL_0026; } } { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_13 = V_0; LightCompiler_EmitIndexGet_mFA78DE362D73898CDF08138CCC16492857190142(__this, L_13, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_EmitIndexGet_mFA78DE362D73898CDF08138CCC16492857190142 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* ___0_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26); s_Il2CppMethodInitialized = true; } { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_0 = ___0_index; NullCheck(L_0); PropertyInfo_t* L_1; L_1 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(L_0, NULL); bool L_2; L_2 = PropertyInfo_op_Inequality_mE75A4F14CC678D8A670730FBD4338C718CACB51B(L_1, (PropertyInfo_t*)NULL, NULL); if (!L_2) { goto IL_0026; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_3 = __this->____instructions; IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_4 = ___0_index; NullCheck(L_4); PropertyInfo_t* L_5; L_5 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(L_4, NULL); NullCheck(L_5); MethodInfo_t* L_6; L_6 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(22, L_5, (bool)1); NullCheck(L_3); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_3, L_6, NULL); return; } IL_0026: { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_7 = ___0_index; NullCheck(L_7); int32_t L_8; L_8 = IndexExpression_get_ArgumentCount_mBDED53F0D933829DC3C62DDCC7AB11B5BC479639(L_7, NULL); if ((((int32_t)L_8) == ((int32_t)1))) { goto IL_0052; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_9 = __this->____instructions; IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_10 = ___0_index; NullCheck(L_10); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11; L_11 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_10, NULL); NullCheck(L_11); Type_t* L_12; L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_11); NullCheck(L_12); MethodInfo_t* L_13; L_13 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_12, _stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26, ((int32_t)20), NULL); NullCheck(L_9); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_9, L_13, NULL); return; } IL_0052: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_14 = __this->____instructions; NullCheck(L_14); InstructionList_EmitGetArrayItem_mF0304CECDC5B20DFC69FFA53A121F07ED9E90996(L_14, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileIndexAssignment_m712D7AFD701E3500C103C7E7CA1A566B8FE11557 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_node, bool ___1_asVoid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3); s_Il2CppMethodInitialized = true; } IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* V_0 = NULL; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t V_2 = 0; int32_t V_3 = 0; { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = ___0_node; NullCheck(L_0); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1; L_1 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_0, NULL); V_0 = ((IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347*)CastclassSealed((RuntimeObject*)L_1, IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347_il2cpp_TypeInfo_var)); IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_2 = V_0; NullCheck(L_2); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3; L_3 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_2, NULL); if (!L_3) { goto IL_0020; } } { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_4 = V_0; NullCheck(L_4); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5; L_5 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_4, NULL); LightCompiler_EmitThisForMethodCall_mDA4DDCB86960649FE2C4285B0A6A1005640E43D4(__this, L_5, NULL); } IL_0020: { V_2 = 0; IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = IndexExpression_get_ArgumentCount_mBDED53F0D933829DC3C62DDCC7AB11B5BC479639(L_6, NULL); V_3 = L_7; goto IL_003c; } IL_002b: { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_8 = V_0; int32_t L_9 = V_2; NullCheck(L_8); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10; L_10 = IndexExpression_GetArgument_m8C766733ECF016AFD4003DA1ABF0D862CB44216C(L_8, L_9, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_10, NULL); int32_t L_11 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_003c: { int32_t L_12 = V_2; int32_t L_13 = V_3; if ((((int32_t)L_12) < ((int32_t)L_13))) { goto IL_002b; } } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_14 = ___0_node; NullCheck(L_14); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15; L_15 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_14, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_15, NULL); il2cpp_codegen_initobj((&V_1), sizeof(LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02)); bool L_16 = ___1_asVoid; if (L_16) { goto IL_0090; } } { LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_17 = __this->____locals; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_18 = ___0_node; NullCheck(L_18); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_19; L_19 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_18, NULL); NullCheck(L_19); Type_t* L_20; L_20 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_19); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_21; L_21 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_20, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_22 = __this->____instructions; NullCheck(L_22); int32_t L_23; L_23 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_22, NULL); NullCheck(L_17); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_24; L_24 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_17, L_21, L_23, NULL); V_1 = L_24; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_25 = __this->____instructions; int32_t L_26; L_26 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_1), NULL); NullCheck(L_25); InstructionList_EmitAssignLocal_mB89C63F99E2741FAC2DD86237C941814F3FF505D(L_25, L_26, NULL); } IL_0090: { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_27 = V_0; NullCheck(L_27); PropertyInfo_t* L_28; L_28 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(L_27, NULL); bool L_29; L_29 = PropertyInfo_op_Inequality_mE75A4F14CC678D8A670730FBD4338C718CACB51B(L_28, (PropertyInfo_t*)NULL, NULL); if (!L_29) { goto IL_00b7; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_30 = __this->____instructions; IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_31 = V_0; NullCheck(L_31); PropertyInfo_t* L_32; L_32 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(L_31, NULL); NullCheck(L_32); MethodInfo_t* L_33; L_33 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(24, L_32, (bool)1); NullCheck(L_30); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_30, L_33, NULL); goto IL_00ef; } IL_00b7: { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_34 = V_0; NullCheck(L_34); int32_t L_35; L_35 = IndexExpression_get_ArgumentCount_mBDED53F0D933829DC3C62DDCC7AB11B5BC479639(L_34, NULL); if ((((int32_t)L_35) == ((int32_t)1))) { goto IL_00e4; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_36 = __this->____instructions; IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_37 = V_0; NullCheck(L_37); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_38; L_38 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_37, NULL); NullCheck(L_38); Type_t* L_39; L_39 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_38); NullCheck(L_39); MethodInfo_t* L_40; L_40 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_39, _stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3, ((int32_t)20), NULL); NullCheck(L_36); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_36, L_40, NULL); goto IL_00ef; } IL_00e4: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_41 = __this->____instructions; NullCheck(L_41); InstructionList_EmitSetArrayItem_mAB17EA3A7069E9DE896FB9BFF3A55FCB05B1CB5C(L_41, NULL); } IL_00ef: { bool L_42 = ___1_asVoid; if (L_42) { goto IL_011b; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_43 = __this->____instructions; int32_t L_44; L_44 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_1), NULL); NullCheck(L_43); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_43, L_44, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_45 = __this->____locals; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_46 = V_1; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_47 = __this->____instructions; NullCheck(L_47); int32_t L_48; L_48 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_47, NULL); NullCheck(L_45); LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_45, L_46, L_48, NULL); } IL_011b: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMemberAssignment_mF095F777E3907F4B8CD3BE042975C28B9C172101 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_node, bool ___1_asVoid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* V_0 = NULL; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_1 = NULL; { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = ___0_node; NullCheck(L_0); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1; L_1 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_0, NULL); V_0 = ((MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89*)CastclassClass((RuntimeObject*)L_1, MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89_il2cpp_TypeInfo_var)); MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_2 = V_0; NullCheck(L_2); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3; L_3 = MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline(L_2, NULL); V_1 = L_3; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = V_1; if (!L_4) { goto IL_001d; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = V_1; LightCompiler_EmitThisForMethodCall_mDA4DDCB86960649FE2C4285B0A6A1005640E43D4(__this, L_5, NULL); } IL_001d: { bool L_6 = ___1_asVoid; MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_7 = V_0; NullCheck(L_7); MemberInfo_t* L_8; L_8 = MemberExpression_get_Member_m30A7DCC7673A38BE9F06597DC9F5305E61B88104(L_7, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_9 = ___0_node; NullCheck(L_9); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10; L_10 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_9, NULL); LightCompiler_CompileMemberAssignment_m61549A438B579F89F67B905DB4D6AD7A4649B73B(__this, L_6, L_8, L_10, (bool)0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMemberAssignment_m61549A438B579F89F67B905DB4D6AD7A4649B73B (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, bool ___0_asVoid, MemberInfo_t* ___1_refMember, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___2_value, bool ___3_forBinding, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PropertyInfo_t* V_0 = NULL; MethodInfo_t* V_1 = NULL; int32_t V_2 = 0; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_3; memset((&V_3), 0, sizeof(V_3)); FieldInfo_t* V_4 = NULL; int32_t V_5 = 0; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_6; memset((&V_6), 0, sizeof(V_6)); { MemberInfo_t* L_0 = ___1_refMember; V_0 = ((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_0, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t* L_1 = V_0; bool L_2; L_2 = PropertyInfo_op_Inequality_mE75A4F14CC678D8A670730FBD4338C718CACB51B(L_1, (PropertyInfo_t*)NULL, NULL); if (!L_2) { goto IL_00b0; } } { PropertyInfo_t* L_3 = V_0; NullCheck(L_3); MethodInfo_t* L_4; L_4 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(24, L_3, (bool)1); V_1 = L_4; bool L_5 = ___3_forBinding; if (!L_5) { goto IL_002d; } } { MethodInfo_t* L_6 = V_1; NullCheck(L_6); bool L_7; L_7 = MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E(L_6, NULL); if (!L_7) { goto IL_002d; } } { Exception_t* L_8; L_8 = Error_InvalidProgram_m2100DCBDFB43E64790FE65D7DDFA771AC1F334DA(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_CompileMemberAssignment_m61549A438B579F89F67B905DB4D6AD7A4649B73B_RuntimeMethod_var))); } IL_002d: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9 = ___2_value; LightCompiler_EmitThisForMethodCall_mDA4DDCB86960649FE2C4285B0A6A1005640E43D4(__this, L_9, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_10 = __this->____instructions; NullCheck(L_10); int32_t L_11; L_11 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_10, NULL); V_2 = L_11; bool L_12 = ___0_asVoid; if (L_12) { goto IL_00a3; } } { LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_13 = __this->____locals; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14 = ___2_value; NullCheck(L_14); Type_t* L_15; L_15 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_14); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_16; L_16 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_15, NULL); int32_t L_17 = V_2; NullCheck(L_13); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_18; L_18 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_13, L_16, L_17, NULL); V_3 = L_18; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_19 = __this->____instructions; int32_t L_20; L_20 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_3), NULL); NullCheck(L_19); InstructionList_EmitAssignLocal_mB89C63F99E2741FAC2DD86237C941814F3FF505D(L_19, L_20, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_21 = __this->____instructions; MethodInfo_t* L_22 = V_1; NullCheck(L_21); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_21, L_22, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_23 = __this->____instructions; int32_t L_24; L_24 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_3), NULL); NullCheck(L_23); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_23, L_24, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_25 = __this->____locals; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_26 = V_3; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_27 = __this->____instructions; NullCheck(L_27); int32_t L_28; L_28 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_27, NULL); NullCheck(L_25); LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_25, L_26, L_28, NULL); return; } IL_00a3: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_29 = __this->____instructions; MethodInfo_t* L_30 = V_1; NullCheck(L_29); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_29, L_30, NULL); return; } IL_00b0: { MemberInfo_t* L_31 = ___1_refMember; V_4 = ((FieldInfo_t*)CastclassClass((RuntimeObject*)L_31, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t* L_32 = V_4; NullCheck(L_32); bool L_33; L_33 = FieldInfo_get_IsLiteral_mBE7DDC6A709439F775873859C82BAAD1EEFF791A(L_32, NULL); if (!L_33) { goto IL_00c7; } } { Exception_t* L_34; L_34 = Error_NotSupported_m12F24942C079EAA55EB9A9BA89E1FE91DC4F018B(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_CompileMemberAssignment_m61549A438B579F89F67B905DB4D6AD7A4649B73B_RuntimeMethod_var))); } IL_00c7: { bool L_35 = ___3_forBinding; if (!L_35) { goto IL_00df; } } { FieldInfo_t* L_36 = V_4; NullCheck(L_36); bool L_37; L_37 = FieldInfo_get_IsStatic_mEBBEB7B19A48D3E11BE830F3704C131A681F6139(L_36, NULL); if (!L_37) { goto IL_00df; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_38 = __this->____instructions; NullCheck(L_38); InstructionList_UnEmit_m35D678B84E505E3050CD900D228B0057570F449D(L_38, NULL); } IL_00df: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_39 = ___2_value; LightCompiler_EmitThisForMethodCall_mDA4DDCB86960649FE2C4285B0A6A1005640E43D4(__this, L_39, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_40 = __this->____instructions; NullCheck(L_40); int32_t L_41; L_41 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_40, NULL); V_5 = L_41; bool L_42 = ___0_asVoid; if (L_42) { goto IL_015a; } } { LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_43 = __this->____locals; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_44 = ___2_value; NullCheck(L_44); Type_t* L_45; L_45 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_44); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_46; L_46 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_45, NULL); int32_t L_47 = V_5; NullCheck(L_43); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_48; L_48 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_43, L_46, L_47, NULL); V_6 = L_48; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_49 = __this->____instructions; int32_t L_50; L_50 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_6), NULL); NullCheck(L_49); InstructionList_EmitAssignLocal_mB89C63F99E2741FAC2DD86237C941814F3FF505D(L_49, L_50, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_51 = __this->____instructions; FieldInfo_t* L_52 = V_4; NullCheck(L_51); InstructionList_EmitStoreField_m44787CFC1D8E91C79892023FE5259086C6B58C44(L_51, L_52, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_53 = __this->____instructions; int32_t L_54; L_54 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_6), NULL); NullCheck(L_53); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_53, L_54, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_55 = __this->____locals; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_56 = V_6; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_57 = __this->____instructions; NullCheck(L_57); int32_t L_58; L_58 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_57, NULL); NullCheck(L_55); LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_55, L_56, L_58, NULL); return; } IL_015a: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_59 = __this->____instructions; FieldInfo_t* L_60 = V_4; NullCheck(L_59); InstructionList_EmitStoreField_m44787CFC1D8E91C79892023FE5259086C6B58C44(L_59, L_60, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileVariableAssignment_m68C04F5B8FD96B153AA387D7759A4A3A4BA8AADF (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_node, bool ___1_asVoid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_0 = NULL; { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = ___0_node; NullCheck(L_0); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1; L_1 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_0, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_1, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_2 = ___0_node; NullCheck(L_2); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3; L_3 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_2, NULL); V_0 = ((ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)CastclassClass((RuntimeObject*)L_3, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_il2cpp_TypeInfo_var)); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_4 = V_0; bool L_5 = ___1_asVoid; LightCompiler_CompileSetVariable_m879EC62CD975397E8A11B6F05A20CBE07ED43A23(__this, L_4, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileAssignBinaryExpression_mFE5DB7A3D55797F5AEE746A14A46BD6D8E4F6C72 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, bool ___1_asVoid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* V_0 = NULL; int32_t V_1 = 0; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4*)CastclassClass((RuntimeObject*)L_0, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var)); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_1 = V_0; NullCheck(L_1); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2; L_2 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_1, NULL); NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_2); V_1 = L_3; int32_t L_4 = V_1; if ((((int32_t)L_4) > ((int32_t)((int32_t)38)))) { goto IL_0024; } } { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)23)))) { goto IL_0037; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)((int32_t)38)))) { goto IL_0040; } } { goto IL_0049; } IL_0024: { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)52)))) { goto IL_0040; } } { int32_t L_8 = V_1; if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)55))))) { goto IL_0049; } } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_9 = V_0; bool L_10 = ___1_asVoid; LightCompiler_CompileIndexAssignment_m712D7AFD701E3500C103C7E7CA1A566B8FE11557(__this, L_9, L_10, NULL); return; } IL_0037: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_11 = V_0; bool L_12 = ___1_asVoid; LightCompiler_CompileMemberAssignment_mF095F777E3907F4B8CD3BE042975C28B9C172101(__this, L_11, L_12, NULL); return; } IL_0040: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_13 = V_0; bool L_14 = ___1_asVoid; LightCompiler_CompileVariableAssignment_m68C04F5B8FD96B153AA387D7759A4A3A4BA8AADF(__this, L_13, L_14, NULL); return; } IL_0049: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_15 = V_0; NullCheck(L_15); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16; L_16 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_15, NULL); NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_16); Exception_t* L_18; L_18 = Error_InvalidLvalue_m83FAEB349FC25C0F5C16196E82910FF0B968BCB2(L_17, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_CompileAssignBinaryExpression_mFE5DB7A3D55797F5AEE746A14A46BD6D8E4F6C72_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileBinaryExpression_m2F2ACD060D404236A0CEC78006B08C445F98FA09 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* V_0 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_1 = NULL; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_2; memset((&V_2), 0, sizeof(V_2)); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_3; memset((&V_3), 0, sizeof(V_3)); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_4 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_5 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_6 = NULL; int32_t V_7 = 0; int32_t V_8 = 0; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B10_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B9_0 = NULL; RuntimeObject* G_B11_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B11_1 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4*)CastclassClass((RuntimeObject*)L_0, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var)); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_1 = V_0; NullCheck(L_1); MethodInfo_t* L_2; L_2 = BinaryExpression_get_Method_m70A2C548821935446472BDB4B22E8565903B2CF1(L_1, NULL); bool L_3; L_3 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_2, (MethodInfo_t*)NULL, NULL); if (!L_3) { goto IL_0454; } } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_4 = V_0; NullCheck(L_4); bool L_5; L_5 = BinaryExpression_get_IsLifted_m95359AA03320F850A24CB4D96EF9334536608582(L_4, NULL); if (!L_5) { goto IL_042a; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_6 = __this->____instructions; NullCheck(L_6); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_7; L_7 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_6, NULL); V_1 = L_7; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_8 = __this->____locals; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_9 = V_0; NullCheck(L_9); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10; L_10 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_9, NULL); NullCheck(L_10); Type_t* L_11; L_11 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_10); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_12; L_12 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_11, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_13 = __this->____instructions; NullCheck(L_13); int32_t L_14; L_14 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_13, NULL); NullCheck(L_8); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_15; L_15 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_8, L_12, L_14, NULL); V_2 = L_15; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_16 = V_0; NullCheck(L_16); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_17; L_17 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_16, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_17, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_18 = __this->____instructions; int32_t L_19; L_19 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_2), NULL); NullCheck(L_18); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_18, L_19, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_20 = __this->____locals; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_21 = V_0; NullCheck(L_21); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_22; L_22 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_21, NULL); NullCheck(L_22); Type_t* L_23; L_23 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_22); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_24; L_24 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_23, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_25 = __this->____instructions; NullCheck(L_25); int32_t L_26; L_26 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_25, NULL); NullCheck(L_20); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_27; L_27 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_20, L_24, L_26, NULL); V_3 = L_27; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_28 = V_0; NullCheck(L_28); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_29; L_29 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_28, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_29, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_30 = __this->____instructions; int32_t L_31; L_31 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_3), NULL); NullCheck(L_30); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_30, L_31, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_32 = V_0; NullCheck(L_32); int32_t L_33; L_33 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_32); V_7 = L_33; int32_t L_34 = V_7; if ((((int32_t)L_34) == ((int32_t)((int32_t)13)))) { goto IL_00d0; } } { int32_t L_35 = V_7; if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)35))))) { goto IL_0286; } } IL_00d0: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_36 = V_0; NullCheck(L_36); bool L_37; L_37 = BinaryExpression_get_IsLiftedToNull_mA525F5AB3FF6A04A80711FE3EC96BD7AAF2CD9FE(L_36, NULL); if (L_37) { goto IL_0286; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_38 = __this->____instructions; NullCheck(L_38); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_39; L_39 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_38, NULL); V_4 = L_39; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_40 = __this->____instructions; NullCheck(L_40); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_41; L_41 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_40, NULL); V_5 = L_41; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_42 = __this->____instructions; int32_t L_43; L_43 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_2), NULL); NullCheck(L_42); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_42, L_43, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_44 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_45 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_46; L_46 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_45, NULL); NullCheck(L_44); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_44, NULL, L_46, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_47 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_48 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t* L_49; L_49 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_48, NULL); NullCheck(L_47); InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D(L_47, L_49, (bool)0, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_50 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_51 = V_4; NullCheck(L_50); InstructionList_EmitBranchFalse_mF38794712CF0A90AE957D774C794F2C3B20969A7(L_50, L_51, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_52 = __this->____instructions; int32_t L_53; L_53 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_3), NULL); NullCheck(L_52); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_52, L_53, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_54 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_55 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t* L_56; L_56 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_55, NULL); NullCheck(L_54); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_54, NULL, L_56, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_57 = V_0; NullCheck(L_57); int32_t L_58; L_58 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_57); if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)13))))) { goto IL_018a; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_59 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_60 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_61; L_61 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_60, NULL); NullCheck(L_59); InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D(L_59, L_61, (bool)0, NULL); goto IL_01a0; } IL_018a: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_62 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_63 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_64; L_64 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_63, NULL); NullCheck(L_62); InstructionList_EmitNotEqual_mA1364FC59DB1FB4FFAB4D61878E711146F0C9F56(L_62, L_64, (bool)0, NULL); } IL_01a0: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_65 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_66 = V_1; NullCheck(L_65); InstructionList_EmitBranch_mC2BC5C3C401AC1272E911639B7FE37CAE916AEFF(L_65, L_66, (bool)0, (bool)1, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_67 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_68 = V_4; NullCheck(L_67); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_67, L_68, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_69 = __this->____instructions; int32_t L_70; L_70 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_3), NULL); NullCheck(L_69); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_69, L_70, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_71 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_72 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_73; L_73 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_72, NULL); NullCheck(L_71); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_71, NULL, L_73, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_74 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_75 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t* L_76; L_76 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_75, NULL); NullCheck(L_74); InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D(L_74, L_76, (bool)0, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_77 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_78 = V_5; NullCheck(L_77); InstructionList_EmitBranchFalse_mF38794712CF0A90AE957D774C794F2C3B20969A7(L_77, L_78, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_79 = __this->____instructions; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_80 = V_0; NullCheck(L_80); int32_t L_81; L_81 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_80); if ((((int32_t)L_81) == ((int32_t)((int32_t)13)))) { G_B10_0 = L_79; goto IL_021d; } G_B9_0 = L_79; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_82 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedTrue; G_B11_0 = L_82; G_B11_1 = G_B9_0; goto IL_0222; } IL_021d: { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_83 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; G_B11_0 = L_83; G_B11_1 = G_B10_0; } IL_0222: { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_84 = { reinterpret_cast (Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_85; L_85 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_84, NULL); NullCheck(G_B11_1); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(G_B11_1, G_B11_0, L_85, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_86 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_87 = V_1; NullCheck(L_86); InstructionList_EmitBranch_mC2BC5C3C401AC1272E911639B7FE37CAE916AEFF(L_86, L_87, (bool)0, (bool)1, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_88 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_89 = V_5; NullCheck(L_88); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_88, L_89, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_90 = __this->____instructions; int32_t L_91; L_91 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_2), NULL); NullCheck(L_90); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_90, L_91, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_92 = __this->____instructions; int32_t L_93; L_93 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_3), NULL); NullCheck(L_92); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_92, L_93, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_94 = __this->____instructions; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_95 = V_0; NullCheck(L_95); MethodInfo_t* L_96; L_96 = BinaryExpression_get_Method_m70A2C548821935446472BDB4B22E8565903B2CF1(L_95, NULL); NullCheck(L_94); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_94, L_96, NULL); goto IL_03ef; } IL_0286: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_97 = __this->____instructions; NullCheck(L_97); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_98; L_98 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_97, NULL); V_6 = L_98; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_99 = V_0; NullCheck(L_99); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_100; L_100 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_99, NULL); NullCheck(L_100); Type_t* L_101; L_101 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_100); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_102; L_102 = TypeUtils_IsNullableOrReferenceType_m95B6B1A27EAF4BFDF6FD0ACAAAD420350D8CDBBD(L_101, NULL); if (!L_102) { goto IL_02f0; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_103 = __this->____instructions; int32_t L_104; L_104 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_2), NULL); NullCheck(L_103); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_103, L_104, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_105 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_106 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_107; L_107 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_106, NULL); NullCheck(L_105); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_105, NULL, L_107, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_108 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_109 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t* L_110; L_110 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_109, NULL); NullCheck(L_108); InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D(L_108, L_110, (bool)0, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_111 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_112 = V_6; NullCheck(L_111); InstructionList_EmitBranchTrue_m4E0F52ED341682EE6B00E7BBCBA332A5F7CFA683(L_111, L_112, NULL); } IL_02f0: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_113 = V_0; NullCheck(L_113); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_114; L_114 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_113, NULL); NullCheck(L_114); Type_t* L_115; L_115 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_114); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_116; L_116 = TypeUtils_IsNullableOrReferenceType_m95B6B1A27EAF4BFDF6FD0ACAAAD420350D8CDBBD(L_115, NULL); if (!L_116) { goto IL_034d; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_117 = __this->____instructions; int32_t L_118; L_118 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_3), NULL); NullCheck(L_117); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_117, L_118, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_119 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_120 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_121; L_121 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_120, NULL); NullCheck(L_119); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_119, NULL, L_121, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_122 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_123 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t* L_124; L_124 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_123, NULL); NullCheck(L_122); InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D(L_122, L_124, (bool)0, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_125 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_126 = V_6; NullCheck(L_125); InstructionList_EmitBranchTrue_m4E0F52ED341682EE6B00E7BBCBA332A5F7CFA683(L_125, L_126, NULL); } IL_034d: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_127 = __this->____instructions; int32_t L_128; L_128 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_2), NULL); NullCheck(L_127); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_127, L_128, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_129 = __this->____instructions; int32_t L_130; L_130 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_3), NULL); NullCheck(L_129); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_129, L_130, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_131 = __this->____instructions; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_132 = V_0; NullCheck(L_132); MethodInfo_t* L_133; L_133 = BinaryExpression_get_Method_m70A2C548821935446472BDB4B22E8565903B2CF1(L_132, NULL); NullCheck(L_131); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_131, L_133, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_134 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_135 = V_1; NullCheck(L_134); InstructionList_EmitBranch_mC2BC5C3C401AC1272E911639B7FE37CAE916AEFF(L_134, L_135, (bool)0, (bool)1, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_136 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_137 = V_6; NullCheck(L_136); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_136, L_137, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_138 = V_0; NullCheck(L_138); int32_t L_139; L_139 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_138); V_8 = L_139; int32_t L_140 = V_8; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_140, ((int32_t)15)))) > ((uint32_t)1)))) { goto IL_03b5; } } { int32_t L_141 = V_8; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_141, ((int32_t)20)))) <= ((uint32_t)1)))) { goto IL_03d9; } } IL_03b5: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_142 = V_0; NullCheck(L_142); bool L_143; L_143 = BinaryExpression_get_IsLiftedToNull_mA525F5AB3FF6A04A80711FE3EC96BD7AAF2CD9FE(L_142, NULL); if (L_143) { goto IL_03d9; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_144 = __this->____instructions; il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_145 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_146 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_147; L_147 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_146, NULL); NullCheck(L_144); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_144, L_145, L_147, NULL); goto IL_03ef; } IL_03d9: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_148 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_149 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_150; L_150 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_149, NULL); NullCheck(L_148); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_148, NULL, L_150, NULL); } IL_03ef: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_151 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_152 = V_1; NullCheck(L_151); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_151, L_152, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_153 = __this->____locals; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_154 = V_2; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_155 = __this->____instructions; NullCheck(L_155); int32_t L_156; L_156 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_155, NULL); NullCheck(L_153); LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_153, L_154, L_156, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_157 = __this->____locals; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_158 = V_3; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_159 = __this->____instructions; NullCheck(L_159); int32_t L_160; L_160 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_159, NULL); NullCheck(L_157); LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_157, L_158, L_160, NULL); return; } IL_042a: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_161 = V_0; NullCheck(L_161); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_162; L_162 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_161, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_162, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_163 = V_0; NullCheck(L_163); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_164; L_164 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_163, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_164, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_165 = __this->____instructions; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_166 = V_0; NullCheck(L_166); MethodInfo_t* L_167; L_167 = BinaryExpression_get_Method_m70A2C548821935446472BDB4B22E8565903B2CF1(L_166, NULL); NullCheck(L_165); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_165, L_167, NULL); return; } IL_0454: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_168 = V_0; NullCheck(L_168); int32_t L_169; L_169 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_168); V_7 = L_169; int32_t L_170 = V_7; switch (L_170) { case 0: { goto IL_052a; } case 1: { goto IL_052a; } case 2: { goto IL_05a1; } case 3: { goto IL_0668; } case 4: { goto IL_0668; } case 5: { goto IL_0506; } case 6: { goto IL_0668; } case 7: { goto IL_0668; } case 8: { goto IL_0668; } case 9: { goto IL_0668; } case 10: { goto IL_0668; } case 11: { goto IL_0668; } case 12: { goto IL_052a; } case 13: { goto IL_05d0; } case 14: { goto IL_0543; } case 15: { goto IL_0602; } case 16: { goto IL_0602; } case 17: { goto IL_0668; } case 18: { goto IL_0668; } case 19: { goto IL_060a; } case 20: { goto IL_0602; } case 21: { goto IL_0602; } case 22: { goto IL_0668; } case 23: { goto IL_0668; } case 24: { goto IL_0668; } case 25: { goto IL_052a; } case 26: { goto IL_052a; } case 27: { goto IL_052a; } } } { int32_t L_171 = V_7; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_171, ((int32_t)35)))) { case 0: { goto IL_05e9; } case 1: { goto IL_0572; } case 2: { goto IL_0668; } case 3: { goto IL_0668; } case 4: { goto IL_0668; } case 5: { goto IL_0668; } case 6: { goto IL_0639; } case 7: { goto IL_052a; } case 8: { goto IL_052a; } } } { goto IL_0668; } IL_0506: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_172 = V_0; NullCheck(L_172); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_173; L_173 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_172, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_173, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_174 = V_0; NullCheck(L_174); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_175; L_175 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_174, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_175, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_176 = __this->____instructions; NullCheck(L_176); InstructionList_EmitGetArrayItem_mF0304CECDC5B20DFC69FFA53A121F07ED9E90996(L_176, NULL); return; } IL_052a: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_177 = V_0; NullCheck(L_177); int32_t L_178; L_178 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_177); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_179 = V_0; NullCheck(L_179); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_180; L_180 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_179, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_181 = V_0; NullCheck(L_181); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_182; L_182 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_181, NULL); LightCompiler_CompileArithmetic_mD85E5AE30E14C39F5DD6014EFD9AE9FB9C919BA1(__this, L_178, L_180, L_182, NULL); return; } IL_0543: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_183 = V_0; NullCheck(L_183); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_184; L_184 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_183, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_184, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_185 = V_0; NullCheck(L_185); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_186; L_186 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_185, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_186, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_187 = __this->____instructions; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_188 = V_0; NullCheck(L_188); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_189; L_189 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_188, NULL); NullCheck(L_189); Type_t* L_190; L_190 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_189); NullCheck(L_187); InstructionList_EmitExclusiveOr_m850E9D170D183ACEABE7113AEEF0950847F6C79A(L_187, L_190, NULL); return; } IL_0572: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_191 = V_0; NullCheck(L_191); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_192; L_192 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_191, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_192, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_193 = V_0; NullCheck(L_193); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_194; L_194 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_193, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_194, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_195 = __this->____instructions; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_196 = V_0; NullCheck(L_196); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_197; L_197 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_196, NULL); NullCheck(L_197); Type_t* L_198; L_198 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_197); NullCheck(L_195); InstructionList_EmitOr_mA6C99E999B6F91E8C40F118D0E2CC0C2CA66B32C(L_195, L_198, NULL); return; } IL_05a1: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_199 = V_0; NullCheck(L_199); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_200; L_200 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_199, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_200, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_201 = V_0; NullCheck(L_201); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_202; L_202 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_201, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_202, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_203 = __this->____instructions; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_204 = V_0; NullCheck(L_204); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_205; L_205 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_204, NULL); NullCheck(L_205); Type_t* L_206; L_206 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_205); NullCheck(L_203); InstructionList_EmitAnd_mA9B1F01A4A77D0F6FD08E82BF1A6B34BEFC9F9EF(L_203, L_206, NULL); return; } IL_05d0: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_207 = V_0; NullCheck(L_207); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_208; L_208 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_207, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_209 = V_0; NullCheck(L_209); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_210; L_210 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_209, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_211 = V_0; NullCheck(L_211); bool L_212; L_212 = BinaryExpression_get_IsLiftedToNull_mA525F5AB3FF6A04A80711FE3EC96BD7AAF2CD9FE(L_211, NULL); LightCompiler_CompileEqual_mF10CC24B424EFB4772E874C9356173278472E20A(__this, L_208, L_210, L_212, NULL); return; } IL_05e9: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_213 = V_0; NullCheck(L_213); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_214; L_214 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_213, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_215 = V_0; NullCheck(L_215); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_216; L_216 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_215, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_217 = V_0; NullCheck(L_217); bool L_218; L_218 = BinaryExpression_get_IsLiftedToNull_mA525F5AB3FF6A04A80711FE3EC96BD7AAF2CD9FE(L_217, NULL); LightCompiler_CompileNotEqual_m60BF03F717F66A82C44D692C8B264CDF419F9405(__this, L_214, L_216, L_218, NULL); return; } IL_0602: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_219 = V_0; LightCompiler_CompileComparison_m59799657EB8006987CA5B57EA988F5C2C5219F20(__this, L_219, NULL); return; } IL_060a: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_220 = V_0; NullCheck(L_220); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_221; L_221 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_220, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_221, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_222 = V_0; NullCheck(L_222); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_223; L_223 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_222, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_223, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_224 = __this->____instructions; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_225 = V_0; NullCheck(L_225); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_226; L_226 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_225, NULL); NullCheck(L_226); Type_t* L_227; L_227 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_226); NullCheck(L_224); InstructionList_EmitLeftShift_mC40DAC8DD5053EC1B0445F1E6D96ABE919D2B7EF(L_224, L_227, NULL); return; } IL_0639: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_228 = V_0; NullCheck(L_228); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_229; L_229 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_228, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_229, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_230 = V_0; NullCheck(L_230); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_231; L_231 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_230, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_231, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_232 = __this->____instructions; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_233 = V_0; NullCheck(L_233); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_234; L_234 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_233, NULL); NullCheck(L_234); Type_t* L_235; L_235 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_234); NullCheck(L_232); InstructionList_EmitRightShift_m5C9229F895D2D65F14AC4696B15B97750D0D0E33(L_232, L_235, NULL); return; } IL_0668: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_236 = V_0; NullCheck(L_236); int32_t L_237; L_237 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_236); int32_t L_238 = L_237; RuntimeObject* L_239 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpressionType_tAA03F259DBEAA7B62E085C620D7B879FAA696B25_il2cpp_TypeInfo_var)), &L_238); String_t* L_240; L_240 = SR_Format_m7198B645F5C0A5E33F30AEF003C1F1D1415A9F86(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE2944AF0CCF6BBA147D275B224BFE25F459B826)), L_239, NULL); PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_241 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mC5103EE3FE4FE245039B1107D6685296D9CC6560(L_241, L_240, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_241, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_CompileBinaryExpression_m2F2ACD060D404236A0CEC78006B08C445F98FA09_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileEqual_mF10CC24B424EFB4772E874C9356173278472E20A (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_left, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_right, bool ___2_liftedToNull, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_left; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_0, NULL); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___1_right; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_1, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_2 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___0_left; NullCheck(L_3); Type_t* L_4; L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_3); bool L_5 = ___2_liftedToNull; NullCheck(L_2); InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D(L_2, L_4, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileNotEqual_m60BF03F717F66A82C44D692C8B264CDF419F9405 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_left, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_right, bool ___2_liftedToNull, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_left; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_0, NULL); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___1_right; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_1, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_2 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___0_left; NullCheck(L_3); Type_t* L_4; L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_3); bool L_5 = ___2_liftedToNull; NullCheck(L_2); InstructionList_EmitNotEqual_mA1364FC59DB1FB4FFAB4D61878E711146F0C9F56(L_2, L_4, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileComparison_m59799657EB8006987CA5B57EA988F5C2C5219F20 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_node, const RuntimeMethod* method) { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_0 = NULL; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_1 = NULL; int32_t V_2 = 0; { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = ___0_node; NullCheck(L_0); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1; L_1 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_0, NULL); V_0 = L_1; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_2 = ___0_node; NullCheck(L_2); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3; L_3 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_2, NULL); V_1 = L_3; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = V_0; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_4, NULL); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = V_1; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_5, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_6 = ___0_node; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_6); V_2 = L_7; int32_t L_8 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, ((int32_t)15)))) { case 0: { goto IL_007a; } case 1: { goto IL_0092; } case 2: { goto IL_00aa; } case 3: { goto IL_00aa; } case 4: { goto IL_00aa; } case 5: { goto IL_004a; } case 6: { goto IL_0062; } } } { goto IL_00aa; } IL_004a: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_9 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = V_0; NullCheck(L_10); Type_t* L_11; L_11 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_10); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_12 = ___0_node; NullCheck(L_12); bool L_13; L_13 = BinaryExpression_get_IsLiftedToNull_mA525F5AB3FF6A04A80711FE3EC96BD7AAF2CD9FE(L_12, NULL); NullCheck(L_9); InstructionList_EmitLessThan_m9CAB64D33B9457C8B16429478F6F056B66B71DFC(L_9, L_11, L_13, NULL); return; } IL_0062: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_14 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15 = V_0; NullCheck(L_15); Type_t* L_16; L_16 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_15); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_17 = ___0_node; NullCheck(L_17); bool L_18; L_18 = BinaryExpression_get_IsLiftedToNull_mA525F5AB3FF6A04A80711FE3EC96BD7AAF2CD9FE(L_17, NULL); NullCheck(L_14); InstructionList_EmitLessThanOrEqual_m76BE6D8AFE88563C6DFE00458DA0160EB1D31084(L_14, L_16, L_18, NULL); return; } IL_007a: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_19 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_20 = V_0; NullCheck(L_20); Type_t* L_21; L_21 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_20); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_22 = ___0_node; NullCheck(L_22); bool L_23; L_23 = BinaryExpression_get_IsLiftedToNull_mA525F5AB3FF6A04A80711FE3EC96BD7AAF2CD9FE(L_22, NULL); NullCheck(L_19); InstructionList_EmitGreaterThan_m493B45A922B2846D2018D17ECB3537146AE838D3(L_19, L_21, L_23, NULL); return; } IL_0092: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_24 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_25 = V_0; NullCheck(L_25); Type_t* L_26; L_26 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_25); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_27 = ___0_node; NullCheck(L_27); bool L_28; L_28 = BinaryExpression_get_IsLiftedToNull_mA525F5AB3FF6A04A80711FE3EC96BD7AAF2CD9FE(L_27, NULL); NullCheck(L_24); InstructionList_EmitGreaterThanOrEqual_m1AD6694C2286703C5D9C8F0A6CE5EFF263C18BC4(L_24, L_26, L_28, NULL); return; } IL_00aa: { Exception_t* L_29; L_29 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_CompileComparison_m59799657EB8006987CA5B57EA988F5C2C5219F20_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileArithmetic_mD85E5AE30E14C39F5DD6014EFD9AE9FB9C919BA1 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, int32_t ___0_nodeType, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_left, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___2_right, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___1_left; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_0, NULL); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___2_right; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_1, NULL); int32_t L_2 = ___0_nodeType; if ((((int32_t)L_2) > ((int32_t)((int32_t)12)))) { goto IL_0027; } } { int32_t L_3 = ___0_nodeType; if (!L_3) { goto IL_004b; } } { int32_t L_4 = ___0_nodeType; if ((((int32_t)L_4) == ((int32_t)1))) { goto IL_005e; } } { int32_t L_5 = ___0_nodeType; if ((((int32_t)L_5) == ((int32_t)((int32_t)12)))) { goto IL_00bd; } } { goto IL_00e1; } IL_0027: { int32_t L_6 = ___0_nodeType; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, ((int32_t)25)))) { case 0: { goto IL_00cf; } case 1: { goto IL_0097; } case 2: { goto IL_00aa; } } } { int32_t L_7 = ___0_nodeType; if ((((int32_t)L_7) == ((int32_t)((int32_t)42)))) { goto IL_0071; } } { int32_t L_8 = ___0_nodeType; if ((((int32_t)L_8) == ((int32_t)((int32_t)43)))) { goto IL_0084; } } { goto IL_00e1; } IL_004b: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_9 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = ___1_left; NullCheck(L_10); Type_t* L_11; L_11 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_10); NullCheck(L_9); InstructionList_EmitAdd_mB8445CDE227FB2707FFC88354D8FB87CB810159C(L_9, L_11, (bool)0, NULL); return; } IL_005e: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_12 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13 = ___1_left; NullCheck(L_13); Type_t* L_14; L_14 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_13); NullCheck(L_12); InstructionList_EmitAdd_mB8445CDE227FB2707FFC88354D8FB87CB810159C(L_12, L_14, (bool)1, NULL); return; } IL_0071: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_15 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16 = ___1_left; NullCheck(L_16); Type_t* L_17; L_17 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_16); NullCheck(L_15); InstructionList_EmitSub_m569ADDC52CB03DD3BADA4B6540C9F48A7A1E7745(L_15, L_17, (bool)0, NULL); return; } IL_0084: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_18 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_19 = ___1_left; NullCheck(L_19); Type_t* L_20; L_20 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_19); NullCheck(L_18); InstructionList_EmitSub_m569ADDC52CB03DD3BADA4B6540C9F48A7A1E7745(L_18, L_20, (bool)1, NULL); return; } IL_0097: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_21 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_22 = ___1_left; NullCheck(L_22); Type_t* L_23; L_23 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_22); NullCheck(L_21); InstructionList_EmitMul_mBE91B626AACDE24399A30DD8016134150EE10297(L_21, L_23, (bool)0, NULL); return; } IL_00aa: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_24 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_25 = ___1_left; NullCheck(L_25); Type_t* L_26; L_26 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_25); NullCheck(L_24); InstructionList_EmitMul_mBE91B626AACDE24399A30DD8016134150EE10297(L_24, L_26, (bool)1, NULL); return; } IL_00bd: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_27 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_28 = ___1_left; NullCheck(L_28); Type_t* L_29; L_29 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_28); NullCheck(L_27); InstructionList_EmitDiv_m45EEDCF56701756539A82C38F9B8D00F661D5707(L_27, L_29, NULL); return; } IL_00cf: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_30 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_31 = ___1_left; NullCheck(L_31); Type_t* L_32; L_32 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_31); NullCheck(L_30); InstructionList_EmitModulo_mC566DCBEDC05D856209E6CF7307F99DB3A91FF55(L_30, L_32, NULL); return; } IL_00e1: { Exception_t* L_33; L_33 = ContractUtils_get_Unreachable_m792F83C753CCE84550E4F0442CDC49B978FD0CE6(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_CompileArithmetic_mD85E5AE30E14C39F5DD6014EFD9AE9FB9C919BA1_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileConvertUnaryExpression_m6DC2AAA2EDEB9913629AB997C048069E8B29038A (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* V_0 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_1 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_2 = NULL; MethodInfo_t* V_3 = NULL; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_4 = NULL; Type_t* V_5 = NULL; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_6; memset((&V_6), 0, sizeof(V_6)); ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* V_7 = NULL; Type_t* V_8 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96*)CastclassSealed((RuntimeObject*)L_0, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var)); UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_1 = V_0; NullCheck(L_1); MethodInfo_t* L_2; L_2 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(L_1, NULL); bool L_3; L_3 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_2, (MethodInfo_t*)NULL, NULL); if (!L_3) { goto IL_0202; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_4 = __this->____instructions; NullCheck(L_4); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_5; L_5 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_4, NULL); V_1 = L_5; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_6 = __this->____instructions; NullCheck(L_6); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_7; L_7 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_6, NULL); V_2 = L_7; UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_8 = V_0; NullCheck(L_8); MethodInfo_t* L_9; L_9 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(L_8, NULL); V_3 = L_9; MethodInfo_t* L_10 = V_3; il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_11; L_11 = TypeExtensions_GetParametersCached_mD2B9864864929FEFA691059A59077A7E491A8141(L_10, NULL); V_4 = L_11; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_12 = V_4; NullCheck(L_12); int32_t L_13 = 0; ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_14 = (L_12)->GetAt(static_cast(L_13)); UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_15 = V_0; NullCheck(L_15); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16; L_16 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_15, NULL); NullCheck(L_16); Type_t* L_17; L_17 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_16); V_5 = L_17; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_18 = __this->____locals; Type_t* L_19 = V_5; il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_20; L_20 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_19, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_21 = __this->____instructions; NullCheck(L_21); int32_t L_22; L_22 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_21, NULL); NullCheck(L_18); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_23; L_23 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_18, L_20, L_22, NULL); V_6 = L_23; V_7 = (ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17*)NULL; NullCheck(L_14); Type_t* L_24; L_24 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_14); V_8 = L_24; Type_t* L_25 = V_8; NullCheck(L_25); bool L_26; L_26 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_25, NULL); if (!L_26) { goto IL_00b2; } } { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_27 = V_0; NullCheck(L_27); bool L_28; L_28 = UnaryExpression_get_IsLifted_m06A58D1977585CE5EFC1FEB58128DF06A5F8C626(L_27, NULL); if (!L_28) { goto IL_0098; } } { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_29 = V_0; NullCheck(L_29); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_30; L_30 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_29, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_30, NULL); goto IL_00be; } IL_0098: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_31 = V_0; NullCheck(L_31); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_32; L_32 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_31, NULL); ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_33; L_33 = LightCompiler_CompileAddress_mD364B6A5F26CA55A472B44257281EC6BFB5B5326(__this, L_32, 0, NULL); V_7 = L_33; Type_t* L_34 = V_8; NullCheck(L_34); Type_t* L_35; L_35 = VirtualFuncInvoker0< Type_t* >::Invoke(46, L_34); V_8 = L_35; goto IL_00be; } IL_00b2: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_36 = V_0; NullCheck(L_36); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_37; L_37 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_36, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_37, NULL); } IL_00be: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_38 = __this->____instructions; int32_t L_39; L_39 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_6), NULL); NullCheck(L_38); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_38, L_39, NULL); Type_t* L_40 = V_5; NullCheck(L_40); bool L_41; L_41 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_40, NULL); if (!L_41) { goto IL_00ea; } } { Type_t* L_42 = V_5; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_43; L_43 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_42, NULL); if (!L_43) { goto IL_0134; } } { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_44 = V_0; NullCheck(L_44); bool L_45; L_45 = UnaryExpression_get_IsLiftedToNull_m6A6103EBBB80AB1A349197D7E562B2B4898AC38E(L_44, NULL); if (!L_45) { goto IL_0134; } } IL_00ea: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_46 = __this->____instructions; int32_t L_47; L_47 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_6), NULL); NullCheck(L_46); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_46, L_47, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_48 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_49 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_50; L_50 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_49, NULL); NullCheck(L_48); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_48, NULL, L_50, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_51 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_52 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t* L_53; L_53 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_52, NULL); NullCheck(L_51); InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D(L_51, L_53, (bool)0, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_54 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_55 = V_2; NullCheck(L_54); InstructionList_EmitBranchTrue_m4E0F52ED341682EE6B00E7BBCBA332A5F7CFA683(L_54, L_55, NULL); } IL_0134: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_56 = __this->____instructions; int32_t L_57; L_57 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_6), NULL); NullCheck(L_56); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_56, L_57, NULL); Type_t* L_58 = V_5; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_59; L_59 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_58, NULL); if (!L_59) { goto IL_016f; } } { Type_t* L_60 = V_8; Type_t* L_61 = V_5; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_62; L_62 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_61, NULL); NullCheck(L_60); bool L_63; L_63 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(129, L_60, L_62); if (!L_63) { goto IL_016f; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_64 = __this->____instructions; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_65; L_65 = NullableMethodCallInstruction_CreateGetValue_mA94E11D88CD618BD64C43A0F6FEDB4B27D7121E3(NULL); NullCheck(L_64); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(L_64, L_65, NULL); } IL_016f: { ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_66 = V_7; if (L_66) { goto IL_0181; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_67 = __this->____instructions; MethodInfo_t* L_68 = V_3; NullCheck(L_67); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_67, L_68, NULL); goto IL_01ad; } IL_0181: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_69 = __this->____instructions; MethodInfo_t* L_70 = V_3; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_71 = V_4; ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_72 = (ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407*)(ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407*)SZArrayNew(ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407_il2cpp_TypeInfo_var, (uint32_t)1); ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_73 = L_72; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_74 = V_7; NullCheck(L_73); ArrayElementTypeCheck (L_73, L_74); (L_73)->SetAt(static_cast(0), (ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17*)L_74); NullCheck(L_69); InstructionList_EmitByRefCall_mB9ACC1A39B8306F3E69A5A379DC12765E048733F(L_69, L_70, L_71, L_73, NULL); ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_75 = V_7; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_76 = __this->____instructions; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_77 = __this->____locals; NullCheck(L_75); VirtualActionInvoker2< InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A*, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* >::Invoke(5, L_75, L_76, L_77); } IL_01ad: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_78 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_79 = V_1; NullCheck(L_78); InstructionList_EmitBranch_mC2BC5C3C401AC1272E911639B7FE37CAE916AEFF(L_78, L_79, (bool)0, (bool)1, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_80 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_81 = V_2; NullCheck(L_80); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_80, L_81, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_82 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_83 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_84; L_84 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_83, NULL); NullCheck(L_82); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_82, NULL, L_84, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_85 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_86 = V_1; NullCheck(L_85); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_85, L_86, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_87 = __this->____locals; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_88 = V_6; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_89 = __this->____instructions; NullCheck(L_89); int32_t L_90; L_90 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_89, NULL); NullCheck(L_87); LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_87, L_88, L_90, NULL); return; } IL_0202: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_91 = V_0; NullCheck(L_91); Type_t* L_92; L_92 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_91); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_93 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_94; L_94 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_93, NULL); bool L_95; L_95 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_92, L_94, NULL); if (!L_95) { goto IL_0226; } } { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_96 = V_0; NullCheck(L_96); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_97; L_97 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_96, NULL); LightCompiler_CompileAsVoid_m26956E46A54624326330679A508F900297B3AADD(__this, L_97, NULL); return; } IL_0226: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_98 = V_0; NullCheck(L_98); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_99; L_99 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_98, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_99, NULL); UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_100 = V_0; NullCheck(L_100); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_101; L_101 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_100, NULL); NullCheck(L_101); Type_t* L_102; L_102 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_101); UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_103 = V_0; NullCheck(L_103); Type_t* L_104; L_104 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_103); UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_105 = V_0; NullCheck(L_105); int32_t L_106; L_106 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_105); UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_107 = V_0; NullCheck(L_107); bool L_108; L_108 = UnaryExpression_get_IsLiftedToNull_m6A6103EBBB80AB1A349197D7E562B2B4898AC38E(L_107, NULL); LightCompiler_CompileConvertToType_mDE96A97B58C0895EFE15257380989E50EEDF91B6(__this, L_102, L_104, (bool)((((int32_t)L_106) == ((int32_t)((int32_t)11)))? 1 : 0), L_108, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileConvertToType_mDE96A97B58C0895EFE15257380989E50EEDF91B6 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Type_t* ___0_typeFrom, Type_t* ___1_typeTo, bool ___2_isChecked, bool ___3_isLiftedToNull, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t* V_0 = NULL; Type_t* V_1 = NULL; Type_t* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { Type_t* L_0 = ___1_typeTo; Type_t* L_1 = ___0_typeFrom; NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(129, L_0, L_1); if (!L_2) { goto IL_000a; } } { return; } IL_000a: { Type_t* L_3 = ___0_typeFrom; NullCheck(L_3); bool L_4; L_4 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_3, NULL); if (!L_4) { goto IL_0029; } } { Type_t* L_5 = ___1_typeTo; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_6; L_6 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_5, NULL); if (!L_6) { goto IL_0029; } } { Type_t* L_7 = ___1_typeTo; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_8; L_8 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_7, NULL); Type_t* L_9 = ___0_typeFrom; NullCheck(L_8); bool L_10; L_10 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(129, L_8, L_9); if (!L_10) { goto IL_0029; } } { return; } IL_0029: { Type_t* L_11 = ___1_typeTo; NullCheck(L_11); bool L_12; L_12 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_11, NULL); if (!L_12) { goto IL_0058; } } { Type_t* L_13 = ___0_typeFrom; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_14; L_14 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_13, NULL); if (!L_14) { goto IL_0058; } } { Type_t* L_15 = ___0_typeFrom; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_16; L_16 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_15, NULL); Type_t* L_17 = ___1_typeTo; NullCheck(L_16); bool L_18; L_18 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(129, L_16, L_17); if (!L_18) { goto IL_0058; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_19 = __this->____instructions; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20; L_20 = NullableMethodCallInstruction_CreateGetValue_mA94E11D88CD618BD64C43A0F6FEDB4B27D7121E3(NULL); NullCheck(L_19); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(L_19, L_20, NULL); return; } IL_0058: { Type_t* L_21 = ___0_typeFrom; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_22; L_22 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_21, NULL); V_0 = L_22; Type_t* L_23 = ___1_typeTo; Type_t* L_24; L_24 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_23, NULL); V_1 = L_24; Type_t* L_25 = V_0; bool L_26; L_26 = TypeUtils_IsNumericOrBool_m83754455F7993200F9EC07EB2B70E2D60428F65C(L_25, NULL); if (L_26) { goto IL_0079; } } { Type_t* L_27 = V_0; NullCheck(L_27); bool L_28; L_28 = VirtualFuncInvoker0< bool >::Invoke(69, L_27); if (!L_28) { goto IL_013f; } } IL_0079: { Type_t* L_29 = V_1; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_30; L_30 = TypeUtils_IsNumericOrBool_m83754455F7993200F9EC07EB2B70E2D60428F65C(L_29, NULL); if (L_30) { goto IL_009e; } } { Type_t* L_31 = V_1; NullCheck(L_31); bool L_32; L_32 = VirtualFuncInvoker0< bool >::Invoke(69, L_31); if (L_32) { goto IL_009e; } } { Type_t* L_33 = V_1; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_34 = { reinterpret_cast (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_35; L_35 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_34, NULL); bool L_36; L_36 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_33, L_35, NULL); if (!L_36) { goto IL_013f; } } IL_009e: { V_2 = (Type_t*)NULL; Type_t* L_37 = V_0; NullCheck(L_37); bool L_38; L_38 = VirtualFuncInvoker0< bool >::Invoke(69, L_37); if (!L_38) { goto IL_00af; } } { Type_t* L_39 = V_0; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); Type_t* L_40; L_40 = Enum_GetUnderlyingType_mEDDDC2C9F74ECC841E65E401C3703D59C37CBB05(L_39, NULL); V_0 = L_40; } IL_00af: { Type_t* L_41 = V_1; NullCheck(L_41); bool L_42; L_42 = VirtualFuncInvoker0< bool >::Invoke(69, L_41); if (!L_42) { goto IL_00c0; } } { Type_t* L_43 = V_1; V_2 = L_43; Type_t* L_44 = V_1; il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var); Type_t* L_45; L_45 = Enum_GetUnderlyingType_mEDDDC2C9F74ECC841E65E401C3703D59C37CBB05(L_44, NULL); V_1 = L_45; } IL_00c0: { Type_t* L_46 = V_0; il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); int32_t L_47; L_47 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_46, NULL); V_3 = L_47; Type_t* L_48 = V_1; int32_t L_49; L_49 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_48, NULL); V_4 = L_49; int32_t L_50 = V_3; int32_t L_51 = V_4; if ((!(((uint32_t)L_50) == ((uint32_t)L_51)))) { goto IL_010a; } } { Type_t* L_52 = V_2; if (!L_52) { goto IL_00f9; } } { Type_t* L_53 = ___0_typeFrom; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_54; L_54 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_53, NULL); if (!L_54) { goto IL_012f; } } { Type_t* L_55 = ___1_typeTo; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_56; L_56 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_55, NULL); if (L_56) { goto IL_012f; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_57 = __this->____instructions; Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_58; L_58 = NullableMethodCallInstruction_CreateGetValue_mA94E11D88CD618BD64C43A0F6FEDB4B27D7121E3(NULL); NullCheck(L_57); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(L_57, L_58, NULL); goto IL_012f; } IL_00f9: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_59 = __this->____instructions; int32_t L_60 = V_4; bool L_61 = ___3_isLiftedToNull; NullCheck(L_59); InstructionList_EmitConvertToUnderlying_m44CCBAE993E443711BECE9BFF51A46F5C064309B(L_59, L_60, L_61, NULL); goto IL_012f; } IL_010a: { bool L_62 = ___2_isChecked; if (!L_62) { goto IL_011f; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_63 = __this->____instructions; int32_t L_64 = V_3; int32_t L_65 = V_4; bool L_66 = ___3_isLiftedToNull; NullCheck(L_63); InstructionList_EmitNumericConvertChecked_m23AA4DBB5319C90DB24065303B80AB8A4854E0EC(L_63, L_64, L_65, L_66, NULL); goto IL_012f; } IL_011f: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_67 = __this->____instructions; int32_t L_68 = V_3; int32_t L_69 = V_4; bool L_70 = ___3_isLiftedToNull; NullCheck(L_67); InstructionList_EmitNumericConvertUnchecked_m9741B962450D0579CC59E8B19F73271557630024(L_67, L_68, L_69, L_70, NULL); } IL_012f: { Type_t* L_71 = V_2; if (!L_71) { goto IL_013e; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_72 = __this->____instructions; Type_t* L_73 = V_2; NullCheck(L_72); InstructionList_EmitCastToEnum_m8744E3F57FD4DF7F9C0F116063393DF49EAB5954(L_72, L_73, NULL); } IL_013e: { return; } IL_013f: { Type_t* L_74 = ___1_typeTo; NullCheck(L_74); bool L_75; L_75 = VirtualFuncInvoker0< bool >::Invoke(69, L_74); if (!L_75) { goto IL_0164; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_76 = __this->____instructions; il2cpp_codegen_runtime_class_init_inline(NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_77 = ((NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_StaticFields*)il2cpp_codegen_static_fields_for(NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var))->___Instance; NullCheck(L_76); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(L_76, L_77, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_78 = __this->____instructions; Type_t* L_79 = ___1_typeTo; NullCheck(L_78); InstructionList_EmitCastReferenceToEnum_m38D6DFEE03B355E563B6FB2B82E2E0B38DE6ADB3(L_78, L_79, NULL); return; } IL_0164: { Type_t* L_80 = ___1_typeTo; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_81 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_82; L_82 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_81, NULL); bool L_83; L_83 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_80, L_82, NULL); if (L_83) { goto IL_017f; } } { Type_t* L_84 = ___1_typeTo; Type_t* L_85 = ___0_typeFrom; NullCheck(L_84); bool L_86; L_86 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_84, L_85); if (!L_86) { goto IL_0180; } } IL_017f: { return; } IL_0180: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_87 = __this->____instructions; Type_t* L_88 = ___1_typeTo; NullCheck(L_87); InstructionList_EmitCast_mCF096E9F505DF62B40EA27B3BE72F91FE5D9BA4E(L_87, L_88, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileNotExpression_mE855448C41BC11D37A97ED7C776365479D079816 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___0_node, const RuntimeMethod* method) { { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = ___0_node; NullCheck(L_0); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1; L_1 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_0, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_1, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_2 = __this->____instructions; UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_3 = ___0_node; NullCheck(L_3); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4; L_4 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_3, NULL); NullCheck(L_4); Type_t* L_5; L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_4); NullCheck(L_2); InstructionList_EmitNot_m24E20FB7B7DDE0E60DF5CC5A6CA9FFC1420B3CC5(L_2, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileUnaryExpression_mCCB7F07BBBB379463A98415EC189979058F51AA1 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* V_0 = NULL; int32_t V_1 = 0; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96*)CastclassSealed((RuntimeObject*)L_0, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var)); UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_1 = V_0; NullCheck(L_1); MethodInfo_t* L_2; L_2 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(L_1, NULL); bool L_3; L_3 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_2, (MethodInfo_t*)NULL, NULL); if (!L_3) { goto IL_001d; } } { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_4 = V_0; LightCompiler_EmitUnaryMethodCall_m0E8E7FB15479F2CEA6C08A1F60C6071B8294D040(__this, L_4, NULL); return; } IL_001d: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_5); V_1 = L_6; int32_t L_7 = V_1; if ((((int32_t)L_7) > ((int32_t)((int32_t)44)))) { goto IL_005c; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)4))) { goto IL_0097; } } { int32_t L_9 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_9, ((int32_t)28)))) { case 0: { goto IL_00cd; } case 1: { goto IL_0127; } case 2: { goto IL_00af; } case 3: { goto IL_013c; } case 4: { goto IL_013c; } case 5: { goto IL_013c; } case 6: { goto IL_0087; } } } { int32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)44)))) { goto IL_008f; } } { goto IL_013c; } IL_005c: { int32_t L_11 = V_1; if ((((int32_t)L_11) > ((int32_t)((int32_t)54)))) { goto IL_0073; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)49)))) { goto IL_0109; } } { int32_t L_13 = V_1; if ((((int32_t)L_13) == ((int32_t)((int32_t)54)))) { goto IL_00eb; } } { goto IL_013c; } IL_0073: { int32_t L_14 = V_1; if ((((int32_t)L_14) == ((int32_t)((int32_t)82)))) { goto IL_0087; } } { int32_t L_15 = V_1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_15, ((int32_t)83)))) > ((uint32_t)1)))) { goto IL_0134; } } { goto IL_013c; } IL_0087: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_16 = V_0; LightCompiler_CompileNotExpression_mE855448C41BC11D37A97ED7C776365479D079816(__this, L_16, NULL); return; } IL_008f: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_17 = V_0; LightCompiler_CompileTypeAsExpression_m36DE6DB9E5487523A621E76F1C7F314C25AC5451(__this, L_17, NULL); return; } IL_0097: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_18 = V_0; NullCheck(L_18); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_19; L_19 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_18, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_19, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_20 = __this->____instructions; NullCheck(L_20); InstructionList_EmitArrayLength_m104D98336309C2B0F9E4E7A28A40E99CC9EC79A4(L_20, NULL); return; } IL_00af: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_21 = V_0; NullCheck(L_21); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_22; L_22 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_21, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_22, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_23 = __this->____instructions; UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_24 = V_0; NullCheck(L_24); Type_t* L_25; L_25 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_24); NullCheck(L_23); InstructionList_EmitNegateChecked_m7C7A273DA0D6FB6E0286D2C108CD52F4D3ACC935(L_23, L_25, NULL); return; } IL_00cd: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_26 = V_0; NullCheck(L_26); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_27; L_27 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_26, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_27, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_28 = __this->____instructions; UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_29 = V_0; NullCheck(L_29); Type_t* L_30; L_30 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_29); NullCheck(L_28); InstructionList_EmitNegate_m2D98193AC70B486E9E332FE995D1FB43FCA9E0E1(L_28, L_30, NULL); return; } IL_00eb: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_31 = V_0; NullCheck(L_31); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_32; L_32 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_31, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_32, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_33 = __this->____instructions; UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_34 = V_0; NullCheck(L_34); Type_t* L_35; L_35 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_34); NullCheck(L_33); InstructionList_EmitIncrement_mB1927A19697714F5D8B881E287239DB7E1179211(L_33, L_35, NULL); return; } IL_0109: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_36 = V_0; NullCheck(L_36); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_37; L_37 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_36, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_37, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_38 = __this->____instructions; UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_39 = V_0; NullCheck(L_39); Type_t* L_40; L_40 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_39); NullCheck(L_38); InstructionList_EmitDecrement_mB49E00386E16027A34D60C66504E0667F281FC60(L_38, L_40, NULL); return; } IL_0127: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_41 = V_0; NullCheck(L_41); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_42; L_42 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_41, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_42, NULL); return; } IL_0134: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_43 = V_0; LightCompiler_EmitUnaryBoolCheck_m59F7424D67B22CB56099F364B0FE3AA0F8240BB5(__this, L_43, NULL); return; } IL_013c: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_44 = V_0; NullCheck(L_44); int32_t L_45; L_45 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_44); int32_t L_46 = L_45; RuntimeObject* L_47 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpressionType_tAA03F259DBEAA7B62E085C620D7B879FAA696B25_il2cpp_TypeInfo_var)), &L_46); String_t* L_48; L_48 = SR_Format_m7198B645F5C0A5E33F30AEF003C1F1D1415A9F86(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDE2944AF0CCF6BBA147D275B224BFE25F459B826)), L_47, NULL); PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A* L_49 = (PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PlatformNotSupportedException_tD2BD7EB9278518AA5FE8AE75AD5D0D4298A4631A_il2cpp_TypeInfo_var))); PlatformNotSupportedException__ctor_mC5103EE3FE4FE245039B1107D6685296D9CC6560(L_49, L_48, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_CompileUnaryExpression_mCCB7F07BBBB379463A98415EC189979058F51AA1_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_EmitUnaryMethodCall_m0E8E7FB15479F2CEA6C08A1F60C6071B8294D040 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___0_node, const RuntimeMethod* method) { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_0 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_1 = NULL; { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = ___0_node; NullCheck(L_0); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1; L_1 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_0, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_1, NULL); UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_2 = ___0_node; NullCheck(L_2); bool L_3; L_3 = UnaryExpression_get_IsLifted_m06A58D1977585CE5EFC1FEB58128DF06A5F8C626(L_2, NULL); if (!L_3) { goto IL_006e; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_4 = __this->____instructions; NullCheck(L_4); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_5; L_5 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_4, NULL); V_0 = L_5; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_6 = __this->____instructions; NullCheck(L_6); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_7; L_7 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_6, NULL); V_1 = L_7; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_8 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_9 = V_0; NullCheck(L_8); InstructionList_EmitCoalescingBranch_m0AFCF804B7D3C8C49DAC4DB254DC396B31CEE2A1(L_8, L_9, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_10 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_11 = V_1; NullCheck(L_10); InstructionList_EmitBranch_m50B1C1BE96759C14F4073C86F4BDA19329A4BE00(L_10, L_11, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_12 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_13 = V_0; NullCheck(L_12); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_12, L_13, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_14 = __this->____instructions; UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_15 = ___0_node; NullCheck(L_15); MethodInfo_t* L_16; L_16 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(L_15, NULL); NullCheck(L_14); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_14, L_16, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_17 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_18 = V_1; NullCheck(L_17); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_17, L_18, NULL); return; } IL_006e: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_19 = __this->____instructions; UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_20 = ___0_node; NullCheck(L_20); MethodInfo_t* L_21; L_21 = UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline(L_20, NULL); NullCheck(L_19); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_19, L_21, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_EmitUnaryBoolCheck_m59F7424D67B22CB56099F364B0FE3AA0F8240BB5 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___0_node, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_0 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_1 = NULL; { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = ___0_node; NullCheck(L_0); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1; L_1 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_0, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_1, NULL); UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_2 = ___0_node; NullCheck(L_2); bool L_3; L_3 = UnaryExpression_get_IsLifted_m06A58D1977585CE5EFC1FEB58128DF06A5F8C626(L_2, NULL); if (!L_3) { goto IL_0088; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_4 = __this->____instructions; NullCheck(L_4); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_5; L_5 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_4, NULL); V_0 = L_5; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_6 = __this->____instructions; NullCheck(L_6); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_7; L_7 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_6, NULL); V_1 = L_7; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_8 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_9 = V_0; NullCheck(L_8); InstructionList_EmitCoalescingBranch_m0AFCF804B7D3C8C49DAC4DB254DC396B31CEE2A1(L_8, L_9, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_10 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_11 = V_1; NullCheck(L_10); InstructionList_EmitBranch_m50B1C1BE96759C14F4073C86F4BDA19329A4BE00(L_10, L_11, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_12 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_13 = V_0; NullCheck(L_12); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_12, L_13, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_14 = __this->____instructions; UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_15 = ___0_node; NullCheck(L_15); int32_t L_16; L_16 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_15); NullCheck(L_14); InstructionList_EmitLoad_m8A255B3C2BF140F884669C0C81275DCE104D35EB(L_14, (bool)((((int32_t)L_16) == ((int32_t)((int32_t)83)))? 1 : 0), NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_17 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_18 = { reinterpret_cast (Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_19; L_19 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_18, NULL); NullCheck(L_17); InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D(L_17, L_19, (bool)0, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_20 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_21 = V_1; NullCheck(L_20); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_20, L_21, NULL); return; } IL_0088: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_22 = __this->____instructions; UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_23 = ___0_node; NullCheck(L_23); int32_t L_24; L_24 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_23); NullCheck(L_22); InstructionList_EmitLoad_m8A255B3C2BF140F884669C0C81275DCE104D35EB(L_22, (bool)((((int32_t)L_24) == ((int32_t)((int32_t)83)))? 1 : 0), NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_25 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_26 = { reinterpret_cast (Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_27; L_27 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_26, NULL); NullCheck(L_25); InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D(L_25, L_27, (bool)0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileAndAlsoBinaryExpression_mEFB87BBED337BF0D9835992221634A48AC6AF864 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; LightCompiler_CompileLogicalBinaryExpression_mB7642DB8B595D238F828E5CB5EF4E3F9B0B00A97(__this, ((BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4*)CastclassClass((RuntimeObject*)L_0, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var)), (bool)1, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileOrElseBinaryExpression_m54EA8FF9FD74D9728F3EBDCBB5A97F8AA7F88F62 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; LightCompiler_CompileLogicalBinaryExpression_mB7642DB8B595D238F828E5CB5EF4E3F9B0B00A97(__this, ((BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4*)CastclassClass((RuntimeObject*)L_0, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var)), (bool)0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileLogicalBinaryExpression_mB7642DB8B595D238F828E5CB5EF4E3F9B0B00A97 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_b, bool ___1_andAlso, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_0 = ___0_b; NullCheck(L_0); MethodInfo_t* L_1; L_1 = BinaryExpression_get_Method_m70A2C548821935446472BDB4B22E8565903B2CF1(L_0, NULL); bool L_2; L_2 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_1, (MethodInfo_t*)NULL, NULL); if (!L_2) { goto IL_001f; } } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_3 = ___0_b; NullCheck(L_3); bool L_4; L_4 = BinaryExpression_get_IsLiftedLogical_m37019072EF35E2D1560E8D28FDF8196271A2BA0D(L_3, NULL); if (L_4) { goto IL_001f; } } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_5 = ___0_b; bool L_6 = ___1_andAlso; LightCompiler_CompileMethodLogicalBinaryExpression_m7D1604593FF06405D4DD06AB74EF0DA365156EF9(__this, L_5, L_6, NULL); return; } IL_001f: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_7 = ___0_b; NullCheck(L_7); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8; L_8 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_7, NULL); NullCheck(L_8); Type_t* L_9; L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_8); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_11; L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL); bool L_12; L_12 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_9, L_11, NULL); if (!L_12) { goto IL_0044; } } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_13 = ___0_b; bool L_14 = ___1_andAlso; LightCompiler_CompileLiftedLogicalBinaryExpression_mC79DA881CE5F66E73CD2C7339C44634F36324140(__this, L_13, L_14, NULL); return; } IL_0044: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_15 = ___0_b; NullCheck(L_15); bool L_16; L_16 = BinaryExpression_get_IsLiftedLogical_m37019072EF35E2D1560E8D28FDF8196271A2BA0D(L_15, NULL); if (!L_16) { goto IL_0059; } } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_17 = ___0_b; NullCheck(L_17); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18; L_18 = BinaryExpression_ReduceUserdefinedLifted_mA57B8D44F8D3EECE744DCF9EA98F9C8C79DCA262(L_17, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_18, NULL); return; } IL_0059: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_19 = ___0_b; bool L_20 = ___1_andAlso; LightCompiler_CompileUnliftedLogicalBinaryExpression_m8A8703958738DF0E0B8F8D62771DF01C8426B4B2(__this, L_19, L_20, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMethodLogicalBinaryExpression_m7D1604593FF06405D4DD06AB74EF0DA365156EF9 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_expr, bool ___1_andAlso, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DD8594A96A295B77F6A1C938ED81FCF7ADCAC27); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5506B85C9F5FFCAB79D529FD71FE741DA8D34781); s_Il2CppMethodInitialized = true; } BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_0 = NULL; MethodInfo_t* V_1 = NULL; Type_t* G_B2_0 = NULL; Type_t* G_B1_0 = NULL; String_t* G_B3_0 = NULL; Type_t* G_B3_1 = NULL; { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_0 = __this->____instructions; NullCheck(L_0); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_1; L_1 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_0, NULL); V_0 = L_1; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_2 = ___0_expr; NullCheck(L_2); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3; L_3 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_2, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_3, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_4 = __this->____instructions; NullCheck(L_4); InstructionList_EmitDup_mF35BA4C8C5D78390C9ABA0EA1AD8B9B39CCDA489(L_4, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_5 = ___0_expr; NullCheck(L_5); MethodInfo_t* L_6; L_6 = BinaryExpression_get_Method_m70A2C548821935446472BDB4B22E8565903B2CF1(L_5, NULL); NullCheck(L_6); Type_t* L_7; L_7 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_6); bool L_8 = ___1_andAlso; if (L_8) { G_B2_0 = L_7; goto IL_0038; } G_B1_0 = L_7; } { G_B3_0 = _stringLiteral1DD8594A96A295B77F6A1C938ED81FCF7ADCAC27; G_B3_1 = G_B1_0; goto IL_003d; } IL_0038: { G_B3_0 = _stringLiteral5506B85C9F5FFCAB79D529FD71FE741DA8D34781; G_B3_1 = G_B2_0; } IL_003d: { il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); MethodInfo_t* L_9; L_9 = TypeUtils_GetBooleanOperator_m044025C7C745B557718CD00498EA82C1E9D526AC(G_B3_1, G_B3_0, NULL); V_1 = L_9; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_10 = __this->____instructions; MethodInfo_t* L_11 = V_1; NullCheck(L_10); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_10, L_11, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_12 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_13 = V_0; NullCheck(L_12); InstructionList_EmitBranchTrue_m4E0F52ED341682EE6B00E7BBCBA332A5F7CFA683(L_12, L_13, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_14 = ___0_expr; NullCheck(L_14); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15; L_15 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_14, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_15, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_16 = __this->____instructions; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_17 = ___0_expr; NullCheck(L_17); MethodInfo_t* L_18; L_18 = BinaryExpression_get_Method_m70A2C548821935446472BDB4B22E8565903B2CF1(L_17, NULL); NullCheck(L_16); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_16, L_18, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_19 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_20 = V_0; NullCheck(L_19); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_19, L_20, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileLiftedLogicalBinaryExpression_mC79DA881CE5F66E73CD2C7339C44634F36324140 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_node, bool ___1_andAlso, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_0 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_1 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_2 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_3 = NULL; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_4; memset((&V_4), 0, sizeof(V_4)); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_5; memset((&V_5), 0, sizeof(V_5)); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_6; memset((&V_6), 0, sizeof(V_6)); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B8_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B7_0 = NULL; RuntimeObject* G_B9_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B9_1 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B11_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B10_0 = NULL; RuntimeObject* G_B12_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B12_1 = NULL; { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_0 = __this->____instructions; NullCheck(L_0); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_1; L_1 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_0, NULL); V_0 = L_1; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_2 = __this->____instructions; NullCheck(L_2); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_3; L_3 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_2, NULL); V_1 = L_3; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_4 = __this->____instructions; NullCheck(L_4); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_5; L_5 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_4, NULL); V_2 = L_5; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_6 = __this->____instructions; NullCheck(L_6); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_7; L_7 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_6, NULL); V_3 = L_7; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_8 = __this->____locals; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_9 = ___0_node; NullCheck(L_9); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10; L_10 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_9, NULL); NullCheck(L_10); Type_t* L_11; L_11 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_10); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_12; L_12 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_11, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_13 = __this->____instructions; NullCheck(L_13); int32_t L_14; L_14 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_13, NULL); NullCheck(L_8); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_15; L_15 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_8, L_12, L_14, NULL); V_4 = L_15; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_16 = __this->____locals; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_17 = ___0_node; NullCheck(L_17); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18; L_18 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_17, NULL); NullCheck(L_18); Type_t* L_19; L_19 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_18); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_20; L_20 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_19, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_21 = __this->____instructions; NullCheck(L_21); int32_t L_22; L_22 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_21, NULL); NullCheck(L_16); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_23; L_23 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_16, L_20, L_22, NULL); V_5 = L_23; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_24 = ___0_node; NullCheck(L_24); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_25; L_25 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_24, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_25, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_26 = __this->____instructions; int32_t L_27; L_27 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_5), NULL); NullCheck(L_26); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_26, L_27, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_28 = __this->____instructions; int32_t L_29; L_29 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_5), NULL); NullCheck(L_28); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_28, L_29, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_30 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_31 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_32; L_32 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_31, NULL); NullCheck(L_30); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_30, NULL, L_32, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_33 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_34 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t* L_35; L_35 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_34, NULL); NullCheck(L_33); InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D(L_33, L_35, (bool)0, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_36 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_37 = V_0; NullCheck(L_36); InstructionList_EmitBranchTrue_m4E0F52ED341682EE6B00E7BBCBA332A5F7CFA683(L_36, L_37, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_38 = __this->____instructions; int32_t L_39; L_39 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_5), NULL); NullCheck(L_38); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_38, L_39, NULL); bool L_40 = ___1_andAlso; if (!L_40) { goto IL_010b; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_41 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_42 = V_1; NullCheck(L_41); InstructionList_EmitBranchFalse_mF38794712CF0A90AE957D774C794F2C3B20969A7(L_41, L_42, NULL); goto IL_0117; } IL_010b: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_43 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_44 = V_1; NullCheck(L_43); InstructionList_EmitBranchTrue_m4E0F52ED341682EE6B00E7BBCBA332A5F7CFA683(L_43, L_44, NULL); } IL_0117: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_45 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_46 = V_0; NullCheck(L_45); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_45, L_46, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_47 = __this->____locals; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_48 = ___0_node; NullCheck(L_48); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_49; L_49 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_48, NULL); NullCheck(L_49); Type_t* L_50; L_50 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_49); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_51; L_51 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_50, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_52 = __this->____instructions; NullCheck(L_52); int32_t L_53; L_53 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_52, NULL); NullCheck(L_47); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_54; L_54 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_47, L_51, L_53, NULL); V_6 = L_54; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_55 = ___0_node; NullCheck(L_55); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_56; L_56 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_55, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_56, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_57 = __this->____instructions; int32_t L_58; L_58 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_6), NULL); NullCheck(L_57); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_57, L_58, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_59 = __this->____instructions; int32_t L_60; L_60 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_6), NULL); NullCheck(L_59); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_59, L_60, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_61 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_62 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_63; L_63 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_62, NULL); NullCheck(L_61); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_61, NULL, L_63, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_64 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_65 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t* L_66; L_66 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_65, NULL); NullCheck(L_64); InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D(L_64, L_66, (bool)0, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_67 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_68 = V_2; NullCheck(L_67); InstructionList_EmitBranchTrue_m4E0F52ED341682EE6B00E7BBCBA332A5F7CFA683(L_67, L_68, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_69 = __this->____instructions; int32_t L_70; L_70 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_6), NULL); NullCheck(L_69); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_69, L_70, NULL); bool L_71 = ___1_andAlso; if (!L_71) { goto IL_01d6; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_72 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_73 = V_1; NullCheck(L_72); InstructionList_EmitBranchFalse_mF38794712CF0A90AE957D774C794F2C3B20969A7(L_72, L_73, NULL); goto IL_01e2; } IL_01d6: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_74 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_75 = V_1; NullCheck(L_74); InstructionList_EmitBranchTrue_m4E0F52ED341682EE6B00E7BBCBA332A5F7CFA683(L_74, L_75, NULL); } IL_01e2: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_76 = __this->____instructions; int32_t L_77; L_77 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_5), NULL); NullCheck(L_76); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_76, L_77, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_78 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_79 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_80; L_80 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_79, NULL); NullCheck(L_78); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_78, NULL, L_80, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_81 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_82 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t* L_83; L_83 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_82, NULL); NullCheck(L_81); InstructionList_EmitEqual_m32089C720022BD9849074A6C51193476923E004D(L_81, L_83, (bool)0, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_84 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_85 = V_2; NullCheck(L_84); InstructionList_EmitBranchTrue_m4E0F52ED341682EE6B00E7BBCBA332A5F7CFA683(L_84, L_85, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_86 = __this->____instructions; bool L_87 = ___1_andAlso; if (L_87) { G_B8_0 = L_86; goto IL_023c; } G_B7_0 = L_86; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_88 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; G_B9_0 = L_88; G_B9_1 = G_B7_0; goto IL_0241; } IL_023c: { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_89 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedTrue; G_B9_0 = L_89; G_B9_1 = G_B8_0; } IL_0241: { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_90 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_91; L_91 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_90, NULL); NullCheck(G_B9_1); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(G_B9_1, G_B9_0, L_91, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_92 = __this->____instructions; int32_t L_93; L_93 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_4), NULL); NullCheck(L_92); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_92, L_93, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_94 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_95 = V_3; NullCheck(L_94); InstructionList_EmitBranch_m50B1C1BE96759C14F4073C86F4BDA19329A4BE00(L_94, L_95, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_96 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_97 = V_1; NullCheck(L_96); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_96, L_97, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_98 = __this->____instructions; bool L_99 = ___1_andAlso; if (L_99) { G_B11_0 = L_98; goto IL_028a; } G_B10_0 = L_98; } { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_100 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedTrue; G_B12_0 = L_100; G_B12_1 = G_B10_0; goto IL_028f; } IL_028a: { il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); RuntimeObject* L_101 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse; G_B12_0 = L_101; G_B12_1 = G_B11_0; } IL_028f: { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_102 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_103; L_103 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_102, NULL); NullCheck(G_B12_1); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(G_B12_1, G_B12_0, L_103, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_104 = __this->____instructions; int32_t L_105; L_105 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_4), NULL); NullCheck(L_104); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_104, L_105, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_106 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_107 = V_3; NullCheck(L_106); InstructionList_EmitBranch_m50B1C1BE96759C14F4073C86F4BDA19329A4BE00(L_106, L_107, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_108 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_109 = V_2; NullCheck(L_108); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_108, L_109, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_110 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_111 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; Type_t* L_112; L_112 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_111, NULL); NullCheck(L_110); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_110, NULL, L_112, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_113 = __this->____instructions; int32_t L_114; L_114 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_4), NULL); NullCheck(L_113); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_113, L_114, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_115 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_116 = V_3; NullCheck(L_115); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_115, L_116, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_117 = __this->____instructions; int32_t L_118; L_118 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_4), NULL); NullCheck(L_117); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_117, L_118, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_119 = __this->____locals; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_120 = V_5; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_121 = __this->____instructions; NullCheck(L_121); int32_t L_122; L_122 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_121, NULL); NullCheck(L_119); LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_119, L_120, L_122, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_123 = __this->____locals; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_124 = V_6; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_125 = __this->____instructions; NullCheck(L_125); int32_t L_126; L_126 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_125, NULL); NullCheck(L_123); LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_123, L_124, L_126, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_127 = __this->____locals; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_128 = V_4; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_129 = __this->____instructions; NullCheck(L_129); int32_t L_130; L_130 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_129, NULL); NullCheck(L_127); LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_127, L_128, L_130, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileUnliftedLogicalBinaryExpression_m8A8703958738DF0E0B8F8D62771DF01C8426B4B2 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* ___0_expr, bool ___1_andAlso, const RuntimeMethod* method) { BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_0 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_1 = NULL; { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_0 = __this->____instructions; NullCheck(L_0); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_1; L_1 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_0, NULL); V_0 = L_1; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_2 = __this->____instructions; NullCheck(L_2); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_3; L_3 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_2, NULL); V_1 = L_3; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_4 = ___0_expr; NullCheck(L_4); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5; L_5 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_4, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_5, NULL); bool L_6 = ___1_andAlso; if (!L_6) { goto IL_0035; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_7 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_8 = V_0; NullCheck(L_7); InstructionList_EmitBranchFalse_mF38794712CF0A90AE957D774C794F2C3B20969A7(L_7, L_8, NULL); goto IL_0041; } IL_0035: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_9 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_10 = V_0; NullCheck(L_9); InstructionList_EmitBranchTrue_m4E0F52ED341682EE6B00E7BBCBA332A5F7CFA683(L_9, L_10, NULL); } IL_0041: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_11 = ___0_expr; NullCheck(L_11); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12; L_12 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_11, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_12, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_13 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_14 = V_1; NullCheck(L_13); InstructionList_EmitBranch_mC2BC5C3C401AC1272E911639B7FE37CAE916AEFF(L_13, L_14, (bool)0, (bool)1, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_15 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_16 = V_0; NullCheck(L_15); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_15, L_16, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_17 = __this->____instructions; bool L_18 = ___1_andAlso; NullCheck(L_17); InstructionList_EmitLoad_m8A255B3C2BF140F884669C0C81275DCE104D35EB(L_17, (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0), NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_19 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_20 = V_1; NullCheck(L_19); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_19, L_20, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileConditionalExpression_m885580AA2BED2DE5A2C79CD924AD599BE2ACCDE6 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, bool ___1_asVoid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* V_0 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_1 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_2 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_3 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913*)CastclassClass((RuntimeObject*)L_0, ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913_il2cpp_TypeInfo_var)); ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_1 = V_0; NullCheck(L_1); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2; L_2 = ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline(L_1, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_2, NULL); ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_3 = V_0; NullCheck(L_3); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4; L_4 = ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline(L_3, NULL); il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_5 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___Empty; if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_4) == ((RuntimeObject*)(DefaultExpression_t68E278AD7534F283D174570B240C596979B26533*)L_5)))) { goto IL_0052; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_6 = __this->____instructions; NullCheck(L_6); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_7; L_7 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_6, NULL); V_1 = L_7; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_8 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_9 = V_1; NullCheck(L_8); InstructionList_EmitBranchTrue_m4E0F52ED341682EE6B00E7BBCBA332A5F7CFA683(L_8, L_9, NULL); ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_10 = V_0; NullCheck(L_10); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11; L_11 = ConditionalExpression_get_IfFalse_mEA6C2752B55A2D84A53DF36CD8C1E43244C99CA9(L_10, NULL); bool L_12 = ___1_asVoid; LightCompiler_Compile_m9E52D6F9E91892CAF977C25E7EB0C8B500D0B3DA(__this, L_11, L_12, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_13 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_14 = V_1; NullCheck(L_13); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_13, L_14, NULL); return; } IL_0052: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_15 = __this->____instructions; NullCheck(L_15); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_16; L_16 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_15, NULL); V_2 = L_16; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_17 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_18 = V_2; NullCheck(L_17); InstructionList_EmitBranchFalse_mF38794712CF0A90AE957D774C794F2C3B20969A7(L_17, L_18, NULL); ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_19 = V_0; NullCheck(L_19); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_20; L_20 = ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline(L_19, NULL); bool L_21 = ___1_asVoid; LightCompiler_Compile_m9E52D6F9E91892CAF977C25E7EB0C8B500D0B3DA(__this, L_20, L_21, NULL); ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_22 = V_0; NullCheck(L_22); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_23; L_23 = ConditionalExpression_get_IfFalse_mEA6C2752B55A2D84A53DF36CD8C1E43244C99CA9(L_22, NULL); il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_24 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___Empty; if ((((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_23) == ((RuntimeObject*)(DefaultExpression_t68E278AD7534F283D174570B240C596979B26533*)L_24))) { goto IL_00c7; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_25 = __this->____instructions; NullCheck(L_25); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_26; L_26 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_25, NULL); V_3 = L_26; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_27 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_28 = V_3; bool L_29 = ___1_asVoid; NullCheck(L_27); InstructionList_EmitBranch_mC2BC5C3C401AC1272E911639B7FE37CAE916AEFF(L_27, L_28, (bool)0, (bool)((((int32_t)L_29) == ((int32_t)0))? 1 : 0), NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_30 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_31 = V_2; NullCheck(L_30); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_30, L_31, NULL); ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_32 = V_0; NullCheck(L_32); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_33; L_33 = ConditionalExpression_get_IfFalse_mEA6C2752B55A2D84A53DF36CD8C1E43244C99CA9(L_32, NULL); bool L_34 = ___1_asVoid; LightCompiler_Compile_m9E52D6F9E91892CAF977C25E7EB0C8B500D0B3DA(__this, L_33, L_34, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_35 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_36 = V_3; NullCheck(L_35); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_35, L_36, NULL); return; } IL_00c7: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_37 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_38 = V_2; NullCheck(L_37); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_37, L_38, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileLoopExpression_mCE771AC86E40E0650F97FE262F58B3A36ECE955C (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* V_0 = NULL; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* V_1 = NULL; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* V_2 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83*)CastclassSealed((RuntimeObject*)L_0, LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83_il2cpp_TypeInfo_var)); LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4(__this, 0, NULL); LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_1 = V_0; NullCheck(L_1); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_2; L_2 = LoopExpression_get_BreakLabel_m0BEEB41E030AF49D291CF9EB576DA6C3F48B49BE_inline(L_1, NULL); LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_3; L_3 = LightCompiler_DefineLabel_mE0E35E9DC8AE11AA07A785367C016FFE722BAEB6(__this, L_2, NULL); V_1 = L_3; LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_4 = V_0; NullCheck(L_4); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_5; L_5 = LoopExpression_get_ContinueLabel_m38C78413422A156C849F4F1B76FAD1A375C7402F_inline(L_4, NULL); LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_6; L_6 = LightCompiler_DefineLabel_mE0E35E9DC8AE11AA07A785367C016FFE722BAEB6(__this, L_5, NULL); V_2 = L_6; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_7 = __this->____instructions; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_8 = V_2; NullCheck(L_8); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_9; L_9 = LabelInfo_GetLabel_m6152B92995CE945B97419F176CF50D846A0E86BF(L_8, __this, NULL); NullCheck(L_7); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_7, L_9, NULL); LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_10 = V_0; NullCheck(L_10); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11; L_11 = LoopExpression_get_Body_m057FFA1E0C15C75D99ADB7064CA352BD037803DA_inline(L_10, NULL); LightCompiler_CompileAsVoid_m26956E46A54624326330679A508F900297B3AADD(__this, L_11, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_12 = __this->____instructions; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_13 = V_2; NullCheck(L_13); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_14; L_14 = LabelInfo_GetLabel_m6152B92995CE945B97419F176CF50D846A0E86BF(L_13, __this, NULL); LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* L_15 = V_0; NullCheck(L_15); Type_t* L_16; L_16 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_15); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_17 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_18; L_18 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_17, NULL); bool L_19; L_19 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_16, L_18, NULL); NullCheck(L_12); InstructionList_EmitBranch_mC2BC5C3C401AC1272E911639B7FE37CAE916AEFF(L_12, L_14, L_19, (bool)0, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_20 = __this->____instructions; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_21 = V_1; NullCheck(L_21); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_22; L_22 = LabelInfo_GetLabel_m6152B92995CE945B97419F176CF50D846A0E86BF(L_21, __this, NULL); NullCheck(L_20); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_20, L_22, NULL); LightCompiler_PopLabelBlock_m3DA34D4C422456C6A86CB3138C22E4565C8D3A63(__this, 0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileSwitchExpression_mE8CAD9DDA0AC4AC6CC05CF66F6423B9BB726AA85 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_All_TisSwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A_mECCCE7EE12703A5404E55538DD33DA4F80242DEF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t110ABACC4B335D2DFF1A70E338D91BF1EAA78EB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tE2C6D8FF4106CBC76BEFF569D8B90B191E9E9FC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCompiler_CompileIntSwitchExpression_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mACB021038AB657C52ABF123F3D131AF6C0F76542_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCompiler_CompileIntSwitchExpression_TisRuntimeObject_mF91FD13EAB251B5B1C6099EF502F03EE0F4A03E0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_mD93613C8904534FBC54A92A90F715173676726DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_mD7DEB847462A747049006FA30568AF6C8E2D39B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCompileSwitchExpressionU3Eb__56_0_m375DB4D095E3D75B1C9E242C3D350545FC0D9A80_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB7A330309BFA84FB156E4FBA6A35A48D3B78C3A); s_Il2CppMethodInitialized = true; } SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* V_0 = NULL; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_1; memset((&V_1), 0, sizeof(V_1)); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* V_2 = NULL; int32_t V_3 = 0; MethodInfo_t* V_4 = NULL; RuntimeObject* V_5 = NULL; SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* V_6 = NULL; RuntimeObject* V_7 = NULL; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_8 = NULL; Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8* G_B2_0 = NULL; ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* G_B2_1 = NULL; Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8* G_B1_0 = NULL; ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* G_B1_1 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959*)CastclassSealed((RuntimeObject*)L_0, SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959_il2cpp_TypeInfo_var)); SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_1 = V_0; NullCheck(L_1); ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* L_2; L_2 = SwitchExpression_get_Cases_mF9B75E3F3B573F45A5493D3A1EBCE9C15748A0A0_inline(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var); Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8* L_3 = ((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9__56_0; Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8* L_4 = L_3; if (L_4) { G_B2_0 = L_4; G_B2_1 = L_2; goto IL_002c; } G_B1_0 = L_4; G_B1_1 = L_2; } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var); U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* L_5 = ((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9; Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8* L_6 = (Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8*)il2cpp_codegen_object_new(Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8_il2cpp_TypeInfo_var); Func_2__ctor_m86F57B1EB9D905D0ADA1682F7F68B196813C29BC(L_6, L_5, (intptr_t)((void*)U3CU3Ec_U3CCompileSwitchExpressionU3Eb__56_0_m375DB4D095E3D75B1C9E242C3D350545FC0D9A80_RuntimeMethod_var), NULL); Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8* L_7 = L_6; ((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9__56_0 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9__56_0), (void*)L_7); G_B2_0 = L_7; G_B2_1 = G_B1_1; } IL_002c: { bool L_8; L_8 = Enumerable_All_TisSwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A_mECCCE7EE12703A5404E55538DD33DA4F80242DEF(G_B2_1, G_B2_0, Enumerable_All_TisSwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A_mECCCE7EE12703A5404E55538DD33DA4F80242DEF_RuntimeMethod_var); if (!L_8) { goto IL_00f6; } } { SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_9 = V_0; NullCheck(L_9); ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* L_10; L_10 = SwitchExpression_get_Cases_mF9B75E3F3B573F45A5493D3A1EBCE9C15748A0A0_inline(L_9, NULL); NullCheck(L_10); int32_t L_11; L_11 = ReadOnlyCollection_1_get_Count_mD7DEB847462A747049006FA30568AF6C8E2D39B4(L_10, ReadOnlyCollection_1_get_Count_mD7DEB847462A747049006FA30568AF6C8E2D39B4_RuntimeMethod_var); if (L_11) { goto IL_0064; } } { SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_12 = V_0; NullCheck(L_12); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13; L_13 = SwitchExpression_get_SwitchValue_mD448C89EC071DFF1DEEEB894E8D1F60E1F5C8FDD_inline(L_12, NULL); LightCompiler_CompileAsVoid_m26956E46A54624326330679A508F900297B3AADD(__this, L_13, NULL); SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_14 = V_0; NullCheck(L_14); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15; L_15 = SwitchExpression_get_DefaultBody_mB2CE409741A4C899E4D04A7B132F8DA14387776D_inline(L_14, NULL); if (!L_15) { goto IL_0063; } } { SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_16 = V_0; NullCheck(L_16); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_17; L_17 = SwitchExpression_get_DefaultBody_mB2CE409741A4C899E4D04A7B132F8DA14387776D_inline(L_16, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_17, NULL); } IL_0063: { return; } IL_0064: { SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_18 = V_0; NullCheck(L_18); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_19; L_19 = SwitchExpression_get_SwitchValue_mD448C89EC071DFF1DEEEB894E8D1F60E1F5C8FDD_inline(L_18, NULL); NullCheck(L_19); Type_t* L_20; L_20 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_19); il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); int32_t L_21; L_21 = TypeExtensions_GetTypeCode_mB75A162EE9CE21D2605EF67542924B685096810A(L_20, NULL); V_3 = L_21; SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_22 = V_0; NullCheck(L_22); MethodInfo_t* L_23; L_23 = SwitchExpression_get_Comparison_mAF09770812D48AC492B45EDDE32D6F4DEE7D3382_inline(L_22, NULL); bool L_24; L_24 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_23, (MethodInfo_t*)NULL, NULL); if (!L_24) { goto IL_00bd; } } { int32_t L_25 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_25, 5))) { case 0: { goto IL_00b5; } case 1: { goto IL_00b5; } case 2: { goto IL_00b5; } case 3: { goto IL_00b5; } case 4: { goto IL_00ad; } case 5: { goto IL_00b5; } case 6: { goto IL_00b5; } case 7: { goto IL_00b5; } } } { goto IL_00bd; } IL_00ad: { SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_26 = V_0; LightCompiler_CompileIntSwitchExpression_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mACB021038AB657C52ABF123F3D131AF6C0F76542(__this, L_26, LightCompiler_CompileIntSwitchExpression_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mACB021038AB657C52ABF123F3D131AF6C0F76542_RuntimeMethod_var); return; } IL_00b5: { SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_27 = V_0; LightCompiler_CompileIntSwitchExpression_TisRuntimeObject_mF91FD13EAB251B5B1C6099EF502F03EE0F4A03E0(__this, L_27, LightCompiler_CompileIntSwitchExpression_TisRuntimeObject_mF91FD13EAB251B5B1C6099EF502F03EE0F4A03E0_RuntimeMethod_var); return; } IL_00bd: { int32_t L_28 = V_3; if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)18))))) { goto IL_00f6; } } { MethodInfo_t* L_29; L_29 = CachedReflectionInfo_get_String_op_Equality_String_String_mC419FB490D510481B94D23FF0D910BE6DAE0037B(NULL); V_4 = L_29; MethodInfo_t* L_30 = V_4; bool L_31; L_31 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_30, (MethodInfo_t*)NULL, NULL); if (!L_31) { goto IL_00df; } } { MethodInfo_t* L_32 = V_4; NullCheck(L_32); bool L_33; L_33 = MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E(L_32, NULL); if (L_33) { goto IL_00df; } } { V_4 = (MethodInfo_t*)NULL; } IL_00df: { SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_34 = V_0; NullCheck(L_34); MethodInfo_t* L_35; L_35 = SwitchExpression_get_Comparison_mAF09770812D48AC492B45EDDE32D6F4DEE7D3382_inline(L_34, NULL); MethodInfo_t* L_36 = V_4; bool L_37; L_37 = Object_Equals_m434DF93FDA204D5C06E889A9CB53BC2E5D39ABF7(L_35, L_36, NULL); if (!L_37) { goto IL_00f6; } } { SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_38 = V_0; LightCompiler_CompileStringSwitchExpression_mFDE72D8701CE36D40763807C8D1C0D27FD5FEF80(__this, L_38, NULL); return; } IL_00f6: { LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_39 = __this->____locals; SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_40 = V_0; NullCheck(L_40); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_41; L_41 = SwitchExpression_get_SwitchValue_mD448C89EC071DFF1DEEEB894E8D1F60E1F5C8FDD_inline(L_40, NULL); NullCheck(L_41); Type_t* L_42; L_42 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_41); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_43; L_43 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_42, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_44 = __this->____instructions; NullCheck(L_44); int32_t L_45; L_45 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_44, NULL); NullCheck(L_39); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_46; L_46 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_39, L_43, L_45, NULL); V_1 = L_46; SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_47 = V_0; NullCheck(L_47); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_48; L_48 = SwitchExpression_get_SwitchValue_mD448C89EC071DFF1DEEEB894E8D1F60E1F5C8FDD_inline(L_47, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_48, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_49 = __this->____instructions; int32_t L_50; L_50 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_1), NULL); NullCheck(L_49); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_49, L_50, NULL); SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_51 = V_0; NullCheck(L_51); Type_t* L_52; L_52 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_51); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_53; L_53 = Expression_Label_mE116FC42BABFFBC0EDDF10115CC7CC53A95436B7(L_52, _stringLiteralDB7A330309BFA84FB156E4FBA6A35A48D3B78C3A, NULL); V_2 = L_53; SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_54 = V_0; NullCheck(L_54); ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* L_55; L_55 = SwitchExpression_get_Cases_mF9B75E3F3B573F45A5493D3A1EBCE9C15748A0A0_inline(L_54, NULL); NullCheck(L_55); RuntimeObject* L_56; L_56 = ReadOnlyCollection_1_GetEnumerator_mD93613C8904534FBC54A92A90F715173676726DB(L_55, ReadOnlyCollection_1_GetEnumerator_mD93613C8904534FBC54A92A90F715173676726DB_RuntimeMethod_var); V_5 = L_56; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_01d2: { { RuntimeObject* L_57 = V_5; if (!L_57) { goto IL_01dd; } } { RuntimeObject* L_58 = V_5; NullCheck(L_58); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_58); } IL_01dd: { return; } } }); try { { goto IL_01c7_1; } IL_015b_1: { RuntimeObject* L_59 = V_5; NullCheck(L_59); SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_60; L_60 = InterfaceFuncInvoker0< SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* >::Invoke(0, IEnumerator_1_t110ABACC4B335D2DFF1A70E338D91BF1EAA78EB8_il2cpp_TypeInfo_var, L_59); V_6 = L_60; SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_61 = V_6; NullCheck(L_61); ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_62; L_62 = SwitchCase_get_TestValues_mD0D553215AD64A5FE09A7AC6BB8BA246E938AAE6_inline(L_61, NULL); NullCheck(L_62); RuntimeObject* L_63; L_63 = ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41(L_62, ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41_RuntimeMethod_var); V_7 = L_63; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_01bb_1: { { RuntimeObject* L_64 = V_7; if (!L_64) { goto IL_01c6_1; } } { RuntimeObject* L_65 = V_7; NullCheck(L_65); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_65); } IL_01c6_1: { return; } } }); try { { goto IL_01b0_2; } IL_0174_2: { RuntimeObject* L_66 = V_7; NullCheck(L_66); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_67; L_67 = InterfaceFuncInvoker0< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(0, IEnumerator_1_tE2C6D8FF4106CBC76BEFF569D8B90B191E9E9FC6_il2cpp_TypeInfo_var, L_66); V_8 = L_67; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_68; L_68 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline((&V_1), NULL); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_69 = V_8; SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_70 = V_0; NullCheck(L_70); MethodInfo_t* L_71; L_71 = SwitchExpression_get_Comparison_mAF09770812D48AC492B45EDDE32D6F4DEE7D3382_inline(L_70, NULL); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_72; L_72 = Expression_Equal_mD33EC79F538967C2E58D210F95F739987E23700A(L_68, L_69, (bool)0, L_71, NULL); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_73 = V_2; SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_74 = V_6; NullCheck(L_74); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_75; L_75 = SwitchCase_get_Body_m740F241A1AA26BA6366BABF2143CD4A620576337_inline(L_74, NULL); GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_76; L_76 = Expression_Goto_m8F36E12596F261ECF73CA7ED1A761C9A494CE1B4(L_73, L_75, NULL); il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var); DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* L_77 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___Empty; ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* L_78; L_78 = Expression_Condition_m9365861D30BD7EB7F0AB862FCE588CCC919DCC7D(L_72, L_76, L_77, NULL); LightCompiler_CompileConditionalExpression_m885580AA2BED2DE5A2C79CD924AD599BE2ACCDE6(__this, L_78, (bool)1, NULL); } IL_01b0_2: { RuntimeObject* L_79 = V_7; NullCheck(L_79); bool L_80; L_80 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_79); if (L_80) { goto IL_0174_2; } } { goto IL_01c7_1; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_01c7_1: { RuntimeObject* L_81 = V_5; NullCheck(L_81); bool L_82; L_82 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_81); if (L_82) { goto IL_015b_1; } } { goto IL_01de; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_01de: { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_83 = V_2; SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_84 = V_0; NullCheck(L_84); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_85; L_85 = SwitchExpression_get_DefaultBody_mB2CE409741A4C899E4D04A7B132F8DA14387776D_inline(L_84, NULL); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_86; L_86 = Expression_Label_m3695CEC6E9B2F17C15EBB94164366DDBD7D8EA8C(L_83, L_85, NULL); LightCompiler_CompileLabelExpression_m492E8616EA39C1E3823CBE2CAF3CBEB353503F8A(__this, L_86, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_87 = __this->____locals; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_88 = V_1; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_89 = __this->____instructions; NullCheck(L_89); int32_t L_90; L_90 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_89, NULL); NullCheck(L_87); LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_87, L_88, L_90, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileStringSwitchExpression_mFDE72D8701CE36D40763807C8D1C0D27FD5FEF80 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* ___0_node, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryAdd_m8753B4B9C09237708C1FEB36AD40F945E35B96ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mA3C3860EDE2CDD08BBD68C389377BC89D029D968_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tE2C6D8FF4106CBC76BEFF569D8B90B191E9E9FC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_mD7DEB847462A747049006FA30568AF6C8E2D39B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Item_m8385693884168709EA34042CCFC135D9670E6183_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1__ctor_m71955F6E4120530B3D003524648FD31B4709C2B3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* V_0 = NULL; bool V_1 = false; Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* V_2 = NULL; int32_t V_3 = 0; StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B* V_4 = NULL; int32_t V_5 = 0; SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* V_6 = NULL; int32_t V_7 = 0; RuntimeObject* V_8 = NULL; String_t* V_9 = NULL; { LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_0; L_0 = LightCompiler_DefineLabel_mE0E35E9DC8AE11AA07A785367C016FFE722BAEB6(__this, (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*)NULL, NULL); V_0 = L_0; SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_1 = ___0_node; NullCheck(L_1); Type_t* L_2; L_2 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_1); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL); bool L_5; L_5 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_2, L_4, NULL); V_1 = L_5; SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_6 = ___0_node; NullCheck(L_6); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7; L_7 = SwitchExpression_get_SwitchValue_mD448C89EC071DFF1DEEEB894E8D1F60E1F5C8FDD_inline(L_6, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_7, NULL); Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_8 = (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*)il2cpp_codegen_object_new(Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588_il2cpp_TypeInfo_var); Dictionary_2__ctor_mA3C3860EDE2CDD08BBD68C389377BC89D029D968(L_8, Dictionary_2__ctor_mA3C3860EDE2CDD08BBD68C389377BC89D029D968_RuntimeMethod_var); V_2 = L_8; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_9 = __this->____instructions; NullCheck(L_9); int32_t L_10; L_10 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_9, NULL); V_3 = L_10; StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B* L_11 = (StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B*)il2cpp_codegen_object_new(StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B_il2cpp_TypeInfo_var); StrongBox_1__ctor_m71955F6E4120530B3D003524648FD31B4709C2B3(L_11, 1, StrongBox_1__ctor_m71955F6E4120530B3D003524648FD31B4709C2B3_RuntimeMethod_var); V_4 = L_11; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_12 = __this->____instructions; Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_13 = V_2; StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B* L_14 = V_4; NullCheck(L_12); InstructionList_EmitStringSwitch_m538917941B07578647F7D7C438C855E6C0BDC5AB(L_12, L_13, L_14, NULL); SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_15 = ___0_node; NullCheck(L_15); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16; L_16 = SwitchExpression_get_DefaultBody_mB2CE409741A4C899E4D04A7B132F8DA14387776D_inline(L_15, NULL); if (!L_16) { goto IL_006a; } } { SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_17 = ___0_node; NullCheck(L_17); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18; L_18 = SwitchExpression_get_DefaultBody_mB2CE409741A4C899E4D04A7B132F8DA14387776D_inline(L_17, NULL); bool L_19 = V_1; LightCompiler_Compile_m9E52D6F9E91892CAF977C25E7EB0C8B500D0B3DA(__this, L_18, (bool)((((int32_t)L_19) == ((int32_t)0))? 1 : 0), NULL); } IL_006a: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_20 = __this->____instructions; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_21 = V_0; NullCheck(L_21); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_22; L_22 = LabelInfo_GetLabel_m6152B92995CE945B97419F176CF50D846A0E86BF(L_21, __this, NULL); bool L_23 = V_1; NullCheck(L_20); InstructionList_EmitBranch_mC2BC5C3C401AC1272E911639B7FE37CAE916AEFF(L_20, L_22, (bool)0, L_23, NULL); V_5 = 0; goto IL_0143; } IL_0086: { SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_24 = ___0_node; NullCheck(L_24); ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* L_25; L_25 = SwitchExpression_get_Cases_mF9B75E3F3B573F45A5493D3A1EBCE9C15748A0A0_inline(L_24, NULL); int32_t L_26 = V_5; NullCheck(L_25); SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_27; L_27 = ReadOnlyCollection_1_get_Item_m8385693884168709EA34042CCFC135D9670E6183(L_25, L_26, ReadOnlyCollection_1_get_Item_m8385693884168709EA34042CCFC135D9670E6183_RuntimeMethod_var); V_6 = L_27; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_28 = __this->____instructions; NullCheck(L_28); int32_t L_29; L_29 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_28, NULL); int32_t L_30 = V_3; V_7 = ((int32_t)il2cpp_codegen_subtract(L_29, L_30)); SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_31 = V_6; NullCheck(L_31); ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_32; L_32 = SwitchCase_get_TestValues_mD0D553215AD64A5FE09A7AC6BB8BA246E938AAE6_inline(L_31, NULL); NullCheck(L_32); RuntimeObject* L_33; L_33 = ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41(L_32, ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41_RuntimeMethod_var); V_8 = L_33; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00fb: { { RuntimeObject* L_34 = V_8; if (!L_34) { goto IL_0106; } } { RuntimeObject* L_35 = V_8; NullCheck(L_35); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_35); } IL_0106: { return; } } }); try { { goto IL_00f0_1; } IL_00b4_1: { RuntimeObject* L_36 = V_8; NullCheck(L_36); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_37; L_37 = InterfaceFuncInvoker0< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(0, IEnumerator_1_tE2C6D8FF4106CBC76BEFF569D8B90B191E9E9FC6_il2cpp_TypeInfo_var, L_36); NullCheck(((ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547*)CastclassClass((RuntimeObject*)L_37, ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547_il2cpp_TypeInfo_var))); RuntimeObject* L_38; L_38 = ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline(((ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547*)CastclassClass((RuntimeObject*)L_37, ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547_il2cpp_TypeInfo_var)), NULL); V_9 = ((String_t*)CastclassSealed((RuntimeObject*)L_38, String_t_il2cpp_TypeInfo_var)); String_t* L_39 = V_9; if (L_39) { goto IL_00e5_1; } } { StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B* L_40 = V_4; NullCheck(L_40); int32_t L_41 = L_40->___Value; if ((!(((uint32_t)L_41) == ((uint32_t)1)))) { goto IL_00f0_1; } } { StrongBox_1_tF35CC8366077918FAD1C37CAC9A9F9BF03F2CE7B* L_42 = V_4; int32_t L_43 = V_7; NullCheck(L_42); L_42->___Value = L_43; goto IL_00f0_1; } IL_00e5_1: { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_44 = V_2; String_t* L_45 = V_9; int32_t L_46 = V_7; NullCheck(L_44); bool L_47; L_47 = Dictionary_2_TryAdd_m8753B4B9C09237708C1FEB36AD40F945E35B96ED(L_44, L_45, L_46, Dictionary_2_TryAdd_m8753B4B9C09237708C1FEB36AD40F945E35B96ED_RuntimeMethod_var); } IL_00f0_1: { RuntimeObject* L_48 = V_8; NullCheck(L_48); bool L_49; L_49 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_48); if (L_49) { goto IL_00b4_1; } } { goto IL_0107; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0107: { SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_50 = V_6; NullCheck(L_50); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_51; L_51 = SwitchCase_get_Body_m740F241A1AA26BA6366BABF2143CD4A620576337_inline(L_50, NULL); bool L_52 = V_1; LightCompiler_Compile_m9E52D6F9E91892CAF977C25E7EB0C8B500D0B3DA(__this, L_51, (bool)((((int32_t)L_52) == ((int32_t)0))? 1 : 0), NULL); int32_t L_53 = V_5; SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_54 = ___0_node; NullCheck(L_54); ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* L_55; L_55 = SwitchExpression_get_Cases_mF9B75E3F3B573F45A5493D3A1EBCE9C15748A0A0_inline(L_54, NULL); NullCheck(L_55); int32_t L_56; L_56 = ReadOnlyCollection_1_get_Count_mD7DEB847462A747049006FA30568AF6C8E2D39B4(L_55, ReadOnlyCollection_1_get_Count_mD7DEB847462A747049006FA30568AF6C8E2D39B4_RuntimeMethod_var); if ((((int32_t)L_53) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_56, 1))))) { goto IL_013d; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_57 = __this->____instructions; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_58 = V_0; NullCheck(L_58); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_59; L_59 = LabelInfo_GetLabel_m6152B92995CE945B97419F176CF50D846A0E86BF(L_58, __this, NULL); bool L_60 = V_1; NullCheck(L_57); InstructionList_EmitBranch_mC2BC5C3C401AC1272E911639B7FE37CAE916AEFF(L_57, L_59, (bool)0, L_60, NULL); } IL_013d: { int32_t L_61 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_61, 1)); } IL_0143: { int32_t L_62 = V_5; SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_63 = ___0_node; NullCheck(L_63); ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* L_64; L_64 = SwitchExpression_get_Cases_mF9B75E3F3B573F45A5493D3A1EBCE9C15748A0A0_inline(L_63, NULL); NullCheck(L_64); int32_t L_65; L_65 = ReadOnlyCollection_1_get_Count_mD7DEB847462A747049006FA30568AF6C8E2D39B4(L_64, ReadOnlyCollection_1_get_Count_mD7DEB847462A747049006FA30568AF6C8E2D39B4_RuntimeMethod_var); if ((((int32_t)L_62) < ((int32_t)L_65))) { goto IL_0086; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_66 = __this->____instructions; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_67 = V_0; NullCheck(L_67); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_68; L_68 = LabelInfo_GetLabel_m6152B92995CE945B97419F176CF50D846A0E86BF(L_67, __this, NULL); NullCheck(L_66); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_66, L_68, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileLabelExpression_m492E8616EA39C1E3823CBE2CAF3CBEB353503F8A (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* V_0 = NULL; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* V_1 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD*)CastclassSealed((RuntimeObject*)L_0, LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD_il2cpp_TypeInfo_var)); V_1 = (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF*)NULL; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_1 = __this->____labelBlock; NullCheck(L_1); int32_t L_2 = L_1->___Kind; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_005a; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_3 = __this->____labelBlock; LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_4 = V_0; NullCheck(L_4); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_5; L_5 = LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline(L_4, NULL); NullCheck(L_3); bool L_6; L_6 = LabelScopeInfo_TryGetLabelInfo_mF5B765CE5DEDA6277BF8F531AA878253D4D8ADEA(L_3, L_5, (&V_1), NULL); LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_7 = V_1; if (L_7) { goto IL_005a; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_8 = __this->____labelBlock; NullCheck(L_8); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_9 = L_8->___Parent; NullCheck(L_9); int32_t L_10 = L_9->___Kind; if ((!(((uint32_t)L_10) == ((uint32_t)2)))) { goto IL_005a; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_11 = __this->____labelBlock; NullCheck(L_11); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_12 = L_11->___Parent; LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_13 = V_0; NullCheck(L_13); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_14; L_14 = LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline(L_13, NULL); NullCheck(L_12); bool L_15; L_15 = LabelScopeInfo_TryGetLabelInfo_mF5B765CE5DEDA6277BF8F531AA878253D4D8ADEA(L_12, L_14, (&V_1), NULL); } IL_005a: { LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_16 = V_1; if (L_16) { goto IL_006a; } } { LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_17 = V_0; NullCheck(L_17); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_18; L_18 = LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline(L_17, NULL); LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_19; L_19 = LightCompiler_DefineLabel_mE0E35E9DC8AE11AA07A785367C016FFE722BAEB6(__this, L_18, NULL); V_1 = L_19; } IL_006a: { LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_20 = V_0; NullCheck(L_20); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_21; L_21 = LabelExpression_get_DefaultValue_m5C2635F0C40E19CFD4AC9AAA325A825CE508FF0E_inline(L_20, NULL); if (!L_21) { goto IL_00a8; } } { LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_22 = V_0; NullCheck(L_22); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_23; L_23 = LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline(L_22, NULL); NullCheck(L_23); Type_t* L_24; L_24 = LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline(L_23, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_25 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_26; L_26 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_25, NULL); bool L_27; L_27 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_24, L_26, NULL); if (!L_27) { goto IL_009c; } } { LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_28 = V_0; NullCheck(L_28); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_29; L_29 = LabelExpression_get_DefaultValue_m5C2635F0C40E19CFD4AC9AAA325A825CE508FF0E_inline(L_28, NULL); LightCompiler_CompileAsVoid_m26956E46A54624326330679A508F900297B3AADD(__this, L_29, NULL); goto IL_00a8; } IL_009c: { LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_30 = V_0; NullCheck(L_30); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_31; L_31 = LabelExpression_get_DefaultValue_m5C2635F0C40E19CFD4AC9AAA325A825CE508FF0E_inline(L_30, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_31, NULL); } IL_00a8: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_32 = __this->____instructions; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_33 = V_1; NullCheck(L_33); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_34; L_34 = LabelInfo_GetLabel_m6152B92995CE945B97419F176CF50D846A0E86BF(L_33, __this, NULL); NullCheck(L_32); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_32, L_34, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileGotoExpression_m48F1878995B97B199B70633D5FF3E45E69671AA9 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* V_0 = NULL; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* V_1 = NULL; bool G_B4_0 = false; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* G_B4_1 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B4_2 = NULL; bool G_B3_0 = false; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* G_B3_1 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B3_2 = NULL; int32_t G_B5_0 = 0; bool G_B5_1 = false; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* G_B5_2 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B5_3 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C*)CastclassSealed((RuntimeObject*)L_0, GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C_il2cpp_TypeInfo_var)); GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_1 = V_0; NullCheck(L_1); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_2; L_2 = GotoExpression_get_Target_mB1CB6DD32D1035E3FECA2AEC5289C9812F53B161_inline(L_1, NULL); LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_3; L_3 = LightCompiler_ReferenceLabel_mA54E6A092BA9D123132A92B481737F8AAC5021C9(__this, L_2, NULL); V_1 = L_3; GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_4 = V_0; NullCheck(L_4); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5; L_5 = GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline(L_4, NULL); if (!L_5) { goto IL_0028; } } { GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_6 = V_0; NullCheck(L_6); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7; L_7 = GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline(L_6, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_7, NULL); } IL_0028: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_8 = __this->____instructions; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_9 = V_1; NullCheck(L_9); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_10; L_10 = LabelInfo_GetLabel_m6152B92995CE945B97419F176CF50D846A0E86BF(L_9, __this, NULL); GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_11 = V_0; NullCheck(L_11); Type_t* L_12; L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_11); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_14; L_14 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_13, NULL); bool L_15; L_15 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_12, L_14, NULL); GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_16 = V_0; NullCheck(L_16); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_17; L_17 = GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline(L_16, NULL); if (!L_17) { G_B4_0 = L_15; G_B4_1 = L_10; G_B4_2 = L_8; goto IL_006e; } G_B3_0 = L_15; G_B3_1 = L_10; G_B3_2 = L_8; } { GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_18 = V_0; NullCheck(L_18); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_19; L_19 = GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline(L_18, NULL); NullCheck(L_19); Type_t* L_20; L_20 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_19); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_22; L_22 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_21, NULL); bool L_23; L_23 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_20, L_22, NULL); G_B5_0 = ((int32_t)(L_23)); G_B5_1 = G_B3_0; G_B5_2 = G_B3_1; G_B5_3 = G_B3_2; goto IL_006f; } IL_006e: { G_B5_0 = 0; G_B5_1 = G_B4_0; G_B5_2 = G_B4_1; G_B5_3 = G_B4_2; } IL_006f: { GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* L_24 = V_0; NullCheck(L_24); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_25; L_25 = GotoExpression_get_Target_mB1CB6DD32D1035E3FECA2AEC5289C9812F53B161_inline(L_24, NULL); NullCheck(L_25); Type_t* L_26; L_26 = LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline(L_25, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_27 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_28; L_28 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_27, NULL); bool L_29; L_29 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_26, L_28, NULL); NullCheck(G_B5_3); InstructionList_EmitGoto_m9EBBB86257731911669631CFDC9BD6BF61730062(G_B5_3, G_B5_2, G_B5_1, (bool)G_B5_0, L_29, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, int32_t ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_0 = __this->____labelBlock; int32_t L_1 = ___0_type; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_2 = (LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C*)il2cpp_codegen_object_new(LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C_il2cpp_TypeInfo_var); LabelScopeInfo__ctor_mD178695F31746D8C7A5DD18AF26D909A1F01BAB3(L_2, L_0, L_1, NULL); __this->____labelBlock = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->____labelBlock), (void*)L_2); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_PopLabelBlock_m3DA34D4C422456C6A86CB3138C22E4565C8D3A63 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, int32_t ___0_kind, const RuntimeMethod* method) { { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_0 = __this->____labelBlock; NullCheck(L_0); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_1 = L_0->___Parent; __this->____labelBlock = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->____labelBlock), (void*)L_1); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* LightCompiler_EnsureLabel_m393D116A939B358120645E025F241215BFBA9952 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_node, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_TryGetValue_m373BBF591ADA6C5A12A01BCA2C4DAF6CD6C99D12_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_set_Item_m348A3DB54FD578A8BF35CDDB7D5A90BBC94D22CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* V_0 = NULL; { HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* L_0 = __this->____treeLabels; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_1 = ___0_node; NullCheck(L_0); bool L_2; L_2 = HybridReferenceDictionary_2_TryGetValue_m373BBF591ADA6C5A12A01BCA2C4DAF6CD6C99D12(L_0, L_1, (&V_0), HybridReferenceDictionary_2_TryGetValue_m373BBF591ADA6C5A12A01BCA2C4DAF6CD6C99D12_RuntimeMethod_var); if (L_2) { goto IL_0024; } } { HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* L_3 = __this->____treeLabels; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_4 = ___0_node; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_5 = ___0_node; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_6 = (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF*)il2cpp_codegen_object_new(LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF_il2cpp_TypeInfo_var); LabelInfo__ctor_m52125B1D17C78CE275E64A79C163C2E330A28DE5(L_6, L_5, NULL); LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_7 = L_6; V_0 = L_7; NullCheck(L_3); HybridReferenceDictionary_2_set_Item_m348A3DB54FD578A8BF35CDDB7D5A90BBC94D22CC(L_3, L_4, L_7, HybridReferenceDictionary_2_set_Item_m348A3DB54FD578A8BF35CDDB7D5A90BBC94D22CC_RuntimeMethod_var); } IL_0024: { LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_8 = V_0; return L_8; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* LightCompiler_ReferenceLabel_mA54E6A092BA9D123132A92B481737F8AAC5021C9 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_node, const RuntimeMethod* method) { { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = ___0_node; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_1; L_1 = LightCompiler_EnsureLabel_m393D116A939B358120645E025F241215BFBA9952(__this, L_0, NULL); LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_2 = L_1; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_3 = __this->____labelBlock; NullCheck(L_2); LabelInfo_Reference_mC4DFBE02B02AD3B8B77CB05B0D5065EF54F4728E(L_2, L_3, NULL); return L_2; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* LightCompiler_DefineLabel_mE0E35E9DC8AE11AA07A785367C016FFE722BAEB6 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* ___0_node, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = ___0_node; if (L_0) { goto IL_000a; } } { LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_1 = (LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF*)il2cpp_codegen_object_new(LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF_il2cpp_TypeInfo_var); LabelInfo__ctor_m52125B1D17C78CE275E64A79C163C2E330A28DE5(L_1, (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5*)NULL, NULL); return L_1; } IL_000a: { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_2 = ___0_node; LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_3; L_3 = LightCompiler_EnsureLabel_m393D116A939B358120645E025F241215BFBA9952(__this, L_2, NULL); LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_4 = L_3; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_5 = __this->____labelBlock; NullCheck(L_4); LabelInfo_Define_mCF4F942FF933B3E718B08B168DDBCC360D20AFCE(L_4, L_5, NULL); return L_4; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightCompiler_TryPushLabelBlock_mFF2511411C1182ECD19AD006A6761B37E7471A2F (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_node, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t110ABACC4B335D2DFF1A70E338D91BF1EAA78EB8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_mD93613C8904534FBC54A92A90F715173676726DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* V_0 = NULL; int32_t V_1 = 0; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* V_2 = NULL; RuntimeObject* V_3 = NULL; SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* V_4 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_node; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) > ((int32_t)((int32_t)10)))) { goto IL_001d; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_0157; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)10)))) { goto IL_0134; } } { goto IL_004a; } IL_001d: { int32_t L_5 = V_1; if ((((int32_t)L_5) == ((int32_t)((int32_t)47)))) { goto IL_00be; } } { int32_t L_6 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, ((int32_t)53)))) { case 0: { goto IL_0157; } case 1: { goto IL_004a; } case 2: { goto IL_004a; } case 3: { goto IL_0063; } case 4: { goto IL_004a; } case 5: { goto IL_0157; } case 6: { goto IL_00e1; } } } IL_004a: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_7 = __this->____labelBlock; NullCheck(L_7); int32_t L_8 = L_7->___Kind; if ((((int32_t)L_8) == ((int32_t)8))) { goto IL_0061; } } { LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4(__this, 8, NULL); return (bool)1; } IL_0061: { return (bool)0; } IL_0063: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_9 = __this->____labelBlock; NullCheck(L_9); int32_t L_10 = L_9->___Kind; if ((!(((uint32_t)L_10) == ((uint32_t)1)))) { goto IL_00b5; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11 = ___0_node; NullCheck(((LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD*)CastclassSealed((RuntimeObject*)L_11, LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD_il2cpp_TypeInfo_var))); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_12; L_12 = LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline(((LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD*)CastclassSealed((RuntimeObject*)L_11, LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD_il2cpp_TypeInfo_var)), NULL); V_2 = L_12; LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_13 = __this->____labelBlock; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_14 = V_2; NullCheck(L_13); bool L_15; L_15 = LabelScopeInfo_ContainsTarget_m1466420B6046B87D138C99875B9F99AA004BFD67(L_13, L_14, NULL); if (!L_15) { goto IL_008d; } } { return (bool)0; } IL_008d: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_16 = __this->____labelBlock; NullCheck(L_16); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_17 = L_16->___Parent; NullCheck(L_17); int32_t L_18 = L_17->___Kind; if ((!(((uint32_t)L_18) == ((uint32_t)2)))) { goto IL_00b5; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_19 = __this->____labelBlock; NullCheck(L_19); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_20 = L_19->___Parent; LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_21 = V_2; NullCheck(L_20); bool L_22; L_22 = LabelScopeInfo_ContainsTarget_m1466420B6046B87D138C99875B9F99AA004BFD67(L_20, L_21, NULL); if (!L_22) { goto IL_00b5; } } { return (bool)0; } IL_00b5: { LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4(__this, 0, NULL); return (bool)1; } IL_00be: { LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4(__this, 1, NULL); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_23 = __this->____labelBlock; NullCheck(L_23); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_24 = L_23->___Parent; NullCheck(L_24); int32_t L_25 = L_24->___Kind; if ((((int32_t)L_25) == ((int32_t)2))) { goto IL_00df; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_26 = ___0_node; LightCompiler_DefineBlockLabels_mE355A8A27D7BE5D6EA68D28B7BC1374E0C1CC6D6(__this, L_26, NULL); } IL_00df: { return (bool)1; } IL_00e1: { LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4(__this, 2, NULL); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_27 = ___0_node; V_0 = ((SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959*)CastclassSealed((RuntimeObject*)L_27, SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959_il2cpp_TypeInfo_var)); SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_28 = V_0; NullCheck(L_28); ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* L_29; L_29 = SwitchExpression_get_Cases_mF9B75E3F3B573F45A5493D3A1EBCE9C15748A0A0_inline(L_28, NULL); NullCheck(L_29); RuntimeObject* L_30; L_30 = ReadOnlyCollection_1_GetEnumerator_mD93613C8904534FBC54A92A90F715173676726DB(L_29, ReadOnlyCollection_1_GetEnumerator_mD93613C8904534FBC54A92A90F715173676726DB_RuntimeMethod_var); V_3 = L_30; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_011c: { { RuntimeObject* L_31 = V_3; if (!L_31) { goto IL_0125; } } { RuntimeObject* L_32 = V_3; NullCheck(L_32); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_32); } IL_0125: { return; } } }); try { { goto IL_0112_1; } IL_00fd_1: { RuntimeObject* L_33 = V_3; NullCheck(L_33); SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_34; L_34 = InterfaceFuncInvoker0< SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* >::Invoke(0, IEnumerator_1_t110ABACC4B335D2DFF1A70E338D91BF1EAA78EB8_il2cpp_TypeInfo_var, L_33); V_4 = L_34; SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_35 = V_4; NullCheck(L_35); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_36; L_36 = SwitchCase_get_Body_m740F241A1AA26BA6366BABF2143CD4A620576337_inline(L_35, NULL); LightCompiler_DefineBlockLabels_mE355A8A27D7BE5D6EA68D28B7BC1374E0C1CC6D6(__this, L_36, NULL); } IL_0112_1: { RuntimeObject* L_37 = V_3; NullCheck(L_37); bool L_38; L_38 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_37); if (L_38) { goto IL_00fd_1; } } { goto IL_0126; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0126: { SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* L_39 = V_0; NullCheck(L_39); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_40; L_40 = SwitchExpression_get_DefaultBody_mB2CE409741A4C899E4D04A7B132F8DA14387776D_inline(L_39, NULL); LightCompiler_DefineBlockLabels_mE355A8A27D7BE5D6EA68D28B7BC1374E0C1CC6D6(__this, L_40, NULL); return (bool)1; } IL_0134: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_41 = ___0_node; NullCheck(L_41); Type_t* L_42; L_42 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_41); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_43 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_44; L_44 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_43, NULL); bool L_45; L_45 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_42, L_44, NULL); if (L_45) { goto IL_004a; } } { LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4(__this, 0, NULL); return (bool)1; } IL_0157: { LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4(__this, 0, NULL); return (bool)1; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_DefineBlockLabels_mE355A8A27D7BE5D6EA68D28B7BC1374E0C1CC6D6 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_node, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* V_3 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_node; V_0 = ((BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B*)IsInstClass((RuntimeObject*)L_0, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B_il2cpp_TypeInfo_var)); BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_1 = V_0; if (L_1) { goto IL_000b; } } { return; } IL_000b: { V_1 = 0; BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_2 = V_0; NullCheck(L_2); ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_3; L_3 = BlockExpression_get_Expressions_mA9BA9C7AFD93D1780901ABC6D15747E5D3DB9508(L_2, NULL); NullCheck(L_3); int32_t L_4; L_4 = ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F(L_3, ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var); V_2 = L_4; goto IL_0041; } IL_001b: { BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_5 = V_0; NullCheck(L_5); ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_6; L_6 = BlockExpression_get_Expressions_mA9BA9C7AFD93D1780901ABC6D15747E5D3DB9508(L_5, NULL); int32_t L_7 = V_1; NullCheck(L_6); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8; L_8 = ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502(L_6, L_7, ReadOnlyCollection_1_get_Item_mD12D51E0F96DDA7734DC44758FA07B0C18B1A502_RuntimeMethod_var); V_3 = ((LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD*)IsInstSealed((RuntimeObject*)L_8, LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD_il2cpp_TypeInfo_var)); LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_9 = V_3; if (!L_9) { goto IL_003d; } } { LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* L_10 = V_3; NullCheck(L_10); LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_11; L_11 = LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline(L_10, NULL); LabelInfo_t40537451CCC388A64123156309E35BA78DADE7CF* L_12; L_12 = LightCompiler_DefineLabel_mE0E35E9DC8AE11AA07A785367C016FFE722BAEB6(__this, L_11, NULL); } IL_003d: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1)); } IL_0041: { int32_t L_14 = V_1; int32_t L_15 = V_2; if ((((int32_t)L_14) < ((int32_t)L_15))) { goto IL_001b; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CheckRethrow_mAB0B91945E8EB965757B94560115F0FA20628D66 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, const RuntimeMethod* method) { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* V_0 = NULL; { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_0 = __this->____labelBlock; V_0 = L_0; goto IL_0023; } IL_0009: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_1 = V_0; NullCheck(L_1); int32_t L_2 = L_1->___Kind; if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_0013; } } { return; } IL_0013: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_3 = V_0; NullCheck(L_3); int32_t L_4 = L_3->___Kind; if ((((int32_t)L_4) == ((int32_t)6))) { goto IL_0026; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_5 = V_0; NullCheck(L_5); LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_6 = L_5->___Parent; V_0 = L_6; } IL_0023: { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_7 = V_0; if (L_7) { goto IL_0009; } } IL_0026: { Exception_t* L_8; L_8 = Error_RethrowRequiresCatch_mE03F8D59B359A9FFF693D7AFD35658D19201E2B4(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_CheckRethrow_mAB0B91945E8EB965757B94560115F0FA20628D66_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileThrowUnaryExpression_m4929118AAB1C1AD3E5C9F77D9C874E2852A7BE83 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, bool ___1_asVoid, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Peek_m15053CC7D66C55E926AABAF06963AD125F350790_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* V_0 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96*)CastclassSealed((RuntimeObject*)L_0, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var)); UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_1 = V_0; NullCheck(L_1); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2; L_2 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_1, NULL); if (L_2) { goto IL_0041; } } { LightCompiler_CheckRethrow_mAB0B91945E8EB965757B94560115F0FA20628D66(__this, NULL); Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E* L_3 = __this->____exceptionForRethrowStack; NullCheck(L_3); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_4; L_4 = Stack_1_Peek_m15053CC7D66C55E926AABAF06963AD125F350790(L_3, Stack_1_Peek_m15053CC7D66C55E926AABAF06963AD125F350790_RuntimeMethod_var); LightCompiler_CompileParameterExpression_m50B5169284460B8E41FE57B48C0E01F6D982679F(__this, L_4, NULL); bool L_5 = ___1_asVoid; if (!L_5) { goto IL_0035; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_6 = __this->____instructions; NullCheck(L_6); InstructionList_EmitRethrowVoid_mE65E5C724FB766A6E0AA71EA974DDE7206A54793(L_6, NULL); return; } IL_0035: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_7 = __this->____instructions; NullCheck(L_7); InstructionList_EmitRethrow_mD694F2ED4A069625C27937A46D88B1BAFD77F90C(L_7, NULL); return; } IL_0041: { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_8 = V_0; NullCheck(L_8); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9; L_9 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_8, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_9, NULL); bool L_10 = ___1_asVoid; if (!L_10) { goto IL_005c; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_11 = __this->____instructions; NullCheck(L_11); InstructionList_EmitThrowVoid_m497D197018DB215034714853D8692E54E4EB7289(L_11, NULL); return; } IL_005c: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_12 = __this->____instructions; NullCheck(L_12); InstructionList_EmitThrow_mBC258015E88060816FDD2A937A27ACA1CF0DA264(L_12, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileTryExpression_m0E8F4874AB8C4F2AA258D7E22DB319FE813E2155 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tD121CFD25153967BD050CB6E82B3A0BFAEF6D0B3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m63398304F727862CA6A0F34593C597468DB6C1D7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mF8BDC664344F21B801A38B429405F24B0A185991_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mBDE31D99721C364862B50429E7E07DCB202686F4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_m9DF4DC92F34801165D028FEA35016526AF987DCA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_mAED798E78C460BF59F232A5137DCCDBD8B9761C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mA82EEFA1CBEB790293D15C3AD9BBF3706371774D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m8B5F2FBB554ABE07285D689A3A5FB75B4DE94035_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TryExpression_t2B12A2235D60735717434CCAB121609D07D98574_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* V_0 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_1 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_2 = NULL; int32_t V_3 = 0; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_4 = NULL; List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF* V_5 = NULL; EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* V_6 = NULL; bool V_7 = false; int32_t V_8 = 0; RuntimeObject* V_9 = NULL; CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* V_10 = NULL; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_11 = NULL; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_12; memset((&V_12), 0, sizeof(V_12)); ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* V_13 = NULL; int32_t V_14 = 0; int32_t V_15 = 0; int32_t V_16 = 0; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* G_B10_0 = NULL; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* G_B9_0 = NULL; int32_t G_B24_0 = 0; int32_t G_B24_1 = 0; int32_t G_B24_2 = 0; int32_t G_B24_3 = 0; int32_t G_B24_4 = 0; EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* G_B24_5 = NULL; int32_t G_B23_0 = 0; int32_t G_B23_1 = 0; int32_t G_B23_2 = 0; int32_t G_B23_3 = 0; int32_t G_B23_4 = 0; EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* G_B23_5 = NULL; ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* G_B25_0 = NULL; int32_t G_B25_1 = 0; int32_t G_B25_2 = 0; int32_t G_B25_3 = 0; int32_t G_B25_4 = 0; int32_t G_B25_5 = 0; EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* G_B25_6 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((TryExpression_t2B12A2235D60735717434CCAB121609D07D98574*)CastclassSealed((RuntimeObject*)L_0, TryExpression_t2B12A2235D60735717434CCAB121609D07D98574_il2cpp_TypeInfo_var)); TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_1 = V_0; NullCheck(L_1); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2; L_2 = TryExpression_get_Fault_m33ACDEC30E171AFC954184175A93D78B4DBD2070_inline(L_1, NULL); if (!L_2) { goto IL_0017; } } { TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_3 = V_0; LightCompiler_CompileTryFaultExpression_m95DB8A47EFE34490C4C62FF99D5F77A0CBD26427(__this, L_3, NULL); return; } IL_0017: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_4 = __this->____instructions; NullCheck(L_4); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_5; L_5 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_4, NULL); V_1 = L_5; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_6 = __this->____instructions; NullCheck(L_6); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_7; L_7 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_6, NULL); V_2 = L_7; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_8 = __this->____instructions; NullCheck(L_8); int32_t L_9; L_9 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_8, NULL); V_3 = L_9; V_4 = (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA*)NULL; TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_10 = V_0; NullCheck(L_10); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11; L_11 = TryExpression_get_Finally_m1F58A9AFB439D384693F49FB10461C16CED1C565_inline(L_10, NULL); if (!L_11) { goto IL_0062; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_12 = __this->____instructions; NullCheck(L_12); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_13; L_13 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_12, NULL); V_4 = L_13; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_14 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_15 = V_4; NullCheck(L_14); InstructionList_EmitEnterTryFinally_mDE0EBF6087A879F48C9F19AD39BEC71FACEDC615(L_14, L_15, NULL); goto IL_006d; } IL_0062: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_16 = __this->____instructions; NullCheck(L_16); InstructionList_EmitEnterTryCatch_mCC69D64A0162C983F6684A4936BBDFDE881A10A7(L_16, NULL); } IL_006d: { V_5 = (List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF*)NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_17 = __this->____instructions; int32_t L_18 = V_3; NullCheck(L_17); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_19; L_19 = InstructionList_GetInstruction_mCC1ADDF0ACE497E7D03292CF90275C0CCB0A94B1(L_17, L_18, NULL); V_6 = ((EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880*)IsInstSealed((RuntimeObject*)L_19, EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880_il2cpp_TypeInfo_var)); LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4(__this, 4, NULL); TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_20 = V_0; NullCheck(L_20); Type_t* L_21; L_21 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_20); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_22 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_23; L_23 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_22, NULL); bool L_24; L_24 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_21, L_23, NULL); V_7 = L_24; TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_25 = V_0; NullCheck(L_25); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_26; L_26 = TryExpression_get_Body_mBDD0F55B8F7CFE28B012712989C0D8E9555E68FE_inline(L_25, NULL); bool L_27 = V_7; LightCompiler_Compile_m9E52D6F9E91892CAF977C25E7EB0C8B500D0B3DA(__this, L_26, (bool)((((int32_t)L_27) == ((int32_t)0))? 1 : 0), NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_28 = __this->____instructions; NullCheck(L_28); int32_t L_29; L_29 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_28, NULL); V_8 = L_29; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_30 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_31 = V_2; NullCheck(L_30); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_30, L_31, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_32 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_33 = V_1; bool L_34 = V_7; bool L_35 = V_7; bool L_36 = V_7; NullCheck(L_32); InstructionList_EmitGoto_m9EBBB86257731911669631CFDC9BD6BF61730062(L_32, L_33, L_34, L_35, L_36, NULL); TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_37 = V_0; NullCheck(L_37); ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* L_38; L_38 = TryExpression_get_Handlers_mD57D9A1EECC45D09C53AA5D17138DA00EEBACF06_inline(L_37, NULL); NullCheck(L_38); int32_t L_39; L_39 = ReadOnlyCollection_1_get_Count_mAED798E78C460BF59F232A5137DCCDBD8B9761C6(L_38, ReadOnlyCollection_1_get_Count_mAED798E78C460BF59F232A5137DCCDBD8B9761C6_RuntimeMethod_var); if ((((int32_t)L_39) <= ((int32_t)0))) { goto IL_0299; } } { List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF* L_40 = (List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF*)il2cpp_codegen_object_new(List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF_il2cpp_TypeInfo_var); List_1__ctor_mBDE31D99721C364862B50429E7E07DCB202686F4(L_40, List_1__ctor_mBDE31D99721C364862B50429E7E07DCB202686F4_RuntimeMethod_var); V_5 = L_40; TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_41 = V_0; NullCheck(L_41); ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* L_42; L_42 = TryExpression_get_Handlers_mD57D9A1EECC45D09C53AA5D17138DA00EEBACF06_inline(L_41, NULL); NullCheck(L_42); RuntimeObject* L_43; L_43 = ReadOnlyCollection_1_GetEnumerator_m9DF4DC92F34801165D028FEA35016526AF987DCA(L_42, ReadOnlyCollection_1_GetEnumerator_m9DF4DC92F34801165D028FEA35016526AF987DCA_RuntimeMethod_var); V_9 = L_43; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_028d: { { RuntimeObject* L_44 = V_9; if (!L_44) { goto IL_0298; } } { RuntimeObject* L_45 = V_9; NullCheck(L_45); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_45); } IL_0298: { return; } } }); try { { goto IL_027f_1; } IL_0107_1: { RuntimeObject* L_46 = V_9; NullCheck(L_46); CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_47; L_47 = InterfaceFuncInvoker0< CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* >::Invoke(0, IEnumerator_1_tD121CFD25153967BD050CB6E82B3A0BFAEF6D0B3_il2cpp_TypeInfo_var, L_46); V_10 = L_47; CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_48 = V_10; NullCheck(L_48); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_49; L_49 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_48, NULL); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_50 = L_49; if (L_50) { G_B10_0 = L_50; goto IL_0127_1; } G_B9_0 = L_50; } { CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_51 = V_10; NullCheck(L_51); Type_t* L_52; L_52 = CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline(L_51, NULL); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_53; L_53 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_52, NULL); G_B10_0 = L_53; } IL_0127_1: { V_11 = G_B10_0; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_54 = __this->____locals; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_55 = V_11; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_56 = __this->____instructions; NullCheck(L_56); int32_t L_57; L_57 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_56, NULL); NullCheck(L_54); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_58; L_58 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_54, L_55, L_57, NULL); V_12 = L_58; Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E* L_59 = __this->____exceptionForRethrowStack; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_60 = V_11; NullCheck(L_59); Stack_1_Push_m8B5F2FBB554ABE07285D689A3A5FB75B4DE94035(L_59, L_60, Stack_1_Push_m8B5F2FBB554ABE07285D689A3A5FB75B4DE94035_RuntimeMethod_var); V_13 = (ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287*)NULL; CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_61 = V_10; NullCheck(L_61); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_62; L_62 = CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline(L_61, NULL); if (!L_62) { goto IL_01ca_1; } } { LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4(__this, 7, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_63 = __this->____instructions; NullCheck(L_63); InstructionList_EmitEnterExceptionFilter_m3925550BEF21FCD7F60FDE44F86F431DCF4CE155(L_63, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_64 = __this->____instructions; NullCheck(L_64); int32_t L_65; L_65 = InstructionList_MarkRuntimeLabel_mFCAAFCB713CEFF1B9DBB348F6AF5FC293351F677(L_64, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_66 = __this->____instructions; NullCheck(L_66); int32_t L_67; L_67 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_66, NULL); V_16 = L_67; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_68 = V_11; LightCompiler_CompileSetVariable_m879EC62CD975397E8A11B6F05A20CBE07ED43A23(__this, L_68, (bool)1, NULL); CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_69 = V_10; NullCheck(L_69); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_70; L_70 = CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline(L_69, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_70, NULL); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_71 = V_11; LightCompiler_CompileGetVariable_mD0A38DDA03F5EAAD61C3F8EE81C0F0E7F655BF33(__this, L_71, NULL); int32_t L_72 = V_16; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_73 = __this->____instructions; NullCheck(L_73); int32_t L_74; L_74 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_73, NULL); ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_75 = (ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287*)il2cpp_codegen_object_new(ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287_il2cpp_TypeInfo_var); ExceptionFilter__ctor_mC53C5FACBCD134E09C4D3949D0C58EDFABD24DB0(L_75, L_65, L_72, L_74, NULL); V_13 = L_75; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_76 = __this->____instructions; NullCheck(L_76); InstructionList_EmitLeaveExceptionFilter_m0A56D44F399A290F13BC9C8664BF10F06AD8100C(L_76, NULL); LightCompiler_PopLabelBlock_m3DA34D4C422456C6A86CB3138C22E4565C8D3A63(__this, 7, NULL); } IL_01ca_1: { LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4(__this, 5, NULL); bool L_77 = V_7; if (!L_77) { goto IL_01e2_1; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_78 = __this->____instructions; NullCheck(L_78); InstructionList_EmitEnterExceptionHandlerNonVoid_m645D4F606C22923E91097187BC7A7E56F0AB0F7C(L_78, NULL); goto IL_01ed_1; } IL_01e2_1: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_79 = __this->____instructions; NullCheck(L_79); InstructionList_EmitEnterExceptionHandlerVoid_m9726853B2C9821CD6710A160F53A8BCCD90D4241(L_79, NULL); } IL_01ed_1: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_80 = __this->____instructions; NullCheck(L_80); int32_t L_81; L_81 = InstructionList_MarkRuntimeLabel_mFCAAFCB713CEFF1B9DBB348F6AF5FC293351F677(L_80, NULL); V_14 = L_81; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_82 = __this->____instructions; NullCheck(L_82); int32_t L_83; L_83 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_82, NULL); V_15 = L_83; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_84 = V_11; LightCompiler_CompileSetVariable_m879EC62CD975397E8A11B6F05A20CBE07ED43A23(__this, L_84, (bool)1, NULL); CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_85 = V_10; NullCheck(L_85); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_86; L_86 = CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline(L_85, NULL); bool L_87 = V_7; LightCompiler_Compile_m9E52D6F9E91892CAF977C25E7EB0C8B500D0B3DA(__this, L_86, (bool)((((int32_t)L_87) == ((int32_t)0))? 1 : 0), NULL); Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E* L_88 = __this->____exceptionForRethrowStack; NullCheck(L_88); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_89; L_89 = Stack_1_Pop_mA82EEFA1CBEB790293D15C3AD9BBF3706371774D(L_88, Stack_1_Pop_mA82EEFA1CBEB790293D15C3AD9BBF3706371774D_RuntimeMethod_var); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_90 = __this->____instructions; bool L_91 = V_7; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_92 = V_2; NullCheck(L_90); InstructionList_EmitLeaveExceptionHandler_m21D6B9304A0669D038F7208CAC6B1AE0778C589E(L_90, L_91, L_92, NULL); List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF* L_93 = V_5; int32_t L_94 = V_14; int32_t L_95 = V_15; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_96 = __this->____instructions; NullCheck(L_96); int32_t L_97; L_97 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_96, NULL); CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_98 = V_10; NullCheck(L_98); Type_t* L_99; L_99 = CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline(L_98, NULL); ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_100 = V_13; ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_101 = (ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F*)il2cpp_codegen_object_new(ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F_il2cpp_TypeInfo_var); ExceptionHandler__ctor_m02E38940446219227CB1BA1EAA599D7F3AE354CB(L_101, L_94, L_95, L_97, L_99, L_100, NULL); NullCheck(L_93); List_1_Add_m63398304F727862CA6A0F34593C597468DB6C1D7_inline(L_93, L_101, List_1_Add_m63398304F727862CA6A0F34593C597468DB6C1D7_RuntimeMethod_var); LightCompiler_PopLabelBlock_m3DA34D4C422456C6A86CB3138C22E4565C8D3A63(__this, 5, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_102 = __this->____locals; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_103 = V_12; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_104 = __this->____instructions; NullCheck(L_104); int32_t L_105; L_105 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_104, NULL); NullCheck(L_102); LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_102, L_103, L_105, NULL); } IL_027f_1: { RuntimeObject* L_106 = V_9; NullCheck(L_106); bool L_107; L_107 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_106); if (L_107) { goto IL_0107_1; } } { goto IL_0299; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0299: { TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_108 = V_0; NullCheck(L_108); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_109; L_109 = TryExpression_get_Finally_m1F58A9AFB439D384693F49FB10461C16CED1C565_inline(L_108, NULL); if (!L_109) { goto IL_0317; } } { LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4(__this, 6, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_110 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_111 = V_4; NullCheck(L_110); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_110, L_111, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_112 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_113 = V_4; NullCheck(L_112); InstructionList_EmitEnterFinally_m9CFA721662A9E832FB596B16ED64F293CC9AD236(L_112, L_113, NULL); TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_114 = V_0; NullCheck(L_114); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_115; L_115 = TryExpression_get_Finally_m1F58A9AFB439D384693F49FB10461C16CED1C565_inline(L_114, NULL); LightCompiler_CompileAsVoid_m26956E46A54624326330679A508F900297B3AADD(__this, L_115, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_116 = __this->____instructions; NullCheck(L_116); InstructionList_EmitLeaveFinally_m11B8937A2EC9009AEB3237A386B9662A868EC08F(L_116, NULL); EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* L_117 = V_6; int32_t L_118 = V_3; int32_t L_119 = V_8; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_120 = V_2; NullCheck(L_120); int32_t L_121; L_121 = BranchLabel_get_TargetIndex_m3C89287A8444ED48097E948029B73720D102CDF6_inline(L_120, NULL); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_122 = V_4; NullCheck(L_122); int32_t L_123; L_123 = BranchLabel_get_TargetIndex_m3C89287A8444ED48097E948029B73720D102CDF6_inline(L_122, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_124 = __this->____instructions; NullCheck(L_124); int32_t L_125; L_125 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_124, NULL); List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF* L_126 = V_5; if (L_126) { G_B24_0 = L_125; G_B24_1 = L_123; G_B24_2 = L_121; G_B24_3 = L_119; G_B24_4 = L_118; G_B24_5 = L_117; goto IL_02fd; } G_B23_0 = L_125; G_B23_1 = L_123; G_B23_2 = L_121; G_B23_3 = L_119; G_B23_4 = L_118; G_B23_5 = L_117; } { G_B25_0 = ((ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4*)(NULL)); G_B25_1 = G_B23_0; G_B25_2 = G_B23_1; G_B25_3 = G_B23_2; G_B25_4 = G_B23_3; G_B25_5 = G_B23_4; G_B25_6 = G_B23_5; goto IL_0304; } IL_02fd: { List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF* L_127 = V_5; NullCheck(L_127); ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_128; L_128 = List_1_ToArray_mF8BDC664344F21B801A38B429405F24B0A185991(L_127, List_1_ToArray_mF8BDC664344F21B801A38B429405F24B0A185991_RuntimeMethod_var); G_B25_0 = L_128; G_B25_1 = G_B24_0; G_B25_2 = G_B24_1; G_B25_3 = G_B24_2; G_B25_4 = G_B24_3; G_B25_5 = G_B24_4; G_B25_6 = G_B24_5; } IL_0304: { TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_129 = (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0*)il2cpp_codegen_object_new(TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0_il2cpp_TypeInfo_var); TryCatchFinallyHandler__ctor_m658FE134EDB45144F521D1438CB0A47BB3DACEDF(L_129, G_B25_5, G_B25_4, G_B25_3, G_B25_2, G_B25_1, G_B25_0, NULL); NullCheck(G_B25_6); EnterTryCatchFinallyInstruction_SetTryHandler_mB8E7328BDE1FD52C27A37CD33F356115114EAC93_inline(G_B25_6, L_129, NULL); LightCompiler_PopLabelBlock_m3DA34D4C422456C6A86CB3138C22E4565C8D3A63(__this, 6, NULL); goto IL_0333; } IL_0317: { EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* L_130 = V_6; int32_t L_131 = V_3; int32_t L_132 = V_8; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_133 = V_2; NullCheck(L_133); int32_t L_134; L_134 = BranchLabel_get_TargetIndex_m3C89287A8444ED48097E948029B73720D102CDF6_inline(L_133, NULL); List_1_t78E0A52E54C912A538BD0094055FA1ED73B5B2EF* L_135 = V_5; NullCheck(L_135); ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_136; L_136 = List_1_ToArray_mF8BDC664344F21B801A38B429405F24B0A185991(L_135, List_1_ToArray_mF8BDC664344F21B801A38B429405F24B0A185991_RuntimeMethod_var); TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_137 = (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0*)il2cpp_codegen_object_new(TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0_il2cpp_TypeInfo_var); TryCatchFinallyHandler__ctor_mAB5F79CB07CA7AFA9FEA96104264D2D8D8CCE636(L_137, L_131, L_132, L_134, L_136, NULL); NullCheck(L_130); EnterTryCatchFinallyInstruction_SetTryHandler_mB8E7328BDE1FD52C27A37CD33F356115114EAC93_inline(L_130, L_137, NULL); } IL_0333: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_138 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_139 = V_1; NullCheck(L_138); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_138, L_139, NULL); LightCompiler_PopLabelBlock_m3DA34D4C422456C6A86CB3138C22E4565C8D3A63(__this, 4, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileTryFaultExpression_m95DB8A47EFE34490C4C62FF99D5F77A0CBD26427 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_4 = NULL; { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_0 = __this->____instructions; NullCheck(L_0); int32_t L_1; L_1 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_0, NULL); V_0 = L_1; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_2 = __this->____instructions; NullCheck(L_2); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_3; L_3 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_2, NULL); V_1 = L_3; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_4 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_5 = V_1; NullCheck(L_4); EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* L_6; L_6 = InstructionList_EmitEnterTryFault_mE350FC7F40AAEA0F73D31C491A851547DBC08A4C(L_4, L_5, NULL); LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4(__this, 4, NULL); TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_7 = ___0_expr; NullCheck(L_7); Type_t* L_8; L_8 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_7); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_10; L_10 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_9, NULL); bool L_11; L_11 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_8, L_10, NULL); V_2 = L_11; TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_12 = ___0_expr; NullCheck(L_12); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13; L_13 = TryExpression_get_Body_mBDD0F55B8F7CFE28B012712989C0D8E9555E68FE_inline(L_12, NULL); bool L_14 = V_2; LightCompiler_Compile_m9E52D6F9E91892CAF977C25E7EB0C8B500D0B3DA(__this, L_13, (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0), NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_15 = __this->____instructions; NullCheck(L_15); int32_t L_16; L_16 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_15, NULL); V_3 = L_16; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_17 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_18 = V_1; bool L_19 = V_2; bool L_20 = V_2; bool L_21 = V_2; NullCheck(L_17); InstructionList_EmitGoto_m9EBBB86257731911669631CFDC9BD6BF61730062(L_17, L_18, L_19, L_20, L_21, NULL); LightCompiler_PushLabelBlock_mB7F28F7156D56D31137ED2FF39CAF6445C6248B4(__this, 6, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_22 = __this->____instructions; NullCheck(L_22); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_23; L_23 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_22, NULL); V_4 = L_23; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_24 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_25 = V_4; NullCheck(L_24); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_24, L_25, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_26 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_27 = V_4; NullCheck(L_26); InstructionList_EmitEnterFault_m897D75F5451358D62FA4FD7AE129CF6B7D3A08C2(L_26, L_27, NULL); TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_28 = ___0_expr; NullCheck(L_28); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_29; L_29 = TryExpression_get_Fault_m33ACDEC30E171AFC954184175A93D78B4DBD2070_inline(L_28, NULL); LightCompiler_CompileAsVoid_m26956E46A54624326330679A508F900297B3AADD(__this, L_29, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_30 = __this->____instructions; NullCheck(L_30); InstructionList_EmitLeaveFault_m883B86D58A6A7C6E6A123D845B3F1355D4D1A538(L_30, NULL); int32_t L_31 = V_0; int32_t L_32 = V_3; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_33 = V_4; NullCheck(L_33); int32_t L_34; L_34 = BranchLabel_get_TargetIndex_m3C89287A8444ED48097E948029B73720D102CDF6_inline(L_33, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_35 = __this->____instructions; NullCheck(L_35); int32_t L_36; L_36 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_35, NULL); TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_37 = (TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D*)il2cpp_codegen_object_new(TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D_il2cpp_TypeInfo_var); TryFaultHandler__ctor_m5DF946D73A8F1253022AF33EEFCC21F290BA4BFC(L_37, L_31, L_32, L_34, L_36, NULL); NullCheck(L_6); EnterTryFaultInstruction_SetTryHandler_m08DB9E7E0769706527D7158B3833D0E170DFD129_inline(L_6, L_37, NULL); LightCompiler_PopLabelBlock_m3DA34D4C422456C6A86CB3138C22E4565C8D3A63(__this, 6, NULL); LightCompiler_PopLabelBlock_m3DA34D4C422456C6A86CB3138C22E4565C8D3A63(__this, 4, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_38 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_39 = V_1; NullCheck(L_38); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_38, L_39, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMethodCallExpression_mC3759526B34749EE19DD86B239E034D0FE067BB6 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* V_0 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB*)CastclassClass((RuntimeObject*)L_0, MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB_il2cpp_TypeInfo_var)); MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_1 = V_0; NullCheck(L_1); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2; L_2 = MethodCallExpression_get_Object_m3E06943B2633E3F64AFF6E35D591DB017956299D(L_1, NULL); MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_3 = V_0; NullCheck(L_3); MethodInfo_t* L_4; L_4 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(L_3, NULL); MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_5 = V_0; LightCompiler_CompileMethodCallExpression_mC0799050200BEF0CB44B1FB86EEAFB1EEB0C58BE(__this, L_2, L_4, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMethodCallExpression_mC0799050200BEF0CB44B1FB86EEAFB1EEB0C58BE (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_object, MethodInfo_t* ___1_method, RuntimeObject* ___2_arguments, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m8FC54D556A514A425BBB5E114B556807C825A181_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mBE38305E1999E8FF551F2707673DD3AB8081139F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m6D727E882EEC7FBCBA94F14640843092DF1A376E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IArgumentProvider_tE4CF1AA45F936DB9894DAE3BB715F27447B69A85_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m31F903FF6C70D3953A471F268B374F54A2C2B918_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mAECFACBBF40CF0E1BB757952276B40A3199F9303_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m67748B31E83B927165803E5397E2B0832F3FA1C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m05793C6F41432DEECB244F2F0CACC9CC38E51005_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_0 = NULL; List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* V_1 = NULL; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_5 = NULL; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* V_6 = NULL; Enumerator_tF0F088508DB86657CF2A36C204F3364DB1F20F80 V_7; memset((&V_7), 0, sizeof(V_7)); { MethodInfo_t* L_0 = ___1_method; il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_1; L_1 = TypeExtensions_GetParametersCached_mD2B9864864929FEFA691059A59077A7E491A8141(L_0, NULL); V_0 = L_1; V_1 = (List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D*)NULL; MethodInfo_t* L_2 = ___1_method; NullCheck(L_2); bool L_3; L_3 = MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E(L_2, NULL); if (L_3) { goto IL_002a; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___0_object; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_5; L_5 = LightCompiler_CompileAddress_mD364B6A5F26CA55A472B44257281EC6BFB5B5326(__this, L_4, (-1), NULL); V_2 = L_5; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_6 = V_2; if (!L_6) { goto IL_002a; } } { List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* L_7 = (List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D*)il2cpp_codegen_object_new(List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D_il2cpp_TypeInfo_var); List_1__ctor_m05793C6F41432DEECB244F2F0CACC9CC38E51005(L_7, List_1__ctor_m05793C6F41432DEECB244F2F0CACC9CC38E51005_RuntimeMethod_var); List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* L_8 = L_7; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_9 = V_2; NullCheck(L_8); List_1_Add_m31F903FF6C70D3953A471F268B374F54A2C2B918_inline(L_8, L_9, List_1_Add_m31F903FF6C70D3953A471F268B374F54A2C2B918_RuntimeMethod_var); V_1 = L_8; } IL_002a: { V_3 = 0; RuntimeObject* L_10 = ___2_arguments; NullCheck(L_10); int32_t L_11; L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(1, IArgumentProvider_tE4CF1AA45F936DB9894DAE3BB715F27447B69A85_il2cpp_TypeInfo_var, L_10); V_4 = L_11; goto IL_007c; } IL_0036: { RuntimeObject* L_12 = ___2_arguments; int32_t L_13 = V_3; NullCheck(L_12); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14; L_14 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0, IArgumentProvider_tE4CF1AA45F936DB9894DAE3BB715F27447B69A85_il2cpp_TypeInfo_var, L_12, L_13); V_5 = L_14; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_15 = V_0; int32_t L_16 = V_3; NullCheck(L_15); int32_t L_17 = L_16; ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_18); Type_t* L_19; L_19 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_18); NullCheck(L_19); bool L_20; L_20 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_19, NULL); if (!L_20) { goto IL_0070; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_21 = V_5; int32_t L_22 = V_3; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_23; L_23 = LightCompiler_CompileAddress_mD364B6A5F26CA55A472B44257281EC6BFB5B5326(__this, L_21, L_22, NULL); V_6 = L_23; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_24 = V_6; if (!L_24) { goto IL_0078; } } { List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* L_25 = V_1; if (L_25) { goto IL_0066; } } { List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* L_26 = (List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D*)il2cpp_codegen_object_new(List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D_il2cpp_TypeInfo_var); List_1__ctor_m05793C6F41432DEECB244F2F0CACC9CC38E51005(L_26, List_1__ctor_m05793C6F41432DEECB244F2F0CACC9CC38E51005_RuntimeMethod_var); V_1 = L_26; } IL_0066: { List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* L_27 = V_1; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_28 = V_6; NullCheck(L_27); List_1_Add_m31F903FF6C70D3953A471F268B374F54A2C2B918_inline(L_27, L_28, List_1_Add_m31F903FF6C70D3953A471F268B374F54A2C2B918_RuntimeMethod_var); goto IL_0078; } IL_0070: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_29 = V_5; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_29, NULL); } IL_0078: { int32_t L_30 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_30, 1)); } IL_007c: { int32_t L_31 = V_3; int32_t L_32 = V_4; if ((((int32_t)L_31) < ((int32_t)L_32))) { goto IL_0036; } } { MethodInfo_t* L_33 = ___1_method; NullCheck(L_33); bool L_34; L_34 = MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E(L_33, NULL); if (L_34) { goto IL_00a4; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_35 = ___0_object; NullCheck(L_35); Type_t* L_36; L_36 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_35); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_37; L_37 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_36, NULL); if (!L_37) { goto IL_00a4; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_38 = __this->____instructions; MethodInfo_t* L_39 = ___1_method; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_40 = V_0; NullCheck(L_38); InstructionList_EmitNullableCall_mF577360074F5923BB539BD38F3C9DA3828A4B6C9(L_38, L_39, L_40, NULL); return; } IL_00a4: { List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* L_41 = V_1; if (L_41) { goto IL_00b5; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_42 = __this->____instructions; MethodInfo_t* L_43 = ___1_method; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_44 = V_0; NullCheck(L_42); InstructionList_EmitCall_m74462B89B79D9E4F6A9BE32977B1B52DDE630F6B(L_42, L_43, L_44, NULL); return; } IL_00b5: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_45 = __this->____instructions; MethodInfo_t* L_46 = ___1_method; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_47 = V_0; List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* L_48 = V_1; NullCheck(L_48); ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_49; L_49 = List_1_ToArray_m67748B31E83B927165803E5397E2B0832F3FA1C1(L_48, List_1_ToArray_m67748B31E83B927165803E5397E2B0832F3FA1C1_RuntimeMethod_var); NullCheck(L_45); InstructionList_EmitByRefCall_mB9ACC1A39B8306F3E69A5A379DC12765E048733F(L_45, L_46, L_47, L_49, NULL); List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* L_50 = V_1; NullCheck(L_50); Enumerator_tF0F088508DB86657CF2A36C204F3364DB1F20F80 L_51; L_51 = List_1_GetEnumerator_mAECFACBBF40CF0E1BB757952276B40A3199F9303(L_50, List_1_GetEnumerator_mAECFACBBF40CF0E1BB757952276B40A3199F9303_RuntimeMethod_var); V_7 = L_51; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00f5: { Enumerator_Dispose_m8FC54D556A514A425BBB5E114B556807C825A181((&V_7), Enumerator_Dispose_m8FC54D556A514A425BBB5E114B556807C825A181_RuntimeMethod_var); return; } }); try { { goto IL_00ea_1; } IL_00d2_1: { ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_52; L_52 = Enumerator_get_Current_m6D727E882EEC7FBCBA94F14640843092DF1A376E_inline((&V_7), Enumerator_get_Current_m6D727E882EEC7FBCBA94F14640843092DF1A376E_RuntimeMethod_var); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_53 = __this->____instructions; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_54 = __this->____locals; NullCheck(L_52); VirtualActionInvoker2< InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A*, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* >::Invoke(5, L_52, L_53, L_54); } IL_00ea_1: { bool L_55; L_55 = Enumerator_MoveNext_mBE38305E1999E8FF551F2707673DD3AB8081139F((&V_7), Enumerator_MoveNext_mBE38305E1999E8FF551F2707673DD3AB8081139F_RuntimeMethod_var); if (L_55) { goto IL_00d2_1; } } { goto IL_0103; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0103: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* LightCompiler_CompileArrayIndexAddress_m7C7726823EE03DC4382A31435F817ABE7EDB42E8 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_array, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___1_index, int32_t ___2_argumentIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED); s_Il2CppMethodInitialized = true; } LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_0; memset((&V_0), 0, sizeof(V_0)); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_1; memset((&V_1), 0, sizeof(V_1)); { LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_0 = __this->____locals; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___0_array; NullCheck(L_1); Type_t* L_2; L_2 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_1); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_3; L_3 = Expression_Parameter_mF825EFB5FBAABE8355C9D44B286AB4EA02F8B992(L_2, _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_4 = __this->____instructions; NullCheck(L_4); int32_t L_5; L_5 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_4, NULL); NullCheck(L_0); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_6; L_6 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_0, L_3, L_5, NULL); V_0 = L_6; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_7 = __this->____locals; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = ___1_index; NullCheck(L_8); Type_t* L_9; L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_8); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_10; L_10 = Expression_Parameter_mF825EFB5FBAABE8355C9D44B286AB4EA02F8B992(L_9, _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_11 = __this->____instructions; NullCheck(L_11); int32_t L_12; L_12 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_11, NULL); NullCheck(L_7); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_13; L_13 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_7, L_10, L_12, NULL); V_1 = L_13; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14 = ___0_array; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_14, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_15 = __this->____instructions; int32_t L_16; L_16 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_0), NULL); NullCheck(L_15); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_15, L_16, NULL); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_17 = ___1_index; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_17, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_18 = __this->____instructions; int32_t L_19; L_19 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_1), NULL); NullCheck(L_18); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_18, L_19, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_20 = __this->____instructions; int32_t L_21; L_21 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_0), NULL); NullCheck(L_20); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_20, L_21, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_22 = __this->____instructions; int32_t L_23; L_23 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_1), NULL); NullCheck(L_22); InstructionList_EmitLoadLocal_mF75408F8C97FFE8024F099309793B54F2FAAC714(L_22, L_23, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_24 = __this->____instructions; NullCheck(L_24); InstructionList_EmitGetArrayItem_mF0304CECDC5B20DFC69FFA53A121F07ED9E90996(L_24, NULL); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_25 = V_0; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_26 = V_1; int32_t L_27 = ___2_argumentIndex; ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844* L_28 = (ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844*)il2cpp_codegen_object_new(ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844_il2cpp_TypeInfo_var); ArrayByRefUpdater__ctor_m5F46FF1861992EAB92AD42B447AEFA47DAEC3F95(L_28, L_25, L_26, L_27, NULL); return L_28; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_EmitThisForMethodCall_mDA4DDCB86960649FE2C4285B0A6A1005640E43D4 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_node, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_node; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_1; L_1 = LightCompiler_CompileAddress_mD364B6A5F26CA55A472B44257281EC6BFB5B5326(__this, L_0, (-1), NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LightCompiler_ShouldWritebackNode_m84A3B4429F20E7B2DD5EDB4350E53A898E30717B (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_node, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_node; NullCheck(L_0); Type_t* L_1; L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_0); NullCheck(L_1); bool L_2; L_2 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_1, NULL); if (!L_2) { goto IL_005e; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___0_node; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_3); V_0 = L_4; int32_t L_5 = V_0; if ((((int32_t)L_5) > ((int32_t)((int32_t)23)))) { goto IL_0026; } } { int32_t L_6 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, 5))) > ((uint32_t)1)))) { goto IL_0032; } } { int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)((int32_t)23)))) { goto IL_004a; } } { goto IL_005e; } IL_0026: { int32_t L_8 = V_0; if ((((int32_t)L_8) == ((int32_t)((int32_t)38)))) { goto IL_0032; } } { int32_t L_9 = V_0; if ((((int32_t)L_9) == ((int32_t)((int32_t)55)))) { goto IL_0034; } } { goto IL_005e; } IL_0032: { return (bool)1; } IL_0034: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10 = ___0_node; NullCheck(((IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347*)CastclassSealed((RuntimeObject*)L_10, IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347_il2cpp_TypeInfo_var))); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11; L_11 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(((IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347*)CastclassSealed((RuntimeObject*)L_10, IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347_il2cpp_TypeInfo_var)), NULL); NullCheck(L_11); Type_t* L_12; L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_11); NullCheck(L_12); bool L_13; L_13 = Type_get_IsArray_mB9B8CA713B2AA9D6AFECC24E05AF78D22532B673(L_12, NULL); return L_13; } IL_004a: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14 = ___0_node; NullCheck(((MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89*)CastclassClass((RuntimeObject*)L_14, MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89_il2cpp_TypeInfo_var))); MemberInfo_t* L_15; L_15 = MemberExpression_get_Member_m30A7DCC7673A38BE9F06597DC9F5305E61B88104(((MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89*)CastclassClass((RuntimeObject*)L_14, MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89_il2cpp_TypeInfo_var)), NULL); return (bool)((!(((RuntimeObject*)(FieldInfo_t*)((FieldInfo_t*)IsInstClass((RuntimeObject*)L_15, FieldInfo_t_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); } IL_005e: { return (bool)0; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* LightCompiler_CompileAddress_mD364B6A5F26CA55A472B44257281EC6BFB5B5326 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_node, int32_t ___1_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m3B86BA74755F8269102AF08E6024055932B4B2B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4784CA4E159D86F8767CCC55143536AF34801074); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26); s_Il2CppMethodInitialized = true; } BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* V_0 = NULL; IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* V_1 = NULL; MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* V_2 = NULL; Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 V_3; memset((&V_3), 0, sizeof(V_3)); FieldInfo_t* V_4 = NULL; PropertyInfo_t* V_5 = NULL; MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* V_6 = NULL; int32_t V_7 = 0; Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 V_8; memset((&V_8), 0, sizeof(V_8)); int32_t V_9 = 0; LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* V_10 = NULL; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_11; memset((&V_11), 0, sizeof(V_11)); int32_t V_12 = 0; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_13 = NULL; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_14; memset((&V_14), 0, sizeof(V_14)); { int32_t L_0 = ___1_index; if ((!(((uint32_t)L_0) == ((uint32_t)(-1))))) { goto IL_000f; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___0_node; il2cpp_codegen_runtime_class_init_inline(LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_il2cpp_TypeInfo_var); bool L_2; L_2 = LightCompiler_ShouldWritebackNode_m84A3B4429F20E7B2DD5EDB4350E53A898E30717B(L_1, NULL); if (!L_2) { goto IL_0325; } } IL_000f: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3 = ___0_node; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_3); V_7 = L_4; int32_t L_5 = V_7; if ((((int32_t)L_5) > ((int32_t)6))) { goto IL_002e; } } { int32_t L_6 = V_7; if ((((int32_t)L_6) == ((int32_t)5))) { goto IL_0067; } } { int32_t L_7 = V_7; if ((((int32_t)L_7) == ((int32_t)6))) { goto IL_02c5; } } { goto IL_0325; } IL_002e: { int32_t L_8 = V_7; if ((((int32_t)L_8) == ((int32_t)((int32_t)23)))) { goto IL_01d3; } } { int32_t L_9 = V_7; if ((((int32_t)L_9) == ((int32_t)((int32_t)38)))) { goto IL_0048; } } { int32_t L_10 = V_7; if ((((int32_t)L_10) == ((int32_t)((int32_t)55)))) { goto IL_0082; } } { goto IL_0325; } IL_0048: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11 = ___0_node; LightCompiler_LoadLocalNoValueTypeCopy_m21D1A360804D36AB34A391C6C7D711C708B69214(__this, ((ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)CastclassClass((RuntimeObject*)L_11, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_il2cpp_TypeInfo_var)), NULL); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12 = ___0_node; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_13; L_13 = LightCompiler_ResolveLocal_mDFBCF12A32B5AD59EA90EF1E05958797F0B96FBB(__this, ((ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)CastclassClass((RuntimeObject*)L_12, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110_il2cpp_TypeInfo_var)), NULL); int32_t L_14 = ___1_index; ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11* L_15 = (ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11*)il2cpp_codegen_object_new(ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11_il2cpp_TypeInfo_var); ParameterByRefUpdater__ctor_mB7175A637B3D822FF7936E57B762EC64A29D740D(L_15, L_13, L_14, NULL); return L_15; } IL_0067: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16 = ___0_node; V_0 = ((BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4*)CastclassClass((RuntimeObject*)L_16, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var)); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_17 = V_0; NullCheck(L_17); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18; L_18 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_17, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_19 = V_0; NullCheck(L_19); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_20; L_20 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_19, NULL); int32_t L_21 = ___1_index; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_22; L_22 = LightCompiler_CompileArrayIndexAddress_m7C7726823EE03DC4382A31435F817ABE7EDB42E8(__this, L_18, L_20, L_21, NULL); return L_22; } IL_0082: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_23 = ___0_node; V_1 = ((IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347*)CastclassSealed((RuntimeObject*)L_23, IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347_il2cpp_TypeInfo_var)); IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_24 = V_1; NullCheck(L_24); PropertyInfo_t* L_25; L_25 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(L_24, NULL); bool L_26; L_26 = PropertyInfo_op_Inequality_mE75A4F14CC678D8A670730FBD4338C718CACB51B(L_25, (PropertyInfo_t*)NULL, NULL); if (!L_26) { goto IL_01a6; } } { il2cpp_codegen_initobj((&V_8), sizeof(Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2)); IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_27 = V_1; NullCheck(L_27); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_28; L_28 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_27, NULL); if (!L_28) { goto IL_0109; } } { LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_29 = __this->____locals; IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_30 = V_1; NullCheck(L_30); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_31; L_31 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_30, NULL); NullCheck(L_31); Type_t* L_32; L_32 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_31); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_33; L_33 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_32, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_34 = __this->____instructions; NullCheck(L_34); int32_t L_35; L_35 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_34, NULL); NullCheck(L_29); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_36; L_36 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_29, L_33, L_35, NULL); Nullable_1__ctor_m3B86BA74755F8269102AF08E6024055932B4B2B4((&V_8), L_36, Nullable_1__ctor_m3B86BA74755F8269102AF08E6024055932B4B2B4_RuntimeMethod_var); IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_37 = V_1; NullCheck(L_37); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_38; L_38 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_37, NULL); LightCompiler_EmitThisForMethodCall_mDA4DDCB86960649FE2C4285B0A6A1005640E43D4(__this, L_38, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_39 = __this->____instructions; NullCheck(L_39); InstructionList_EmitDup_mF35BA4C8C5D78390C9ABA0EA1AD8B9B39CCDA489(L_39, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_40 = __this->____instructions; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_41; L_41 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline((&V_8), Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var); V_11 = L_41; int32_t L_42; L_42 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_11), NULL); NullCheck(L_40); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_40, L_42, NULL); } IL_0109: { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_43 = V_1; NullCheck(L_43); int32_t L_44; L_44 = IndexExpression_get_ArgumentCount_mBDED53F0D933829DC3C62DDCC7AB11B5BC479639(L_43, NULL); V_9 = L_44; int32_t L_45 = V_9; LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_46 = (LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E*)(LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E*)SZArrayNew(LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E_il2cpp_TypeInfo_var, (uint32_t)L_45); V_10 = L_46; V_12 = 0; goto IL_0183; } IL_011f: { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_47 = V_1; int32_t L_48 = V_12; NullCheck(L_47); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_49; L_49 = IndexExpression_GetArgument_m8C766733ECF016AFD4003DA1ABF0D862CB44216C(L_47, L_48, NULL); V_13 = L_49; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_50 = V_13; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_50, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_51 = __this->____locals; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_52 = V_13; NullCheck(L_52); Type_t* L_53; L_53 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_52); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_54; L_54 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_53, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_55 = __this->____instructions; NullCheck(L_55); int32_t L_56; L_56 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_55, NULL); NullCheck(L_51); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_57; L_57 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_51, L_54, L_56, NULL); V_14 = L_57; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_58 = __this->____instructions; NullCheck(L_58); InstructionList_EmitDup_mF35BA4C8C5D78390C9ABA0EA1AD8B9B39CCDA489(L_58, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_59 = __this->____instructions; int32_t L_60; L_60 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_14), NULL); NullCheck(L_59); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_59, L_60, NULL); LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_61 = V_10; int32_t L_62 = V_12; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_63 = V_14; NullCheck(L_61); (L_61)->SetAt(static_cast(L_62), (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02)L_63); int32_t L_64 = V_12; V_12 = ((int32_t)il2cpp_codegen_add(L_64, 1)); } IL_0183: { int32_t L_65 = V_12; int32_t L_66 = V_9; if ((((int32_t)L_65) < ((int32_t)L_66))) { goto IL_011f; } } { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_67 = V_1; LightCompiler_EmitIndexGet_mFA78DE362D73898CDF08138CCC16492857190142(__this, L_67, NULL); Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 L_68 = V_8; LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_69 = V_10; IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_70 = V_1; NullCheck(L_70); PropertyInfo_t* L_71; L_71 = IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline(L_70, NULL); NullCheck(L_71); MethodInfo_t* L_72; L_72 = PropertyInfo_GetSetMethod_mA16842ADAD11B6F70F4EDCA2805C999E378C4C8B(L_71, NULL); int32_t L_73 = ___1_index; IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049* L_74 = (IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049*)il2cpp_codegen_object_new(IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049_il2cpp_TypeInfo_var); IndexMethodByRefUpdater__ctor_mC44C5FB9EDF1BFAEF8C29E04DD6DBCB2C4326EA1(L_74, L_68, L_69, L_72, L_73, NULL); return L_74; } IL_01a6: { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_75 = V_1; NullCheck(L_75); int32_t L_76; L_76 = IndexExpression_get_ArgumentCount_mBDED53F0D933829DC3C62DDCC7AB11B5BC479639(L_75, NULL); if ((!(((uint32_t)L_76) == ((uint32_t)1)))) { goto IL_01c4; } } { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_77 = V_1; NullCheck(L_77); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_78; L_78 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_77, NULL); IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_79 = V_1; NullCheck(L_79); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_80; L_80 = IndexExpression_GetArgument_m8C766733ECF016AFD4003DA1ABF0D862CB44216C(L_79, 0, NULL); int32_t L_81 = ___1_index; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_82; L_82 = LightCompiler_CompileArrayIndexAddress_m7C7726823EE03DC4382A31435F817ABE7EDB42E8(__this, L_78, L_80, L_81, NULL); return L_82; } IL_01c4: { IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_83 = V_1; NullCheck(L_83); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_84; L_84 = IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline(L_83, NULL); IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_85 = V_1; int32_t L_86 = ___1_index; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_87; L_87 = LightCompiler_CompileMultiDimArrayAccess_m2F440F2D354239D71E6B17867D53ABEB181E26DC(__this, L_84, L_85, L_86, NULL); return L_87; } IL_01d3: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_88 = ___0_node; V_2 = ((MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89*)CastclassClass((RuntimeObject*)L_88, MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89_il2cpp_TypeInfo_var)); il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2)); MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_89 = V_2; NullCheck(L_89); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_90; L_90 = MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline(L_89, NULL); if (!L_90) { goto IL_024e; } } { LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_91 = __this->____locals; MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_92 = V_2; NullCheck(L_92); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_93; L_93 = MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline(L_92, NULL); NullCheck(L_93); Type_t* L_94; L_94 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_93); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_95; L_95 = Expression_Parameter_mF825EFB5FBAABE8355C9D44B286AB4EA02F8B992(L_94, _stringLiteral4784CA4E159D86F8767CCC55143536AF34801074, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_96 = __this->____instructions; NullCheck(L_96); int32_t L_97; L_97 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_96, NULL); NullCheck(L_91); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_98; L_98 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_91, L_95, L_97, NULL); Nullable_1__ctor_m3B86BA74755F8269102AF08E6024055932B4B2B4((&V_3), L_98, Nullable_1__ctor_m3B86BA74755F8269102AF08E6024055932B4B2B4_RuntimeMethod_var); MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_99 = V_2; NullCheck(L_99); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_100; L_100 = MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline(L_99, NULL); LightCompiler_EmitThisForMethodCall_mDA4DDCB86960649FE2C4285B0A6A1005640E43D4(__this, L_100, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_101 = __this->____instructions; NullCheck(L_101); InstructionList_EmitDup_mF35BA4C8C5D78390C9ABA0EA1AD8B9B39CCDA489(L_101, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_102 = __this->____instructions; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_103; L_103 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline((&V_3), Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var); V_11 = L_103; int32_t L_104; L_104 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_11), NULL); NullCheck(L_102); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_102, L_104, NULL); } IL_024e: { MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_105 = V_2; NullCheck(L_105); MemberInfo_t* L_106; L_106 = MemberExpression_get_Member_m30A7DCC7673A38BE9F06597DC9F5305E61B88104(L_105, NULL); V_4 = ((FieldInfo_t*)IsInstClass((RuntimeObject*)L_106, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t* L_107 = V_4; bool L_108; L_108 = FieldInfo_op_Inequality_m95789A98E646494987E66A9E4188DCA86185066B(L_107, (FieldInfo_t*)NULL, NULL); if (!L_108) { goto IL_0290; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_109 = __this->____instructions; FieldInfo_t* L_110 = V_4; NullCheck(L_109); InstructionList_EmitLoadField_m900BAFD2555038F844A7B113F7BA7FC35B6C8EF3(L_109, L_110, NULL); FieldInfo_t* L_111 = V_4; NullCheck(L_111); bool L_112; L_112 = FieldInfo_get_IsLiteral_mBE7DDC6A709439F775873859C82BAAD1EEFF791A(L_111, NULL); if (L_112) { goto IL_028e; } } { FieldInfo_t* L_113 = V_4; NullCheck(L_113); bool L_114; L_114 = FieldInfo_get_IsInitOnly_m476BB9325A68BDD56B088D3E8407F75FA1388ED9(L_113, NULL); if (L_114) { goto IL_028e; } } { Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 L_115 = V_3; FieldInfo_t* L_116 = V_4; int32_t L_117 = ___1_index; FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603* L_118 = (FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603*)il2cpp_codegen_object_new(FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603_il2cpp_TypeInfo_var); FieldByRefUpdater__ctor_m0C187A56A9FFCF954A63A387D3C3C03D0AB5AF6F(L_118, L_115, L_116, L_117, NULL); return L_118; } IL_028e: { return (ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17*)NULL; } IL_0290: { MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_119 = V_2; NullCheck(L_119); MemberInfo_t* L_120; L_120 = MemberExpression_get_Member_m30A7DCC7673A38BE9F06597DC9F5305E61B88104(L_119, NULL); V_5 = ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_120, PropertyInfo_t_il2cpp_TypeInfo_var)); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_121 = __this->____instructions; PropertyInfo_t* L_122 = V_5; NullCheck(L_122); MethodInfo_t* L_123; L_123 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(22, L_122, (bool)1); NullCheck(L_121); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_121, L_123, NULL); PropertyInfo_t* L_124 = V_5; NullCheck(L_124); bool L_125; L_125 = VirtualFuncInvoker0< bool >::Invoke(19, L_124); if (!L_125) { goto IL_02c3; } } { Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 L_126 = V_3; PropertyInfo_t* L_127 = V_5; int32_t L_128 = ___1_index; PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6* L_129 = (PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6*)il2cpp_codegen_object_new(PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6_il2cpp_TypeInfo_var); PropertyByRefUpdater__ctor_m9FED566D3D6D8B5E12248CA4B4D00DC83BE1D7F4(L_129, L_126, L_127, L_128, NULL); return L_129; } IL_02c3: { return (ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17*)NULL; } IL_02c5: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_130 = ___0_node; V_6 = ((MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB*)CastclassClass((RuntimeObject*)L_130, MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB_il2cpp_TypeInfo_var)); MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_131 = V_6; NullCheck(L_131); MethodInfo_t* L_132; L_132 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(L_131, NULL); NullCheck(L_132); bool L_133; L_133 = MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E(L_132, NULL); if (L_133) { goto IL_0325; } } { MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_134 = V_6; NullCheck(L_134); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_135; L_135 = MethodCallExpression_get_Object_m3E06943B2633E3F64AFF6E35D591DB017956299D(L_134, NULL); NullCheck(L_135); Type_t* L_136; L_136 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_135); NullCheck(L_136); bool L_137; L_137 = Type_get_IsArray_mB9B8CA713B2AA9D6AFECC24E05AF78D22532B673(L_136, NULL); if (!L_137) { goto IL_0325; } } { MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_138 = V_6; NullCheck(L_138); MethodInfo_t* L_139; L_139 = MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline(L_138, NULL); MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_140 = V_6; NullCheck(L_140); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_141; L_141 = MethodCallExpression_get_Object_m3E06943B2633E3F64AFF6E35D591DB017956299D(L_140, NULL); NullCheck(L_141); Type_t* L_142; L_142 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_141); NullCheck(L_142); MethodInfo_t* L_143; L_143 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_142, _stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26, ((int32_t)20), NULL); bool L_144; L_144 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_139, L_143, NULL); if (!L_144) { goto IL_0325; } } { MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_145 = V_6; NullCheck(L_145); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_146; L_146 = MethodCallExpression_get_Object_m3E06943B2633E3F64AFF6E35D591DB017956299D(L_145, NULL); MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_147 = V_6; int32_t L_148 = ___1_index; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_149; L_149 = LightCompiler_CompileMultiDimArrayAccess_m2F440F2D354239D71E6B17867D53ABEB181E26DC(__this, L_146, L_147, L_148, NULL); return L_149; } IL_0325: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_150 = ___0_node; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_150, NULL); return (ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17*)NULL; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* LightCompiler_CompileMultiDimArrayAccess_m2F440F2D354239D71E6B17867D53ABEB181E26DC (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_array, RuntimeObject* ___1_arguments, int32_t ___2_index, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IArgumentProvider_tE4CF1AA45F936DB9894DAE3BB715F27447B69A85_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m3B86BA74755F8269102AF08E6024055932B4B2B4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26); s_Il2CppMethodInitialized = true; } LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* V_2 = NULL; int32_t V_3 = 0; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_4 = NULL; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_5; memset((&V_5), 0, sizeof(V_5)); { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_array; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_0, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_1 = __this->____locals; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___0_array; NullCheck(L_2); Type_t* L_3; L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_2); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_4; L_4 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_3, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_5 = __this->____instructions; NullCheck(L_5); int32_t L_6; L_6 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_5, NULL); NullCheck(L_1); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_7; L_7 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_1, L_4, L_6, NULL); V_0 = L_7; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_8 = __this->____instructions; NullCheck(L_8); InstructionList_EmitDup_mF35BA4C8C5D78390C9ABA0EA1AD8B9B39CCDA489(L_8, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_9 = __this->____instructions; int32_t L_10; L_10 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_0), NULL); NullCheck(L_9); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_9, L_10, NULL); RuntimeObject* L_11 = ___1_arguments; NullCheck(L_11); int32_t L_12; L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(1, IArgumentProvider_tE4CF1AA45F936DB9894DAE3BB715F27447B69A85_il2cpp_TypeInfo_var, L_11); V_1 = L_12; int32_t L_13 = V_1; LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_14 = (LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E*)(LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E*)SZArrayNew(LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E_il2cpp_TypeInfo_var, (uint32_t)L_13); V_2 = L_14; V_3 = 0; goto IL_00b7; } IL_0058: { RuntimeObject* L_15 = ___1_arguments; int32_t L_16 = V_3; NullCheck(L_15); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_17; L_17 = InterfaceFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, int32_t >::Invoke(0, IArgumentProvider_tE4CF1AA45F936DB9894DAE3BB715F27447B69A85_il2cpp_TypeInfo_var, L_15, L_16); V_4 = L_17; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18 = V_4; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_18, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_19 = __this->____locals; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_20 = V_4; NullCheck(L_20); Type_t* L_21; L_21 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_20); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_22; L_22 = Expression_Parameter_m35FB01EA59D3BEE081F9B1CA2FDB525FA9924507(L_21, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_23 = __this->____instructions; NullCheck(L_23); int32_t L_24; L_24 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_23, NULL); NullCheck(L_19); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_25; L_25 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_19, L_22, L_24, NULL); V_5 = L_25; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_26 = __this->____instructions; NullCheck(L_26); InstructionList_EmitDup_mF35BA4C8C5D78390C9ABA0EA1AD8B9B39CCDA489(L_26, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_27 = __this->____instructions; int32_t L_28; L_28 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_5), NULL); NullCheck(L_27); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_27, L_28, NULL); LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_29 = V_2; int32_t L_30 = V_3; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_31 = V_5; NullCheck(L_29); (L_29)->SetAt(static_cast(L_30), (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02)L_31); int32_t L_32 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_32, 1)); } IL_00b7: { int32_t L_33 = V_3; int32_t L_34 = V_1; if ((((int32_t)L_33) < ((int32_t)L_34))) { goto IL_0058; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_35 = __this->____instructions; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_36 = ___0_array; NullCheck(L_36); Type_t* L_37; L_37 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_36); NullCheck(L_37); MethodInfo_t* L_38; L_38 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_37, _stringLiteralE32843613CB1773FC18270F1717753DCF3F79A26, ((int32_t)20), NULL); NullCheck(L_35); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_35, L_38, NULL); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_39 = V_0; Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 L_40; memset((&L_40), 0, sizeof(L_40)); Nullable_1__ctor_m3B86BA74755F8269102AF08E6024055932B4B2B4((&L_40), L_39, Nullable_1__ctor_m3B86BA74755F8269102AF08E6024055932B4B2B4_RuntimeMethod_var); LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_41 = V_2; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_42 = ___0_array; NullCheck(L_42); Type_t* L_43; L_43 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_42); NullCheck(L_43); MethodInfo_t* L_44; L_44 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_43, _stringLiteral758F93F3CB6DF9025C805911F891F771E9A34EC3, ((int32_t)20), NULL); int32_t L_45 = ___2_index; IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049* L_46 = (IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049*)il2cpp_codegen_object_new(IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049_il2cpp_TypeInfo_var); IndexMethodByRefUpdater__ctor_mC44C5FB9EDF1BFAEF8C29E04DD6DBCB2C4326EA1(L_46, L_40, L_41, L_44, L_45, NULL); return L_46; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileNewExpression_mE2CD42ECDB382047D49A390ACB8D2CAAAB5286B5 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m31F903FF6C70D3953A471F268B374F54A2C2B918_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m67748B31E83B927165803E5397E2B0832F3FA1C1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m05793C6F41432DEECB244F2F0CACC9CC38E51005_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* V_0 = NULL; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_1 = NULL; List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* V_2 = NULL; int32_t V_3 = 0; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_4 = NULL; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* V_5 = NULL; Type_t* V_6 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51*)CastclassClass((RuntimeObject*)L_0, NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51_il2cpp_TypeInfo_var)); NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_1 = V_0; NullCheck(L_1); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_2; L_2 = NewExpression_get_Constructor_m3E55B5B89F1297D692E143FF9B89C7B5363BFC78_inline(L_1, NULL); il2cpp_codegen_runtime_class_init_inline(ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_il2cpp_TypeInfo_var); bool L_3; L_3 = ConstructorInfo_op_Inequality_mB3CB8B779FA4400BBF7069097CC64E6CA1D235A4(L_2, (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB*)NULL, NULL); if (!L_3) { goto IL_00bd; } } { NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_4 = V_0; NullCheck(L_4); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_5; L_5 = NewExpression_get_Constructor_m3E55B5B89F1297D692E143FF9B89C7B5363BFC78_inline(L_4, NULL); NullCheck(L_5); Type_t* L_6; L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(9, L_5); NullCheck(L_6); bool L_7; L_7 = Type_get_IsAbstract_m16FA83463867635ED9DECAE1C5F6BE96B4579CE5(L_6, NULL); if (!L_7) { goto IL_0030; } } { Exception_t* L_8; L_8 = Error_NonAbstractConstructorRequired_m5C173CAA3E9BE773CAF0DFEA4F49E5E69B4A2CC9(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_CompileNewExpression_mE2CD42ECDB382047D49A390ACB8D2CAAAB5286B5_RuntimeMethod_var))); } IL_0030: { NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_9 = V_0; NullCheck(L_9); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_10; L_10 = NewExpression_get_Constructor_m3E55B5B89F1297D692E143FF9B89C7B5363BFC78_inline(L_9, NULL); il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var); ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_11; L_11 = TypeExtensions_GetParametersCached_mD2B9864864929FEFA691059A59077A7E491A8141(L_10, NULL); V_1 = L_11; V_2 = (List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D*)NULL; V_3 = 0; goto IL_0088; } IL_0042: { NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_12 = V_0; int32_t L_13 = V_3; NullCheck(L_12); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14; L_14 = NewExpression_GetArgument_m2BC69542701E97B2F68FDEC82110D3A05194E9CA(L_12, L_13, NULL); V_4 = L_14; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_15 = V_1; int32_t L_16 = V_3; NullCheck(L_15); int32_t L_17 = L_16; ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_18 = (L_15)->GetAt(static_cast(L_17)); NullCheck(L_18); Type_t* L_19; L_19 = VirtualFuncInvoker0< Type_t* >::Invoke(11, L_18); NullCheck(L_19); bool L_20; L_20 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_19, NULL); if (!L_20) { goto IL_007c; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_21 = V_4; int32_t L_22 = V_3; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_23; L_23 = LightCompiler_CompileAddress_mD364B6A5F26CA55A472B44257281EC6BFB5B5326(__this, L_21, L_22, NULL); V_5 = L_23; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_24 = V_5; if (!L_24) { goto IL_0084; } } { List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* L_25 = V_2; if (L_25) { goto IL_0072; } } { List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* L_26 = (List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D*)il2cpp_codegen_object_new(List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D_il2cpp_TypeInfo_var); List_1__ctor_m05793C6F41432DEECB244F2F0CACC9CC38E51005(L_26, List_1__ctor_m05793C6F41432DEECB244F2F0CACC9CC38E51005_RuntimeMethod_var); V_2 = L_26; } IL_0072: { List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* L_27 = V_2; ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_28 = V_5; NullCheck(L_27); List_1_Add_m31F903FF6C70D3953A471F268B374F54A2C2B918_inline(L_27, L_28, List_1_Add_m31F903FF6C70D3953A471F268B374F54A2C2B918_RuntimeMethod_var); goto IL_0084; } IL_007c: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_29 = V_4; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_29, NULL); } IL_0084: { int32_t L_30 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_30, 1)); } IL_0088: { int32_t L_31 = V_3; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_32 = V_1; NullCheck(L_32); if ((((int32_t)L_31) < ((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length))))) { goto IL_0042; } } { List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* L_33 = V_2; if (!L_33) { goto IL_00aa; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_34 = __this->____instructions; NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_35 = V_0; NullCheck(L_35); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_36; L_36 = NewExpression_get_Constructor_m3E55B5B89F1297D692E143FF9B89C7B5363BFC78_inline(L_35, NULL); ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_37 = V_1; List_1_t2D2522EB0E2E05072D2EFE4CAE80CD585CC6006D* L_38 = V_2; NullCheck(L_38); ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_39; L_39 = List_1_ToArray_m67748B31E83B927165803E5397E2B0832F3FA1C1(L_38, List_1_ToArray_m67748B31E83B927165803E5397E2B0832F3FA1C1_RuntimeMethod_var); NullCheck(L_34); InstructionList_EmitByRefNew_m324C0555773837887E62E51BB7EAB161608045D8(L_34, L_36, L_37, L_39, NULL); return; } IL_00aa: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_40 = __this->____instructions; NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_41 = V_0; NullCheck(L_41); ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_42; L_42 = NewExpression_get_Constructor_m3E55B5B89F1297D692E143FF9B89C7B5363BFC78_inline(L_41, NULL); ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_43 = V_1; NullCheck(L_40); InstructionList_EmitNew_m434E4EA253BAE8DBC88780097CDDF1AE50378316(L_40, L_42, L_43, NULL); return; } IL_00bd: { NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_44 = V_0; NullCheck(L_44); Type_t* L_45; L_45 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_44); V_6 = L_45; Type_t* L_46 = V_6; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_47; L_47 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_46, NULL); if (!L_47) { goto IL_00db; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_48 = __this->____instructions; NullCheck(L_48); InstructionList_EmitLoad_mE55BC98318B2C0788DE06B9BF68573FA2878360F(L_48, NULL, NULL); return; } IL_00db: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_49 = __this->____instructions; Type_t* L_50 = V_6; NullCheck(L_49); InstructionList_EmitDefaultValue_m511256BFF6A0624609A215AB4A4ED4CDCB55803F(L_49, L_50, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMemberExpression_m802F0993B84D0C900CCDB52B04C99F25FBCAEA72 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* V_0 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89*)CastclassClass((RuntimeObject*)L_0, MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89_il2cpp_TypeInfo_var)); MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_1 = V_0; NullCheck(L_1); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2; L_2 = MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline(L_1, NULL); MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_3 = V_0; NullCheck(L_3); MemberInfo_t* L_4; L_4 = MemberExpression_get_Member_m30A7DCC7673A38BE9F06597DC9F5305E61B88104(L_3, NULL); LightCompiler_CompileMember_mBE0712C3F173379CD47E4907F1BB031CA07C9D80(__this, L_2, L_4, (bool)0, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMember_mBE0712C3F173379CD47E4907F1BB031CA07C9D80 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_from, MemberInfo_t* ___1_member, bool ___2_forBinding, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_m8B79F0CC166DD4E03885F00928A6991122760485_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FieldInfo_t* V_0 = NULL; PropertyInfo_t* V_1 = NULL; MethodInfo_t* V_2 = NULL; { MemberInfo_t* L_0 = ___1_member; V_0 = ((FieldInfo_t*)IsInstClass((RuntimeObject*)L_0, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t* L_1 = V_0; bool L_2; L_2 = FieldInfo_op_Inequality_m95789A98E646494987E66A9E4188DCA86185066B(L_1, (FieldInfo_t*)NULL, NULL); if (!L_2) { goto IL_0087; } } { FieldInfo_t* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = FieldInfo_get_IsLiteral_mBE7DDC6A709439F775873859C82BAAD1EEFF791A(L_3, NULL); if (!L_4) { goto IL_0031; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_5 = __this->____instructions; FieldInfo_t* L_6 = V_0; NullCheck(L_6); RuntimeObject* L_7; L_7 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(25, L_6, NULL); FieldInfo_t* L_8 = V_0; NullCheck(L_8); Type_t* L_9; L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(17, L_8); NullCheck(L_5); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_5, L_7, L_9, NULL); return; } IL_0031: { FieldInfo_t* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = FieldInfo_get_IsStatic_mEBBEB7B19A48D3E11BE830F3704C131A681F6139(L_10, NULL); if (!L_11) { goto IL_0070; } } { bool L_12 = ___2_forBinding; if (!L_12) { goto IL_0042; } } { Exception_t* L_13; L_13 = Error_InvalidProgram_m2100DCBDFB43E64790FE65D7DDFA771AC1F334DA(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_CompileMember_mBE0712C3F173379CD47E4907F1BB031CA07C9D80_RuntimeMethod_var))); } IL_0042: { FieldInfo_t* L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = FieldInfo_get_IsInitOnly_m476BB9325A68BDD56B088D3E8407F75FA1388ED9(L_14, NULL); if (!L_15) { goto IL_0063; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_16 = __this->____instructions; FieldInfo_t* L_17 = V_0; NullCheck(L_17); RuntimeObject* L_18; L_18 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(25, L_17, NULL); FieldInfo_t* L_19 = V_0; NullCheck(L_19); Type_t* L_20; L_20 = VirtualFuncInvoker0< Type_t* >::Invoke(17, L_19); NullCheck(L_16); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_16, L_18, L_20, NULL); return; } IL_0063: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_21 = __this->____instructions; FieldInfo_t* L_22 = V_0; NullCheck(L_21); InstructionList_EmitLoadField_m900BAFD2555038F844A7B113F7BA7FC35B6C8EF3(L_21, L_22, NULL); return; } IL_0070: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_23 = ___0_from; if (!L_23) { goto IL_007a; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_24 = ___0_from; LightCompiler_EmitThisForMethodCall_mDA4DDCB86960649FE2C4285B0A6A1005640E43D4(__this, L_24, NULL); } IL_007a: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_25 = __this->____instructions; FieldInfo_t* L_26 = V_0; NullCheck(L_25); InstructionList_EmitLoadField_m900BAFD2555038F844A7B113F7BA7FC35B6C8EF3(L_25, L_26, NULL); return; } IL_0087: { MemberInfo_t* L_27 = ___1_member; V_1 = ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_27, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t* L_28 = V_1; bool L_29; L_29 = PropertyInfo_op_Inequality_mE75A4F14CC678D8A670730FBD4338C718CACB51B(L_28, (PropertyInfo_t*)NULL, NULL); if (!L_29) { goto IL_00f0; } } { PropertyInfo_t* L_30 = V_1; NullCheck(L_30); MethodInfo_t* L_31; L_31 = VirtualFuncInvoker1< MethodInfo_t*, bool >::Invoke(22, L_30, (bool)1); V_2 = L_31; bool L_32 = ___2_forBinding; if (!L_32) { goto IL_00b0; } } { MethodInfo_t* L_33 = V_2; NullCheck(L_33); bool L_34; L_34 = MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E(L_33, NULL); if (!L_34) { goto IL_00b0; } } { Exception_t* L_35; L_35 = Error_InvalidProgram_m2100DCBDFB43E64790FE65D7DDFA771AC1F334DA(NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_CompileMember_mBE0712C3F173379CD47E4907F1BB031CA07C9D80_RuntimeMethod_var))); } IL_00b0: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_36 = ___0_from; if (!L_36) { goto IL_00ba; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_37 = ___0_from; LightCompiler_EmitThisForMethodCall_mDA4DDCB86960649FE2C4285B0A6A1005640E43D4(__this, L_37, NULL); } IL_00ba: { MethodInfo_t* L_38 = V_2; NullCheck(L_38); bool L_39; L_39 = MethodBase_get_IsStatic_mD2921396167EC4F99E2ADC46C39CCCEC3CD0E16E(L_38, NULL); if (L_39) { goto IL_00e4; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_40 = ___0_from; if (!L_40) { goto IL_00e4; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_41 = ___0_from; NullCheck(L_41); Type_t* L_42; L_42 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_41); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_43; L_43 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_42, NULL); if (!L_43) { goto IL_00e4; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_44 = __this->____instructions; MethodInfo_t* L_45 = V_2; ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_46; L_46 = Array_Empty_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_m8B79F0CC166DD4E03885F00928A6991122760485_inline(Array_Empty_TisParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_m8B79F0CC166DD4E03885F00928A6991122760485_RuntimeMethod_var); NullCheck(L_44); InstructionList_EmitNullableCall_mF577360074F5923BB539BD38F3C9DA3828A4B6C9(L_44, L_45, L_46, NULL); return; } IL_00e4: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_47 = __this->____instructions; MethodInfo_t* L_48 = V_2; NullCheck(L_47); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_47, L_48, NULL); } IL_00f0: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileNewArrayExpression_mC010FFBB1757236949A2D433FFFAA8613C4A491A (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tE2C6D8FF4106CBC76BEFF569D8B90B191E9E9FC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* V_0 = NULL; Type_t* V_1 = NULL; int32_t V_2 = 0; RuntimeObject* V_3 = NULL; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_4 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E*)CastclassClass((RuntimeObject*)L_0, NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E_il2cpp_TypeInfo_var)); NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_1 = V_0; NullCheck(L_1); ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_2; L_2 = NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF_inline(L_1, NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41(L_2, ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41_RuntimeMethod_var); V_3 = L_3; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002f: { { RuntimeObject* L_4 = V_3; if (!L_4) { goto IL_0038; } } { RuntimeObject* L_5 = V_3; NullCheck(L_5); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5); } IL_0038: { return; } } }); try { { goto IL_0025_1; } IL_0015_1: { RuntimeObject* L_6 = V_3; NullCheck(L_6); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7; L_7 = InterfaceFuncInvoker0< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(0, IEnumerator_1_tE2C6D8FF4106CBC76BEFF569D8B90B191E9E9FC6_il2cpp_TypeInfo_var, L_6); V_4 = L_7; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = V_4; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_8, NULL); } IL_0025_1: { RuntimeObject* L_9 = V_3; NullCheck(L_9); bool L_10; L_10 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_9); if (L_10) { goto IL_0015_1; } } { goto IL_0039; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0039: { NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_11 = V_0; NullCheck(L_11); Type_t* L_12; L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_11); NullCheck(L_12); Type_t* L_13; L_13 = VirtualFuncInvoker0< Type_t* >::Invoke(46, L_12); V_1 = L_13; NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_14 = V_0; NullCheck(L_14); ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_15; L_15 = NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF_inline(L_14, NULL); NullCheck(L_15); int32_t L_16; L_16 = ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F(L_15, ReadOnlyCollection_1_get_Count_mF1C20F5D5D5D299F5602DDD1C112D7CDB86D1A8F_RuntimeMethod_var); V_2 = L_16; NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_17 = V_0; NullCheck(L_17); int32_t L_18; L_18 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_17); if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)32))))) { goto IL_0069; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_19 = __this->____instructions; Type_t* L_20 = V_1; int32_t L_21 = V_2; NullCheck(L_19); InstructionList_EmitNewArrayInit_m947E28604D262263107BB5456A43CBEF09789D44(L_19, L_20, L_21, NULL); return; } IL_0069: { int32_t L_22 = V_2; if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_007a; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_23 = __this->____instructions; Type_t* L_24 = V_1; NullCheck(L_23); InstructionList_EmitNewArray_m0100C5EFA47002AD6F44D04D5B3D2266A594FD7A(L_23, L_24, NULL); return; } IL_007a: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_25 = __this->____instructions; Type_t* L_26 = V_1; int32_t L_27 = V_2; NullCheck(L_25); InstructionList_EmitNewArrayBounds_mE27797ADD76B80EDCC054138FC85DD2424FE61BC(L_25, L_26, L_27, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileDebugInfoExpression_mCDFD59B3468C1CA88E7426D0EE3E587DDDADA220 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m219022DD8AC02A5507DCF3DF085F95E6670596DD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* V_0 = NULL; int32_t V_1 = 0; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* V_2 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8*)CastclassClass((RuntimeObject*)L_0, DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8_il2cpp_TypeInfo_var)); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_1 = __this->____instructions; NullCheck(L_1); int32_t L_2; L_2 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_1, NULL); V_1 = L_2; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_3 = (DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167*)il2cpp_codegen_object_new(DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167_il2cpp_TypeInfo_var); DebugInfo__ctor_m22EDE664A1A8B14735C3D9899BD30E2E1B24D79F(L_3, NULL); DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_4 = L_3; int32_t L_5 = V_1; NullCheck(L_4); L_4->___Index = L_5; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_6 = L_4; DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_7 = V_0; NullCheck(L_7); SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* L_8; L_8 = DebugInfoExpression_get_Document_mFFB1FAF66BE565A86A6688546AB54DE1A4CD7F50_inline(L_7, NULL); NullCheck(L_8); String_t* L_9; L_9 = SymbolDocumentInfo_get_FileName_m899B6E822CE4FA131B49E58FB0BE2A3EF9B488C0_inline(L_8, NULL); NullCheck(L_6); L_6->___FileName = L_9; Il2CppCodeGenWriteBarrier((void**)(&L_6->___FileName), (void*)L_9); DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_10 = L_6; DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_11 = V_0; NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(10, L_11); NullCheck(L_10); L_10->___StartLine = L_12; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_13 = L_10; DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_14 = V_0; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(11, L_14); NullCheck(L_13); L_13->___EndLine = L_15; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_16 = L_13; DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* L_17 = V_0; NullCheck(L_17); bool L_18; L_18 = VirtualFuncInvoker0< bool >::Invoke(12, L_17); NullCheck(L_16); L_16->___IsClear = L_18; V_2 = L_16; List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8* L_19 = __this->____debugInfos; DebugInfo_t03C716886CE7E99C1662D1C236CCC2CC6F18A167* L_20 = V_2; NullCheck(L_19); List_1_Add_m219022DD8AC02A5507DCF3DF085F95E6670596DD_inline(L_19, L_20, List_1_Add_m219022DD8AC02A5507DCF3DF085F95E6670596DD_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileRuntimeVariablesExpression_m7D1E9F48C86116618B87648479C5F6C77F33E27C (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_m9AD15F67FBFA5926523D1F36D353CFC6D9BB49B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* V_0 = NULL; RuntimeObject* V_1 = NULL; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_2 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3*)CastclassSealed((RuntimeObject*)L_0, RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3_il2cpp_TypeInfo_var)); RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* L_1 = V_0; NullCheck(L_1); ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_2; L_2 = RuntimeVariablesExpression_get_Variables_m92B9332694A4DD0699B225EAD0A83F9D4FFACADB_inline(L_1, NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = ReadOnlyCollection_1_GetEnumerator_m9AD15F67FBFA5926523D1F36D353CFC6D9BB49B2(L_2, ReadOnlyCollection_1_GetEnumerator_m9AD15F67FBFA5926523D1F36D353CFC6D9BB49B2_RuntimeMethod_var); V_1 = L_3; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0035: { { RuntimeObject* L_4 = V_1; if (!L_4) { goto IL_003e; } } { RuntimeObject* L_5 = V_1; NullCheck(L_5); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5); } IL_003e: { return; } } }); try { { goto IL_002b_1; } IL_0015_1: { RuntimeObject* L_6 = V_1; NullCheck(L_6); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7; L_7 = InterfaceFuncInvoker0< ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* >::Invoke(0, IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var, L_6); V_2 = L_7; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_8 = V_2; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_9; L_9 = LightCompiler_EnsureAvailableForClosure_mAD61BD8D040004121D20B1E01BA4D4080777E0F7(__this, L_8, NULL); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_10 = V_2; LightCompiler_CompileGetBoxedVariable_mB925B5369E4BAD0B881334D26621A6216E0D0B9A(__this, L_10, NULL); } IL_002b_1: { RuntimeObject* L_11 = V_1; NullCheck(L_11); bool L_12; L_12 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11); if (L_12) { goto IL_0015_1; } } { goto IL_003f; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_003f: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_13 = __this->____instructions; RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* L_14 = V_0; NullCheck(L_14); ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_15; L_15 = RuntimeVariablesExpression_get_Variables_m92B9332694A4DD0699B225EAD0A83F9D4FFACADB_inline(L_14, NULL); NullCheck(L_15); int32_t L_16; L_16 = ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B(L_15, ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var); NullCheck(L_13); InstructionList_EmitNewRuntimeVariables_m0F92B6E826D0D09C26C373A78C9B1FA9D97E01AF(L_13, L_16, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileLambdaExpression_m9973843CC51107039261914275DD9457D277A731 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m468A0F89AD48836B05AF417535ACDAB3495F1184_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m3F547D2159B459C0663A705814DDE297CD2480DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mD4526B5B74B86F68E5D06B2394DC0F18EE49B28C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m2CF1E1B82CE4F233E11279A59C8A6CA5334F1E0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_GetEnumerator_mCA216356194DC7B43010ADA66455CF5F33898CA6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* V_0 = NULL; LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* V_1 = NULL; LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* V_2 = NULL; Enumerator_t5C2DB545B18E6F3A2A978E78225BFD78F4B57AF2 V_3; memset((&V_3), 0, sizeof(V_3)); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_4 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E*)CastclassClass((RuntimeObject*)L_0, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_il2cpp_TypeInfo_var)); LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* L_1 = (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A*)il2cpp_codegen_object_new(LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_il2cpp_TypeInfo_var); LightCompiler__ctor_m4A054A39A330C2287DD5F3985FFA03F59323D57D(L_1, __this, NULL); V_1 = L_1; LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* L_2 = V_1; LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_3 = V_0; NullCheck(L_2); LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_4; L_4 = LightCompiler_CompileTop_m592602602EEDA87D1D580B2E0FA0A1143E3B9D54(L_2, L_3, NULL); V_2 = L_4; LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* L_5 = V_1; NullCheck(L_5); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_6 = L_5->____locals; NullCheck(L_6); Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_7; L_7 = LocalVariables_get_ClosureVariables_mE837DF0168A765905EF0E5425CABCBAD75DA409F_inline(L_6, NULL); if (!L_7) { goto IL_006e; } } { LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* L_8 = V_1; NullCheck(L_8); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_9 = L_8->____locals; NullCheck(L_9); Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_10; L_10 = LocalVariables_get_ClosureVariables_mE837DF0168A765905EF0E5425CABCBAD75DA409F_inline(L_9, NULL); NullCheck(L_10); KeyCollection_tAF264A2883102D1BFA0D1C83577AC69AAFAFB0D1* L_11; L_11 = Dictionary_2_get_Keys_m468A0F89AD48836B05AF417535ACDAB3495F1184(L_10, Dictionary_2_get_Keys_m468A0F89AD48836B05AF417535ACDAB3495F1184_RuntimeMethod_var); NullCheck(L_11); Enumerator_t5C2DB545B18E6F3A2A978E78225BFD78F4B57AF2 L_12; L_12 = KeyCollection_GetEnumerator_mCA216356194DC7B43010ADA66455CF5F33898CA6(L_11, KeyCollection_GetEnumerator_mCA216356194DC7B43010ADA66455CF5F33898CA6_RuntimeMethod_var); V_3 = L_12; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0060: { Enumerator_Dispose_m3F547D2159B459C0663A705814DDE297CD2480DB((&V_3), Enumerator_Dispose_m3F547D2159B459C0663A705814DDE297CD2480DB_RuntimeMethod_var); return; } }); try { { goto IL_0055_1; } IL_003b_1: { ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_13; L_13 = Enumerator_get_Current_m2CF1E1B82CE4F233E11279A59C8A6CA5334F1E0B_inline((&V_3), Enumerator_get_Current_m2CF1E1B82CE4F233E11279A59C8A6CA5334F1E0B_RuntimeMethod_var); V_4 = L_13; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_14 = V_4; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_15; L_15 = LightCompiler_EnsureAvailableForClosure_mAD61BD8D040004121D20B1E01BA4D4080777E0F7(__this, L_14, NULL); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_16 = V_4; LightCompiler_CompileGetBoxedVariable_mB925B5369E4BAD0B881334D26621A6216E0D0B9A(__this, L_16, NULL); } IL_0055_1: { bool L_17; L_17 = Enumerator_MoveNext_mD4526B5B74B86F68E5D06B2394DC0F18EE49B28C((&V_3), Enumerator_MoveNext_mD4526B5B74B86F68E5D06B2394DC0F18EE49B28C_RuntimeMethod_var); if (L_17) { goto IL_003b_1; } } { goto IL_006e; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_006e: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_18 = __this->____instructions; LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_19 = V_2; NullCheck(L_18); InstructionList_EmitCreateDelegate_m6D2B04503C8BCC788B8827090922CCBB9DB13DBD(L_18, L_19, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileCoalesceBinaryExpression_m43B15DF1A58209E5919F29DD5C298D305B84CA9A (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA8C33B2C3FF3E4462FC219B3B38E8DDD1832BDE5); s_Il2CppMethodInitialized = true; } BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* V_0 = NULL; bool V_1 = false; bool V_2 = false; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_3 = NULL; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* V_4 = NULL; Type_t* V_5 = NULL; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_6 = NULL; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_7; memset((&V_7), 0, sizeof(V_7)); ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* V_8 = NULL; Type_t* V_9 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4*)CastclassClass((RuntimeObject*)L_0, BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4_il2cpp_TypeInfo_var)); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_1 = V_0; NullCheck(L_1); LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_2; L_2 = BinaryExpression_get_Conversion_mFC5F083F42100D958292775E0D99E918F5427D78(L_1, NULL); V_1 = (bool)((!(((RuntimeObject*)(LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); V_2 = (bool)0; bool L_3 = V_1; if (L_3) { goto IL_005e; } } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_4 = V_0; NullCheck(L_4); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5; L_5 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_4, NULL); NullCheck(L_5); Type_t* L_6; L_6 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_5); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_7; L_7 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_6, NULL); if (!L_7) { goto IL_005e; } } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_8 = V_0; NullCheck(L_8); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9; L_9 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_8, NULL); NullCheck(L_9); Type_t* L_10; L_10 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_9); V_5 = L_10; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_11 = V_0; NullCheck(L_11); Type_t* L_12; L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_11); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_13; L_13 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_12, NULL); if (L_13) { goto IL_004b; } } { Type_t* L_14 = V_5; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_15; L_15 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_14, NULL); V_5 = L_15; } IL_004b: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_16 = V_0; NullCheck(L_16); Type_t* L_17; L_17 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_16); Type_t* L_18 = V_5; il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_19; L_19 = TypeUtils_AreEquivalent_m0BABD4C82A94A96D19CCA4B9A7788B436049BC65(L_17, L_18, NULL); if (L_19) { goto IL_005e; } } { V_2 = (bool)1; V_1 = (bool)1; } IL_005e: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_20 = __this->____instructions; NullCheck(L_20); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_21; L_21 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_20, NULL); V_3 = L_21; V_4 = (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA*)NULL; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_22 = V_0; NullCheck(L_22); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_23; L_23 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_22, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_23, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_24 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_25 = V_3; NullCheck(L_24); InstructionList_EmitCoalescingBranch_m0AFCF804B7D3C8C49DAC4DB254DC396B31CEE2A1(L_24, L_25, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_26 = __this->____instructions; NullCheck(L_26); InstructionList_EmitPop_m90A4BC5BB859CC30C64B4D81D2C7B2115972361A(L_26, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_27 = V_0; NullCheck(L_27); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_28; L_28 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_27, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_28, NULL); bool L_29 = V_1; if (!L_29) { goto IL_00bb; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_30 = __this->____instructions; NullCheck(L_30); BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_31; L_31 = InstructionList_MakeLabel_m764A821D4C29727E2F70FC127365D2DB5FA307AB(L_30, NULL); V_4 = L_31; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_32 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_33 = V_4; NullCheck(L_32); InstructionList_EmitBranch_m50B1C1BE96759C14F4073C86F4BDA19329A4BE00(L_32, L_33, NULL); goto IL_0108; } IL_00bb: { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_34 = V_0; NullCheck(L_34); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_35; L_35 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_34, NULL); NullCheck(L_35); Type_t* L_36; L_36 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_35); NullCheck(L_36); bool L_37; L_37 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_36, NULL); if (!L_37) { goto IL_0108; } } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_38 = V_0; NullCheck(L_38); Type_t* L_39; L_39 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_38); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_40 = V_0; NullCheck(L_40); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_41; L_41 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_40, NULL); NullCheck(L_41); Type_t* L_42; L_42 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_41); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_43; L_43 = TypeUtils_AreEquivalent_m0BABD4C82A94A96D19CCA4B9A7788B436049BC65(L_39, L_42, NULL); if (L_43) { goto IL_0108; } } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_44 = V_0; NullCheck(L_44); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_45; L_45 = BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline(L_44, NULL); NullCheck(L_45); Type_t* L_46; L_46 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_45); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_47 = V_0; NullCheck(L_47); Type_t* L_48; L_48 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_47); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_49 = V_0; NullCheck(L_49); Type_t* L_50; L_50 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_49); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_51; L_51 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_50, NULL); LightCompiler_CompileConvertToType_mDE96A97B58C0895EFE15257380989E50EEDF91B6(__this, L_46, L_48, (bool)1, L_51, NULL); } IL_0108: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_52 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_53 = V_3; NullCheck(L_52); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_52, L_53, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_54 = V_0; NullCheck(L_54); LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_55; L_55 = BinaryExpression_get_Conversion_mFC5F083F42100D958292775E0D99E918F5427D78(L_54, NULL); if (!L_55) { goto IL_01ac; } } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_56 = V_0; NullCheck(L_56); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_57; L_57 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_56, NULL); NullCheck(L_57); Type_t* L_58; L_58 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_57); il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_59; L_59 = Expression_Parameter_mF825EFB5FBAABE8355C9D44B286AB4EA02F8B992(L_58, _stringLiteralA8C33B2C3FF3E4462FC219B3B38E8DDD1832BDE5, NULL); V_6 = L_59; LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_60 = __this->____locals; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_61 = V_6; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_62 = __this->____instructions; NullCheck(L_62); int32_t L_63; L_63 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_62, NULL); NullCheck(L_60); LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_64; L_64 = LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2(L_60, L_61, L_63, NULL); V_7 = L_64; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_65 = __this->____instructions; int32_t L_66; L_66 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_7), NULL); NullCheck(L_65); InstructionList_EmitStoreLocal_m2399D344D70C587CF7547AFB65809354F1CDA776(L_65, L_66, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_67 = V_0; NullCheck(L_67); LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_68; L_68 = BinaryExpression_get_Conversion_mFC5F083F42100D958292775E0D99E918F5427D78(L_67, NULL); BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_69 = V_0; NullCheck(L_69); LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_70; L_70 = BinaryExpression_get_Conversion_mFC5F083F42100D958292775E0D99E918F5427D78(L_69, NULL); NullCheck(L_70); Type_t* L_71; L_71 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_70); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); MethodInfo_t* L_72; L_72 = TypeUtils_GetInvokeMethod_m62AB477BF6415EEB6F7108534BAB598CA9CDCA02(L_71, NULL); ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_73 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var, (uint32_t)1); ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_74 = L_73; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_75 = V_6; NullCheck(L_74); ArrayElementTypeCheck (L_74, L_75); (L_74)->SetAt(static_cast(0), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_75); V_8 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)L_74; ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_76 = V_8; MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_77; L_77 = Expression_Call_mF08321E4E99D835F221F58B40C8077C60530CE62(L_68, L_72, L_76, NULL); LightCompiler_CompileMethodCallExpression_mC3759526B34749EE19DD86B239E034D0FE067BB6(__this, L_77, NULL); LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_78 = __this->____locals; LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_79 = V_7; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_80 = __this->____instructions; NullCheck(L_80); int32_t L_81; L_81 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_80, NULL); NullCheck(L_78); LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_78, L_79, L_81, NULL); goto IL_01d1; } IL_01ac: { bool L_82 = V_2; if (!L_82) { goto IL_01d1; } } { BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_83 = V_0; NullCheck(L_83); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_84; L_84 = BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline(L_83, NULL); NullCheck(L_84); Type_t* L_85; L_85 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_84); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_86; L_86 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_85, NULL); V_9 = L_86; Type_t* L_87 = V_9; BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_88 = V_0; NullCheck(L_88); Type_t* L_89; L_89 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_88); LightCompiler_CompileConvertToType_mDE96A97B58C0895EFE15257380989E50EEDF91B6(__this, L_87, L_89, (bool)1, (bool)0, NULL); } IL_01d1: { bool L_90 = V_1; if (!L_90) { goto IL_01e1; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_91 = __this->____instructions; BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* L_92 = V_4; NullCheck(L_91); InstructionList_MarkLabel_m634FBF67AE26E831C5D6E789134EEB5C1408FFDF(L_91, L_92, NULL); } IL_01e1: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileInvocationExpression_mEE1D5EAF66741A407706837D867AB093DE303F7D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisType_t_m1FD9ED0B09CEAFFC537EF0C71689FDB03AEF72AC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C6F54E4A80662E73F59D5DA5C880976EE98BB60); s_Il2CppMethodInitialized = true; } InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* V_0 = NULL; MethodInfo_t* V_1 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27*)CastclassClass((RuntimeObject*)L_0, InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27_il2cpp_TypeInfo_var)); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_3 = V_0; NullCheck(L_3); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4; L_4 = InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline(L_3, NULL); NullCheck(L_4); Type_t* L_5; L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_4); NullCheck(L_2); bool L_6; L_6 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22, L_2, L_5); if (!L_6) { goto IL_005d; } } { InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_7 = V_0; NullCheck(L_7); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8; L_8 = InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline(L_7, NULL); NullCheck(L_8); Type_t* L_9; L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_8); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_10; L_10 = Array_Empty_TisType_t_m1FD9ED0B09CEAFFC537EF0C71689FDB03AEF72AC_inline(Array_Empty_TisType_t_m1FD9ED0B09CEAFFC537EF0C71689FDB03AEF72AC_RuntimeMethod_var); NullCheck(L_9); MethodInfo_t* L_11; L_11 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_9, _stringLiteral7C6F54E4A80662E73F59D5DA5C880976EE98BB60, L_10, NULL); V_1 = L_11; InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_12 = V_0; NullCheck(L_12); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13; L_13 = InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline(L_12, NULL); MethodInfo_t* L_14 = V_1; il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var); MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* L_15; L_15 = Expression_Call_m7FB3954E0D89EBD81DF5E621877B3262EC5CB961(L_13, L_14, NULL); MethodInfo_t* L_16 = V_1; NullCheck(L_16); Type_t* L_17; L_17 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_16); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); MethodInfo_t* L_18; L_18 = TypeUtils_GetInvokeMethod_m62AB477BF6415EEB6F7108534BAB598CA9CDCA02(L_17, NULL); InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_19 = V_0; LightCompiler_CompileMethodCallExpression_mC0799050200BEF0CB44B1FB86EEAFB1EEB0C58BE(__this, L_15, L_18, L_19, NULL); return; } IL_005d: { InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_20 = V_0; NullCheck(L_20); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_21; L_21 = InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline(L_20, NULL); InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_22 = V_0; NullCheck(L_22); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_23; L_23 = InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline(L_22, NULL); NullCheck(L_23); Type_t* L_24; L_24 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_23); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); MethodInfo_t* L_25; L_25 = TypeUtils_GetInvokeMethod_m62AB477BF6415EEB6F7108534BAB598CA9CDCA02(L_24, NULL); InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_26 = V_0; LightCompiler_CompileMethodCallExpression_mC0799050200BEF0CB44B1FB86EEAFB1EEB0C58BE(__this, L_21, L_25, L_26, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileListInitExpression_m667EDC2CAD76376752D7A77C83142A38ECF2C030 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* V_0 = NULL; ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* V_1 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8*)CastclassSealed((RuntimeObject*)L_0, ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8_il2cpp_TypeInfo_var)); ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* L_1 = V_0; NullCheck(L_1); NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_2; L_2 = ListInitExpression_get_NewExpression_m9F8DBC1E6754C9C25AAF57B9068303DD9250D27A_inline(L_1, NULL); LightCompiler_EmitThisForMethodCall_mDA4DDCB86960649FE2C4285B0A6A1005640E43D4(__this, L_2, NULL); ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* L_3 = V_0; NullCheck(L_3); ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* L_4; L_4 = ListInitExpression_get_Initializers_mDB919C61BA1780B3BF5809C30659608640F50152_inline(L_3, NULL); V_1 = L_4; ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* L_5 = V_1; LightCompiler_CompileListInit_mC436E631EC24D03F8C3667EBEC3E9CEB1342AF1D(__this, L_5, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileListInit_mC436E631EC24D03F8C3667EBEC3E9CEB1342AF1D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* ___0_initializers, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tE2C6D8FF4106CBC76BEFF569D8B90B191E9E9FC6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_m473166140B01FE0AE990FC2D3752B54361C2F08E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Item_mC0E87C639D799B9EB52C54BFD2CFA8BD067DB03C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* V_1 = NULL; MethodInfo_t* V_2 = NULL; RuntimeObject* V_3 = NULL; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_4 = NULL; { V_0 = 0; goto IL_0082; } IL_0004: { ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* L_0 = ___0_initializers; int32_t L_1 = V_0; NullCheck(L_0); ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* L_2; L_2 = ReadOnlyCollection_1_get_Item_mC0E87C639D799B9EB52C54BFD2CFA8BD067DB03C(L_0, L_1, ReadOnlyCollection_1_get_Item_mC0E87C639D799B9EB52C54BFD2CFA8BD067DB03C_RuntimeMethod_var); V_1 = L_2; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_3 = __this->____instructions; NullCheck(L_3); InstructionList_EmitDup_mF35BA4C8C5D78390C9ABA0EA1AD8B9B39CCDA489(L_3, NULL); ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* L_4 = V_1; NullCheck(L_4); ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_5; L_5 = ElementInit_get_Arguments_mB5CED237304E0CA2B960F3534E1AF82EF1BFBC85_inline(L_4, NULL); NullCheck(L_5); RuntimeObject* L_6; L_6 = ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41(L_5, ReadOnlyCollection_1_GetEnumerator_mFFB8104C4171DB4DDD3662933B2AFB7EA971AA41_RuntimeMethod_var); V_3 = L_6; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_003f: { { RuntimeObject* L_7 = V_3; if (!L_7) { goto IL_0048; } } { RuntimeObject* L_8 = V_3; NullCheck(L_8); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8); } IL_0048: { return; } } }); try { { goto IL_0035_1; } IL_0025_1: { RuntimeObject* L_9 = V_3; NullCheck(L_9); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10; L_10 = InterfaceFuncInvoker0< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(0, IEnumerator_1_tE2C6D8FF4106CBC76BEFF569D8B90B191E9E9FC6_il2cpp_TypeInfo_var, L_9); V_4 = L_10; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11 = V_4; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_11, NULL); } IL_0035_1: { RuntimeObject* L_12 = V_3; NullCheck(L_12); bool L_13; L_13 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_12); if (L_13) { goto IL_0025_1; } } { goto IL_0049; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0049: { ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* L_14 = V_1; NullCheck(L_14); MethodInfo_t* L_15; L_15 = ElementInit_get_AddMethod_m945B6063B96E13B436BFA6ACF9DECE5B126980C4_inline(L_14, NULL); V_2 = L_15; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_16 = __this->____instructions; MethodInfo_t* L_17 = V_2; NullCheck(L_16); InstructionList_EmitCall_mB2E0E715DD35CC0E97C11DBB070BBEB80FF7996B(L_16, L_17, NULL); MethodInfo_t* L_18 = V_2; NullCheck(L_18); Type_t* L_19; L_19 = VirtualFuncInvoker0< Type_t* >::Invoke(41, L_18); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_20 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_21; L_21 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_20, NULL); bool L_22; L_22 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_19, L_21, NULL); if (!L_22) { goto IL_007e; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_23 = __this->____instructions; NullCheck(L_23); InstructionList_EmitPop_m90A4BC5BB859CC30C64B4D81D2C7B2115972361A(L_23, NULL); } IL_007e: { int32_t L_24 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_24, 1)); } IL_0082: { int32_t L_25 = V_0; ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* L_26 = ___0_initializers; NullCheck(L_26); int32_t L_27; L_27 = ReadOnlyCollection_1_get_Count_m473166140B01FE0AE990FC2D3752B54361C2F08E(L_26, ReadOnlyCollection_1_get_Count_m473166140B01FE0AE990FC2D3752B54361C2F08E_RuntimeMethod_var); if ((((int32_t)L_25) < ((int32_t)L_27))) { goto IL_0004; } } { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMemberInitExpression_mF59BA9109E2C3BCBC0C4315AEE46ECA6648C3DC8 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* V_0 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C*)CastclassSealed((RuntimeObject*)L_0, MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C_il2cpp_TypeInfo_var)); MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* L_1 = V_0; NullCheck(L_1); NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_2; L_2 = MemberInitExpression_get_NewExpression_mDE4DAFB01F1AFDFF9E1D75597A33DECB87EF60EE_inline(L_1, NULL); LightCompiler_EmitThisForMethodCall_mDA4DDCB86960649FE2C4285B0A6A1005640E43D4(__this, L_2, NULL); MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* L_3 = V_0; NullCheck(L_3); ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* L_4; L_4 = MemberInitExpression_get_Bindings_mB536296D4C0B10B1FAB3B868EF029DACDC8BD891_inline(L_3, NULL); LightCompiler_CompileMemberInit_m31B27159B8BCD7C7517E7D7334C6054FB285FF5B(__this, L_4, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileMemberInit_m31B27159B8BCD7C7517E7D7334C6054FB285FF5B (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* ___0_bindings, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t84A710514BA875E7F948B62B84F15FE0E64D63FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_GetEnumerator_mFC182FA019A1809094AD9DE83CAA76D36E482635_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* V_1 = NULL; MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47* V_2 = NULL; MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093* V_3 = NULL; Type_t* V_4 = NULL; int32_t V_5 = 0; { ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* L_0 = ___0_bindings; NullCheck(L_0); RuntimeObject* L_1; L_1 = ReadOnlyCollection_1_GetEnumerator_mFC182FA019A1809094AD9DE83CAA76D36E482635(L_0, ReadOnlyCollection_1_GetEnumerator_mFC182FA019A1809094AD9DE83CAA76D36E482635_RuntimeMethod_var); V_0 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_010d: { { RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0116; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3); } IL_0116: { return; } } }); try { { goto IL_0100_1; } IL_000c_1: { RuntimeObject* L_4 = V_0; NullCheck(L_4); MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* L_5; L_5 = InterfaceFuncInvoker0< MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* >::Invoke(0, IEnumerator_1_t84A710514BA875E7F948B62B84F15FE0E64D63FB_il2cpp_TypeInfo_var, L_4); V_1 = L_5; MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* L_6 = V_1; NullCheck(L_6); int32_t L_7; L_7 = MemberBinding_get_BindingType_m04B4F876BBD97225D6489A490173E429BC5827EF_inline(L_6, NULL); V_5 = L_7; int32_t L_8 = V_5; switch (L_8) { case 0: { goto IL_0033_1; } case 1: { goto IL_009a_1; } case 2: { goto IL_0061_1; } } } { goto IL_0100_1; } IL_0033_1: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_9 = __this->____instructions; NullCheck(L_9); InstructionList_EmitDup_mF35BA4C8C5D78390C9ABA0EA1AD8B9B39CCDA489(L_9, NULL); MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* L_10 = V_1; NullCheck(((MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8*)CastclassSealed((RuntimeObject*)L_10, MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8_il2cpp_TypeInfo_var))); MemberInfo_t* L_11; L_11 = MemberBinding_get_Member_m66404C9CE34EF842E52ED33DC11D1F0CFBD0C53B_inline(((MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8*)CastclassSealed((RuntimeObject*)L_10, MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8_il2cpp_TypeInfo_var)), NULL); MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* L_12 = V_1; NullCheck(((MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8*)CastclassSealed((RuntimeObject*)L_12, MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8_il2cpp_TypeInfo_var))); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13; L_13 = MemberAssignment_get_Expression_m7563AF3027D0840783662276CA41B8F75BB36C10_inline(((MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8*)CastclassSealed((RuntimeObject*)L_12, MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8_il2cpp_TypeInfo_var)), NULL); LightCompiler_CompileMemberAssignment_m61549A438B579F89F67B905DB4D6AD7A4649B73B(__this, (bool)1, L_11, L_13, (bool)1, NULL); goto IL_0100_1; } IL_0061_1: { MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* L_14 = V_1; V_2 = ((MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47*)CastclassSealed((RuntimeObject*)L_14, MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47_il2cpp_TypeInfo_var)); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_15 = __this->____instructions; NullCheck(L_15); InstructionList_EmitDup_mF35BA4C8C5D78390C9ABA0EA1AD8B9B39CCDA489(L_15, NULL); MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47* L_16 = V_2; NullCheck(L_16); MemberInfo_t* L_17; L_17 = MemberBinding_get_Member_m66404C9CE34EF842E52ED33DC11D1F0CFBD0C53B_inline(L_16, NULL); LightCompiler_CompileMember_mBE0712C3F173379CD47E4907F1BB031CA07C9D80(__this, (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)NULL, L_17, (bool)1, NULL); MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47* L_18 = V_2; NullCheck(L_18); ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* L_19; L_19 = MemberListBinding_get_Initializers_m4B81DACAA09C8680F92C7D3F176E7E45961876AA_inline(L_18, NULL); LightCompiler_CompileListInit_mC436E631EC24D03F8C3667EBEC3E9CEB1342AF1D(__this, L_19, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_20 = __this->____instructions; NullCheck(L_20); InstructionList_EmitPop_m90A4BC5BB859CC30C64B4D81D2C7B2115972361A(L_20, NULL); goto IL_0100_1; } IL_009a_1: { MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* L_21 = V_1; V_3 = ((MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093*)CastclassSealed((RuntimeObject*)L_21, MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093_il2cpp_TypeInfo_var)); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_22 = __this->____instructions; NullCheck(L_22); InstructionList_EmitDup_mF35BA4C8C5D78390C9ABA0EA1AD8B9B39CCDA489(L_22, NULL); MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093* L_23 = V_3; NullCheck(L_23); MemberInfo_t* L_24; L_24 = MemberBinding_get_Member_m66404C9CE34EF842E52ED33DC11D1F0CFBD0C53B_inline(L_23, NULL); il2cpp_codegen_runtime_class_init_inline(LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_il2cpp_TypeInfo_var); Type_t* L_25; L_25 = LightCompiler_GetMemberType_mB49DFE928A23E3B3221F7B560A1E4E00AC56E960(L_24, NULL); V_4 = L_25; MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093* L_26 = V_3; NullCheck(L_26); MemberInfo_t* L_27; L_27 = MemberBinding_get_Member_m66404C9CE34EF842E52ED33DC11D1F0CFBD0C53B_inline(L_26, NULL); if (!((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_27, PropertyInfo_t_il2cpp_TypeInfo_var))) { goto IL_00db_1; } } { Type_t* L_28 = V_4; NullCheck(L_28); bool L_29; L_29 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_28, NULL); if (!L_29) { goto IL_00db_1; } } { MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093* L_30 = V_3; NullCheck(L_30); ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* L_31; L_31 = MemberMemberBinding_get_Bindings_m4D2DFE23BFDC958EBDC356944D5A54DFDC88BFB8_inline(L_30, NULL); Exception_t* L_32; L_32 = Error_CannotAutoInitializeValueTypeMemberThroughProperty_m8E3A9F72AECE562DF17AF2826248D657C7CB0F6C(L_31, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_CompileMemberInit_m31B27159B8BCD7C7517E7D7334C6054FB285FF5B_RuntimeMethod_var))); } IL_00db_1: { MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093* L_33 = V_3; NullCheck(L_33); MemberInfo_t* L_34; L_34 = MemberBinding_get_Member_m66404C9CE34EF842E52ED33DC11D1F0CFBD0C53B_inline(L_33, NULL); LightCompiler_CompileMember_mBE0712C3F173379CD47E4907F1BB031CA07C9D80(__this, (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)NULL, L_34, (bool)1, NULL); MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093* L_35 = V_3; NullCheck(L_35); ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* L_36; L_36 = MemberMemberBinding_get_Bindings_m4D2DFE23BFDC958EBDC356944D5A54DFDC88BFB8_inline(L_35, NULL); LightCompiler_CompileMemberInit_m31B27159B8BCD7C7517E7D7334C6054FB285FF5B(__this, L_36, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_37 = __this->____instructions; NullCheck(L_37); InstructionList_EmitPop_m90A4BC5BB859CC30C64B4D81D2C7B2115972361A(L_37, NULL); } IL_0100_1: { RuntimeObject* L_38 = V_0; NullCheck(L_38); bool L_39; L_39 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_38); if (L_39) { goto IL_000c_1; } } { goto IL_0117; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0117: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* LightCompiler_GetMemberType_mB49DFE928A23E3B3221F7B560A1E4E00AC56E960 (MemberInfo_t* ___0_member, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FieldInfo_t* V_0 = NULL; PropertyInfo_t* V_1 = NULL; { MemberInfo_t* L_0 = ___0_member; V_0 = ((FieldInfo_t*)IsInstClass((RuntimeObject*)L_0, FieldInfo_t_il2cpp_TypeInfo_var)); FieldInfo_t* L_1 = V_0; bool L_2; L_2 = FieldInfo_op_Inequality_m95789A98E646494987E66A9E4188DCA86185066B(L_1, (FieldInfo_t*)NULL, NULL); if (!L_2) { goto IL_0017; } } { FieldInfo_t* L_3 = V_0; NullCheck(L_3); Type_t* L_4; L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(17, L_3); return L_4; } IL_0017: { MemberInfo_t* L_5 = ___0_member; V_1 = ((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_5, PropertyInfo_t_il2cpp_TypeInfo_var)); PropertyInfo_t* L_6 = V_1; bool L_7; L_7 = PropertyInfo_op_Inequality_mE75A4F14CC678D8A670730FBD4338C718CACB51B(L_6, (PropertyInfo_t*)NULL, NULL); if (!L_7) { goto IL_002e; } } { PropertyInfo_t* L_8 = V_1; NullCheck(L_8); Type_t* L_9; L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(16, L_8); return L_9; } IL_002e: { InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_10 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral21223FFC60F20668DBB5CE6C0031D41B3E9E0AB5)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightCompiler_GetMemberType_mB49DFE928A23E3B3221F7B560A1E4E00AC56E960_RuntimeMethod_var))); } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileQuoteUnaryExpression_m642F8C195831E00B3875FCD16923742C5EAE471C (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m3662A121E7F9EB9D8E0AAC6A5DC9636D081FF250_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m715FE1268A64D79F4E9E26155FC0F2AE85766A84_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m49E181E3913AED3154C4D597500A1FAA31B16E6D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF4ADF989E8768E9DC67539E29F61B9F49DD3094C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCB8999BE6F567FAA26684ED6547DAD6B90E84713_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m790983E2A090AD8C0F363F4FE01C8626FB2789F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* V_0 = NULL; Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* V_1 = NULL; Enumerator_t9A1A4E14CA36827D81BAE37A8442D9186CD429BB V_2; memset((&V_2), 0, sizeof(V_2)); ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_3 = NULL; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* G_B8_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B8_1 = NULL; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* G_B7_0 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B7_1 = NULL; Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* G_B9_0 = NULL; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* G_B9_1 = NULL; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* G_B9_2 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96*)CastclassSealed((RuntimeObject*)L_0, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var)); QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* L_1 = (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F*)il2cpp_codegen_object_new(QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F_il2cpp_TypeInfo_var); QuoteVisitor__ctor_m516DEE61E4C8777DB823820838B35EC5A8A0436B(L_1, NULL); QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* L_2 = L_1; UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_3 = V_0; NullCheck(L_3); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4; L_4 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_3, NULL); NullCheck(L_2); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5; L_5 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4, L_2, L_4); Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_6 = (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*)il2cpp_codegen_object_new(Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD_il2cpp_TypeInfo_var); Dictionary_2__ctor_m3662A121E7F9EB9D8E0AAC6A5DC9636D081FF250(L_6, Dictionary_2__ctor_m3662A121E7F9EB9D8E0AAC6A5DC9636D081FF250_RuntimeMethod_var); V_1 = L_6; NullCheck(L_2); HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_7 = L_2->____hoistedParameters; NullCheck(L_7); Enumerator_t9A1A4E14CA36827D81BAE37A8442D9186CD429BB L_8; L_8 = HashSet_1_GetEnumerator_m790983E2A090AD8C0F363F4FE01C8626FB2789F7(L_7, HashSet_1_GetEnumerator_m790983E2A090AD8C0F363F4FE01C8626FB2789F7_RuntimeMethod_var); V_2 = L_8; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0055: { Enumerator_Dispose_m49E181E3913AED3154C4D597500A1FAA31B16E6D((&V_2), Enumerator_Dispose_m49E181E3913AED3154C4D597500A1FAA31B16E6D_RuntimeMethod_var); return; } }); try { { goto IL_004a_1; } IL_002c_1: { ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_9; L_9 = Enumerator_get_Current_mCB8999BE6F567FAA26684ED6547DAD6B90E84713_inline((&V_2), Enumerator_get_Current_mCB8999BE6F567FAA26684ED6547DAD6B90E84713_RuntimeMethod_var); V_3 = L_9; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_10 = V_3; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_11; L_11 = LightCompiler_EnsureAvailableForClosure_mAD61BD8D040004121D20B1E01BA4D4080777E0F7(__this, L_10, NULL); Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_12 = V_1; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_13 = V_3; ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_14 = V_3; LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_15; L_15 = LightCompiler_ResolveLocal_mDFBCF12A32B5AD59EA90EF1E05958797F0B96FBB(__this, L_14, NULL); NullCheck(L_12); Dictionary_2_set_Item_m715FE1268A64D79F4E9E26155FC0F2AE85766A84(L_12, L_13, L_15, Dictionary_2_set_Item_m715FE1268A64D79F4E9E26155FC0F2AE85766A84_RuntimeMethod_var); } IL_004a_1: { bool L_16; L_16 = Enumerator_MoveNext_mF4ADF989E8768E9DC67539E29F61B9F49DD3094C((&V_2), Enumerator_MoveNext_mF4ADF989E8768E9DC67539E29F61B9F49DD3094C_RuntimeMethod_var); if (L_16) { goto IL_002c_1; } } { goto IL_0063; } } catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0063: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_17 = __this->____instructions; UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_18 = V_0; NullCheck(L_18); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_19; L_19 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_18, NULL); Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_20 = V_1; NullCheck(L_20); int32_t L_21; L_21 = Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F(L_20, Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F_RuntimeMethod_var); if ((((int32_t)L_21) > ((int32_t)0))) { G_B8_0 = L_19; G_B8_1 = L_17; goto IL_007b; } G_B7_0 = L_19; G_B7_1 = L_17; } { G_B9_0 = ((Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*)(NULL)); G_B9_1 = G_B7_0; G_B9_2 = G_B7_1; goto IL_007c; } IL_007b: { Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_22 = V_1; G_B9_0 = L_22; G_B9_1 = G_B8_0; G_B9_2 = G_B8_1; } IL_007c: { QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF* L_23 = (QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF*)il2cpp_codegen_object_new(QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF_il2cpp_TypeInfo_var); QuoteInstruction__ctor_mDB9A0F2AA977B2B75C57E19A894A4EE70619C8FA(L_23, G_B9_1, G_B9_0, NULL); NullCheck(G_B9_2); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(G_B9_2, L_23, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileUnboxUnaryExpression_mDD6EE72293AF1B3325DB435628793AB43146AD71 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* V_0 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96*)CastclassSealed((RuntimeObject*)L_0, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96_il2cpp_TypeInfo_var)); UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_1 = V_0; NullCheck(L_1); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2; L_2 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_1, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_2, NULL); UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_3 = V_0; NullCheck(L_3); Type_t* L_4; L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_3); NullCheck(L_4); bool L_5; L_5 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_4, NULL); if (!L_5) { goto IL_003d; } } { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_6 = V_0; NullCheck(L_6); Type_t* L_7; L_7 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_6); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); bool L_8; L_8 = TypeUtils_IsNullableType_m0ECBA329F82B0EFEBF884984D637FD55361F3AD0(L_7, NULL); if (L_8) { goto IL_003d; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_9 = __this->____instructions; il2cpp_codegen_runtime_class_init_inline(NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var); Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_10 = ((NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_StaticFields*)il2cpp_codegen_static_fields_for(NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var))->___Instance; NullCheck(L_9); InstructionList_Emit_m974FD4E9AEED0F97C679A066D6B67D3B27FB28DB(L_9, L_10, NULL); } IL_003d: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileTypeEqualExpression_mB838990AAE2F03A6DC5B0B0F2B380A83271B667D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* V_0 = NULL; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF*)CastclassSealed((RuntimeObject*)L_0, TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF_il2cpp_TypeInfo_var)); TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_1 = V_0; NullCheck(L_1); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2; L_2 = TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline(L_1, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_2, NULL); TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_3 = V_0; NullCheck(L_3); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4; L_4 = TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline(L_3, NULL); NullCheck(L_4); Type_t* L_5; L_5 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_4); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_7; L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL); bool L_8; L_8 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_5, L_7, NULL); if (!L_8) { goto IL_005f; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_9 = __this->____instructions; TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_10 = V_0; NullCheck(L_10); Type_t* L_11; L_11 = TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline(L_10, NULL); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_12 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_13; L_13 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_12, NULL); bool L_14; L_14 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_11, L_13, NULL); bool L_15 = L_14; RuntimeObject* L_16 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_15); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_17 = { reinterpret_cast (Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var) }; Type_t* L_18; L_18 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_17, NULL); NullCheck(L_9); InstructionList_EmitLoad_m60FB7F20951E13A4603F87DA5C70D0A537420E82(L_9, L_16, L_18, NULL); return; } IL_005f: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_19 = __this->____instructions; TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_20 = V_0; NullCheck(L_20); Type_t* L_21; L_21 = TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline(L_20, NULL); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_22; L_22 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_21, NULL); NullCheck(L_19); InstructionList_EmitLoad_mE55BC98318B2C0788DE06B9BF68573FA2878360F(L_19, L_22, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_23 = __this->____instructions; NullCheck(L_23); InstructionList_EmitTypeEquals_m50DE4374FB099BCEE8F0D09744D43558377E5261(L_23, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileTypeAsExpression_m36DE6DB9E5487523A621E76F1C7F314C25AC5451 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* ___0_node, const RuntimeMethod* method) { { UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_0 = ___0_node; NullCheck(L_0); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1; L_1 = UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline(L_0, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_1, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_2 = __this->____instructions; UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_3 = ___0_node; NullCheck(L_3); Type_t* L_4; L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_3); NullCheck(L_2); InstructionList_EmitTypeAs_m1E8064738F622ECE2A482D457CE3692D283A3C04(L_2, L_4, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileTypeIsExpression_mC2C61929DA4B4959D969A3FEA05D605C667F8C70 (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* V_0 = NULL; int32_t V_1 = 0; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; V_0 = ((TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF*)CastclassSealed((RuntimeObject*)L_0, TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF_il2cpp_TypeInfo_var)); TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_1 = V_0; int32_t L_2; L_2 = ConstantCheck_AnalyzeTypeIs_m1EDBE8EE486ACF2F115F6FA66C10290BCE6FA64A(L_1, NULL); V_1 = L_2; TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_3 = V_0; NullCheck(L_3); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4; L_4 = TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline(L_3, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_4, NULL); int32_t L_5 = V_1; if ((!(((uint32_t)L_5) > ((uint32_t)1)))) { goto IL_0024; } } { int32_t L_6 = V_1; if ((((int32_t)L_6) == ((int32_t)2))) { goto IL_005b; } } { goto IL_007e; } IL_0024: { TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_7 = V_0; NullCheck(L_7); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8; L_8 = TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline(L_7, NULL); NullCheck(L_8); Type_t* L_9; L_9 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_8); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_11; L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL); bool L_12; L_12 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_9, L_11, NULL); if (!L_12) { goto IL_004b; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_13 = __this->____instructions; NullCheck(L_13); InstructionList_EmitPop_m90A4BC5BB859CC30C64B4D81D2C7B2115972361A(L_13, NULL); } IL_004b: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_14 = __this->____instructions; int32_t L_15 = V_1; NullCheck(L_14); InstructionList_EmitLoad_m8A255B3C2BF140F884669C0C81275DCE104D35EB(L_14, (bool)((((int32_t)L_15) == ((int32_t)1))? 1 : 0), NULL); return; } IL_005b: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_16 = __this->____instructions; NullCheck(L_16); InstructionList_EmitLoad_mE55BC98318B2C0788DE06B9BF68573FA2878360F(L_16, NULL, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_17 = __this->____instructions; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_18 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_19; L_19 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_18, NULL); NullCheck(L_17); InstructionList_EmitNotEqual_mA1364FC59DB1FB4FFAB4D61878E711146F0C9F56(L_17, L_19, (bool)0, NULL); return; } IL_007e: { TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_20 = V_0; NullCheck(L_20); Type_t* L_21; L_21 = TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline(L_20, NULL); NullCheck(L_21); bool L_22; L_22 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_21, NULL); if (!L_22) { goto IL_00ad; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_23 = __this->____instructions; TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_24 = V_0; NullCheck(L_24); Type_t* L_25; L_25 = TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline(L_24, NULL); il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var); Type_t* L_26; L_26 = TypeUtils_GetNonNullableType_mEFA6EEA56679D5341A252A5D07B7356063A78F85(L_25, NULL); NullCheck(L_23); InstructionList_EmitLoad_mE55BC98318B2C0788DE06B9BF68573FA2878360F(L_23, L_26, NULL); InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_27 = __this->____instructions; NullCheck(L_27); InstructionList_EmitTypeEquals_m50DE4374FB099BCEE8F0D09744D43558377E5261(L_27, NULL); return; } IL_00ad: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_28 = __this->____instructions; TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* L_29 = V_0; NullCheck(L_29); Type_t* L_30; L_30 = TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline(L_29, NULL); NullCheck(L_28); InstructionList_EmitTypeIs_m44DB9E535351911F639778B67150AF7513153EE9(L_28, L_30, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_Compile_m9E52D6F9E91892CAF977C25E7EB0C8B500D0B3DA (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, bool ___1_asVoid, const RuntimeMethod* method) { { bool L_0 = ___1_asVoid; if (!L_0) { goto IL_000b; } } { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___0_expr; LightCompiler_CompileAsVoid_m26956E46A54624326330679A508F900297B3AADD(__this, L_1, NULL); return; } IL_000b: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___0_expr; LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_2, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileAsVoid_m26956E46A54624326330679A508F900297B3AADD (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; bool L_1; L_1 = LightCompiler_TryPushLabelBlock_mFF2511411C1182ECD19AD006A6761B37E7471A2F(__this, L_0, NULL); V_0 = L_1; InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_2 = __this->____instructions; NullCheck(L_2); int32_t L_3; L_3 = InstructionList_get_CurrentStackDepth_m2B514CA96CD57F4D8B7D7FD6D3B97A4FF4B92AA7_inline(L_2, NULL); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_4 = ___0_expr; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_4); V_1 = L_5; int32_t L_6 = V_1; if ((((int32_t)L_6) > ((int32_t)((int32_t)46)))) { goto IL_0031; } } { int32_t L_7 = V_1; if ((((int32_t)L_7) == ((int32_t)((int32_t)9)))) { goto IL_0089; } } { int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)((int32_t)38)))) { goto IL_0089; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) == ((int32_t)((int32_t)46)))) { goto IL_0042; } } { goto IL_0060; } IL_0031: { int32_t L_10 = V_1; if ((((int32_t)L_10) == ((int32_t)((int32_t)47)))) { goto IL_004c; } } { int32_t L_11 = V_1; if ((((int32_t)L_11) == ((int32_t)((int32_t)51)))) { goto IL_0089; } } { int32_t L_12 = V_1; if ((((int32_t)L_12) == ((int32_t)((int32_t)60)))) { goto IL_0056; } } { goto IL_0060; } IL_0042: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13 = ___0_expr; LightCompiler_CompileAssignBinaryExpression_mFE5DB7A3D55797F5AEE746A14A46BD6D8E4F6C72(__this, L_13, (bool)1, NULL); goto IL_0089; } IL_004c: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14 = ___0_expr; LightCompiler_CompileBlockExpression_mE2BB3C83C6CB68B383A6DA33A2C8DA4EFF7EC096(__this, L_14, (bool)1, NULL); goto IL_0089; } IL_0056: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15 = ___0_expr; LightCompiler_CompileThrowUnaryExpression_m4929118AAB1C1AD3E5C9F77D9C874E2852A7BE83(__this, L_15, (bool)1, NULL); goto IL_0089; } IL_0060: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16 = ___0_expr; LightCompiler_CompileNoLabelPush_m1E936396B34394C0148D51C61265772895DC894D(__this, L_16, NULL); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_17 = ___0_expr; NullCheck(L_17); Type_t* L_18; L_18 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_17); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_19 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_20; L_20 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_19, NULL); bool L_21; L_21 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_18, L_20, NULL); if (!L_21) { goto IL_0089; } } { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_22 = __this->____instructions; NullCheck(L_22); InstructionList_EmitPop_m90A4BC5BB859CC30C64B4D81D2C7B2115972361A(L_22, NULL); } IL_0089: { bool L_23 = V_0; if (!L_23) { goto IL_009d; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_24 = __this->____labelBlock; NullCheck(L_24); int32_t L_25 = L_24->___Kind; LightCompiler_PopLabelBlock_m3DA34D4C422456C6A86CB3138C22E4565C8D3A63(__this, L_25, NULL); } IL_009d: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileNoLabelPush_m1E936396B34394C0148D51C61265772895DC894D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackGuard_RunOnEmptyStack_TisLightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m553A5E7487803B5C6B69A73DF78573B67DA40E1A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCompileNoLabelPushU3Eb__101_0_m07609A5493DFD831B2EDA50043D11632211231C3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5* G_B3_0 = NULL; StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* G_B3_1 = NULL; Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5* G_B2_0 = NULL; StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* G_B2_1 = NULL; { StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* L_0 = __this->____guard; NullCheck(L_0); bool L_1; L_1 = StackGuard_TryEnterOnCurrentStack_mC05CD78213FCACE10A8885A64D36B1F61337A956(L_0, NULL); if (L_1) { goto IL_003a; } } { StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* L_2 = __this->____guard; il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var); Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5* L_3 = ((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9__101_0; Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5* L_4 = L_3; if (L_4) { G_B3_0 = L_4; G_B3_1 = L_2; goto IL_0032; } G_B2_0 = L_4; G_B2_1 = L_2; } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var); U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* L_5 = ((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9; Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5* L_6 = (Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5*)il2cpp_codegen_object_new(Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5_il2cpp_TypeInfo_var); Action_2__ctor_m61B5847856CF73C1A639B756C1332B6A950AA84D(L_6, L_5, (intptr_t)((void*)U3CU3Ec_U3CCompileNoLabelPushU3Eb__101_0_m07609A5493DFD831B2EDA50043D11632211231C3_RuntimeMethod_var), NULL); Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5* L_7 = L_6; ((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9__101_0 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9__101_0), (void*)L_7); G_B3_0 = L_7; G_B3_1 = G_B2_1; } IL_0032: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = ___0_expr; NullCheck(G_B3_1); StackGuard_RunOnEmptyStack_TisLightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m553A5E7487803B5C6B69A73DF78573B67DA40E1A(G_B3_1, G_B3_0, __this, L_8, StackGuard_RunOnEmptyStack_TisLightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m553A5E7487803B5C6B69A73DF78573B67DA40E1A_RuntimeMethod_var); return; } IL_003a: { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_9 = __this->____instructions; NullCheck(L_9); int32_t L_10; L_10 = InstructionList_get_CurrentStackDepth_m2B514CA96CD57F4D8B7D7FD6D3B97A4FF4B92AA7_inline(L_9, NULL); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11 = ___0_expr; NullCheck(L_11); int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(4, L_11); V_0 = L_12; int32_t L_13 = V_0; switch (L_13) { case 0: { goto IL_01ac; } case 1: { goto IL_01ac; } case 2: { goto IL_01ac; } case 3: { goto IL_01b4; } case 4: { goto IL_01cc; } case 5: { goto IL_01ac; } case 6: { goto IL_0209; } case 7: { goto IL_01c4; } case 8: { goto IL_0211; } case 9: { goto IL_022e; } case 10: { goto IL_01d4; } case 11: { goto IL_01d4; } case 12: { goto IL_01ac; } case 13: { goto IL_01ac; } case 14: { goto IL_01ac; } case 15: { goto IL_01ac; } case 16: { goto IL_01ac; } case 17: { goto IL_0236; } case 18: { goto IL_023e; } case 19: { goto IL_01ac; } case 20: { goto IL_01ac; } case 21: { goto IL_01ac; } case 22: { goto IL_0246; } case 23: { goto IL_024e; } case 24: { goto IL_0256; } case 25: { goto IL_01ac; } case 26: { goto IL_01ac; } case 27: { goto IL_01ac; } case 28: { goto IL_01cc; } case 29: { goto IL_01cc; } case 30: { goto IL_01cc; } case 31: { goto IL_025e; } case 32: { goto IL_0266; } case 33: { goto IL_0266; } case 34: { goto IL_01cc; } case 35: { goto IL_01ac; } case 36: { goto IL_01ac; } case 37: { goto IL_01bc; } case 38: { goto IL_026e; } case 39: { goto IL_01ac; } case 40: { goto IL_01dc; } case 41: { goto IL_01ac; } case 42: { goto IL_01ac; } case 43: { goto IL_01ac; } case 44: { goto IL_01cc; } case 45: { goto IL_0276; } case 46: { goto IL_0286; } case 47: { goto IL_02a3; } case 48: { goto IL_02c0; } case 49: { goto IL_01cc; } case 50: { goto IL_0308; } case 51: { goto IL_02c8; } case 52: { goto IL_0308; } case 53: { goto IL_02d0; } case 54: { goto IL_01cc; } case 55: { goto IL_02d8; } case 56: { goto IL_02e0; } case 57: { goto IL_02e8; } case 58: { goto IL_02f0; } case 59: { goto IL_02f8; } case 60: { goto IL_01e4; } case 61: { goto IL_0300; } case 62: { goto IL_0201; } case 63: { goto IL_0308; } case 64: { goto IL_0308; } case 65: { goto IL_0308; } case 66: { goto IL_0308; } case 67: { goto IL_0308; } case 68: { goto IL_0308; } case 69: { goto IL_0308; } case 70: { goto IL_0308; } case 71: { goto IL_0308; } case 72: { goto IL_0308; } case 73: { goto IL_0308; } case 74: { goto IL_0308; } case 75: { goto IL_0308; } case 76: { goto IL_0308; } case 77: { goto IL_0308; } case 78: { goto IL_0308; } case 79: { goto IL_0308; } case 80: { goto IL_0308; } case 81: { goto IL_027e; } case 82: { goto IL_01cc; } case 83: { goto IL_01cc; } case 84: { goto IL_01cc; } } } { goto IL_0308; } IL_01ac: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_14 = ___0_expr; LightCompiler_CompileBinaryExpression_m2F2ACD060D404236A0CEC78006B08C445F98FA09(__this, L_14, NULL); return; } IL_01b4: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_15 = ___0_expr; LightCompiler_CompileAndAlsoBinaryExpression_mEFB87BBED337BF0D9835992221634A48AC6AF864(__this, L_15, NULL); return; } IL_01bc: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_16 = ___0_expr; LightCompiler_CompileOrElseBinaryExpression_m54EA8FF9FD74D9728F3EBDCBB5A97F8AA7F88F62(__this, L_16, NULL); return; } IL_01c4: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_17 = ___0_expr; LightCompiler_CompileCoalesceBinaryExpression_m43B15DF1A58209E5919F29DD5C298D305B84CA9A(__this, L_17, NULL); return; } IL_01cc: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18 = ___0_expr; LightCompiler_CompileUnaryExpression_mCCB7F07BBBB379463A98415EC189979058F51AA1(__this, L_18, NULL); return; } IL_01d4: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_19 = ___0_expr; LightCompiler_CompileConvertUnaryExpression_m6DC2AAA2EDEB9913629AB997C048069E8B29038A(__this, L_19, NULL); return; } IL_01dc: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_20 = ___0_expr; LightCompiler_CompileQuoteUnaryExpression_m642F8C195831E00B3875FCD16923742C5EAE471C(__this, L_20, NULL); return; } IL_01e4: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_21 = ___0_expr; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_22 = ___0_expr; NullCheck(L_22); Type_t* L_23; L_23 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_22); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_24 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_25; L_25 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_24, NULL); bool L_26; L_26 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_23, L_25, NULL); LightCompiler_CompileThrowUnaryExpression_m4929118AAB1C1AD3E5C9F77D9C874E2852A7BE83(__this, L_21, L_26, NULL); return; } IL_0201: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_27 = ___0_expr; LightCompiler_CompileUnboxUnaryExpression_mDD6EE72293AF1B3325DB435628793AB43146AD71(__this, L_27, NULL); return; } IL_0209: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_28 = ___0_expr; LightCompiler_CompileMethodCallExpression_mC3759526B34749EE19DD86B239E034D0FE067BB6(__this, L_28, NULL); return; } IL_0211: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_29 = ___0_expr; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_30 = ___0_expr; NullCheck(L_30); Type_t* L_31; L_31 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_30); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_32 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_33; L_33 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_32, NULL); bool L_34; L_34 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_31, L_33, NULL); LightCompiler_CompileConditionalExpression_m885580AA2BED2DE5A2C79CD924AD599BE2ACCDE6(__this, L_29, L_34, NULL); return; } IL_022e: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_35 = ___0_expr; LightCompiler_CompileConstantExpression_mEA743D7F563A9B865D07686B0F72C91B7DB93707(__this, L_35, NULL); return; } IL_0236: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_36 = ___0_expr; LightCompiler_CompileInvocationExpression_mEE1D5EAF66741A407706837D867AB093DE303F7D(__this, L_36, NULL); return; } IL_023e: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_37 = ___0_expr; LightCompiler_CompileLambdaExpression_m9973843CC51107039261914275DD9457D277A731(__this, L_37, NULL); return; } IL_0246: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_38 = ___0_expr; LightCompiler_CompileListInitExpression_m667EDC2CAD76376752D7A77C83142A38ECF2C030(__this, L_38, NULL); return; } IL_024e: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_39 = ___0_expr; LightCompiler_CompileMemberExpression_m802F0993B84D0C900CCDB52B04C99F25FBCAEA72(__this, L_39, NULL); return; } IL_0256: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_40 = ___0_expr; LightCompiler_CompileMemberInitExpression_mF59BA9109E2C3BCBC0C4315AEE46ECA6648C3DC8(__this, L_40, NULL); return; } IL_025e: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_41 = ___0_expr; LightCompiler_CompileNewExpression_mE2CD42ECDB382047D49A390ACB8D2CAAAB5286B5(__this, L_41, NULL); return; } IL_0266: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_42 = ___0_expr; LightCompiler_CompileNewArrayExpression_mC010FFBB1757236949A2D433FFFAA8613C4A491A(__this, L_42, NULL); return; } IL_026e: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_43 = ___0_expr; LightCompiler_CompileParameterExpression_m50B5169284460B8E41FE57B48C0E01F6D982679F(__this, L_43, NULL); return; } IL_0276: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_44 = ___0_expr; LightCompiler_CompileTypeIsExpression_mC2C61929DA4B4959D969A3FEA05D605C667F8C70(__this, L_44, NULL); return; } IL_027e: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_45 = ___0_expr; LightCompiler_CompileTypeEqualExpression_mB838990AAE2F03A6DC5B0B0F2B380A83271B667D(__this, L_45, NULL); return; } IL_0286: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_46 = ___0_expr; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_47 = ___0_expr; NullCheck(L_47); Type_t* L_48; L_48 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_47); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_49 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_50; L_50 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_49, NULL); bool L_51; L_51 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_48, L_50, NULL); LightCompiler_CompileAssignBinaryExpression_mFE5DB7A3D55797F5AEE746A14A46BD6D8E4F6C72(__this, L_46, L_51, NULL); return; } IL_02a3: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_52 = ___0_expr; Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_53 = ___0_expr; NullCheck(L_53); Type_t* L_54; L_54 = VirtualFuncInvoker0< Type_t* >::Invoke(5, L_53); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_55 = { reinterpret_cast (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_56; L_56 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_55, NULL); bool L_57; L_57 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_54, L_56, NULL); LightCompiler_CompileBlockExpression_mE2BB3C83C6CB68B383A6DA33A2C8DA4EFF7EC096(__this, L_52, L_57, NULL); return; } IL_02c0: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_58 = ___0_expr; LightCompiler_CompileDebugInfoExpression_mCDFD59B3468C1CA88E7426D0EE3E587DDDADA220(__this, L_58, NULL); return; } IL_02c8: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_59 = ___0_expr; LightCompiler_CompileDefaultExpression_mE83076F8B69A67B0906AD263B839352195A6A2D0(__this, L_59, NULL); return; } IL_02d0: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_60 = ___0_expr; LightCompiler_CompileGotoExpression_m48F1878995B97B199B70633D5FF3E45E69671AA9(__this, L_60, NULL); return; } IL_02d8: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_61 = ___0_expr; LightCompiler_CompileIndexExpression_mFAED715104DBF91B1D3EAC3B3C6961D26B89FED6(__this, L_61, NULL); return; } IL_02e0: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_62 = ___0_expr; LightCompiler_CompileLabelExpression_m492E8616EA39C1E3823CBE2CAF3CBEB353503F8A(__this, L_62, NULL); return; } IL_02e8: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_63 = ___0_expr; LightCompiler_CompileRuntimeVariablesExpression_m7D1E9F48C86116618B87648479C5F6C77F33E27C(__this, L_63, NULL); return; } IL_02f0: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_64 = ___0_expr; LightCompiler_CompileLoopExpression_mCE771AC86E40E0650F97FE262F58B3A36ECE955C(__this, L_64, NULL); return; } IL_02f8: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_65 = ___0_expr; LightCompiler_CompileSwitchExpression_mE8CAD9DDA0AC4AC6CC05CF66F6423B9BB726AA85(__this, L_65, NULL); return; } IL_0300: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_66 = ___0_expr; LightCompiler_CompileTryExpression_m0E8F4874AB8C4F2AA258D7E22DB319FE813E2155(__this, L_66, NULL); return; } IL_0308: { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_67 = ___0_expr; NullCheck(L_67); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_68; L_68 = Expression_ReduceAndCheck_m8CF664E3CC592955516A833A9AF4A42278AF46C0(L_67, NULL); LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E(__this, L_68, NULL); return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_Compile_m58394224ACEAF231D16ACBDA075BEDBD1ACCE50E (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___0_expr, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___0_expr; bool L_1; L_1 = LightCompiler_TryPushLabelBlock_mFF2511411C1182ECD19AD006A6761B37E7471A2F(__this, L_0, NULL); Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_2 = ___0_expr; LightCompiler_CompileNoLabelPush_m1E936396B34394C0148D51C61265772895DC894D(__this, L_2, NULL); if (!L_1) { goto IL_0021; } } { LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* L_3 = __this->____labelBlock; NullCheck(L_3); int32_t L_4 = L_3->___Kind; LightCompiler_PopLabelBlock_m3DA34D4C422456C6A86CB3138C22E4565C8D3A63(__this, L_4, NULL); } IL_0021: { return; } } IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler__cctor_m23B4861C8C7E02CFF4D4519D690DCFE06EF78B69 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisLocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_m70D107A79AB792E0E10517756CF55F7E75B90E17_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_0; L_0 = Array_Empty_TisLocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_m70D107A79AB792E0E10517756CF55F7E75B90E17_inline(Array_Empty_TisLocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_m70D107A79AB792E0E10517756CF55F7E75B90E17_RuntimeMethod_var); ((LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_StaticFields*)il2cpp_codegen_static_fields_for(LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_il2cpp_TypeInfo_var))->___s_emptyLocals = L_0; Il2CppCodeGenWriteBarrier((void**)(&((LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_StaticFields*)il2cpp_codegen_static_fields_for(LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_il2cpp_TypeInfo_var))->___s_emptyLocals), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BranchLabel_get_LabelIndex_m81E667E88D9BA90BE298946C8A3BAA348D5B610D_inline (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CLabelIndexU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BranchLabel_set_LabelIndex_m2D2A211884C69A7F76CA7B1E7D260862D9711589_inline (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___U3CLabelIndexU3Ek__BackingField = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InstructionView_GetValue_m346E253A2A2B94136AE66E1A46A1E0C3FEB57CEC_inline (InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____name; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Interpreter_get_LocalCount_m556C132E9D9950FE1F59FC4B5ECA7DDF2674B360_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CLocalCountU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) { { InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_0 = __this->____instructions; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Interpreter_get_Name_m27594A419F941809A017D88F20A15FA33E054673_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* InterpretedFrame_get_Parent_m14F8B2EEA1D2CEE6ED56E243EEBDC62672D92A13_inline (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) { { InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = __this->____parent; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LocalVariables_get_LocalCount_mC9A02F9B3F67CA2E70D67C2F9CA4D449B0DF1E3E_inline (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____maxLocalCount; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* LocalVariables_get_ClosureVariables_mE837DF0168A765905EF0E5425CABCBAD75DA409F_inline (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, const RuntimeMethod* method) { { Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_0 = __this->____closureVariables; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* Interpreter_get_ClosureVariables_m34C16B89D8C0043D7394DA1058AE96EAD6E9E626_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) { { Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_0 = __this->___U3CClosureVariablesU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LabelTarget_get_Name_m694F6B96D9000BCEF0C64C61CC9C9D001C82FC1E_inline (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CNameU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* LabelTarget_get_Type_mADC0685E37D8FD2990BFA36A3679AB7C5659143E_inline (LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* LightCompiler_get_Instructions_m83893808067922D779480B4040D352306C07F05B_inline (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, const RuntimeMethod* method) { { InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_0 = __this->____instructions; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* RuntimeWrappedException_get_WrappedException_m9A3CF22A6C8FB4D6C9E9A13CE203A718A8BD671D_inline (RuntimeWrappedException_tD43BD0B43ECF58052755A87C0166F70AFE2144B8* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____wrappedException; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CIndexU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LambdaExpression_get_Body_m161E156442547AE8A6837C5AE065BD93345451DE_inline (LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____body; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ConstantExpression_get_Value_mCC4506ED39F235D2D2A57728CC0DD36C390B4C17_inline (ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CValueU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* IndexExpression_get_Object_mECDB8F40AE9B6E8037FBB8C55DCC0D90BFB981C3_inline (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CObjectU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR PropertyInfo_t* IndexExpression_get_Indexer_m29EE5DA0A3D323D0CF2CA87F4661AE2D60DB707C_inline (IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* __this, const RuntimeMethod* method) { { PropertyInfo_t* L_0 = __this->___U3CIndexerU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BinaryExpression_get_Left_m89AE3E53F38023AB796E12A8126F82ECA20B7E55_inline (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CLeftU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* BinaryExpression_get_Right_m2BF6D385EC48C3CDB0B6688975C9D158BC593398_inline (BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CRightU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MemberExpression_get_Expression_mF422466944A9875383573A4FD01CD661C64B7503_inline (MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CExpressionU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* UnaryExpression_get_Method_mA8D37E71BEA657B6999A51277A7D7CBDF951E265_inline (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) { { MethodInfo_t* L_0 = __this->___U3CMethodU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* UnaryExpression_get_Operand_mE144387E98BABF0D3FD8E4640612A726D91E2943_inline (UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3COperandU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_Test_mFEB910B9D8397F9B9C54950355860E948E47A144_inline (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CTestU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ConditionalExpression_get_IfTrue_mEE0343EC7D38FD9712A72428B32B873CE10A140E_inline (ConditionalExpression_t4A487FB09E6FEA815F25AADA33335CD658B6A913* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CIfTrueU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LoopExpression_get_BreakLabel_m0BEEB41E030AF49D291CF9EB576DA6C3F48B49BE_inline (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method) { { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = __this->___U3CBreakLabelU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LoopExpression_get_ContinueLabel_m38C78413422A156C849F4F1B76FAD1A375C7402F_inline (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method) { { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = __this->___U3CContinueLabelU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LoopExpression_get_Body_m057FFA1E0C15C75D99ADB7064CA352BD037803DA_inline (LoopExpression_tF19666C04BA4324D8B8D5264E58FCF4FDB988E83* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CBodyU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* SwitchExpression_get_Cases_mF9B75E3F3B573F45A5493D3A1EBCE9C15748A0A0_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_t650E9DD3C9630E13C2E1AAD16E413916030DEFCB* L_0 = __this->___U3CCasesU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchExpression_get_SwitchValue_mD448C89EC071DFF1DEEEB894E8D1F60E1F5C8FDD_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CSwitchValueU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchExpression_get_DefaultBody_mB2CE409741A4C899E4D04A7B132F8DA14387776D_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CDefaultBodyU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* SwitchExpression_get_Comparison_mAF09770812D48AC492B45EDDE32D6F4DEE7D3382_inline (SwitchExpression_t82E1A1050DDA8011E8C676925BDC17E352FC4959* __this, const RuntimeMethod* method) { { MethodInfo_t* L_0 = __this->___U3CComparisonU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* SwitchCase_get_TestValues_mD0D553215AD64A5FE09A7AC6BB8BA246E938AAE6_inline (SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = __this->___U3CTestValuesU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) { { ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->___U3CParameterU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* SwitchCase_get_Body_m740F241A1AA26BA6366BABF2143CD4A620576337_inline (SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CBodyU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* LabelExpression_get_Target_mD4F91B85B54D0A20E73CA12BB472416004179424_inline (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, const RuntimeMethod* method) { { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = __this->___U3CTargetU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* LabelExpression_get_DefaultValue_m5C2635F0C40E19CFD4AC9AAA325A825CE508FF0E_inline (LabelExpression_tEFEEB76D1A905275CA45F611E0ECAB5D1B2E6BFD* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CDefaultValueU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* GotoExpression_get_Target_mB1CB6DD32D1035E3FECA2AEC5289C9812F53B161_inline (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method) { { LabelTarget_t8082D0D35E4D9BE77C683DCDF2AB10DA5C0EB9C5* L_0 = __this->___U3CTargetU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* GotoExpression_get_Value_m0A3D28D48542962948E8E0A627321BAD9B71B041_inline (GotoExpression_t5124FE521C74BE1B7F79BA766FA8FCF0771FB36C* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CValueU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Fault_m33ACDEC30E171AFC954184175A93D78B4DBD2070_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CFaultU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Finally_m1F58A9AFB439D384693F49FB10461C16CED1C565_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CFinallyU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TryExpression_get_Body_mBDD0F55B8F7CFE28B012712989C0D8E9555E68FE_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CBodyU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* TryExpression_get_Handlers_mD57D9A1EECC45D09C53AA5D17138DA00EEBACF06_inline (TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* L_0 = __this->___U3CHandlersU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) { { ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->___U3CVariableU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CTestU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CFilterU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CBodyU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BranchLabel_get_TargetIndex_m3C89287A8444ED48097E948029B73720D102CDF6_inline (BranchLabel_t1DB35921FBC42CC5C863768CAA2F928FF62CD2FA* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____targetIndex; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnterTryCatchFinallyInstruction_SetTryHandler_mB8E7328BDE1FD52C27A37CD33F356115114EAC93_inline (EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* __this, TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* ___0_tryHandler, const RuntimeMethod* method) { { TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_0 = ___0_tryHandler; __this->____tryHandler = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____tryHandler), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EnterTryFaultInstruction_SetTryHandler_m08DB9E7E0769706527D7158B3833D0E170DFD129_inline (EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* __this, TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* ___0_tryHandler, const RuntimeMethod* method) { { TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_0 = ___0_tryHandler; __this->____tryHandler = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->____tryHandler), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* MethodCallExpression_get_Method_m76D210171E9633BD4E62F23C9300CF86098E5615_inline (MethodCallExpression_tC95F5EFAB9E7AB984F7F6931F57E6A2D094C22DB* __this, const RuntimeMethod* method) { { MethodInfo_t* L_0 = __this->___U3CMethodU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* NewExpression_get_Constructor_m3E55B5B89F1297D692E143FF9B89C7B5363BFC78_inline (NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* __this, const RuntimeMethod* method) { { ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_0 = __this->___U3CConstructorU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* NewArrayExpression_get_Expressions_mBC8AE846F8167BA863B7BE9200C7947F2FB737EF_inline (NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = __this->___U3CExpressionsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* DebugInfoExpression_get_Document_mFFB1FAF66BE565A86A6688546AB54DE1A4CD7F50_inline (DebugInfoExpression_t808B3A8EC95A4DBE7CF0D9340FF47297B96124F8* __this, const RuntimeMethod* method) { { SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* L_0 = __this->___U3CDocumentU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SymbolDocumentInfo_get_FileName_m899B6E822CE4FA131B49E58FB0BE2A3EF9B488C0_inline (SymbolDocumentInfo_tA9A0448DE427113FDD3737FBAD9518461781A8B3* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___U3CFileNameU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* RuntimeVariablesExpression_get_Variables_m92B9332694A4DD0699B225EAD0A83F9D4FFACADB_inline (RuntimeVariablesExpression_tCD421AAE9273B4E6E8BB4BC327CCF3D2ABF368B3* __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_0 = __this->___U3CVariablesU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* InvocationExpression_get_Expression_m8086B51C0B4766B1CDFAEA5BF8008BD914501506_inline (InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CExpressionU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* ListInitExpression_get_NewExpression_m9F8DBC1E6754C9C25AAF57B9068303DD9250D27A_inline (ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* __this, const RuntimeMethod* method) { { NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = __this->___U3CNewExpressionU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* ListInitExpression_get_Initializers_mDB919C61BA1780B3BF5809C30659608640F50152_inline (ListInitExpression_t17F605CCB3EF8546E6A4F0B5DF6F77AA6234CDC8* __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* L_0 = __this->___U3CInitializersU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ElementInit_get_Arguments_mB5CED237304E0CA2B960F3534E1AF82EF1BFBC85_inline (ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_0 = __this->___U3CArgumentsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MethodInfo_t* ElementInit_get_AddMethod_m945B6063B96E13B436BFA6ACF9DECE5B126980C4_inline (ElementInit_t8D0EF41C5270DC7C02E6F224EF775B4D840F55E2* __this, const RuntimeMethod* method) { { MethodInfo_t* L_0 = __this->___U3CAddMethodU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* MemberInitExpression_get_NewExpression_mDE4DAFB01F1AFDFF9E1D75597A33DECB87EF60EE_inline (MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* __this, const RuntimeMethod* method) { { NewExpression_t71592C0B1A33F4FD5FA0283BC2657C31D95EED51* L_0 = __this->___U3CNewExpressionU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* MemberInitExpression_get_Bindings_mB536296D4C0B10B1FAB3B868EF029DACDC8BD891_inline (MemberInitExpression_t3C9AF5E716CCB7784F51A5F39A16D6780CBA400C* __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* L_0 = __this->___U3CBindingsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MemberBinding_get_BindingType_m04B4F876BBD97225D6489A490173E429BC5827EF_inline (MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CBindingTypeU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MemberInfo_t* MemberBinding_get_Member_m66404C9CE34EF842E52ED33DC11D1F0CFBD0C53B_inline (MemberBinding_t647723B01D7F0656247A62635B9C4C0A3387CA9D* __this, const RuntimeMethod* method) { { MemberInfo_t* L_0 = __this->___U3CMemberU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* MemberAssignment_get_Expression_m7563AF3027D0840783662276CA41B8F75BB36C10_inline (MemberAssignment_t09AA042CD70E61F33808EDFE79B5A5080C5F67E8* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____expression; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* MemberListBinding_get_Initializers_m4B81DACAA09C8680F92C7D3F176E7E45961876AA_inline (MemberListBinding_t23B4FB0945C33BFBFED90A2ADF8CCB5943718D47* __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_t74BB860FCECCBD2D57AF6337102E9AA2AACD8004* L_0 = __this->___U3CInitializersU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* MemberMemberBinding_get_Bindings_m4D2DFE23BFDC958EBDC356944D5A54DFDC88BFB8_inline (MemberMemberBinding_tB7A0A0BFCB1A61C5ADA2E0CC8F28249B92C3C093* __this, const RuntimeMethod* method) { { ReadOnlyCollection_1_tA8DE50215C36D93FBEC7CEC73EBD5DB779DEF8D4* L_0 = __this->___U3CBindingsU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* TypeBinaryExpression_get_Expression_mD29A9305866F541EADDB1A4A5F4414FE2F939E10_inline (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, const RuntimeMethod* method) { { Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->___U3CExpressionU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* TypeBinaryExpression_get_TypeOperand_m7E5CBBDFEA1139B084D439C9D8744FC7D8DE0F0F_inline (TypeBinaryExpression_t81E55BA04133E3F10863D4D0CDADAC82AEAB98BF* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CTypeOperandU3Ek__BackingField; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InstructionList_get_CurrentStackDepth_m2B514CA96CD57F4D8B7D7FD6D3B97A4FF4B92AA7_inline (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____currentStackDepth; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->____version; __this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = __this->____items; V_0 = L_1; int32_t L_2 = __this->____size; V_1 = L_2; int32_t L_3 = V_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0; NullCheck(L_4); if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0034; } } { int32_t L_5 = V_1; __this->____size = ((int32_t)il2cpp_codegen_add(L_5, 1)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0; int32_t L_7 = V_1; RuntimeObject* L_8 = ___0_item; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (RuntimeObject*)L_8); return; } IL_0034: { RuntimeObject* L_9 = ___0_item; List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____size; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____current; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2U5BU5D_t1686C7CBCFA68BF77F16B9983BACAA457DCDE265* Array_Empty_TisKeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3_m2183C47562C057EC5E5BA5D8E38E93B13A5C6B5E_gshared_inline (const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 2)); KeyValuePair_2U5BU5D_t1686C7CBCFA68BF77F16B9983BACAA457DCDE265* L_0 = ((EmptyArray_1_t43C2AA2AE86F992042F7F348A426C45736B07C2B_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 2)))->___Value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_m8508BCECB0654E2E93B1A141382E2688ADE7EE7C_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_mF0E6A8A455FA71BC8EA94E39C8848FB35A836841_gshared_inline (KeyValuePair_2_tDC26B09C26BA829DDE331BCB6AF7C508C763D7A3* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___key; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m95328F0F59DDEB1A8A7D044DAF427CC7DEB1EB93_gshared_inline (List_1_t6CD7C05A234AA2E6AB05AA0F27B4FDFF79C0E61D* __this, InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D ___0_item, const RuntimeMethod* method) { InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->____version; __this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1)); InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* L_1 = __this->____items; V_0 = L_1; int32_t L_2 = __this->____size; V_1 = L_2; int32_t L_3 = V_1; InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* L_4 = V_0; NullCheck(L_4); if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_0034; } } { int32_t L_5 = V_1; __this->____size = ((int32_t)il2cpp_codegen_add(L_5, 1)); InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* L_6 = V_0; int32_t L_7 = V_1; InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D L_8 = ___0_item; NullCheck(L_6); (L_6)->SetAt(static_cast(L_7), (InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D)L_8); return; } IL_0034: { InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D L_9 = ___0_item; List_1_AddWithResize_m47222083904E5992F1343D4C4CE32F5282C06809(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14)); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m139A176CD271A0532D75BE08DA7831C8C45CE28F_gshared_inline (Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____current; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyValuePair_2_get_Value_mC6BD8075F9C9DDEF7B4D731E5C38EC19103988E7_gshared_inline (KeyValuePair_2_tFC32D2507216293851350D29B64D79F950B55230* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_gshared_inline (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, const RuntimeMethod* method) { { LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_0 = __this->___value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 2)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ((EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 2)))->___Value; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_mD6472FA27D28B9AE64A0FEF796C72ABBC2420EBF_gshared_inline (Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____currentKey; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* Array_Empty_TisLocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_m70D107A79AB792E0E10517756CF55F7E75B90E17_gshared_inline (const RuntimeMethod* method) { il2cpp_rgctx_method_init(method); { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 2)); LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_0 = ((EmptyArray_1_tC0BBDD9956673EA634D52D80ADC0F2952E3F93EA_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 2)))->___Value; return L_0; } }