优化实践教程示例项目
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

30871 行
1.5 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
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 <typename R>
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 <typename R, typename T1>
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 <typename R, typename T1, typename T2>
struct VirtualFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, 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 <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
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 <typename R, typename T1>
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);
}
};
// System.Action`2<System.Linq.Expressions.Interpreter.LightCompiler,System.Linq.Expressions.Expression>
struct Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5;
// System.Dynamic.Utils.CacheDict`2<System.Object,System.Object>
struct CacheDict_2_tAFE0E408BD366174E0892EAB041D22C18AD3F2AC;
// System.Dynamic.Utils.CacheDict`2<System.Type,System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate>>
struct CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6;
// System.Dynamic.Utils.CacheDict`2<System.Type,System.Func`5<System.Linq.Expressions.Expression,System.String,System.Boolean,System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.LambdaExpression>>
struct CacheDict_2_t3592A9BE3B1E812BCE8A13D901156E74C707DBB7;
// System.Dynamic.Utils.CacheDict`2<System.Type,System.Reflection.MethodInfo>
struct CacheDict_2_tB695739D50653F4D4C3DA03BCF07CC868196FB15;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Boolean>
struct CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Byte>
struct CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Char>
struct CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.DateTime>
struct CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Decimal>
struct CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Double>
struct CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Int16>
struct CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Int32>
struct CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Int64>
struct CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Object>
struct CastInstructionT_1_t90F15389646803EE7369005EA7D71A95BF543F86;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.SByte>
struct CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Single>
struct CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.String>
struct CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.UInt16>
struct CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.UInt32>
struct CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.UInt64>
struct CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF;
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Linq.Expressions.Expression,System.Linq.Expressions.Expression/ExtensionInfo>
struct ConditionalWeakTable_2_t0F3FDA57EE333DF8B8C1F3FB944E4E19C5DDCFC7;
// System.Collections.Generic.Dictionary`2<System.Reflection.FieldInfo,System.Linq.Expressions.Interpreter.Instruction>
struct Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
struct Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907;
// System.Collections.Generic.Dictionary`2<System.Int32,System.String>
struct Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9;
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32>
struct Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Int32>
struct Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69;
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable>
struct Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD;
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>
struct Dictionary_2_t56FCAC2E0ACE5ADEFBBB719FBF3FD27FF7196AD8;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
// System.Func`2<System.Object[],System.Object>
struct Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A;
// System.Func`2<System.Linq.Expressions.Expression,System.Boolean>
struct Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957;
// System.Func`2<System.Int32,System.Int32>
struct Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354;
// System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate>
struct Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5;
// System.Func`2<System.Object,System.Boolean>
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00;
// System.Func`2<System.Object,System.Object>
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624;
// System.Func`2<System.Linq.Expressions.SwitchCase,System.Boolean>
struct Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8;
// System.Func`2<System.Type,System.Boolean>
struct Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E;
// System.Collections.Generic.HashSet`1<System.Object>
struct HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885;
// System.Collections.Generic.HashSet`1<System.Linq.Expressions.ParameterExpression>
struct HashSet_1_t068F5201D923072F46716204841D21328FE6218D;
// System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Linq.Expressions.LabelTarget,System.Linq.Expressions.Interpreter.LabelInfo>
struct HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200;
// System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Object,System.Object>
struct HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74;
// System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>
struct HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84;
// System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.Expression>
struct IEnumerable_1_tA70CEDE5B026B417CF78C3146B22E44FB6755120;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
// System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.ParameterExpression>
struct IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901;
// System.Collections.Generic.IEnumerable`1<System.Type>
struct IEnumerable_1_t6686595E4CB7AC210F0EF075F7B1DD4A21D3902B;
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9;
// System.Collections.Generic.IEqualityComparer`1<System.Linq.Expressions.ParameterExpression>
struct IEqualityComparer_1_t3950A1C72D0704C9A5D08F255CB6BE1525EDC4A9;
// System.Collections.Generic.IList`1<System.Linq.Expressions.Expression>
struct IList_1_t28EB8E755FDBFBDE88574629581245F2CF1F5FC1;
// System.Collections.Generic.IList`1<System.Linq.Expressions.ParameterExpression>
struct IList_1_t8237764F017214FEC3BDC5BA9D72BD235EAC1402;
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression>
struct IReadOnlyList_1_tB86476F62FBF3BB3389F17E0FFB65836DD3F2F65;
// System.Collections.Generic.IReadOnlyList`1<System.Object>
struct IReadOnlyList_1_t096750C6D09536A8131A83E4ACF863B54ADEE544;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Int32>
struct KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.String>
struct KeyCollection_t78693409E5147276425329CB69C1414D43C8CCE5;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Linq.Expressions.ParameterExpression,System.Int32>
struct KeyCollection_tC533E8BAE940E1D8599793FF3969C20FE938AC1C;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable>
struct KeyCollection_tAF264A2883102D1BFA0D1C83577AC69AAFAFB0D1;
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>>
struct List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927;
// System.Collections.Generic.List`1<System.Linq.Expressions.Interpreter.BranchLabel>
struct List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00;
// System.Collections.Generic.List`1<System.Linq.Expressions.Interpreter.DebugInfo>
struct List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8;
// System.Collections.Generic.List`1<System.Linq.Expressions.Expression>
struct List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12;
// System.Collections.Generic.List`1<System.Linq.Expressions.Interpreter.Instruction>
struct List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB;
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
// System.Collections.Generic.List`1<System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>
struct List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.CatchBlock>
struct ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>
struct ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>
struct ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>
struct ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505;
// System.Collections.Generic.Stack`1<System.Collections.Generic.HashSet`1<System.Linq.Expressions.ParameterExpression>>
struct Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26;
// System.Collections.Generic.Stack`1<System.Object>
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5;
// System.Collections.Generic.Stack`1<System.Linq.Expressions.ParameterExpression>
struct Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E;
// System.Runtime.CompilerServices.StrongBox`1<System.Object>
struct StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Int32>
struct ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.String>
struct ValueCollection_tE9183007A5785689F86BDBB22CB72D19AB5E1192;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Linq.Expressions.ParameterExpression,System.Int32>
struct ValueCollection_t57CE11C20C64487E49755D0067CAEE9647101BC2;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable>
struct ValueCollection_t40AF39838263D5C305B4AB945433EE31E5850720;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Int32>[]
struct EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.String>[]
struct EntryU5BU5D_t8551361338B9BF5705CA61FFE9EA2EDEA1B1EF34;
// System.Collections.Generic.Dictionary`2/Entry<System.Linq.Expressions.ParameterExpression,System.Int32>[]
struct EntryU5BU5D_tC290BD88003566770281A880912B6B92FC7E34CF;
// System.Collections.Generic.Dictionary`2/Entry<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable>[]
struct EntryU5BU5D_t3EB9CC5B0B8FA7C29850A272124C92EB1B4327CE;
// System.Dynamic.Utils.CacheDict`2/Entry<System.Type,System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate>>[]
struct EntryU5BU5D_t9369F4A8A5DD44A14AD9C972B15837804405F902;
// System.Collections.Generic.HashSet`1<System.Linq.Expressions.ParameterExpression>[]
struct HashSet_1U5BU5D_tFCEF942AC56CEEEEF243A16089184E53958046D4;
// System.Collections.Generic.KeyValuePair`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>[]
struct KeyValuePair_2U5BU5D_t553A63FB0154A4876BD44C167CCF193805EB3D04;
// System.Collections.Generic.HashSet`1/Slot<System.Linq.Expressions.ParameterExpression>[]
struct SlotU5BU5D_t5B6221310D92CD3EFED99B5A41997E4715E36338;
// System.Linq.Expressions.Interpreter.ByRefUpdater[]
struct ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// System.Linq.Expressions.Interpreter.DebugInfo[]
struct DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// System.Linq.Expressions.Interpreter.ExceptionHandler[]
struct ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4;
// System.Linq.Expressions.Expression[]
struct ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F;
// System.Runtime.CompilerServices.IStrongBox[]
struct IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F;
// System.Linq.Expressions.Interpreter.Instruction[]
struct InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// System.Linq.Expressions.Interpreter.LocalDefinition[]
struct LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// System.Linq.Expressions.ParameterExpression[]
struct ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C;
// System.Reflection.ParameterInfo[]
struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C;
// System.Linq.Expressions.Interpreter.RuntimeLabel[]
struct RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// System.Linq.Expressions.Interpreter.LocalVariables/VariableScope[]
struct VariableScopeU5BU5D_tECA769E233A4C5B3BA0DA261AD8ECD05AA16D37F;
// System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView[]
struct InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3;
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
// System.Linq.Expressions.Interpreter.ArrayByRefUpdater
struct ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844;
// System.Linq.Expressions.Interpreter.AssignLocalBoxedInstruction
struct AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720;
// System.Linq.Expressions.Interpreter.AssignLocalInstruction
struct AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE;
// System.Linq.Expressions.Interpreter.AssignLocalToClosureInstruction
struct AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192;
// System.Linq.Expressions.BinaryExpression
struct BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// System.Linq.Expressions.BlockExpression
struct BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B;
// System.Linq.Expressions.Interpreter.ByRefNewInstruction
struct ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E;
// System.Linq.Expressions.Interpreter.ByRefUpdater
struct ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17;
// System.Globalization.Calendar
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
// System.Linq.Expressions.Interpreter.CastInstruction
struct CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3;
// System.Linq.Expressions.Interpreter.CastReferenceToEnumInstruction
struct CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B;
// System.Linq.Expressions.Interpreter.CastToEnumInstruction
struct CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA;
// System.Linq.Expressions.CatchBlock
struct CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA;
// System.Globalization.CompareInfo
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
// System.Linq.Expressions.ConstantExpression
struct ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547;
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB;
// System.Linq.Expressions.Interpreter.CreateDelegateInstruction
struct CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77;
// System.Globalization.CultureData
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
// System.Linq.Expressions.DefaultExpression
struct DefaultExpression_t68E278AD7534F283D174570B240C596979B26533;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// System.Linq.Expressions.Interpreter.DupInstruction
struct DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711;
// System.Linq.Expressions.Interpreter.EnterTryCatchFinallyInstruction
struct EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880;
// System.Linq.Expressions.Interpreter.EnterTryFaultInstruction
struct EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36;
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
// System.Exception
struct Exception_t;
// System.Linq.Expressions.Interpreter.ExceptionFilter
struct ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287;
// System.Linq.Expressions.Interpreter.ExceptionHandler
struct ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F;
// System.Linq.Expressions.Expression
struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785;
// System.Linq.Expressions.ExpressionVisitor
struct ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590;
// System.Linq.Expressions.Interpreter.FieldByRefUpdater
struct FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603;
// System.Reflection.FieldInfo
struct FieldInfo_t;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.IFormatProvider
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
// System.Runtime.CompilerServices.IRuntimeVariables
struct IRuntimeVariables_t99A40F12C44231C3BD5F42ADE59AC8ACAE3EC12C;
// System.Runtime.CompilerServices.IStrongBox
struct IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82;
// System.Linq.Expressions.IndexExpression
struct IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347;
// System.Linq.Expressions.Interpreter.IndexMethodByRefUpdater
struct IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049;
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction
struct InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64;
// System.Linq.Expressions.Interpreter.Instruction
struct Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998;
// System.Linq.Expressions.Interpreter.InstructionList
struct InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A;
// System.Linq.Expressions.Interpreter.InterpretedFrame
struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D;
// System.Linq.Expressions.Interpreter.Interpreter
struct Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1;
// System.InvalidCastException
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E;
// System.Linq.Expressions.InvocationExpression
struct InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27;
// System.Linq.Expressions.Interpreter.LabelScopeInfo
struct LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C;
// System.Linq.Expressions.LambdaExpression
struct LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E;
// System.Linq.Expressions.Interpreter.LightCompiler
struct LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A;
// System.Linq.Expressions.Interpreter.LightDelegateCreator
struct LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58;
// System.Linq.Expressions.Interpreter.LightLambda
struct LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5;
// System.Linq.Expressions.Interpreter.LoadCachedObjectInstruction
struct LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30;
// System.Linq.Expressions.Interpreter.LoadLocalBoxedInstruction
struct LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372;
// System.Linq.Expressions.Interpreter.LoadLocalFromClosureBoxedInstruction
struct LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E;
// System.Linq.Expressions.Interpreter.LoadLocalFromClosureInstruction
struct LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9;
// System.Linq.Expressions.Interpreter.LoadLocalInstruction
struct LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED;
// System.Linq.Expressions.Interpreter.LoadObjectInstruction
struct LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5;
// System.Linq.Expressions.Interpreter.LocalAccessInstruction
struct LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9;
// System.Linq.Expressions.Interpreter.LocalVariable
struct LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4;
// System.Linq.Expressions.Interpreter.LocalVariables
struct LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44;
// System.Linq.Expressions.MemberExpression
struct MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.Reflection.MemberInfo
struct MemberInfo_t;
// System.Reflection.MethodBase
struct MethodBase_t;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Linq.Expressions.Interpreter.ModuloInstruction
struct ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270;
// System.Linq.Expressions.Interpreter.MulInstruction
struct MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C;
// System.Linq.Expressions.Interpreter.MulOvfInstruction
struct MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28;
// System.Linq.Expressions.Interpreter.NegateCheckedInstruction
struct NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD;
// System.Linq.Expressions.Interpreter.NegateInstruction
struct NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312;
// System.Linq.Expressions.NewArrayExpression
struct NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E;
// System.Linq.Expressions.Interpreter.NewInstruction
struct NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196;
// System.Linq.Expressions.Interpreter.NotEqualInstruction
struct NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7;
// System.NotImplementedException
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
// System.Linq.Expressions.Interpreter.NotInstruction
struct NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3;
// System.Linq.Expressions.Interpreter.NullCheckInstruction
struct NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07;
// System.NullReferenceException
struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB;
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction
struct NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
// System.Linq.Expressions.Interpreter.NumericConvertInstruction
struct NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6;
// System.Linq.Expressions.Interpreter.OrInstruction
struct OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61;
// System.Linq.Expressions.Interpreter.ParameterByRefUpdater
struct ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11;
// System.Linq.Expressions.ParameterExpression
struct ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110;
// System.Reflection.ParameterInfo
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F;
// System.Linq.Expressions.Interpreter.PopInstruction
struct PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1;
// System.Linq.Expressions.Interpreter.PropertyByRefUpdater
struct PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6;
// System.Reflection.PropertyInfo
struct PropertyInfo_t;
// System.Linq.Expressions.Interpreter.QuoteInstruction
struct QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF;
// System.Linq.Expressions.Interpreter.RightShiftInstruction
struct RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00;
// System.Linq.Expressions.Interpreter.RuntimeVariables
struct RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8;
// System.Linq.Expressions.Interpreter.RuntimeVariablesInstruction
struct RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
// System.Linq.Expressions.StackGuard
struct StackGuard_t6F37D81861288F2039A29A88A6287419F220E849;
// System.Linq.Expressions.Interpreter.StoreLocalBoxedInstruction
struct StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA;
// System.Linq.Expressions.Interpreter.StoreLocalInstruction
struct StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9;
// System.String
struct String_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Linq.Expressions.Interpreter.SubInstruction
struct SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819;
// System.Linq.Expressions.Interpreter.SubOvfInstruction
struct SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19;
// System.Linq.Expressions.SwitchCase
struct SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A;
// System.Reflection.TargetInvocationException
struct TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2;
// System.Globalization.TextInfo
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
// System.Linq.Expressions.Interpreter.TryCatchFinallyHandler
struct TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0;
// System.Linq.Expressions.TryExpression
struct TryExpression_t2B12A2235D60735717434CCAB121609D07D98574;
// System.Linq.Expressions.Interpreter.TryFaultHandler
struct TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D;
// System.Type
struct Type_t;
// System.Linq.Expressions.Interpreter.TypeAsInstruction
struct TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D;
// System.Linq.Expressions.Interpreter.TypeEqualsInstruction
struct TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065;
// System.Linq.Expressions.Interpreter.TypeIsInstruction
struct TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7;
// System.Linq.Expressions.UnaryExpression
struct UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96;
// System.Linq.Expressions.Interpreter.ValueTypeCopyInstruction
struct ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT
struct CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911;
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableBox
struct ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072;
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableRefBox
struct ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A;
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableValue
struct ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA;
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableBox
struct MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297;
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableValue
struct MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14;
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/Parameter
struct Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD;
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ParameterBox
struct ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A;
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/Reference
struct Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01;
// System.Linq.Expressions.Interpreter.InstructionArray/DebugView
struct DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA;
// System.Linq.Expressions.Interpreter.LightCompiler/<>c
struct U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1;
// System.Linq.Expressions.Interpreter.LightCompiler/QuoteVisitor
struct QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F;
// System.Linq.Expressions.Interpreter.LightLambda/<>c__DisplayClass74_0
struct U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C;
// System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter
struct DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB;
// System.Linq.Expressions.Interpreter.LocalVariables/VariableScope
struct VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513;
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloDouble
struct ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2;
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt16
struct ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33;
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt32
struct ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8;
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt64
struct ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C;
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloSingle
struct ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679;
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt16
struct ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7;
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt32
struct ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B;
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt64
struct ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676;
// System.Linq.Expressions.Interpreter.MulInstruction/MulDouble
struct MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223;
// System.Linq.Expressions.Interpreter.MulInstruction/MulInt16
struct MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86;
// System.Linq.Expressions.Interpreter.MulInstruction/MulInt32
struct MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4;
// System.Linq.Expressions.Interpreter.MulInstruction/MulInt64
struct MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC;
// System.Linq.Expressions.Interpreter.MulInstruction/MulSingle
struct MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B;
// System.Linq.Expressions.Interpreter.MulInstruction/MulUInt16
struct MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10;
// System.Linq.Expressions.Interpreter.MulInstruction/MulUInt32
struct MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD;
// System.Linq.Expressions.Interpreter.MulInstruction/MulUInt64
struct MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92;
// System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt16
struct MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C;
// System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt32
struct MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A;
// System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt64
struct MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3;
// System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt16
struct MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0;
// System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt32
struct MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E;
// System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt64
struct MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275;
// System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt16
struct NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB;
// System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt32
struct NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B;
// System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt64
struct NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD;
// System.Linq.Expressions.Interpreter.NegateInstruction/NegateDouble
struct NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A;
// System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt16
struct NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2;
// System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt32
struct NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2;
// System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt64
struct NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3;
// System.Linq.Expressions.Interpreter.NegateInstruction/NegateSingle
struct NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualBoolean
struct NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualByte
struct NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualByteLiftedToNull
struct NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualChar
struct NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualCharLiftedToNull
struct NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualDouble
struct NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualDoubleLiftedToNull
struct NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt16
struct NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt16LiftedToNull
struct NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt32
struct NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt32LiftedToNull
struct NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt64
struct NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt64LiftedToNull
struct NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualReference
struct NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSByte
struct NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSByteLiftedToNull
struct NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSingle
struct NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSingleLiftedToNull
struct NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt16
struct NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt16LiftedToNull
struct NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt32
struct NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt32LiftedToNull
struct NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt64
struct NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811;
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt64LiftedToNull
struct NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3;
// System.Linq.Expressions.Interpreter.NotInstruction/NotBoolean
struct NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2;
// System.Linq.Expressions.Interpreter.NotInstruction/NotByte
struct NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D;
// System.Linq.Expressions.Interpreter.NotInstruction/NotInt16
struct NotInt16_t3F15F4678C7642072226DA3457418494E981B692;
// System.Linq.Expressions.Interpreter.NotInstruction/NotInt32
struct NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E;
// System.Linq.Expressions.Interpreter.NotInstruction/NotInt64
struct NotInt64_t3417DA0980C2079A64FA8670A95B981818706992;
// System.Linq.Expressions.Interpreter.NotInstruction/NotSByte
struct NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6;
// System.Linq.Expressions.Interpreter.NotInstruction/NotUInt16
struct NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67;
// System.Linq.Expressions.Interpreter.NotInstruction/NotUInt32
struct NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658;
// System.Linq.Expressions.Interpreter.NotInstruction/NotUInt64
struct NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71;
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/EqualsClass
struct EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0;
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetHashCodeClass
struct GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249;
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValue
struct GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB;
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValueOrDefault
struct GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920;
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValueOrDefault1
struct GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796;
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/HasValue
struct HasValue_t077D00092529033596F7AFA264F6CDC42C363D52;
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/ToStringClass
struct ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302;
// System.Linq.Expressions.Interpreter.NumericConvertInstruction/Checked
struct Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468;
// System.Linq.Expressions.Interpreter.NumericConvertInstruction/ToUnderlying
struct ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74;
// System.Linq.Expressions.Interpreter.NumericConvertInstruction/Unchecked
struct Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B;
// System.Linq.Expressions.Interpreter.OrInstruction/OrBoolean
struct OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15;
// System.Linq.Expressions.Interpreter.OrInstruction/OrByte
struct OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D;
// System.Linq.Expressions.Interpreter.OrInstruction/OrInt16
struct OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83;
// System.Linq.Expressions.Interpreter.OrInstruction/OrInt32
struct OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C;
// System.Linq.Expressions.Interpreter.OrInstruction/OrInt64
struct OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B;
// System.Linq.Expressions.Interpreter.OrInstruction/OrSByte
struct OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557;
// System.Linq.Expressions.Interpreter.OrInstruction/OrUInt16
struct OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0;
// System.Linq.Expressions.Interpreter.OrInstruction/OrUInt32
struct OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B;
// System.Linq.Expressions.Interpreter.OrInstruction/OrUInt64
struct OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E;
// System.Linq.Expressions.Interpreter.QuoteInstruction/ExpressionQuoter
struct ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536;
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftByte
struct RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872;
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt16
struct RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9;
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt32
struct RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726;
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt64
struct RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F;
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftSByte
struct RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C;
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt16
struct RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD;
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt32
struct RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2;
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt64
struct RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF;
// System.Linq.Expressions.Interpreter.SubInstruction/SubDouble
struct SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC;
// System.Linq.Expressions.Interpreter.SubInstruction/SubInt16
struct SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1;
// System.Linq.Expressions.Interpreter.SubInstruction/SubInt32
struct SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E;
// System.Linq.Expressions.Interpreter.SubInstruction/SubInt64
struct SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F;
// System.Linq.Expressions.Interpreter.SubInstruction/SubSingle
struct SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1;
// System.Linq.Expressions.Interpreter.SubInstruction/SubUInt16
struct SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8;
// System.Linq.Expressions.Interpreter.SubInstruction/SubUInt32
struct SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5;
// System.Linq.Expressions.Interpreter.SubInstruction/SubUInt64
struct SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9;
// System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt16
struct SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5;
// System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt32
struct SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3;
// System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt64
struct SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA;
// System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt16
struct SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B;
// System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt32
struct SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA;
// System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt64
struct SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT/Ref
struct Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083;
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT/Value
struct Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2;
IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69_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* 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* EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HasValue_t077D00092529033596F7AFA264F6CDC42C363D52_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IReadOnlyList_1_t096750C6D09536A8131A83E4ACF863B54ADEE544_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_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* InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotInt16_t3F15F4678C7642072226DA3457418494E981B692_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotInt64_t3417DA0980C2079A64FA8670A95B981818706992_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_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* TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_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* U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_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* Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral052C17E9D6BC1FE3DB31F3277AED6D12A2C6BDAC;
IL2CPP_EXTERN_C String_t* _stringLiteral07C3DCDD9C51E641BE09DD4B32155A75B755E361;
IL2CPP_EXTERN_C String_t* _stringLiteral0B22D7E60DEDC09DDAFBD8D0F0CC44639140A60B;
IL2CPP_EXTERN_C String_t* _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A;
IL2CPP_EXTERN_C String_t* _stringLiteral0E07963036FFA72EDE4E767F81B01C3A7325FA4B;
IL2CPP_EXTERN_C String_t* _stringLiteral0E301476797C16CDBADD440A767686B998DD3EEE;
IL2CPP_EXTERN_C String_t* _stringLiteral1168E92C164109D6220480DEDA987085B2A21155;
IL2CPP_EXTERN_C String_t* _stringLiteral1323AB1892A2225E6F24FD07AA3BEF29A8C1D9DA;
IL2CPP_EXTERN_C String_t* _stringLiteral195BF844C91077FF402AC4D18E68F48B4A86E4F2;
IL2CPP_EXTERN_C String_t* _stringLiteral19FC4C428F4F42BBD54E257CB48115120150E499;
IL2CPP_EXTERN_C String_t* _stringLiteral1BDE3A0144898539B007262774863AA6FC76DD45;
IL2CPP_EXTERN_C String_t* _stringLiteral1F97CEFC0E880B1B99154A110B45438C3D0748C5;
IL2CPP_EXTERN_C String_t* _stringLiteral27E9E4ABD11D95CD4AB5068A8CA256BDC04A4094;
IL2CPP_EXTERN_C String_t* _stringLiteral284C648E1E84A175C2B5D576840EEA3B41E2D149;
IL2CPP_EXTERN_C String_t* _stringLiteral289ACE7FB6AE74547DF020AFEA624A45098B289E;
IL2CPP_EXTERN_C String_t* _stringLiteral2AD49508FEEE2ED6B87C00368D21B2C11D90DEDA;
IL2CPP_EXTERN_C String_t* _stringLiteral2ADDAA3155AAC09CD61BA264387596C05B67E0B7;
IL2CPP_EXTERN_C String_t* _stringLiteral2BC64AE35C295F56448413857663A5EF051A0011;
IL2CPP_EXTERN_C String_t* _stringLiteral2E1EB6DFBBD00E8148E038016D4CF889AED0E1E2;
IL2CPP_EXTERN_C String_t* _stringLiteral2E995B45105BBEE59E72575606449E96C964823C;
IL2CPP_EXTERN_C String_t* _stringLiteral37C8DC512CCF8C5643EF4A8BC484C4F29F2C958D;
IL2CPP_EXTERN_C String_t* _stringLiteral3860603B88C3C33FCEFF25F72FA3E650D2B25876;
IL2CPP_EXTERN_C String_t* _stringLiteral3ECB8E1843C72C921E80AF7EBAA40BE59115F111;
IL2CPP_EXTERN_C String_t* _stringLiteral4563F06F519BB80B20E5B82E1B05D79FFAC7889D;
IL2CPP_EXTERN_C String_t* _stringLiteral4C7870F5D8B82AA170CFA19032846E3832C5C8EE;
IL2CPP_EXTERN_C String_t* _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30;
IL2CPP_EXTERN_C String_t* _stringLiteral50177F38CF52EF06DC0D53347C045557B19A569A;
IL2CPP_EXTERN_C String_t* _stringLiteral51622F0ED2A4E247C75FFA4BA372A14ED6A13F9F;
IL2CPP_EXTERN_C String_t* _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118;
IL2CPP_EXTERN_C String_t* _stringLiteral58BA1141868CF9DF7DC1100537025997CECB5FBE;
IL2CPP_EXTERN_C String_t* _stringLiteral5A405948E47BFC6FE2B2426F6D7E92612B340C40;
IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
IL2CPP_EXTERN_C String_t* _stringLiteral5DFC03B35CE1610D507097EBBBD36CF45BCB4C2C;
IL2CPP_EXTERN_C String_t* _stringLiteral6C567B66472C21473268B6D9CC5A58936949D65F;
IL2CPP_EXTERN_C String_t* _stringLiteral6F776BD59911588685E516ACEE23976AE22E3A73;
IL2CPP_EXTERN_C String_t* _stringLiteral6F80FDEB27536C2896F0DAA04590D66213DB8FFE;
IL2CPP_EXTERN_C String_t* _stringLiteral71B0A9AFCC2A3244B44643A8C525A3C24FE30969;
IL2CPP_EXTERN_C String_t* _stringLiteral7BF43C935B29372A2C971212AAF34473A92D349F;
IL2CPP_EXTERN_C String_t* _stringLiteral7DB47AFCD33AE585C302EEB059EBD471E4C9540E;
IL2CPP_EXTERN_C String_t* _stringLiteral7E3614132A7C7940D22AB8628A341833E17526BA;
IL2CPP_EXTERN_C String_t* _stringLiteral836C802AE0F55DE404DEE46F626E14CFAE92855F;
IL2CPP_EXTERN_C String_t* _stringLiteral850D199C641344A6A44ED770E14187B9318C42B8;
IL2CPP_EXTERN_C String_t* _stringLiteral85B7ED5DD809769A37FFA4726CBA9356B1DF338F;
IL2CPP_EXTERN_C String_t* _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3;
IL2CPP_EXTERN_C String_t* _stringLiteral8791811237DD8573F68751524793669D92FFB56C;
IL2CPP_EXTERN_C String_t* _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA;
IL2CPP_EXTERN_C String_t* _stringLiteral8C2F963B388917A19D8145D115C26D54868060F4;
IL2CPP_EXTERN_C String_t* _stringLiteral8EFA5B9C73817CE384778200949F10B95237802B;
IL2CPP_EXTERN_C String_t* _stringLiteral90A5CAD5ED23D6B2FA026A79FA4C2B95E592E6BD;
IL2CPP_EXTERN_C String_t* _stringLiteral90AC327F90B7E66F5FF112B5C7A22E3410637079;
IL2CPP_EXTERN_C String_t* _stringLiteral93E59021AA1FD287A1C07E8F986DE8FEBCAE3D1E;
IL2CPP_EXTERN_C String_t* _stringLiteral985CA671ED410595FE67F1305DBBD277EC649ABF;
IL2CPP_EXTERN_C String_t* _stringLiteral9CD7E7FF2414D80FAE5A9551C52DAB86F012D220;
IL2CPP_EXTERN_C String_t* _stringLiteralA1C64317F3BE5FCA6BB315AB1EECDA32CB19BE92;
IL2CPP_EXTERN_C String_t* _stringLiteralA2DA8323F49E6DEA6A497DB6E3538CDE0EF81221;
IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73;
IL2CPP_EXTERN_C String_t* _stringLiteralA75381A0B8CA6804FB35CDD02856768335585488;
IL2CPP_EXTERN_C String_t* _stringLiteralA851E31651A2D0B1B2CB61676A144AB45DF71D1D;
IL2CPP_EXTERN_C String_t* _stringLiteralAAAF600F8A39C04391EECA0A9C77BFF235345A97;
IL2CPP_EXTERN_C String_t* _stringLiteralAABD82B9770C6E8099F04256FEBEE6AA468C2904;
IL2CPP_EXTERN_C String_t* _stringLiteralB2CA51EFA79FD5290FDC457E7838478D2EC57875;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D;
IL2CPP_EXTERN_C String_t* _stringLiteralB6848DEECFCCEC56DE57741DEDEF53BD57F8B485;
IL2CPP_EXTERN_C String_t* _stringLiteralB865D57B98AE0C4F716AB4067C0136AED75DE728;
IL2CPP_EXTERN_C String_t* _stringLiteralBF17608EB04B074DAC744B51C382B4BC1C64F138;
IL2CPP_EXTERN_C String_t* _stringLiteralC2805BCF9C851521574FAA4B3552B76963B32F98;
IL2CPP_EXTERN_C String_t* _stringLiteralCA5EF75A28FAFEB150762CD3CAAB2E68A44342B2;
IL2CPP_EXTERN_C String_t* _stringLiteralCB79D47CC56B4CA4A5403B7731340DEC22E7BEA9;
IL2CPP_EXTERN_C String_t* _stringLiteralCB9064B14F5C94176366426BD2A2F6A342504392;
IL2CPP_EXTERN_C String_t* _stringLiteralCD6F0CC890C5C34C2B862779EF40C52C86E28091;
IL2CPP_EXTERN_C String_t* _stringLiteralD153803F965734C38DA40ACDA8ED8CD366295568;
IL2CPP_EXTERN_C String_t* _stringLiteralD214F302BF85C2D503200C5CF6D8B4CEE97016D1;
IL2CPP_EXTERN_C String_t* _stringLiteralD2AF238C3E83FAC1B206E874CA50965EB9E52E59;
IL2CPP_EXTERN_C String_t* _stringLiteralD2B79C21D9B39F954A915B14F102B6F3D8975EAE;
IL2CPP_EXTERN_C String_t* _stringLiteralD3E89B02BBA9F60219FC7F02742EEB1386A53E33;
IL2CPP_EXTERN_C String_t* _stringLiteralD95C2ED2D884B5C688A877039919ADED4E99E0CA;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralE2911BFC8961E9E2ED69E54866A740704F253493;
IL2CPP_EXTERN_C String_t* _stringLiteralE32C6B0CF9CF4BB0B7B861B9106DBBFEFDA8415E;
IL2CPP_EXTERN_C String_t* _stringLiteralE3C65B6FF1CFCF13E04997A1ED4E5E23AC99D931;
IL2CPP_EXTERN_C String_t* _stringLiteralEA577D4A2400FF2C9E200FACD45EE4EB76DEBC81;
IL2CPP_EXTERN_C String_t* _stringLiteralEB47E2E1B1E2838D848B24BA7FEA5D7AE5D9714A;
IL2CPP_EXTERN_C String_t* _stringLiteralEEF6F7164431C5CFB80FE18F1FE84471925F1583;
IL2CPP_EXTERN_C String_t* _stringLiteralF17D51C04DC7DDF201C3CE8263DFCB48E8B4DC76;
IL2CPP_EXTERN_C String_t* _stringLiteralF3B82FCDABA5D124060D937D2E6E876FDC7D5FC0;
IL2CPP_EXTERN_C String_t* _stringLiteralF3C94BC9613552D0552B890C26DDCBC818C4695E;
IL2CPP_EXTERN_C String_t* _stringLiteralF75AE27F892A4631428AA6C707A9C422EDC0CA7E;
IL2CPP_EXTERN_C String_t* _stringLiteralF9203EA37228DEA3FC6490290C5DDB63FD0790BD;
IL2CPP_EXTERN_C String_t* _stringLiteralFA2AD57B71E5510B68D32E026798C5F29F85B860;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisType_t_mF151DF82FA30089366F58A4DF89C3C127553D0A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ByRefNewInstruction_Run_mD4C17DE48E4F321953446937FD261A4DF31AFE35_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CacheDict_2_TryGetValue_m9458B7F7373F92890CF6BDF610E3A9289D227930_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CacheDict_2__ctor_m75A075F3FBE6F0DCD9FF2237CF1C816E2B5F7D81_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionNoT_Run_m7BC3AF7DC6DA8508A7D6FB4971BF88190F2EC1F2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_mBC6B50F6A36F8BB053B5EB469A9ED30EF3A6F300_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Checked_Convert_m1E49B8CB105BFBF7CF3340FC6C51BEDA7F5876DE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DelegateHelpers_MakeDelegate_m66B485AE73FD24D5BBF2F6EF573C5B80CC54A53A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mA15A39D4A6B9F23EDF4CA8182808F510A12CD9A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6772B0B6FE687615B3A16CADE5C602E0E9E66273_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m138267684D7A7440976E0CEAD363D568FBB39573_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mAA1F0C87842CB377E320BA459740634A1A898800_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mCDFD7D70277204321AC48EB917B85ECA419DBA1C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m3662A121E7F9EB9D8E0AAC6A5DC9636D081FF250_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m7BACCC01E3735A642DFAE3465142E0ADA417945A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC854597C0C338BBA12EE451456D8658DF6D01BD4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mF8A3C0623B36B52EE049E25F2DB9BA7DAF7C4C30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_All_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m7196B9F3D7B04CC599BF24F9B19279166F41E610_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Any_TisType_t_mC5D6DFCE497DC8CEBF6409A83B44F8A08AC17725_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mC0C62892114445D0C45381AC389DC3ED65E0D8EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2_Remove_mD87D6B2140BEA977CD037DE2E96883FECA4F5DBF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2__ctor_mB380C038089414883B64C2B8B1F378B3BF277DB4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexMethodByRefUpdater_Update_m48E4BF9D7365800BE44106682706CB5FCD00B2E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LightLambda_CreateCustomDelegate_m24F7A648CF1C6C1A4F7EBDDC90E912900407F24F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LightLambda_RunVoid0_mC74DE90D3B86651A74AC3D4DC13C532578E36886_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LightLambda_Run_m9B05B9E70E6E5D55FFFAFF49A05BDCD4DC83C97E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3292C2AE705BAEA2EC4A03FEAEFFF6944C7BA630_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m707BA9BE60A145B70194B0A5CEA27C044642F7E3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDF9D3941603E1BC5C89ECC0DE7FDCA56EE6D2B68_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mEBDF6B4FD26C1A24C4771845DA76DF00D93F8E36_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ModuloInstruction_Create_m94383EB3486A2B563FD06FA3BC13DDCF5AD4C733_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulInstruction_Create_m2EB66225AEEEA9B84F9F5145E4126684C4828168_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulOvfInt16_Run_m1059C1DB90122FF707D0C89E5B2192FC1B61A0A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulOvfInt32_Run_m9FDE28F41B446DEE386029A37BDAC1CD0AC25DC4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulOvfInt64_Run_m79D7CABBE1F4D0BBA40B0855EE217885C7BE3D73_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulOvfUInt16_Run_mB682ECBB3DF6C02402E9AB6C84CDD4EDB3112DE3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulOvfUInt32_Run_mBA9AF393E1F9CFCA23FE59BDC7E65C49B9D1FF0C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MulOvfUInt64_Run_m5E0722A1FFEEAFC16C4FA98D0E1A53249FC2373E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MutableBox_Run_mAF63A3C6D2208142E566E70A87E2DFD08A6C219E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MutableValue_Run_m2C6E46D1C23C6E688C71013560C672653548CDBC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NegateCheckedInt16_Run_m1C41309A4ABAA312C9BA75D5C3CE97085E09C9B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NegateCheckedInt32_Run_m0E859007B96E6F504D5033777D2112A9C594E559_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NegateCheckedInt64_Run_mDFEEEF6C4E037729D7C31F28366C0490F8986A35_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NegateInstruction_Create_m5575D3FAC9A10A8501A7F58D826F4C0DB7FAA2BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NewInstruction_Run_m5E5368D2F1E85AA3C12741709A16CCC428CBFC20_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NotInstruction_Create_mEF33640C200634DC21F0CFEC16553C25769EC660_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NullCheckInstruction_Run_mA118DE640712B0F304E4383796DD65735B8253BA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NullableMethodCallInstruction_Create_mB155C2369B5C7B103DCCDE1218CFC4C1EE638C19_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* OrInstruction_Create_mB411058FF1D6D9EF3B12AF26D1679CB1EAC280A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PropertyByRefUpdater_Update_m47B03EE629D6868F87A31CC25C4912CD19FE838B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RightShiftInstruction_Create_m14C7C7C56D516C6252D030877C118109AED17A17_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mBD94EE89EC1D2CEAC415AF555E08B7C57CCF1136_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubInstruction_Create_m71798A4A25236FB9C9D0377C1162460D94EB4B30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubOvfInt16_Run_m01FA65AC1749B6762A4D8E9FA529BC796B482DCF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubOvfInt32_Run_m924F7C8570670E716A1B86D2003979C5D72082B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubOvfInt64_Run_mC7B7F2EFA7EF7A222EC50193A2E1469B7CEDEA0F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubOvfUInt16_Run_mBF5B39FAF0ECCAAA3795E70614F0332FBDB14701_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubOvfUInt32_Run_mEDD5386DA1080C51BD4A7445AE36FF2E8894685B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SubOvfUInt64_Run_m8D0C7F5C25D9BA6BB08238C2A68C3600DA42BEBE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ToUnderlying_Convert_mB283B5AF335FA3B5FA811A6444448C0812134047_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CCompileSwitchExpressionU3Eb__56_1_mE8FD986067502272FFCF15C46D4925EB2E2B1C4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CMakeDelegateU3Eb__1_0_mC3C80F10C2826839016896F7F73ACAB532CBB40C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass74_0_U3CMakeRunDelegateCtorU3Eb__0_m823FC5D46C951444206C324C201FAFF87426DEE1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Unchecked_ConvertDouble_mDBBE88A4DE114BA50F271480259F370B85A7FC46_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Unchecked_ConvertInt64_m4894E9B2AA1E9DCE191AB3A29C1417C656861404_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Unchecked_ConvertUInt64_m29B76C62110407E2A829F8BA748A99E1CD77632B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Unchecked_Convert_m92BA53C5CC7D783DB6BC42FC0F4FF3EAFF408718_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Value_ConvertNull_mE43A8FE58D0E2AADD9004C23671418EC05A922F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* Action_10_tD7A9E3DE0B11D07E0D63E25276F7BBA7C4E9A97B_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_11_t9C6BD4FA85FF298AFC881AA9E93EE60F513EA0D6_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_12_t9B8F6CB7F4FEB729F2671D3992A84925E605E73D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_13_tA09258AE438CC6AA1D8F3A7085054E2A189053AD_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_14_tA4289448582D8D873202389340DBFE15C1313DC8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_15_tFAD03EC461BB53B20A27DA051E7540B4FABC2723_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_16_t70A3D02509D19C2ACA006DC786836B6E70B47F08_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_1_tFA646AF302098720700AA3CD3CB9AC4BFA28E1B0_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_2_t2A8978C62C9082E48EEADCFEB0326B90CE3CB076_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_3_t867D6D7DE9468D12476A5F27A12D290FE68F287D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_4_tE90381BC829EF7ACE3ECA8CFA2375FBCCF481C80_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_5_tDDE38C4769C902EA808E47159D1B9F153651F62D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_6_t603F9DF0A22BB1635C856BB89F8F74F1B6BDFAFA_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_7_t307DAF16A3386EB9D49E1903ADA0A7984E3BC292_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_8_t5654601F4F89953214AF7C1A90C80DD9A9D269C8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_9_t917DFE363CFF41CF6FE2F057EFEF3C3D7A2C9DBE_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_10_t09366C5D86280EF447BEB40036138A17AA215062_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_11_tD63981B69296972A20674830A4563A4E8FA7C3E0_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_12_t7FC2EB9630D813A39977C0564C35164893A5E8E5_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_13_t43710C181ACF9DEA1E066A67867A365FE5AC3428_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_14_tFC347F3FB060C63755F201A281C69C5CF7660733_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_15_t6E31F68BA49C31F5214CCFCD08FC472E9EDC0EBE_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_16_t1C66F76FCBCDB0FF858D057DB67AE7E31654FD7F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_17_tD48395CB77EA18CB5B956A490E88C8C7893052DD_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_1_tD813A2B3279585A272DD901DC6F526525907BC83_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_2_t3AC8A3183F5A1C862CAF50A783E9EC21564F239E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_3_tC3442A85AD23557EC52525D86961D8B2D490067F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_4_t7051EDF4C05F78B537C5097FA64EAC44552EF988_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_5_t83AACB0866E7F573F23C66E59F49CAC4DAD025FA_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_6_tB99A2858C50984B81ADC0D107031F4FBD732E56D_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_7_t75F6CF906DFC4A4BB00CCB185D9C5334BDFE9341_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_8_tFDC735DD9DDBDAF48CDE6D2589668A1EA4DCEAD8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Func_9_t174E17850516F511028E94888D9A9989C246EE92_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_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 ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407;
struct ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4;
struct ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F;
struct IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F;
struct InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F;
struct LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C;
struct ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
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
// System.Dynamic.Utils.CacheDict`2<System.Type,System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate>>
struct CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6 : public RuntimeObject
{
// System.Int32 System.Dynamic.Utils.CacheDict`2::_mask
int32_t ____mask_0;
// System.Dynamic.Utils.CacheDict`2/Entry<TKey,TValue>[] System.Dynamic.Utils.CacheDict`2::_entries
EntryU5BU5D_t9369F4A8A5DD44A14AD9C972B15837804405F902* ____entries_1;
};
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>
struct Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_t197C691F43F1694B771BF83C278D12BBFEEB86FA* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_t67E8423B5AEB30C254013AD88AB68D2A36F1F436* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t74AF7C1BAE06C66E984668F663D574ED6A596D28* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.Int32,System.String>
struct Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_t8551361338B9BF5705CA61FFE9EA2EDEA1B1EF34* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_t78693409E5147276425329CB69C1414D43C8CCE5* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_tE9183007A5785689F86BDBB22CB72D19AB5E1192* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Int32>
struct Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_tC290BD88003566770281A880912B6B92FC7E34CF* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_tC533E8BAE940E1D8599793FF3969C20FE938AC1C* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t57CE11C20C64487E49755D0067CAEE9647101BC2* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable>
struct Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_t3EB9CC5B0B8FA7C29850A272124C92EB1B4327CE* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_tAF264A2883102D1BFA0D1C83577AC69AAFAFB0D1* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t40AF39838263D5C305B4AB945433EE31E5850720* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.EmptyArray`1<System.Object>
struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE : public RuntimeObject
{
};
struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields
{
// T[] System.EmptyArray`1::Value
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Value_0;
};
// System.Collections.Generic.HashSet`1<System.Linq.Expressions.ParameterExpression>
struct HashSet_1_t068F5201D923072F46716204841D21328FE6218D : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
SlotU5BU5D_t5B6221310D92CD3EFED99B5A41997E4715E36338* ____slots_8;
// System.Int32 System.Collections.Generic.HashSet`1::_count
int32_t ____count_9;
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
int32_t ____lastIndex_10;
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
int32_t ____freeList_11;
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
RuntimeObject* ____comparer_12;
// System.Int32 System.Collections.Generic.HashSet`1::_version
int32_t ____version_13;
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
};
// System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>
struct HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84 : public RuntimeObject
{
// System.Collections.Generic.KeyValuePair`2<TKey,TValue>[] System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2::_keysAndValues
KeyValuePair_2U5BU5D_t553A63FB0154A4876BD44C167CCF193805EB3D04* ____keysAndValues_0;
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2::_dict
Dictionary_2_t56FCAC2E0ACE5ADEFBBB719FBF3FD27FF7196AD8* ____dict_1;
};
// System.Collections.Generic.List`1<System.Linq.Expressions.Expression>
struct List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>
struct List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
VariableScopeU5BU5D_tECA769E233A4C5B3BA0DA261AD8ECD05AA16D37F* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
VariableScopeU5BU5D_tECA769E233A4C5B3BA0DA261AD8ECD05AA16D37F* ___s_emptyArray_5;
};
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression>
struct ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E : public RuntimeObject
{
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
RuntimeObject* ___list_0;
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
RuntimeObject* ____syncRoot_1;
};
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>
struct ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505 : public RuntimeObject
{
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
RuntimeObject* ___list_0;
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
RuntimeObject* ____syncRoot_1;
};
// System.Collections.Generic.Stack`1<System.Collections.Generic.HashSet`1<System.Linq.Expressions.ParameterExpression>>
struct Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26 : public RuntimeObject
{
// T[] System.Collections.Generic.Stack`1::_array
HashSet_1U5BU5D_tFCEF942AC56CEEEEF243A16089184E53958046D4* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject* ____syncRoot_3;
};
// System.Runtime.CompilerServices.StrongBox`1<System.Object>
struct StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2 : public RuntimeObject
{
// T System.Runtime.CompilerServices.StrongBox`1::Value
RuntimeObject* ___Value_0;
};
struct Il2CppArrayBounds;
// System.Linq.Expressions.Interpreter.ByRefUpdater
struct ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17 : public RuntimeObject
{
// System.Int32 System.Linq.Expressions.Interpreter.ByRefUpdater::ArgumentIndex
int32_t ___ArgumentIndex_0;
};
// System.Linq.Expressions.CatchBlock
struct CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA : public RuntimeObject
{
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.CatchBlock::<Variable>k__BackingField
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___U3CVariableU3Ek__BackingField_0;
// System.Type System.Linq.Expressions.CatchBlock::<Test>k__BackingField
Type_t* ___U3CTestU3Ek__BackingField_1;
// System.Linq.Expressions.Expression System.Linq.Expressions.CatchBlock::<Body>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField_2;
// System.Linq.Expressions.Expression System.Linq.Expressions.CatchBlock::<Filter>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CFilterU3Ek__BackingField_3;
};
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
{
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
};
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
{
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject* ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_39;
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// System.Linq.Expressions.Interpreter.DelegateHelpers
struct DelegateHelpers_t44EF0221F9073DB1E38F558329B1D093A97E8CFC : public RuntimeObject
{
};
// System.Linq.Expressions.Interpreter.ExceptionFilter
struct ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287 : public RuntimeObject
{
// System.Int32 System.Linq.Expressions.Interpreter.ExceptionFilter::LabelIndex
int32_t ___LabelIndex_0;
// System.Int32 System.Linq.Expressions.Interpreter.ExceptionFilter::StartIndex
int32_t ___StartIndex_1;
// System.Int32 System.Linq.Expressions.Interpreter.ExceptionFilter::EndIndex
int32_t ___EndIndex_2;
};
// System.Linq.Expressions.Interpreter.ExceptionHandler
struct ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F : public RuntimeObject
{
// System.Type System.Linq.Expressions.Interpreter.ExceptionHandler::_exceptionType
Type_t* ____exceptionType_0;
// System.Int32 System.Linq.Expressions.Interpreter.ExceptionHandler::LabelIndex
int32_t ___LabelIndex_1;
// System.Int32 System.Linq.Expressions.Interpreter.ExceptionHandler::HandlerStartIndex
int32_t ___HandlerStartIndex_2;
// System.Int32 System.Linq.Expressions.Interpreter.ExceptionHandler::HandlerEndIndex
int32_t ___HandlerEndIndex_3;
// System.Linq.Expressions.Interpreter.ExceptionFilter System.Linq.Expressions.Interpreter.ExceptionHandler::Filter
ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* ___Filter_4;
};
// System.Linq.Expressions.Expression
struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785 : public RuntimeObject
{
};
struct Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_StaticFields
{
// System.Dynamic.Utils.CacheDict`2<System.Type,System.Reflection.MethodInfo> System.Linq.Expressions.Expression::s_lambdaDelegateCache
CacheDict_2_tB695739D50653F4D4C3DA03BCF07CC868196FB15* ___s_lambdaDelegateCache_0;
// System.Dynamic.Utils.CacheDict`2<System.Type,System.Func`5<System.Linq.Expressions.Expression,System.String,System.Boolean,System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.LambdaExpression>> modreq(System.Runtime.CompilerServices.IsVolatile) System.Linq.Expressions.Expression::s_lambdaFactories
CacheDict_2_t3592A9BE3B1E812BCE8A13D901156E74C707DBB7* ___s_lambdaFactories_1;
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Linq.Expressions.Expression,System.Linq.Expressions.Expression/ExtensionInfo> System.Linq.Expressions.Expression::s_legacyCtorSupportTable
ConditionalWeakTable_2_t0F3FDA57EE333DF8B8C1F3FB944E4E19C5DDCFC7* ___s_legacyCtorSupportTable_2;
};
// System.Linq.Expressions.ExpressionVisitor
struct ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590 : public RuntimeObject
{
};
// System.Linq.Expressions.Interpreter.Instruction
struct Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998 : public RuntimeObject
{
};
// System.Linq.Expressions.Interpreter.InstructionList
struct InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A : public RuntimeObject
{
// System.Collections.Generic.List`1<System.Linq.Expressions.Interpreter.Instruction> System.Linq.Expressions.Interpreter.InstructionList::_instructions
List_1_tD6AB99E28550BC95D061E492D7E4F274BC712FCB* ____instructions_0;
// System.Collections.Generic.List`1<System.Object> System.Linq.Expressions.Interpreter.InstructionList::_objects
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____objects_1;
// System.Int32 System.Linq.Expressions.Interpreter.InstructionList::_currentStackDepth
int32_t ____currentStackDepth_2;
// System.Int32 System.Linq.Expressions.Interpreter.InstructionList::_maxStackDepth
int32_t ____maxStackDepth_3;
// System.Int32 System.Linq.Expressions.Interpreter.InstructionList::_currentContinuationsDepth
int32_t ____currentContinuationsDepth_4;
// System.Int32 System.Linq.Expressions.Interpreter.InstructionList::_maxContinuationDepth
int32_t ____maxContinuationDepth_5;
// System.Int32 System.Linq.Expressions.Interpreter.InstructionList::_runtimeLabelCount
int32_t ____runtimeLabelCount_6;
// System.Collections.Generic.List`1<System.Linq.Expressions.Interpreter.BranchLabel> System.Linq.Expressions.Interpreter.InstructionList::_labels
List_1_t596D4CD2694BB25A0F2CF9214F89DB3D60310B00* ____labels_7;
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>> System.Linq.Expressions.Interpreter.InstructionList::_debugCookies
List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ____debugCookies_8;
};
struct InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InstructionList::s_null
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_null_9;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InstructionList::s_true
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_true_10;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InstructionList::s_false
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_false_11;
// System.Linq.Expressions.Interpreter.Instruction[] System.Linq.Expressions.Interpreter.InstructionList::s_Ints
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_Ints_12;
// System.Linq.Expressions.Interpreter.Instruction[] System.Linq.Expressions.Interpreter.InstructionList::s_loadObjectCached
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadObjectCached_13;
// System.Linq.Expressions.Interpreter.Instruction[] System.Linq.Expressions.Interpreter.InstructionList::s_loadLocal
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadLocal_14;
// System.Linq.Expressions.Interpreter.Instruction[] System.Linq.Expressions.Interpreter.InstructionList::s_loadLocalBoxed
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadLocalBoxed_15;
// System.Linq.Expressions.Interpreter.Instruction[] System.Linq.Expressions.Interpreter.InstructionList::s_loadLocalFromClosure
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadLocalFromClosure_16;
// System.Linq.Expressions.Interpreter.Instruction[] System.Linq.Expressions.Interpreter.InstructionList::s_loadLocalFromClosureBoxed
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_loadLocalFromClosureBoxed_17;
// System.Linq.Expressions.Interpreter.Instruction[] System.Linq.Expressions.Interpreter.InstructionList::s_assignLocal
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_assignLocal_18;
// System.Linq.Expressions.Interpreter.Instruction[] System.Linq.Expressions.Interpreter.InstructionList::s_storeLocal
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_storeLocal_19;
// System.Linq.Expressions.Interpreter.Instruction[] System.Linq.Expressions.Interpreter.InstructionList::s_assignLocalBoxed
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_assignLocalBoxed_20;
// System.Linq.Expressions.Interpreter.Instruction[] System.Linq.Expressions.Interpreter.InstructionList::s_storeLocalBoxed
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_storeLocalBoxed_21;
// System.Linq.Expressions.Interpreter.Instruction[] System.Linq.Expressions.Interpreter.InstructionList::s_assignLocalToClosure
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___s_assignLocalToClosure_22;
// System.Collections.Generic.Dictionary`2<System.Reflection.FieldInfo,System.Linq.Expressions.Interpreter.Instruction> System.Linq.Expressions.Interpreter.InstructionList::s_loadFields
Dictionary_2_t6E102DECB177F86DDA3B068E0B28E809825E9A28* ___s_loadFields_23;
// System.Linq.Expressions.Interpreter.RuntimeLabel[] System.Linq.Expressions.Interpreter.InstructionList::s_emptyRuntimeLabels
RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ___s_emptyRuntimeLabels_24;
};
// System.Linq.Expressions.Interpreter.InterpretedFrame
struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D : public RuntimeObject
{
// System.Linq.Expressions.Interpreter.Interpreter System.Linq.Expressions.Interpreter.InterpretedFrame::Interpreter
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___Interpreter_1;
// System.Linq.Expressions.Interpreter.InterpretedFrame System.Linq.Expressions.Interpreter.InterpretedFrame::_parent
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ____parent_2;
// System.Int32[] System.Linq.Expressions.Interpreter.InterpretedFrame::_continuations
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____continuations_3;
// System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::_continuationIndex
int32_t ____continuationIndex_4;
// System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::_pendingContinuation
int32_t ____pendingContinuation_5;
// System.Object System.Linq.Expressions.Interpreter.InterpretedFrame::_pendingValue
RuntimeObject* ____pendingValue_6;
// System.Object[] System.Linq.Expressions.Interpreter.InterpretedFrame::Data
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Data_7;
// System.Runtime.CompilerServices.IStrongBox[] System.Linq.Expressions.Interpreter.InterpretedFrame::Closure
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___Closure_8;
// System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::StackIndex
int32_t ___StackIndex_9;
// System.Int32 System.Linq.Expressions.Interpreter.InterpretedFrame::InstructionIndex
int32_t ___InstructionIndex_10;
};
struct InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_ThreadStaticFields
{
// System.Linq.Expressions.Interpreter.InterpretedFrame System.Linq.Expressions.Interpreter.InterpretedFrame::s_currentFrame
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___s_currentFrame_0;
};
// System.Linq.Expressions.Interpreter.LightCompiler
struct LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A : public RuntimeObject
{
// System.Linq.Expressions.Interpreter.InstructionList System.Linq.Expressions.Interpreter.LightCompiler::_instructions
InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ____instructions_0;
// System.Linq.Expressions.Interpreter.LocalVariables System.Linq.Expressions.Interpreter.LightCompiler::_locals
LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ____locals_1;
// System.Collections.Generic.List`1<System.Linq.Expressions.Interpreter.DebugInfo> System.Linq.Expressions.Interpreter.LightCompiler::_debugInfos
List_1_tE58BD9AF98D990DF0F151BE045D73A3C131C95E8* ____debugInfos_2;
// System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Linq.Expressions.LabelTarget,System.Linq.Expressions.Interpreter.LabelInfo> System.Linq.Expressions.Interpreter.LightCompiler::_treeLabels
HybridReferenceDictionary_2_t7A87D042741A1E0D8B04071F3D2626E8F7E8E200* ____treeLabels_3;
// System.Linq.Expressions.Interpreter.LabelScopeInfo System.Linq.Expressions.Interpreter.LightCompiler::_labelBlock
LabelScopeInfo_t9A3AFC3478A9A27716143323FD6CA5A9DC3C530C* ____labelBlock_4;
// System.Collections.Generic.Stack`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.Interpreter.LightCompiler::_exceptionForRethrowStack
Stack_1_t4F67C6AA6DD0C58518B544AA4ABD10785DD0FA5E* ____exceptionForRethrowStack_5;
// System.Linq.Expressions.Interpreter.LightCompiler System.Linq.Expressions.Interpreter.LightCompiler::_parent
LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* ____parent_6;
// System.Linq.Expressions.StackGuard System.Linq.Expressions.Interpreter.LightCompiler::_guard
StackGuard_t6F37D81861288F2039A29A88A6287419F220E849* ____guard_7;
};
struct LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A_StaticFields
{
// System.Linq.Expressions.Interpreter.LocalDefinition[] System.Linq.Expressions.Interpreter.LightCompiler::s_emptyLocals
LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* ___s_emptyLocals_8;
};
// System.Linq.Expressions.Interpreter.LightDelegateCreator
struct LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58 : public RuntimeObject
{
// System.Linq.Expressions.LambdaExpression System.Linq.Expressions.Interpreter.LightDelegateCreator::_lambda
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ____lambda_0;
// System.Linq.Expressions.Interpreter.Interpreter System.Linq.Expressions.Interpreter.LightDelegateCreator::<Interpreter>k__BackingField
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___U3CInterpreterU3Ek__BackingField_1;
};
// System.Linq.Expressions.Interpreter.LightLambda
struct LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5 : public RuntimeObject
{
// System.Runtime.CompilerServices.IStrongBox[] System.Linq.Expressions.Interpreter.LightLambda::_closure
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ____closure_0;
// System.Linq.Expressions.Interpreter.Interpreter System.Linq.Expressions.Interpreter.LightLambda::_interpreter
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ____interpreter_1;
// System.Linq.Expressions.Interpreter.LightDelegateCreator System.Linq.Expressions.Interpreter.LightLambda::_delegateCreator
LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ____delegateCreator_3;
};
struct LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields
{
// System.Dynamic.Utils.CacheDict`2<System.Type,System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate>> System.Linq.Expressions.Interpreter.LightLambda::_runCache
CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* ____runCache_2;
};
// System.Linq.Expressions.Interpreter.LocalVariable
struct LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4 : public RuntimeObject
{
// System.Int32 System.Linq.Expressions.Interpreter.LocalVariable::Index
int32_t ___Index_0;
// System.Int32 System.Linq.Expressions.Interpreter.LocalVariable::_flags
int32_t ____flags_1;
};
// System.Linq.Expressions.Interpreter.LocalVariables
struct LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44 : public RuntimeObject
{
// System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariables/VariableScope> System.Linq.Expressions.Interpreter.LocalVariables::_variables
HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* ____variables_0;
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable> System.Linq.Expressions.Interpreter.LocalVariables::_closureVariables
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ____closureVariables_1;
// System.Int32 System.Linq.Expressions.Interpreter.LocalVariables::_localCount
int32_t ____localCount_2;
// System.Int32 System.Linq.Expressions.Interpreter.LocalVariables::_maxLocalCount
int32_t ____maxLocalCount_3;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
};
// System.Linq.Expressions.Interpreter.RuntimeVariables
struct RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8 : public RuntimeObject
{
// System.Runtime.CompilerServices.IStrongBox[] System.Linq.Expressions.Interpreter.RuntimeVariables::_boxes
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ____boxes_0;
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t* ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
};
// System.Linq.Expressions.SwitchCase
struct SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A : public RuntimeObject
{
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.SwitchCase::<TestValues>k__BackingField
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___U3CTestValuesU3Ek__BackingField_0;
// System.Linq.Expressions.Expression System.Linq.Expressions.SwitchCase::<Body>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField_1;
};
// System.Linq.Expressions.Interpreter.TryCatchFinallyHandler
struct TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0 : public RuntimeObject
{
// System.Int32 System.Linq.Expressions.Interpreter.TryCatchFinallyHandler::TryStartIndex
int32_t ___TryStartIndex_0;
// System.Int32 System.Linq.Expressions.Interpreter.TryCatchFinallyHandler::TryEndIndex
int32_t ___TryEndIndex_1;
// System.Int32 System.Linq.Expressions.Interpreter.TryCatchFinallyHandler::FinallyStartIndex
int32_t ___FinallyStartIndex_2;
// System.Int32 System.Linq.Expressions.Interpreter.TryCatchFinallyHandler::FinallyEndIndex
int32_t ___FinallyEndIndex_3;
// System.Int32 System.Linq.Expressions.Interpreter.TryCatchFinallyHandler::GotoEndTargetIndex
int32_t ___GotoEndTargetIndex_4;
// System.Linq.Expressions.Interpreter.ExceptionHandler[] System.Linq.Expressions.Interpreter.TryCatchFinallyHandler::_handlers
ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* ____handlers_5;
};
// System.Linq.Expressions.Interpreter.TryFaultHandler
struct TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D : public RuntimeObject
{
// System.Int32 System.Linq.Expressions.Interpreter.TryFaultHandler::TryStartIndex
int32_t ___TryStartIndex_0;
// System.Int32 System.Linq.Expressions.Interpreter.TryFaultHandler::TryEndIndex
int32_t ___TryEndIndex_1;
// System.Int32 System.Linq.Expressions.Interpreter.TryFaultHandler::FinallyStartIndex
int32_t ___FinallyStartIndex_2;
// System.Int32 System.Linq.Expressions.Interpreter.TryFaultHandler::FinallyEndIndex
int32_t ___FinallyEndIndex_3;
};
// System.Linq.Expressions.Utils
struct Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8 : public RuntimeObject
{
};
struct Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields
{
// System.Object System.Linq.Expressions.Utils::BoxedFalse
RuntimeObject* ___BoxedFalse_0;
// System.Object System.Linq.Expressions.Utils::BoxedTrue
RuntimeObject* ___BoxedTrue_1;
// System.Object System.Linq.Expressions.Utils::BoxedIntM1
RuntimeObject* ___BoxedIntM1_2;
// System.Object System.Linq.Expressions.Utils::BoxedInt0
RuntimeObject* ___BoxedInt0_3;
// System.Object System.Linq.Expressions.Utils::BoxedInt1
RuntimeObject* ___BoxedInt1_4;
// System.Object System.Linq.Expressions.Utils::BoxedInt2
RuntimeObject* ___BoxedInt2_5;
// System.Object System.Linq.Expressions.Utils::BoxedInt3
RuntimeObject* ___BoxedInt3_6;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultSByte
RuntimeObject* ___BoxedDefaultSByte_7;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultChar
RuntimeObject* ___BoxedDefaultChar_8;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultInt16
RuntimeObject* ___BoxedDefaultInt16_9;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultInt64
RuntimeObject* ___BoxedDefaultInt64_10;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultByte
RuntimeObject* ___BoxedDefaultByte_11;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultUInt16
RuntimeObject* ___BoxedDefaultUInt16_12;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultUInt32
RuntimeObject* ___BoxedDefaultUInt32_13;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultUInt64
RuntimeObject* ___BoxedDefaultUInt64_14;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultSingle
RuntimeObject* ___BoxedDefaultSingle_15;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultDouble
RuntimeObject* ___BoxedDefaultDouble_16;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultDecimal
RuntimeObject* ___BoxedDefaultDecimal_17;
// System.Object System.Linq.Expressions.Utils::BoxedDefaultDateTime
RuntimeObject* ___BoxedDefaultDateTime_18;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_true
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_true_19;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_false
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_false_20;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_m1
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_m1_21;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_0
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_0_22;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_1
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_1_23;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_2
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_2_24;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::s_3
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___s_3_25;
// System.Linq.Expressions.DefaultExpression System.Linq.Expressions.Utils::Empty
DefaultExpression_t68E278AD7534F283D174570B240C596979B26533* ___Empty_26;
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Utils::Null
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* ___Null_27;
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// System.Linq.Expressions.Interpreter.DelegateHelpers/<>c
struct U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970 : public RuntimeObject
{
};
struct U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_StaticFields
{
// System.Linq.Expressions.Interpreter.DelegateHelpers/<>c System.Linq.Expressions.Interpreter.DelegateHelpers/<>c::<>9
U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970* ___U3CU3E9_0;
// System.Func`2<System.Type,System.Boolean> System.Linq.Expressions.Interpreter.DelegateHelpers/<>c::<>9__1_0
Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* ___U3CU3E9__1_0_1;
};
// System.Linq.Expressions.Interpreter.LightCompiler/<>c
struct U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1 : public RuntimeObject
{
};
struct U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields
{
// System.Linq.Expressions.Interpreter.LightCompiler/<>c System.Linq.Expressions.Interpreter.LightCompiler/<>c::<>9
U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* ___U3CU3E9_0;
// System.Func`2<System.Linq.Expressions.Expression,System.Boolean> System.Linq.Expressions.Interpreter.LightCompiler/<>c::<>9__56_1
Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* ___U3CU3E9__56_1_1;
// System.Func`2<System.Linq.Expressions.SwitchCase,System.Boolean> System.Linq.Expressions.Interpreter.LightCompiler/<>c::<>9__56_0
Func_2_t695C49B991B058A049008E1F1B3D6222855BB2F8* ___U3CU3E9__56_0_2;
// System.Action`2<System.Linq.Expressions.Interpreter.LightCompiler,System.Linq.Expressions.Expression> System.Linq.Expressions.Interpreter.LightCompiler/<>c::<>9__101_0
Action_2_tA1DDF07BB9B5268D2D135B60A3F5F9C11E35DDE5* ___U3CU3E9__101_0_3;
};
// System.Linq.Expressions.Interpreter.LightLambda/<>c__DisplayClass74_0
struct U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C : public RuntimeObject
{
// System.Reflection.MethodInfo System.Linq.Expressions.Interpreter.LightLambda/<>c__DisplayClass74_0::targetMethod
MethodInfo_t* ___targetMethod_0;
// System.Type System.Linq.Expressions.Interpreter.LightLambda/<>c__DisplayClass74_0::delegateType
Type_t* ___delegateType_1;
};
// System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter
struct DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB : public RuntimeObject
{
// System.Linq.Expressions.Interpreter.Interpreter System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::_interpreter
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ____interpreter_0;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::_tryStart
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ____tryStart_1;
// System.Collections.Generic.Dictionary`2<System.Int32,System.String> System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::_handlerEnter
Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* ____handlerEnter_2;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Int32> System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::_handlerExit
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* ____handlerExit_3;
// System.String System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::_indent
String_t* ____indent_4;
};
// System.Linq.Expressions.Interpreter.LocalVariables/VariableScope
struct VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513 : public RuntimeObject
{
// System.Int32 System.Linq.Expressions.Interpreter.LocalVariables/VariableScope::Start
int32_t ___Start_0;
// System.Int32 System.Linq.Expressions.Interpreter.LocalVariables/VariableScope::Stop
int32_t ___Stop_1;
// System.Linq.Expressions.Interpreter.LocalVariable System.Linq.Expressions.Interpreter.LocalVariables/VariableScope::Variable
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ___Variable_2;
// System.Linq.Expressions.Interpreter.LocalVariables/VariableScope System.Linq.Expressions.Interpreter.LocalVariables/VariableScope::Parent
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* ___Parent_3;
// System.Collections.Generic.List`1<System.Linq.Expressions.Interpreter.LocalVariables/VariableScope> System.Linq.Expressions.Interpreter.LocalVariables/VariableScope::ChildScopes
List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* ___ChildScopes_4;
};
// System.Nullable`1<System.Int32>
struct Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
int32_t ___value_1;
};
// System.Linq.Expressions.BinaryExpression
struct BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.Expression System.Linq.Expressions.BinaryExpression::<Right>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CRightU3Ek__BackingField_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.BinaryExpression::<Left>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CLeftU3Ek__BackingField_4;
};
// System.Linq.Expressions.BlockExpression
struct BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// System.Linq.Expressions.Interpreter.CastInstruction
struct CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields
{
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_Boolean
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Boolean_0;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_Byte
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Byte_1;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_Char
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Char_2;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_DateTime
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_DateTime_3;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_Decimal
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Decimal_4;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_Double
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Double_5;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_Int16
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Int16_6;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_Int32
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Int32_7;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_Int64
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Int64_8;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_SByte
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_SByte_9;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_Single
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_Single_10;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_String
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_String_11;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_UInt16
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_UInt16_12;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_UInt32
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_UInt32_13;
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction::s_UInt64
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* ___s_UInt64_14;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// System.Linq.Expressions.ConstantExpression
struct ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Object System.Linq.Expressions.ConstantExpression::<Value>k__BackingField
RuntimeObject* ___U3CValueU3Ek__BackingField_3;
};
// System.Linq.Expressions.Interpreter.CreateDelegateInstruction
struct CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
// System.Linq.Expressions.Interpreter.LightDelegateCreator System.Linq.Expressions.Interpreter.CreateDelegateInstruction::_creator
LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ____creator_0;
};
// System.Decimal
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Decimal::flags
int32_t ___flags_8;
};
#pragma pack(pop, tp)
struct
{
int32_t ___flags_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___hi_9_OffsetPadding[4];
// System.Int32 System.Decimal::hi
int32_t ___hi_9;
};
#pragma pack(pop, tp)
struct
{
char ___hi_9_OffsetPadding_forAlignmentOnly[4];
int32_t ___hi_9_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___lo_10_OffsetPadding[8];
// System.Int32 System.Decimal::lo
int32_t ___lo_10;
};
#pragma pack(pop, tp)
struct
{
char ___lo_10_OffsetPadding_forAlignmentOnly[8];
int32_t ___lo_10_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___mid_11_OffsetPadding[12];
// System.Int32 System.Decimal::mid
int32_t ___mid_11;
};
#pragma pack(pop, tp)
struct
{
char ___mid_11_OffsetPadding_forAlignmentOnly[12];
int32_t ___mid_11_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___ulomidLE_12_OffsetPadding[8];
// System.UInt64 System.Decimal::ulomidLE
uint64_t ___ulomidLE_12;
};
#pragma pack(pop, tp)
struct
{
char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8];
uint64_t ___ulomidLE_12_forAlignmentOnly;
};
};
};
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
{
// System.Decimal System.Decimal::Zero
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3;
// System.Decimal System.Decimal::One
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4;
// System.Decimal System.Decimal::MinusOne
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5;
// System.Decimal System.Decimal::MaxValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6;
// System.Decimal System.Decimal::MinValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7;
};
// System.Double
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
// System.Double System.Double::m_value
double ___m_value_0;
};
// System.Linq.Expressions.Interpreter.DupInstruction
struct DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_StaticFields
{
// System.Linq.Expressions.Interpreter.DupInstruction System.Linq.Expressions.Interpreter.DupInstruction::Instance
DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* ___Instance_0;
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// System.Reflection.FieldInfo
struct FieldInfo_t : public MemberInfo_t
{
};
// System.Linq.Expressions.IndexExpression
struct IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Collections.Generic.IReadOnlyList`1<System.Linq.Expressions.Expression> System.Linq.Expressions.IndexExpression::_arguments
RuntimeObject* ____arguments_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.IndexExpression::<Object>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CObjectU3Ek__BackingField_4;
// System.Reflection.PropertyInfo System.Linq.Expressions.IndexExpression::<Indexer>k__BackingField
PropertyInfo_t* ___U3CIndexerU3Ek__BackingField_5;
};
// System.Linq.Expressions.Interpreter.IndexedBranchInstruction
struct IndexedBranchInstruction_t40E17E12DF00CE0B40B010A15896A9EA25D8553E : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
// System.Int32 System.Linq.Expressions.Interpreter.IndexedBranchInstruction::_labelIndex
int32_t ____labelIndex_0;
};
// System.Linq.Expressions.Interpreter.InstructionArray
struct InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117
{
// System.Int32 System.Linq.Expressions.Interpreter.InstructionArray::MaxStackDepth
int32_t ___MaxStackDepth_0;
// System.Int32 System.Linq.Expressions.Interpreter.InstructionArray::MaxContinuationDepth
int32_t ___MaxContinuationDepth_1;
// System.Linq.Expressions.Interpreter.Instruction[] System.Linq.Expressions.Interpreter.InstructionArray::Instructions
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___Instructions_2;
// System.Object[] System.Linq.Expressions.Interpreter.InstructionArray::Objects
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Objects_3;
// System.Linq.Expressions.Interpreter.RuntimeLabel[] System.Linq.Expressions.Interpreter.InstructionArray::Labels
RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ___Labels_4;
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>> System.Linq.Expressions.Interpreter.InstructionArray::DebugCookies
List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___DebugCookies_5;
};
// Native definition for P/Invoke marshalling of System.Linq.Expressions.Interpreter.InstructionArray
struct InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_pinvoke
{
int32_t ___MaxStackDepth_0;
int32_t ___MaxContinuationDepth_1;
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___Instructions_2;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Objects_3;
RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548* ___Labels_4;
List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___DebugCookies_5;
};
// Native definition for COM marshalling of System.Linq.Expressions.Interpreter.InstructionArray
struct InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117_marshaled_com
{
int32_t ___MaxStackDepth_0;
int32_t ___MaxContinuationDepth_1;
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* ___Instructions_2;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Objects_3;
RuntimeLabel_tD233E2C3F1E1A1877FFE3E9DFB3A69C57D40A548* ___Labels_4;
List_1_tF8B8CB3D8291FEFE18BE6AF5E7C63F8CC805E927* ___DebugCookies_5;
};
// System.Int16
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175
{
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.Int64
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// System.Linq.Expressions.InvocationExpression
struct InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Type System.Linq.Expressions.InvocationExpression::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.InvocationExpression::<Expression>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField_4;
};
// System.Linq.Expressions.LambdaExpression
struct LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.Expression System.Linq.Expressions.LambdaExpression::_body
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____body_3;
};
// System.Linq.Expressions.Interpreter.LoadCachedObjectInstruction
struct LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
// System.UInt32 System.Linq.Expressions.Interpreter.LoadCachedObjectInstruction::_index
uint32_t ____index_0;
};
// System.Linq.Expressions.Interpreter.LoadObjectInstruction
struct LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
// System.Object System.Linq.Expressions.Interpreter.LoadObjectInstruction::_value
RuntimeObject* ____value_0;
};
// System.Linq.Expressions.Interpreter.LocalAccessInstruction
struct LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
// System.Int32 System.Linq.Expressions.Interpreter.LocalAccessInstruction::_index
int32_t ____index_0;
};
// System.Linq.Expressions.Interpreter.LocalDefinition
struct LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02
{
// System.Int32 System.Linq.Expressions.Interpreter.LocalDefinition::<Index>k__BackingField
int32_t ___U3CIndexU3Ek__BackingField_0;
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.Interpreter.LocalDefinition::<Parameter>k__BackingField
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___U3CParameterU3Ek__BackingField_1;
};
// Native definition for P/Invoke marshalling of System.Linq.Expressions.Interpreter.LocalDefinition
struct LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_pinvoke
{
int32_t ___U3CIndexU3Ek__BackingField_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___U3CParameterU3Ek__BackingField_1;
};
// Native definition for COM marshalling of System.Linq.Expressions.Interpreter.LocalDefinition
struct LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_com
{
int32_t ___U3CIndexU3Ek__BackingField_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___U3CParameterU3Ek__BackingField_1;
};
// System.Linq.Expressions.MemberExpression
struct MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Linq.Expressions.Expression System.Linq.Expressions.MemberExpression::<Expression>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CExpressionU3Ek__BackingField_3;
};
// System.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
};
// System.Linq.Expressions.Interpreter.ModuloInstruction
struct ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.ModuloInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.ModuloInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.ModuloInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_2;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.ModuloInstruction::s_UInt16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.ModuloInstruction::s_UInt32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32_4;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.ModuloInstruction::s_UInt64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64_5;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.ModuloInstruction::s_Single
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single_6;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.ModuloInstruction::s_Double
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double_7;
};
// System.Linq.Expressions.Interpreter.MulInstruction
struct MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_2;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulInstruction::s_UInt16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulInstruction::s_UInt32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32_4;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulInstruction::s_UInt64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64_5;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulInstruction::s_Single
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single_6;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulInstruction::s_Double
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double_7;
};
// System.Linq.Expressions.Interpreter.MulOvfInstruction
struct MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulOvfInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulOvfInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulOvfInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_2;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulOvfInstruction::s_UInt16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulOvfInstruction::s_UInt32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32_4;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulOvfInstruction::s_UInt64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64_5;
};
// System.Linq.Expressions.Interpreter.NegateCheckedInstruction
struct NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NegateCheckedInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NegateCheckedInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NegateCheckedInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_2;
};
// System.Linq.Expressions.Interpreter.NegateInstruction
struct NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NegateInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NegateInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NegateInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_2;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NegateInstruction::s_Single
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NegateInstruction::s_Double
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double_4;
};
// System.Linq.Expressions.NewArrayExpression
struct NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Type System.Linq.Expressions.NewArrayExpression::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_3;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.NewArrayExpression::<Expressions>k__BackingField
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* ___U3CExpressionsU3Ek__BackingField_4;
};
// System.Linq.Expressions.Interpreter.NewInstruction
struct NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
// System.Reflection.ConstructorInfo System.Linq.Expressions.Interpreter.NewInstruction::_constructor
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ____constructor_0;
// System.Int32 System.Linq.Expressions.Interpreter.NewInstruction::_argumentCount
int32_t ____argumentCount_1;
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction
struct NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_reference
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_reference_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_Boolean
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Boolean_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_SByte
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte_2;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_Char
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Char_4;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_5;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_6;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_Byte
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte_7;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_UInt16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16_8;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_UInt32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32_9;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_UInt64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64_10;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_Single
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single_11;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_Double
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double_12;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_SByteLiftedToNull
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByteLiftedToNull_13;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_Int16LiftedToNull
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16LiftedToNull_14;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_CharLiftedToNull
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_CharLiftedToNull_15;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_Int32LiftedToNull
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32LiftedToNull_16;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_Int64LiftedToNull
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64LiftedToNull_17;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_ByteLiftedToNull
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_ByteLiftedToNull_18;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_UInt16LiftedToNull
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16LiftedToNull_19;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_UInt32LiftedToNull
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32LiftedToNull_20;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_UInt64LiftedToNull
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64LiftedToNull_21;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_SingleLiftedToNull
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SingleLiftedToNull_22;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::s_DoubleLiftedToNull
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_DoubleLiftedToNull_23;
};
// System.Linq.Expressions.Interpreter.NotInstruction
struct NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotInstruction::s_Boolean
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Boolean_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_2;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotInstruction::s_UInt64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64_4;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotInstruction::s_UInt32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32_5;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotInstruction::s_UInt16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16_6;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotInstruction::s_Byte
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte_7;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotInstruction::s_SByte
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte_8;
};
// System.Linq.Expressions.Interpreter.NullCheckInstruction
struct NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NullCheckInstruction::Instance
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___Instance_0;
};
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction
struct NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields
{
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction System.Linq.Expressions.Interpreter.NullableMethodCallInstruction::s_hasValue
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* ___s_hasValue_0;
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction System.Linq.Expressions.Interpreter.NullableMethodCallInstruction::s_value
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* ___s_value_1;
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction System.Linq.Expressions.Interpreter.NullableMethodCallInstruction::s_equals
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* ___s_equals_2;
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction System.Linq.Expressions.Interpreter.NullableMethodCallInstruction::s_getHashCode
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* ___s_getHashCode_3;
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction System.Linq.Expressions.Interpreter.NullableMethodCallInstruction::s_getValueOrDefault1
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* ___s_getValueOrDefault1_4;
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction System.Linq.Expressions.Interpreter.NullableMethodCallInstruction::s_toString
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* ___s_toString_5;
};
// System.Linq.Expressions.Interpreter.OrInstruction
struct OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.OrInstruction::s_SByte
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.OrInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.OrInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_2;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.OrInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.OrInstruction::s_Byte
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte_4;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.OrInstruction::s_UInt16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16_5;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.OrInstruction::s_UInt32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32_6;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.OrInstruction::s_UInt64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64_7;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.OrInstruction::s_Boolean
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Boolean_8;
};
// System.Linq.Expressions.Interpreter.ParameterByRefUpdater
struct ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11 : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17
{
// System.Linq.Expressions.Interpreter.LocalVariable System.Linq.Expressions.Interpreter.ParameterByRefUpdater::_parameter
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ____parameter_1;
};
// System.Linq.Expressions.ParameterExpression
struct ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.String System.Linq.Expressions.ParameterExpression::<Name>k__BackingField
String_t* ___U3CNameU3Ek__BackingField_3;
};
// System.Linq.Expressions.Interpreter.PopInstruction
struct PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_StaticFields
{
// System.Linq.Expressions.Interpreter.PopInstruction System.Linq.Expressions.Interpreter.PopInstruction::Instance
PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* ___Instance_0;
};
// System.Reflection.PropertyInfo
struct PropertyInfo_t : public MemberInfo_t
{
};
// System.Linq.Expressions.Interpreter.QuoteInstruction
struct QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
// System.Linq.Expressions.Expression System.Linq.Expressions.Interpreter.QuoteInstruction::_operand
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ____operand_0;
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable> System.Linq.Expressions.Interpreter.QuoteInstruction::_hoistedVariables
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ____hoistedVariables_1;
};
// System.Linq.Expressions.Interpreter.RightShiftInstruction
struct RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.RightShiftInstruction::s_SByte
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_SByte_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.RightShiftInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.RightShiftInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_2;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.RightShiftInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.RightShiftInstruction::s_Byte
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Byte_4;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.RightShiftInstruction::s_UInt16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16_5;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.RightShiftInstruction::s_UInt32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32_6;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.RightShiftInstruction::s_UInt64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64_7;
};
// System.Linq.Expressions.Interpreter.RuntimeVariablesInstruction
struct RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
// System.Int32 System.Linq.Expressions.Interpreter.RuntimeVariablesInstruction::_count
int32_t ____count_0;
};
// System.SByte
struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5
{
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// System.Linq.Expressions.Interpreter.SubInstruction
struct SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_2;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubInstruction::s_UInt16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubInstruction::s_UInt32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32_4;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubInstruction::s_UInt64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64_5;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubInstruction::s_Single
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Single_6;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubInstruction::s_Double
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Double_7;
};
// System.Linq.Expressions.Interpreter.SubOvfInstruction
struct SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields
{
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubOvfInstruction::s_Int16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int16_0;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubOvfInstruction::s_Int32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int32_1;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubOvfInstruction::s_Int64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_Int64_2;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubOvfInstruction::s_UInt16
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt16_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubOvfInstruction::s_UInt32
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt32_4;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubOvfInstruction::s_UInt64
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ___s_UInt64_5;
};
// System.Linq.Expressions.TryExpression
struct TryExpression_t2B12A2235D60735717434CCAB121609D07D98574 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Type System.Linq.Expressions.TryExpression::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_3;
// System.Linq.Expressions.Expression System.Linq.Expressions.TryExpression::<Body>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CBodyU3Ek__BackingField_4;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.CatchBlock> System.Linq.Expressions.TryExpression::<Handlers>k__BackingField
ReadOnlyCollection_1_t8FA231D9D247DE2F30DBDE65EBD26267CD9C5EAA* ___U3CHandlersU3Ek__BackingField_5;
// System.Linq.Expressions.Expression System.Linq.Expressions.TryExpression::<Finally>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CFinallyU3Ek__BackingField_6;
// System.Linq.Expressions.Expression System.Linq.Expressions.TryExpression::<Fault>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3CFaultU3Ek__BackingField_7;
};
// System.Linq.Expressions.Interpreter.TypeAsInstruction
struct TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
// System.Type System.Linq.Expressions.Interpreter.TypeAsInstruction::_type
Type_t* ____type_0;
};
// System.Linq.Expressions.Interpreter.TypeEqualsInstruction
struct TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_StaticFields
{
// System.Linq.Expressions.Interpreter.TypeEqualsInstruction System.Linq.Expressions.Interpreter.TypeEqualsInstruction::Instance
TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* ___Instance_0;
};
// System.Linq.Expressions.Interpreter.TypeIsInstruction
struct TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
// System.Type System.Linq.Expressions.Interpreter.TypeIsInstruction::_type
Type_t* ____type_0;
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.UInt64
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
{
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
};
// System.Linq.Expressions.Interpreter.ValueTypeCopyInstruction
struct ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
};
struct ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_StaticFields
{
// System.Linq.Expressions.Interpreter.ValueTypeCopyInstruction System.Linq.Expressions.Interpreter.ValueTypeCopyInstruction::Instruction
ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* ___Instruction_0;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// System.Linq.Expressions.Interpreter.LightCompiler/QuoteVisitor
struct QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F : public ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590
{
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Int32> System.Linq.Expressions.Interpreter.LightCompiler/QuoteVisitor::_definedParameters
Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* ____definedParameters_0;
// System.Collections.Generic.HashSet`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.Interpreter.LightCompiler/QuoteVisitor::_hoistedParameters
HashSet_1_t068F5201D923072F46716204841D21328FE6218D* ____hoistedParameters_1;
};
// System.Linq.Expressions.Interpreter.QuoteInstruction/ExpressionQuoter
struct ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536 : public ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590
{
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable> System.Linq.Expressions.Interpreter.QuoteInstruction/ExpressionQuoter::_variables
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ____variables_0;
// System.Linq.Expressions.Interpreter.InterpretedFrame System.Linq.Expressions.Interpreter.QuoteInstruction/ExpressionQuoter::_frame
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ____frame_1;
// System.Collections.Generic.Stack`1<System.Collections.Generic.HashSet`1<System.Linq.Expressions.ParameterExpression>> System.Linq.Expressions.Interpreter.QuoteInstruction/ExpressionQuoter::_shadowedVars
Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* ____shadowedVars_2;
};
// System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView
struct InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D
{
// System.Int32 System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView::_index
int32_t ____index_0;
// System.Int32 System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView::_stackDepth
int32_t ____stackDepth_1;
// System.Int32 System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView::_continuationsDepth
int32_t ____continuationsDepth_2;
// System.String System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView::_name
String_t* ____name_3;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView::_instruction
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ____instruction_4;
};
// Native definition for P/Invoke marshalling of System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView
struct InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshaled_pinvoke
{
int32_t ____index_0;
int32_t ____stackDepth_1;
int32_t ____continuationsDepth_2;
char* ____name_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ____instruction_4;
};
// Native definition for COM marshalling of System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView
struct InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D_marshaled_com
{
int32_t ____index_0;
int32_t ____stackDepth_1;
int32_t ____continuationsDepth_2;
Il2CppChar* ____name_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ____instruction_4;
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Boolean>
struct CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32 : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Byte>
struct CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307 : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Char>
struct CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.DateTime>
struct CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597 : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Decimal>
struct CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47 : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Double>
struct CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4 : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Int16>
struct CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Int32>
struct CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Int64>
struct CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4 : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.SByte>
struct CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794 : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Single>
struct CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99 : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.String>
struct CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345 : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.UInt16>
struct CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40 : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.UInt32>
struct CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.UInt64>
struct CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
};
// System.Nullable`1<System.Linq.Expressions.Interpreter.LocalDefinition>
struct Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___value_1;
};
// System.Linq.Expressions.Interpreter.ArrayByRefUpdater
struct ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844 : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17
{
// System.Linq.Expressions.Interpreter.LocalDefinition System.Linq.Expressions.Interpreter.ArrayByRefUpdater::_array
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ____array_1;
// System.Linq.Expressions.Interpreter.LocalDefinition System.Linq.Expressions.Interpreter.ArrayByRefUpdater::_index
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ____index_2;
};
// System.Linq.Expressions.Interpreter.AssignLocalBoxedInstruction
struct AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720 : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
// System.Linq.Expressions.Interpreter.AssignLocalInstruction
struct AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
// System.Linq.Expressions.Interpreter.AssignLocalToClosureInstruction
struct AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192 : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
// System.Reflection.BindingFlags
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C
{
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
};
// System.Linq.Expressions.Interpreter.ByRefNewInstruction
struct ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E : public NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196
{
// System.Linq.Expressions.Interpreter.ByRefUpdater[] System.Linq.Expressions.Interpreter.ByRefNewInstruction::_byrefArgs
ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ____byrefArgs_2;
};
// System.Linq.Expressions.Interpreter.CastReferenceToEnumInstruction
struct CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
// System.Type System.Linq.Expressions.Interpreter.CastReferenceToEnumInstruction::_t
Type_t* ____t_15;
};
// System.Linq.Expressions.Interpreter.CastToEnumInstruction
struct CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
// System.Type System.Linq.Expressions.Interpreter.CastToEnumInstruction::_t
Type_t* ____t_15;
};
// System.Reflection.ConstructorInfo
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB : public MethodBase_t
{
};
struct ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB_StaticFields
{
// System.String System.Reflection.ConstructorInfo::ConstructorName
String_t* ___ConstructorName_0;
// System.String System.Reflection.ConstructorInfo::TypeConstructorName
String_t* ___TypeConstructorName_1;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject* ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// System.Linq.Expressions.Interpreter.EnterTryCatchFinallyInstruction
struct EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880 : public IndexedBranchInstruction_t40E17E12DF00CE0B40B010A15896A9EA25D8553E
{
// System.Boolean System.Linq.Expressions.Interpreter.EnterTryCatchFinallyInstruction::_hasFinally
bool ____hasFinally_1;
// System.Linq.Expressions.Interpreter.TryCatchFinallyHandler System.Linq.Expressions.Interpreter.EnterTryCatchFinallyInstruction::_tryHandler
TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* ____tryHandler_2;
};
// System.Linq.Expressions.Interpreter.EnterTryFaultInstruction
struct EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36 : public IndexedBranchInstruction_t40E17E12DF00CE0B40B010A15896A9EA25D8553E
{
// System.Linq.Expressions.Interpreter.TryFaultHandler System.Linq.Expressions.Interpreter.EnterTryFaultInstruction::_tryHandler
TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* ____tryHandler_1;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t* ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject* ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject* ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// System.Linq.Expressions.ExpressionType
struct ExpressionType_tAA03F259DBEAA7B62E085C620D7B879FAA696B25
{
// System.Int32 System.Linq.Expressions.ExpressionType::value__
int32_t ___value___2;
};
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction
struct InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64 : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
// System.Linq.Expressions.Interpreter.Interpreter
struct Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1 : public RuntimeObject
{
// System.Linq.Expressions.Interpreter.InstructionArray System.Linq.Expressions.Interpreter.Interpreter::_instructions
InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 ____instructions_1;
// System.Object[] System.Linq.Expressions.Interpreter.Interpreter::_objects
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____objects_2;
// System.Linq.Expressions.Interpreter.RuntimeLabel[] System.Linq.Expressions.Interpreter.Interpreter::_labels
RuntimeLabelU5BU5D_t7B07C229EF5FA8E68637F8C76A93B0B74B47B684* ____labels_3;
// System.Linq.Expressions.Interpreter.DebugInfo[] System.Linq.Expressions.Interpreter.Interpreter::_debugInfos
DebugInfoU5BU5D_t611E931E80FB3F9005DF6898BE240E5DD0612588* ____debugInfos_4;
// System.String System.Linq.Expressions.Interpreter.Interpreter::<Name>k__BackingField
String_t* ___U3CNameU3Ek__BackingField_5;
// System.Int32 System.Linq.Expressions.Interpreter.Interpreter::<LocalCount>k__BackingField
int32_t ___U3CLocalCountU3Ek__BackingField_6;
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable> System.Linq.Expressions.Interpreter.Interpreter::<ClosureVariables>k__BackingField
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ___U3CClosureVariablesU3Ek__BackingField_7;
};
struct Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1_StaticFields
{
// System.Object System.Linq.Expressions.Interpreter.Interpreter::NoValue
RuntimeObject* ___NoValue_0;
};
// System.Linq.Expressions.Interpreter.LoadLocalBoxedInstruction
struct LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372 : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
// System.Linq.Expressions.Interpreter.LoadLocalFromClosureBoxedInstruction
struct LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
// System.Linq.Expressions.Interpreter.LoadLocalFromClosureInstruction
struct LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9 : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
// System.Linq.Expressions.Interpreter.LoadLocalInstruction
struct LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
// System.Reflection.MethodInfo
struct MethodInfo_t : public MethodBase_t
{
};
// System.Reflection.ParameterAttributes
struct ParameterAttributes_tDAEC8B3C5986B042F8F9B0845505D0FC15F92E68
{
// System.Int32 System.Reflection.ParameterAttributes::value__
int32_t ___value___2;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// System.Linq.Expressions.Interpreter.StoreLocalBoxedInstruction
struct StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
// System.Linq.Expressions.Interpreter.StoreLocalInstruction
struct StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9 : public LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9
{
};
// System.TypeCode
struct TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79
{
// System.Int32 System.TypeCode::value__
int32_t ___value___2;
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT
struct CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911 : public CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3
{
// System.Type System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT::_t
Type_t* ____t_15;
};
// System.Linq.Expressions.Interpreter.InstructionArray/DebugView
struct DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA : public RuntimeObject
{
// System.Linq.Expressions.Interpreter.InstructionArray System.Linq.Expressions.Interpreter.InstructionArray/DebugView::_array
InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 ____array_0;
};
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloDouble
struct ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2 : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt16
struct ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33 : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt32
struct ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8 : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt64
struct ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloSingle
struct ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679 : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt16
struct ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7 : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt32
struct ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
// System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt64
struct ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676 : public ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270
{
};
// System.Linq.Expressions.Interpreter.MulInstruction/MulDouble
struct MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223 : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
// System.Linq.Expressions.Interpreter.MulInstruction/MulInt16
struct MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86 : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
// System.Linq.Expressions.Interpreter.MulInstruction/MulInt32
struct MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4 : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
// System.Linq.Expressions.Interpreter.MulInstruction/MulInt64
struct MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
// System.Linq.Expressions.Interpreter.MulInstruction/MulSingle
struct MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
// System.Linq.Expressions.Interpreter.MulInstruction/MulUInt16
struct MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10 : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
// System.Linq.Expressions.Interpreter.MulInstruction/MulUInt32
struct MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
// System.Linq.Expressions.Interpreter.MulInstruction/MulUInt64
struct MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92 : public MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C
{
};
// System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt16
struct MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C : public MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28
{
};
// System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt32
struct MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A : public MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28
{
};
// System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt64
struct MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3 : public MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28
{
};
// System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt16
struct MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0 : public MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28
{
};
// System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt32
struct MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E : public MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28
{
};
// System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt64
struct MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275 : public MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28
{
};
// System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt16
struct NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB : public NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD
{
};
// System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt32
struct NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B : public NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD
{
};
// System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt64
struct NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD : public NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD
{
};
// System.Linq.Expressions.Interpreter.NegateInstruction/NegateDouble
struct NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A : public NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312
{
};
// System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt16
struct NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2 : public NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312
{
};
// System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt32
struct NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2 : public NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312
{
};
// System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt64
struct NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3 : public NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312
{
};
// System.Linq.Expressions.Interpreter.NegateInstruction/NegateSingle
struct NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C : public NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualBoolean
struct NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualByte
struct NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualByteLiftedToNull
struct NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualChar
struct NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualCharLiftedToNull
struct NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualDouble
struct NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualDoubleLiftedToNull
struct NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt16
struct NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt16LiftedToNull
struct NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt32
struct NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt32LiftedToNull
struct NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt64
struct NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt64LiftedToNull
struct NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualReference
struct NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSByte
struct NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSByteLiftedToNull
struct NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSingle
struct NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSingleLiftedToNull
struct NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt16
struct NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt16LiftedToNull
struct NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt32
struct NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt32LiftedToNull
struct NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt64
struct NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt64LiftedToNull
struct NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3 : public NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7
{
};
// System.Linq.Expressions.Interpreter.NotInstruction/NotBoolean
struct NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2 : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
// System.Linq.Expressions.Interpreter.NotInstruction/NotByte
struct NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
// System.Linq.Expressions.Interpreter.NotInstruction/NotInt16
struct NotInt16_t3F15F4678C7642072226DA3457418494E981B692 : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
// System.Linq.Expressions.Interpreter.NotInstruction/NotInt32
struct NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
// System.Linq.Expressions.Interpreter.NotInstruction/NotInt64
struct NotInt64_t3417DA0980C2079A64FA8670A95B981818706992 : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
// System.Linq.Expressions.Interpreter.NotInstruction/NotSByte
struct NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6 : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
// System.Linq.Expressions.Interpreter.NotInstruction/NotUInt16
struct NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67 : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
// System.Linq.Expressions.Interpreter.NotInstruction/NotUInt32
struct NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658 : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
// System.Linq.Expressions.Interpreter.NotInstruction/NotUInt64
struct NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71 : public NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3
{
};
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/EqualsClass
struct EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0 : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
};
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetHashCodeClass
struct GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249 : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
};
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValue
struct GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
};
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValueOrDefault
struct GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920 : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
// System.Type System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValueOrDefault::_defaultValueType
Type_t* ____defaultValueType_6;
};
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValueOrDefault1
struct GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796 : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
};
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/HasValue
struct HasValue_t077D00092529033596F7AFA264F6CDC42C363D52 : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
};
// System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/ToStringClass
struct ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302 : public NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2
{
};
// System.Linq.Expressions.Interpreter.OrInstruction/OrBoolean
struct OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15 : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
// System.Linq.Expressions.Interpreter.OrInstruction/OrByte
struct OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
// System.Linq.Expressions.Interpreter.OrInstruction/OrInt16
struct OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83 : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
// System.Linq.Expressions.Interpreter.OrInstruction/OrInt32
struct OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
// System.Linq.Expressions.Interpreter.OrInstruction/OrInt64
struct OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
// System.Linq.Expressions.Interpreter.OrInstruction/OrSByte
struct OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557 : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
// System.Linq.Expressions.Interpreter.OrInstruction/OrUInt16
struct OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0 : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
// System.Linq.Expressions.Interpreter.OrInstruction/OrUInt32
struct OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
// System.Linq.Expressions.Interpreter.OrInstruction/OrUInt64
struct OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E : public OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61
{
};
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftByte
struct RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872 : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt16
struct RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9 : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt32
struct RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726 : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt64
struct RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftSByte
struct RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt16
struct RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt32
struct RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2 : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
// System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt64
struct RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF : public RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00
{
};
// System.Linq.Expressions.Interpreter.SubInstruction/SubDouble
struct SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
// System.Linq.Expressions.Interpreter.SubInstruction/SubInt16
struct SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1 : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
// System.Linq.Expressions.Interpreter.SubInstruction/SubInt32
struct SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
// System.Linq.Expressions.Interpreter.SubInstruction/SubInt64
struct SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
// System.Linq.Expressions.Interpreter.SubInstruction/SubSingle
struct SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1 : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
// System.Linq.Expressions.Interpreter.SubInstruction/SubUInt16
struct SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8 : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
// System.Linq.Expressions.Interpreter.SubInstruction/SubUInt32
struct SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5 : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
// System.Linq.Expressions.Interpreter.SubInstruction/SubUInt64
struct SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9 : public SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819
{
};
// System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt16
struct SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5 : public SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19
{
};
// System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt32
struct SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3 : public SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19
{
};
// System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt64
struct SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA : public SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19
{
};
// System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt16
struct SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B : public SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19
{
};
// System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt32
struct SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA : public SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19
{
};
// System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt64
struct SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC : public SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19
{
};
// System.ApplicationException
struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A : public Exception_t
{
};
// System.Linq.Expressions.Interpreter.FieldByRefUpdater
struct FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603 : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17
{
// System.Nullable`1<System.Linq.Expressions.Interpreter.LocalDefinition> System.Linq.Expressions.Interpreter.FieldByRefUpdater::_object
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ____object_1;
// System.Reflection.FieldInfo System.Linq.Expressions.Interpreter.FieldByRefUpdater::_field
FieldInfo_t* ____field_2;
};
// System.Linq.Expressions.Interpreter.IndexMethodByRefUpdater
struct IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049 : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17
{
// System.Reflection.MethodInfo System.Linq.Expressions.Interpreter.IndexMethodByRefUpdater::_indexer
MethodInfo_t* ____indexer_1;
// System.Nullable`1<System.Linq.Expressions.Interpreter.LocalDefinition> System.Linq.Expressions.Interpreter.IndexMethodByRefUpdater::_obj
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ____obj_2;
// System.Linq.Expressions.Interpreter.LocalDefinition[] System.Linq.Expressions.Interpreter.IndexMethodByRefUpdater::_args
LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* ____args_3;
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_13;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_13;
};
// System.Linq.Expressions.Interpreter.NumericConvertInstruction
struct NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6 : public Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998
{
// System.TypeCode System.Linq.Expressions.Interpreter.NumericConvertInstruction::_from
int32_t ____from_0;
// System.TypeCode System.Linq.Expressions.Interpreter.NumericConvertInstruction::_to
int32_t ____to_1;
// System.Boolean System.Linq.Expressions.Interpreter.NumericConvertInstruction::_isLiftedToNull
bool ____isLiftedToNull_2;
};
// System.Reflection.ParameterInfo
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F : public RuntimeObject
{
// System.Reflection.ParameterAttributes System.Reflection.ParameterInfo::AttrsImpl
int32_t ___AttrsImpl_0;
// System.Type System.Reflection.ParameterInfo::ClassImpl
Type_t* ___ClassImpl_1;
// System.Object System.Reflection.ParameterInfo::DefaultValueImpl
RuntimeObject* ___DefaultValueImpl_2;
// System.Reflection.MemberInfo System.Reflection.ParameterInfo::MemberImpl
MemberInfo_t* ___MemberImpl_3;
// System.String System.Reflection.ParameterInfo::NameImpl
String_t* ___NameImpl_4;
// System.Int32 System.Reflection.ParameterInfo::PositionImpl
int32_t ___PositionImpl_5;
};
// Native definition for P/Invoke marshalling of System.Reflection.ParameterInfo
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_pinvoke
{
int32_t ___AttrsImpl_0;
Type_t* ___ClassImpl_1;
Il2CppIUnknown* ___DefaultValueImpl_2;
MemberInfo_t* ___MemberImpl_3;
char* ___NameImpl_4;
int32_t ___PositionImpl_5;
};
// Native definition for COM marshalling of System.Reflection.ParameterInfo
struct ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F_marshaled_com
{
int32_t ___AttrsImpl_0;
Type_t* ___ClassImpl_1;
Il2CppIUnknown* ___DefaultValueImpl_2;
MemberInfo_t* ___MemberImpl_3;
Il2CppChar* ___NameImpl_4;
int32_t ___PositionImpl_5;
};
// System.Linq.Expressions.Interpreter.PropertyByRefUpdater
struct PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6 : public ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17
{
// System.Nullable`1<System.Linq.Expressions.Interpreter.LocalDefinition> System.Linq.Expressions.Interpreter.PropertyByRefUpdater::_object
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ____object_1;
// System.Reflection.PropertyInfo System.Linq.Expressions.Interpreter.PropertyByRefUpdater::_property
PropertyInfo_t* ____property_2;
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
struct Type_t_StaticFields
{
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_1;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
// System.Object System.Type::Missing
RuntimeObject* ___Missing_3;
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
};
// System.Linq.Expressions.UnaryExpression
struct UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96 : public Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785
{
// System.Type System.Linq.Expressions.UnaryExpression::<Type>k__BackingField
Type_t* ___U3CTypeU3Ek__BackingField_3;
// System.Linq.Expressions.ExpressionType System.Linq.Expressions.UnaryExpression::<NodeType>k__BackingField
int32_t ___U3CNodeTypeU3Ek__BackingField_4;
// System.Linq.Expressions.Expression System.Linq.Expressions.UnaryExpression::<Operand>k__BackingField
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___U3COperandU3Ek__BackingField_5;
// System.Reflection.MethodInfo System.Linq.Expressions.UnaryExpression::<Method>k__BackingField
MethodInfo_t* ___U3CMethodU3Ek__BackingField_6;
};
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableBox
struct ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072 : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
// System.Object System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableBox::_defaultValue
RuntimeObject* ____defaultValue_1;
};
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableRefBox
struct ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
};
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableValue
struct ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
// System.Object System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableValue::_defaultValue
RuntimeObject* ____defaultValue_1;
};
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableBox
struct MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297 : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
// System.Type System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableBox::_type
Type_t* ____type_1;
};
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableValue
struct MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14 : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
// System.Type System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableValue::_type
Type_t* ____type_1;
};
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/Parameter
struct Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
};
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ParameterBox
struct ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
};
// System.Linq.Expressions.Interpreter.InitializeLocalInstruction/Reference
struct Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01 : public InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT/Ref
struct Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083 : public CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911
{
};
// System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT/Value
struct Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2 : public CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911
{
};
// System.Func`2<System.Object[],System.Object>
struct Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A : public MulticastDelegate_t
{
};
// System.Func`2<System.Linq.Expressions.Expression,System.Boolean>
struct Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957 : public MulticastDelegate_t
{
};
// System.Func`2<System.Int32,System.Int32>
struct Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354 : public MulticastDelegate_t
{
};
// System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate>
struct Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5 : public MulticastDelegate_t
{
};
// System.Func`2<System.Object,System.Object>
struct Func_2_tACBF5A1656250800CE861707354491F0611F6624 : public MulticastDelegate_t
{
};
// System.Func`2<System.Type,System.Boolean>
struct Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E : public MulticastDelegate_t
{
};
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
{
};
// System.InvalidCastException
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NotImplementedException
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NullReferenceException
struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.Reflection.TargetInvocationException
struct TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2 : public ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A
{
};
// System.Linq.Expressions.Interpreter.NumericConvertInstruction/Checked
struct Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468 : public NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6
{
};
// System.Linq.Expressions.Interpreter.NumericConvertInstruction/ToUnderlying
struct ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74 : public NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6
{
};
// System.Linq.Expressions.Interpreter.NumericConvertInstruction/Unchecked
struct Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B : public NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6
{
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Linq.Expressions.ParameterExpression[]
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);
}
};
// System.Runtime.CompilerServices.IStrongBox[]
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);
}
};
// System.Object[]
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);
}
};
// System.Linq.Expressions.Interpreter.LocalDefinition[]
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_1), (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_1), (void*)NULL);
}
};
// System.Reflection.ParameterInfo[]
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);
}
};
// System.Type[]
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);
}
};
// System.Linq.Expressions.Expression[]
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);
}
};
// System.Linq.Expressions.Interpreter.Instruction[]
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);
}
};
// System.Linq.Expressions.Interpreter.ExceptionHandler[]
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);
}
};
// System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView[]
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_3), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____instruction_4), (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_3), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____instruction_4), (void*)NULL);
#endif
}
};
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
{
ALIGN_FIELD (8) String_t* m_Items[1];
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_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, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Linq.Expressions.Interpreter.ByRefUpdater[]
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);
}
};
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::ContainsKey(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m1087B74B4FF5004CBB6CC864FF1C87B6DB138505_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___key0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.HashSet`1<System.Object>::Add(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m2CD7657B3459B61DD4BBA47024AC71F7D319658B_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___key0, int32_t* ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m72CC2F1213D1C1B8ABEDE31082D07B67EC873B13_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___key0, int32_t ___value1, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::get_Item(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Item_mA019F7A495B48EF2A6E5D36977DB3EA09A47ECDB_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___key0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::Remove(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_mFDB1C734B470EB31B094053D97F7749210922576_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___key0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.HashSet`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m9132EE1422BAA45E44B7FFF495F378790D36D90E_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Enumerable::All<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_All_TisRuntimeObject_m72E17986C0E4F0913195057E9273765758C467BA_gshared (RuntimeObject* ___source0, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate1, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<System.Linq.Expressions.Interpreter.LocalDefinition>::get_HasValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_gshared_inline (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, const RuntimeMethod* method) ;
// T System.Nullable`1<System.Linq.Expressions.Interpreter.LocalDefinition>::GetValueOrDefault()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_gshared_inline (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, const RuntimeMethod* method) ;
// System.Boolean System.Dynamic.Utils.CacheDict`2<System.Object,System.Object>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CacheDict_2_TryGetValue_m1745B71A31F178EE944CFDF5A54B2C1CBD036723_gshared (CacheDict_2_tAFE0E408BD366174E0892EAB041D22C18AD3F2AC* __this, RuntimeObject* ___key0, RuntimeObject** ___value1, const RuntimeMethod* method) ;
// System.Void System.Dynamic.Utils.CacheDict`2<System.Object,System.Object>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheDict_2_set_Item_m2332E7168EBC56DD2EAC292ACB237E49FCABAFC6_gshared (CacheDict_2_tAFE0E408BD366174E0892EAB041D22C18AD3F2AC* __this, RuntimeObject* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// TResult System.Func`2<System.Object,System.Object>::Invoke(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___arg0, const RuntimeMethod* method) ;
// System.Void System.Dynamic.Utils.CacheDict`2<System.Object,System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheDict_2__ctor_m77F28EED3C1E538CE7A82191571240B6FDEA27D3_gshared (CacheDict_2_tAFE0E408BD366174E0892EAB041D22C18AD3F2AC* __this, int32_t ___size0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Add(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___key0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___key0, int32_t* ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Add(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_gshared (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___key0, RuntimeObject** ___value1, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.StrongBox`1<System.Object>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_gshared (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.StrongBox`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374_gshared (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* __this, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HybridReferenceDictionary_2_TryGetValue_m6C12F02E9B669ACEDF3629FB5601F5DB4C066606_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, RuntimeObject* ___key0, RuntimeObject** ___value1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Object,System.Object>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridReferenceDictionary_2_set_Item_mFAC6DC3339885A67DC6640946CF1DE5F5D5712DD_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, RuntimeObject* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// TValue System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Object,System.Object>::get_Item(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HybridReferenceDictionary_2_get_Item_mCC920E193C54BBBA045F34B13566E92FDCD7CEF0_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, RuntimeObject* ___key0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Object,System.Object>::Remove(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridReferenceDictionary_2_Remove_mB41FF4D2854E8397A67A9E7595BD05DCC382C7BC_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, RuntimeObject* ___key0, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___key0, RuntimeObject** ___value1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m4DDA9442C238A443489115E22B026AD366851549_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridReferenceDictionary_2__ctor_m3B28E1445B3659024924F4DAC9D6D37613650DBD_gshared (HybridReferenceDictionary_2_t48D2908883930ADB16D28272C8EB2E7B4EB05C74* __this, const RuntimeMethod* method) ;
// T[] System.Array::Empty<System.Object>()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_gshared_inline (const RuntimeMethod* method) ;
// T System.Nullable`1<System.Int32>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_gshared (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Boolean>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7_gshared (CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Byte>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE_gshared (CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Char>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F_gshared (CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.DateTime>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4_gshared (CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Decimal>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F_gshared (CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Double>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054_gshared (CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Int16>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630_gshared (CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB_gshared (CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Int64>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102_gshared (CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.SByte>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4_gshared (CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Single>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18_gshared (CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_mB278FA00CED66B46ACB55470B3B4AD81CBE902FE_gshared (CastInstructionT_1_t90F15389646803EE7369005EA7D71A95BF543F86* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.UInt16>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0_gshared (CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.UInt32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3_gshared (CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.UInt64>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E_gshared (CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Object>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_get_Count_mE6BED30C94187FC8CC2C7E5CAF0163455240223C_gshared (ReadOnlyCollection_1_t5397DF0DB61D1090E7BBC89395CECB8D020CED92* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.HashSet`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_mC13D3ADFE27A073EC3C583E9C926C801A7EE1DDD_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, RuntimeObject* ___collection0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<System.Object>::Push(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// T System.Collections.Generic.Stack`1<System.Object>::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Enumerable::Any<System.Object>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerable_Any_TisRuntimeObject_mDCE2755EF33EFD51A60E9238A1537E3B41351058_gshared (RuntimeObject* ___source0, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___predicate1, const RuntimeMethod* method) ;
// System.Void System.Array::Resize<System.Object>(T[]&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisRuntimeObject_mF80AB90E5213A9BB02370B560A722D7062CEC846_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918** ___array0, int32_t ___newSize1, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Int32>::ContainsKey(TKey)
inline bool Dictionary_2_ContainsKey_m6772B0B6FE687615B3A16CADE5C602E0E9E66273 (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, const RuntimeMethod*))Dictionary_2_ContainsKey_m1087B74B4FF5004CBB6CC864FF1C87B6DB138505_gshared)(__this, ___key0, method);
}
// System.Boolean System.Collections.Generic.HashSet`1<System.Linq.Expressions.ParameterExpression>::Add(T)
inline bool HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69 (HashSet_1_t068F5201D923072F46716204841D21328FE6218D* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___item0, const RuntimeMethod* method)
{
return (( bool (*) (HashSet_1_t068F5201D923072F46716204841D21328FE6218D*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, const RuntimeMethod*))HashSet_1_Add_m2CD7657B3459B61DD4BBA47024AC71F7D319658B_gshared)(__this, ___item0, method);
}
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression> System.Linq.Expressions.BlockExpression::get_Variables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5 (BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LightCompiler/QuoteVisitor::PushParameters(System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.ParameterExpression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteVisitor_PushParameters_mC0368A13FEDC063CA6CE13884A8167B788434D76 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, RuntimeObject* ___parameters0, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::VisitBlock(System.Linq.Expressions.BlockExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionVisitor_VisitBlock_mA09AE0F8C5697D37D9C1682D5A2872010324A1D5 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___node0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LightCompiler/QuoteVisitor::PopParameters(System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.ParameterExpression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteVisitor_PopParameters_m608713B0CFFB54DA0D4D0CF12F3E693A873D3FF9 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, RuntimeObject* ___parameters0, const RuntimeMethod* method) ;
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.CatchBlock::get_Variable()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.CatchBlock::get_Body()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Expression System.Linq.Expressions.CatchBlock::get_Filter()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Int32>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mAA1F0C87842CB377E320BA459740634A1A898800 (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___key0, int32_t* ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Int32>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340 (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___key0, int32_t ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m72CC2F1213D1C1B8ABEDE31082D07B67EC873B13_gshared)(__this, ___key0, ___value1, method);
}
// TValue System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Int32>::get_Item(TKey)
inline int32_t Dictionary_2_get_Item_mF8A3C0623B36B52EE049E25F2DB9BA7DAF7C4C30 (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___key0, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, const RuntimeMethod*))Dictionary_2_get_Item_mA019F7A495B48EF2A6E5D36977DB3EA09A47ECDB_gshared)(__this, ___key0, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Int32>::Remove(TKey)
inline bool Dictionary_2_Remove_m138267684D7A7440976E0CEAD363D568FBB39573 (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, const RuntimeMethod*))Dictionary_2_Remove_mFDB1C734B470EB31B094053D97F7749210922576_gshared)(__this, ___key0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Int32>::.ctor()
inline void Dictionary_2__ctor_m7BACCC01E3735A642DFAE3465142E0ADA417945A (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*, const RuntimeMethod*))Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_gshared)(__this, method);
}
// System.Void System.Collections.Generic.HashSet`1<System.Linq.Expressions.ParameterExpression>::.ctor()
inline void HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B (HashSet_1_t068F5201D923072F46716204841D21328FE6218D* __this, const RuntimeMethod* method)
{
(( void (*) (HashSet_1_t068F5201D923072F46716204841D21328FE6218D*, const RuntimeMethod*))HashSet_1__ctor_m9132EE1422BAA45E44B7FFF495F378790D36D90E_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.ExpressionVisitor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionVisitor__ctor_m2974B344C35DD823BDA6D6313DAE4C7F64541393 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LightCompiler/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF5D01DDD7340F5A4B557F12B3BBCDBC680C12A53 (U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* __this, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.Expression> System.Linq.Expressions.SwitchCase::get_TestValues()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* SwitchCase_get_TestValues_mD0D553215AD64A5FE09A7AC6BB8BA246E938AAE6_inline (SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* __this, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Linq.Expressions.Expression,System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m16E37AA4C1A49A2D37ABCDB10B1E8093977238E3 (Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___object0, ___method1, method);
}
// System.Boolean System.Linq.Enumerable::All<System.Linq.Expressions.Expression>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
inline bool Enumerable_All_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m7196B9F3D7B04CC599BF24F9B19279166F41E610 (RuntimeObject* ___source0, Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* ___predicate1, const RuntimeMethod* method)
{
return (( bool (*) (RuntimeObject*, Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957*, const RuntimeMethod*))Enumerable_All_TisRuntimeObject_m72E17986C0E4F0913195057E9273765758C467BA_gshared)(___source0, ___predicate1, method);
}
// System.Void System.Linq.Expressions.Interpreter.LightCompiler::CompileNoLabelPush(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightCompiler_CompileNoLabelPush_m1E936396B34394C0148D51C61265772895DC894D (LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expr0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.ByRefUpdater::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87 (ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* __this, int32_t ___argumentIndex0, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.Interpreter.LocalVariable::get_InClosure()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.Interpreter.LocalVariable::get_IsBoxed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalVariable_get_IsBoxed_mD052E73492275BEB8A833C519B7B3AF54EBC13B8 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.Interpreter.LocalDefinition::get_Index()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) ;
// System.Void System.Array::SetValue(System.Object,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8 (RuntimeArray* __this, RuntimeObject* ___value0, int32_t ___index1, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.Interpreter.InstructionList::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LocalVariables::UndefineLocal(System.Linq.Expressions.Interpreter.LocalDefinition,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___definition0, int32_t ___end1, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<System.Linq.Expressions.Interpreter.LocalDefinition>::get_HasValue()
inline bool Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2*, const RuntimeMethod*))Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_gshared_inline)(__this, method);
}
// T System.Nullable`1<System.Linq.Expressions.Interpreter.LocalDefinition>::GetValueOrDefault()
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);
}
// System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C (FieldInfo_t* __this, RuntimeObject* ___obj0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyInfo_SetValue_m67B3A509C7EB945C3DA97D096EF1231C805C92D3 (PropertyInfo_t* __this, RuntimeObject* ___obj0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.ExceptionHelpers::UnwrapAndRethrow(System.Reflection.TargetInvocationException)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHelpers_UnwrapAndRethrow_m4F1455C46F50C4D70489D82D44F1483AB1026F53 (TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2* ___exception0, const RuntimeMethod* method) ;
// System.Exception System.Dynamic.Utils.ContractUtils::get_Unreachable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A (const RuntimeMethod* method) ;
// System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826 (MethodBase_t* __this, RuntimeObject* ___obj0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___parameters1, const RuntimeMethod* method) ;
// System.Delegate System.Linq.Expressions.Interpreter.LightDelegateCreator::CreateDelegate(System.Runtime.CompilerServices.IStrongBox[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightDelegateCreator_CreateDelegate_m8B7FD1B579E53A5370C8E0EDB568207E09A0D506 (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___closure0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LightLambda::.ctor(System.Linq.Expressions.Interpreter.LightDelegateCreator,System.Runtime.CompilerServices.IStrongBox[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightLambda__ctor_mB6316F7CCF8E66199DAE0ED990792904E48DDBBE (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ___delegateCreator0, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___closure1, const RuntimeMethod* method) ;
// System.Delegate System.Linq.Expressions.Interpreter.LightLambda::MakeDelegate(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightLambda_MakeDelegate_m2EC66B97B8B12E071F5849EBD3504BCEB47208FE (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, Type_t* ___delegateType0, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.InterpretedFrame System.Linq.Expressions.Interpreter.LightLambda::MakeFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* LightLambda_MakeFrame_m29F9619223268C53C2A836412BBF7D9C8501D526 (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.InterpretedFrame System.Linq.Expressions.Interpreter.InterpretedFrame::Enter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* InterpretedFrame_Enter_m248E9FC91D11BE79F8379C95B7175B4B96D6D57E (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InterpretedFrame::Leave(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Leave_mDE0116DD74316A6F097AD2A1C8E41BFBFAF2BA2C (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___prevFrame0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.Interpreter::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Interpreter_Run_m3439B4605F2EFC6D3B8E140D6DBEFD53D91D1F4E (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method) ;
// System.Void System.Action::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.Interpreter System.Linq.Expressions.Interpreter.LightDelegateCreator::get_Interpreter()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* LightDelegateCreator_get_Interpreter_m67081EFC5128F2FCBDC5306DEC0E513A21FBDFD8_inline (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::.ctor(System.Linq.Expressions.Interpreter.Interpreter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter__ctor_mB79E43077623B2C07C06A568D17B892AD334857B (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___interpreter0, const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9 (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4 (RuntimeObject* ___obj0, bool* ___lockTaken1, const RuntimeMethod* method) ;
// System.Boolean System.Dynamic.Utils.CacheDict`2<System.Type,System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate>>::TryGetValue(TKey,TValue&)
inline bool CacheDict_2_TryGetValue_m9458B7F7373F92890CF6BDF610E3A9289D227930 (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* __this, Type_t* ___key0, Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6*, Type_t*, Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5**, const RuntimeMethod*))CacheDict_2_TryGetValue_m1745B71A31F178EE944CFDF5A54B2C1CBD036723_gshared)(__this, ___key0, ___value1, method);
}
// System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate> System.Linq.Expressions.Interpreter.LightLambda::MakeRunDelegateCtor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* LightLambda_MakeRunDelegateCtor_m72886727E6497397F1ACDEDB28548191864E51DC (Type_t* ___delegateType0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LightLambda/<>c__DisplayClass74_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass74_0__ctor_mB2F4D370F4D863D4FE37338E35E8FC540197167D (U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* __this, const RuntimeMethod* method) ;
// System.Reflection.MethodInfo System.Dynamic.Utils.TypeUtils::GetInvokeMethod(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* TypeUtils_GetInvokeMethod_m714B032EF49FBD2DB6F67188E15B8B0B841D7F3B (Type_t* ___delegateType0, const RuntimeMethod* method) ;
// System.Reflection.ParameterInfo[] System.Dynamic.Utils.TypeExtensions::GetParametersCached(System.Reflection.MethodBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* TypeExtensions_GetParametersCached_m9AB554D11E2AF889DE83C3F10F0CC312688EEA56 (MethodBase_t* ___method0, const RuntimeMethod* method) ;
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___handle0, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method) ;
// System.Boolean System.Type::get_IsByRef()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4 (Type_t* __this, const RuntimeMethod* method) ;
// System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D (Type_t* __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method) ;
// System.Type System.Linq.Expressions.Interpreter.DelegateHelpers::MakeDelegate(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DelegateHelpers_MakeDelegate_m66B485AE73FD24D5BBF2F6EF573C5B80CC54A53A (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___types0, const RuntimeMethod* method) ;
// System.String System.Int32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) ;
// System.Void System.Dynamic.Utils.CacheDict`2<System.Type,System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate>>::set_Item(TKey,TValue)
inline void CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* __this, Type_t* ___key0, Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* ___value1, const RuntimeMethod* method)
{
(( void (*) (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6*, Type_t*, Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*, const RuntimeMethod*))CacheDict_2_set_Item_m2332E7168EBC56DD2EAC292ACB237E49FCABAFC6_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m919EBDCC21C6415BAA8906FAAE299C855EC47A8E (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___object0, ___method1, method);
}
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.Expression::Parameter(System.Type,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* Expression_Parameter_mE65CB09BF5121B5F7079555CED44FEB5B057F318 (Type_t* ___type0, String_t* ___name1, const RuntimeMethod* method) ;
// System.Linq.Expressions.UnaryExpression System.Linq.Expressions.Expression::Convert(System.Linq.Expressions.Expression,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* Expression_Convert_mE26A8F02EF729CCAE06E809F30227B4195B3C392 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, Type_t* ___type1, const RuntimeMethod* method) ;
// System.Linq.Expressions.NewArrayExpression System.Linq.Expressions.Expression::NewArrayInit(System.Type,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* Expression_NewArrayInit_m3CF2EFA6E6716C6188AB8C3EFCC079A4A8348C3D (Type_t* ___type0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___initializers1, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Object[],System.Object>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_m84415336F8D908293EB9A1EA849A76A2B2D8EA7C (Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___object0, ___method1, method);
}
// System.Linq.Expressions.ConstantExpression System.Linq.Expressions.Expression::Constant(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D (RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Linq.Expressions.InvocationExpression System.Linq.Expressions.Expression::Invoke(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* Expression_Invoke_mE6303F181A8F69C2BFA3DA47E24791378BCE9B60 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___arg01, const RuntimeMethod* method) ;
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.Expression::Block(System.Type,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* Expression_Block_m9513BF805649F4AFED40A03C025B93B8F9A9FD45 (Type_t* ___type0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___expressions1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Linq.Expressions.Expression>::.ctor()
inline void List_1__ctor_mEBDF6B4FD26C1A24C4771845DA76DF00D93F8E36 (List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Linq.Expressions.IndexExpression System.Linq.Expressions.Expression::ArrayAccess(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* Expression_ArrayAccess_m3DD0CB577747F7DC9A4998BC84FF4D40DD4C0735 (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___array0, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___indexes1, const RuntimeMethod* method) ;
// System.Linq.Expressions.BinaryExpression System.Linq.Expressions.Expression::Assign(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___left0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___right1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Linq.Expressions.Expression>::Add(T)
inline void List_1_Add_m3292C2AE705BAEA2EC4A03FEAEFFF6944C7BA630_inline (List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.Expression::Block(System.Type,System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.Expression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* Expression_Block_m1A2E0FC2C9EFFC3F6D4C3A5172C7558312E6F85C (Type_t* ___type0, RuntimeObject* ___expressions1, const RuntimeMethod* method) ;
// System.Linq.Expressions.TryExpression System.Linq.Expressions.Expression::TryFinally(System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* Expression_TryFinally_mB4E93949A4F096C39859164BA86CF6440920E3BD (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___finally1, const RuntimeMethod* method) ;
// System.Linq.Expressions.BlockExpression System.Linq.Expressions.Expression::Block(System.Type,System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* Expression_Block_m18252C77D05A861AFB0CB64F1D9D04BEB74E2145 (Type_t* ___type0, RuntimeObject* ___variables1, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ___expressions2, const RuntimeMethod* method) ;
// System.Linq.Expressions.LambdaExpression System.Linq.Expressions.Expression::Lambda(System.Type,System.Linq.Expressions.Expression,System.Linq.Expressions.ParameterExpression[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* Expression_Lambda_mA76FE44935D5F77B20A14C562820397245C781D0 (Type_t* ___delegateType0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body1, ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* ___parameters2, const RuntimeMethod* method) ;
// System.Void System.NotImplementedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742 (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate> System.Linq.Expressions.Interpreter.LightLambda::GetRunDelegateCtor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* LightLambda_GetRunDelegateCtor_mA2E4A99855722FB681DD31AE7BFD95251D00BEEF (Type_t* ___delegateType0, const RuntimeMethod* method) ;
// TResult System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate>::Invoke(T)
inline Delegate_t* Func_2_Invoke_m578E9ABE5EFC3F5F14830994CE6C1A472C38ECBF_inline (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* __this, LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* ___arg0, const RuntimeMethod* method)
{
return (( Delegate_t* (*) (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*, LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5*, const RuntimeMethod*))Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline)(__this, ___arg0, method);
}
// System.Delegate System.Linq.Expressions.Interpreter.LightLambda::CreateCustomDelegate(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightLambda_CreateCustomDelegate_m24F7A648CF1C6C1A4F7EBDDC90E912900407F24F (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, Type_t* ___delegateType0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InterpretedFrame::.ctor(System.Linq.Expressions.Interpreter.Interpreter,System.Runtime.CompilerServices.IStrongBox[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame__ctor_m838A88FECE23B7EF5310C8C735357FFD969E269E (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___interpreter0, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___closure1, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.Interpreter.InterpretedFrame::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ;
// System.Void System.Dynamic.Utils.CacheDict`2<System.Type,System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate>>::.ctor(System.Int32)
inline void CacheDict_2__ctor_m75A075F3FBE6F0DCD9FF2237CF1C816E2B5F7D81 (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* __this, int32_t ___size0, const RuntimeMethod* method)
{
(( void (*) (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6*, int32_t, const RuntimeMethod*))CacheDict_2__ctor_m77F28EED3C1E538CE7A82191571240B6FDEA27D3_gshared)(__this, ___size0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::.ctor()
inline void Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, const RuntimeMethod*))Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.String>::.ctor()
inline void Dictionary_2__ctor_mC854597C0C338BBA12EE451456D8658DF6D01BD4 (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::Analyze()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_Analyze_mFE215D0CDCFA7E79729A1326A811DAA8E93A8185 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.InstructionArray System.Linq.Expressions.Interpreter.Interpreter::get_Instructions()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.TryCatchFinallyHandler System.Linq.Expressions.Interpreter.EnterTryCatchFinallyInstruction::get_Handler()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* EnterTryCatchFinallyInstruction_get_Handler_m9C4803D04F6D4E26242EBA19BC04E35315C3654A_inline (EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::AddTryStart(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_AddTryStart_m8AE105D36B5ABF6FF6B4D9398DEE0F876831C478 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::AddHandlerExit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.Interpreter.TryCatchFinallyHandler::get_IsFinallyBlockExist()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TryCatchFinallyHandler_get_IsFinallyBlockExist_m9F2C95498ACA07A0F7FCB0B836C6954C0FC22BA6 (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.String>::Add(TKey,TValue)
inline void Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128 (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* __this, int32_t ___key0, String_t* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9*, int32_t, String_t*, const RuntimeMethod*))Dictionary_2_Add_mAF1EF7DA16BD70E252EA5C4B0F74DE519A02CBCD_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Linq.Expressions.Interpreter.TryCatchFinallyHandler::get_IsCatchBlockExist()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TryCatchFinallyHandler_get_IsCatchBlockExist_m2FA27CACE8D5E8D4A25352F6F639AB08C7F47A71 (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.ExceptionHandler[] System.Linq.Expressions.Interpreter.TryCatchFinallyHandler::get_Handlers()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* TryCatchFinallyHandler_get_Handlers_mF78A1DA068B8002CAE1E8D8BA9AC30E1F5F7421E_inline (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.TryFaultHandler System.Linq.Expressions.Interpreter.EnterTryFaultInstruction::get_Handler()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* EnterTryFaultInstruction_get_Handler_m20DEEA616E24D6299D40DA469FAE57FFB5D587B9_inline (EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9 (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___key0, int32_t* ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::Add(TKey,TValue)
inline void Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Int32>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* __this, int32_t ___key0, int32_t ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*, int32_t, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_gshared)(__this, ___key0, ___value1, method);
}
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Interpreter.Interpreter::get_Name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Interpreter_get_Name_m27594A419F941809A017D88F20A15FA33E054673_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::AppendLine(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88 (StringBuilder_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.Interpreter.Interpreter::get_LocalCount()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Interpreter_get_LocalCount_m556C132E9D9950FE1F59FC4B5ECA7DDF2674B360_inline (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m283B617AC29FB0DD6F3A7D8C01D385C25A5F0FAA (StringBuilder_t* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::AppendLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InstructionArray/DebugView::.ctor(System.Linq.Expressions.Interpreter.InstructionArray)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugView__ctor_mA81296BB07D54D2E5253285152CB61A2138109F8 (DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA* __this, InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 ___array0, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView[] System.Linq.Expressions.Interpreter.InstructionArray/DebugView::GetInstructionViews(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* DebugView_GetInstructionViews_m6501F6DB57C92302C088D8D5F841D8F5A75DF360 (DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA* __this, bool ___includeDebugCookies0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::EmitExits(System.Text.StringBuilder,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_EmitExits_m7E6F92DC39F8BB0C47537DF771BB5EA03A5F701D (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, StringBuilder_t* ___sb0, int32_t ___index1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::Indent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_Indent_mF46A0915A1B9DDC48D794EABDBE6CED0FBC09AFB (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.String>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mCDFD7D70277204321AC48EB917B85ECA419DBA1C (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* __this, int32_t ___key0, String_t** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9*, int32_t, String_t**, const RuntimeMethod*))Dictionary_2_TryGetValue_m7316301B8CF47FB538886B229B2749EC160B9D5C_gshared)(__this, ___key0, ___value1, method);
}
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425 (const RuntimeMethod* method) ;
// System.String System.String::PadLeft(System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadLeft_m99DDD242908E78B71E9631EE66331E8A130EB31F (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, const RuntimeMethod* method) ;
// System.String System.Linq.Expressions.Interpreter.InstructionList/DebugView/InstructionView::GetValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InstructionView_GetValue_m346E253A2A2B94136AE66E1A46A1E0C3FEB57CEC_inline (InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D* __this, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormat_m5638E9608118C6416DB9B288DDEC2F3F7521B900 (StringBuilder_t* __this, RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, RuntimeObject* ___arg13, RuntimeObject* ___arg24, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::Dedent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_Dedent_mC7713077EE7BADCAC07EA89AAC2BBB6EC05EAB36 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.Instruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0 (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___values0, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LocalAccessInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953 (LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InstructionList::LoadLocalBoxed(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_LoadLocalBoxed_m8C2AB768FA804E3357C9F80F0330E9A4D0FE79BB (int32_t ___index0, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.Interpreter.InterpretedFrame::Peek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InstructionList::AssignLocalBoxed(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_AssignLocalBoxed_m49A2F6CCEE0955B12D44628F07603B9F31345801 (int32_t ___index0, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InstructionList::StoreLocalBoxed(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_StoreLocalBoxed_m67F7F91342AD8A945C80158F80615FE8E3CC7C69 (int32_t ___index0, const RuntimeMethod* method) ;
// System.Object System.Runtime.CompilerServices.RuntimeHelpers::GetObjectValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeHelpers_GetObjectValue_m4565A5F4743CA0F025A692F7A16406B14F0B67DA (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InterpretedFrame::Push(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.ValueTypeCopyInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTypeCopyInstruction__ctor_mED53BFCA11DB63DD580B5ADF8B6F8E3AE543802D (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InitializeLocalInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0 (InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InstructionList::InitImmutableRefBox(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_InitImmutableRefBox_m7F6155237EE21A73457442C6A534C2B082DAA5E9 (int32_t ___index0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableBox::.ctor(System.Int32,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmutableBox__ctor_m46DDA5328B2463FC3D971F8AC845F13F248E7795 (ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072* __this, int32_t ___index0, RuntimeObject* ___defaultValue1, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.StrongBox`1<System.Object>::.ctor(T)
inline void StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
(( void (*) (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2*, RuntimeObject*, const RuntimeMethod*))StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_gshared)(__this, ___value0, method);
}
// System.Void System.Runtime.CompilerServices.StrongBox`1<System.Object>::.ctor()
inline void StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374 (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* __this, const RuntimeMethod* method)
{
(( void (*) (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2*, const RuntimeMethod*))StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374_gshared)(__this, method);
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InstructionList::ParameterBox(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* InstructionList_ParameterBox_mD27292FC2CD5D34DA665DCD4C42C3C2099CB63EC (int32_t ___index0, const RuntimeMethod* method) ;
// System.Object System.Activator::CreateInstance(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_m0A28F274256F1444949E372089034D9FB66FBD67 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableBox::.ctor(System.Int32,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MutableBox__ctor_mB1C3B07C493B5C0BF150BA322B6F7DBFF3FF0C39 (MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297* __this, int32_t ___index0, Type_t* ___type1, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.IRuntimeVariables System.Linq.Expressions.Interpreter.RuntimeVariables::Create(System.Runtime.CompilerServices.IStrongBox[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeVariables_Create_mC300039778A676FBA4BC097F3BD2318342A93B31 (IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___boxes0, const RuntimeMethod* method) ;
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m47B2846E44214E013BF3069B0F9015AD223FF16E (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, RuntimeObject* ___arg13, RuntimeObject* ___arg24, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LocalDefinition::.ctor(System.Int32,System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDefinition__ctor_m940C547D8BAC3B735C27AA1A60D7E2368E7988D4 (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, int32_t ___localIndex0, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___parameter1, const RuntimeMethod* method) ;
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.Interpreter.LocalDefinition::get_Parameter()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.Interpreter.LocalDefinition::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalDefinition_Equals_mB4B6A7A6A87ABBDC60769E2E9D380DDFD7EBD5CE (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Int32 System.Int32::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295 (int32_t* __this, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.Interpreter.LocalDefinition::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocalDefinition_GetHashCode_mE4BD88BAF8229E1D802F7B76F7B9CA57EDC7292D (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.LocalVariable::.ctor(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariable__ctor_mF2EDE101B9DA64A03058131152206D5C564A7451 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, int32_t ___index0, bool ___closure1, const RuntimeMethod* method) ;
// System.Int32 System.Math::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) ;
// System.Boolean System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>::TryGetValue(TKey,TValue&)
inline bool HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3 (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___key0, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513**, const RuntimeMethod*))HybridReferenceDictionary_2_TryGetValue_m6C12F02E9B669ACEDF3629FB5601F5DB4C066606_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Linq.Expressions.Interpreter.LocalVariables/VariableScope::.ctor(System.Linq.Expressions.Interpreter.LocalVariable,System.Int32,System.Linq.Expressions.Interpreter.LocalVariables/VariableScope)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableScope__ctor_m4175CA158B97C43B85EF6836754DFE2777E94BCA (VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* __this, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ___variable0, int32_t ___start1, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* ___parent2, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>::.ctor()
inline void List_1__ctor_mDF9D3941603E1BC5C89ECC0DE7FDCA56EE6D2B68 (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>::Add(T)
inline void List_1_Add_m707BA9BE60A145B70194B0A5CEA27C044642F7E3_inline (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* __this, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8*, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>::set_Item(TKey,TValue)
inline void HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___key0, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* ___value1, const RuntimeMethod* method)
{
(( void (*) (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513*, const RuntimeMethod*))HybridReferenceDictionary_2_set_Item_mFAC6DC3339885A67DC6640946CF1DE5F5D5712DD_gshared)(__this, ___key0, ___value1, method);
}
// TValue System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>::get_Item(TKey)
inline VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21 (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___key0, const RuntimeMethod* method)
{
return (( VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* (*) (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, const RuntimeMethod*))HybridReferenceDictionary_2_get_Item_mCC920E193C54BBBA045F34B13566E92FDCD7CEF0_gshared)(__this, ___key0, method);
}
// System.Void System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>::Remove(TKey)
inline void HybridReferenceDictionary_2_Remove_mD87D6B2140BEA977CD037DE2E96883FECA4F5DBF (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___key0, const RuntimeMethod* method)
{
(( void (*) (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, const RuntimeMethod*))HybridReferenceDictionary_2_Remove_mB41FF4D2854E8397A67A9E7595BD05DCC382C7BC_gshared)(__this, ___key0, method);
}
// System.Void System.Linq.Expressions.Interpreter.LocalVariable::set_IsBoxed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariable_set_IsBoxed_m23B7110A8AA2BD779BD9EA752674999D84D3AE83 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, bool ___value0, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>::get_Item(System.Int32)
inline VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36 (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* (*) (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Void System.Linq.Expressions.Interpreter.InstructionList::SwitchToBoxed(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstructionList_SwitchToBoxed_mDA85EF479DA2E676A0502FDBFB86477A491ACED6 (InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* __this, int32_t ___index0, int32_t ___instructionIndex1, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050 (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___key0, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable>::.ctor()
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);
}
// System.Int32 System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable>::get_Count()
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);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable>::Add(TKey,TValue)
inline void Dictionary_2_Add_mA15A39D4A6B9F23EDF4CA8182808F510A12CD9A3 (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___key0, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Linq.Expressions.Interpreter.HybridReferenceDictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariables/VariableScope>::.ctor()
inline void HybridReferenceDictionary_2__ctor_mB380C038089414883B64C2B8B1F378B3BF277DB4 (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* __this, const RuntimeMethod* method)
{
(( void (*) (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84*, const RuntimeMethod*))HybridReferenceDictionary_2__ctor_m3B28E1445B3659024924F4DAC9D6D37613650DBD_gshared)(__this, method);
}
// System.Type System.Dynamic.Utils.TypeUtils::GetNonNullableType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.TypeCode System.Dynamic.Utils.TypeExtensions::GetTypeCode(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInt16__ctor_mAF352BF90E474F77C2B654CAD3A19DE793E0C299 (ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInt32__ctor_m308B75394E165841FA008E8E91F964D51E3DDB1E (ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInt64__ctor_mEBEDE8FB58BDB3C9263E33D613331C4641027F39 (ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloUInt16__ctor_m913B5775CE43D875BFE03614F8DEFF8EDA443EC4 (ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloUInt32__ctor_m68255A94E8DF794773C8B910DEFF13137355202D (ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloUInt64__ctor_m2E63A7BE3CE771A97750D7AB665A4E6DCF519D15 (ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloSingle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloSingle__ctor_m6B9B01A7B3E18340BF317CE01A2A4DE3D4B711C9 (ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloDouble::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloDouble__ctor_mE7DCCDC451A8873AE9AB6F2781D73E04139303E3 (ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10 (ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270* __this, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.Interpreter.ScriptingRuntimeHelpers::Int32ToObject(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptingRuntimeHelpers_Int32ToObject_m28C9B2458FC23A37613E37D07F369D466330ADD6 (int32_t ___i0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInt16__ctor_mE667366313E8997A7E52CA6221747F7F4FBFEDD7 (MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInt32__ctor_m9D21E9065B4EC4FED9B562383EB147C8DA570F01 (MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInt64__ctor_mEE163F72FCC03F3DE62E71E704A7B5AB63C24D10 (MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulUInt16__ctor_mC4795FA07EEAEB8ED8CD74BE1279898015ED7002 (MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulUInt32__ctor_mCDF168A5810D32CF8ACF0D69916DFA0C56948C43 (MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulUInt64__ctor_m79D4D5D25D26C0857C846E26EFF620029D2ACC69 (MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulSingle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulSingle__ctor_mD758A3D1774EF7654838E1EE930122E3B00451A3 (MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulDouble::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulDouble__ctor_m25E3A83847603AE962761F3AABCB1C5141A4684C (MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8 (MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInt16__ctor_m581E63CE5005C52D450513A9C71B509CD96BC0F2 (MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInt32__ctor_m03D94813C0248DD765573C58E00B79FB3E21C0BA (MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInt64__ctor_m226A40C122E60CCA222CFF1C1AED2430D9A40D16 (MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfUInt16__ctor_mF57A77016906BA3EE51A3C0DB2E91747288CD5FF (MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfUInt32__ctor_m115D70F13E9ADD97F2C2111B48B7FA35807DD012 (MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfUInt64__ctor_m8E358B101CA195E92E5289115990A970D5452BCD (MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* MulInstruction_Create_m2EB66225AEEEA9B84F9F5145E4126684C4828168 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62 (MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInt16__ctor_m0B1AFF1DCFD3D22497EF898FB418F6593F3D0CB4 (NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInt32__ctor_m606C44BDC2031FE1A9D0176299ED857228F3EDF8 (NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInt64__ctor_mFCD04C3BD0B3E4A203EC677FAC2AF8B79A2354E7 (NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NegateInstruction/NegateSingle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateSingle__ctor_mC1C39720642E8E33F36920B05F7C8399371C87CE (NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NegateInstruction/NegateDouble::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateDouble__ctor_mAA852148552B67AB853C3A36AECDFF253099C33B (NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InterpretedFrame::Push(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int16_t ___value0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NegateInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D (NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InterpretedFrame::Push(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInt16__ctor_m4D24DD12307985191FE4FECF027CC839513EC304 (NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInt32__ctor_m748BD5C15B3CDE6AF623061669DDF20DFA5B2C4F (NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInt64__ctor_mD73F369FFB4B47DE32B526D0C1DE6A4D06ADE2B7 (NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NegateInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NegateInstruction_Create_m5575D3FAC9A10A8501A7F58D826F4C0DB7FAA2BD (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NegateCheckedInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInstruction__ctor_m96E06F637F55F352C1F65E2391E18379B31323C9 (NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD* __this, const RuntimeMethod* method) ;
// System.Object[] System.Linq.Expressions.Interpreter.NewInstruction::GetArgs(System.Linq.Expressions.Interpreter.InterpretedFrame,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* NewInstruction_GetArgs_m0617A53FF0EE56A023B03D83EFA5A5E1111E0A1C (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, int32_t ___first1, const RuntimeMethod* method) ;
// System.Object System.Reflection.ConstructorInfo::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE (ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___parameters0, const RuntimeMethod* method) ;
// T[] System.Array::Empty<System.Object>()
inline ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_inline (const RuntimeMethod* method)
{
return (( ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_gshared_inline)(method);
}
// System.Void System.Linq.Expressions.Interpreter.NewInstruction::.ctor(System.Reflection.ConstructorInfo,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewInstruction__ctor_mF5B8D5F742E0C1DBE8831A0CBF38033967C6A773 (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___constructor0, int32_t ___argumentCount1, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.ExclusiveOrInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ExclusiveOrInstruction_Create_mFD62168DA8661214D0A8F0F05E89542F1E600DF5 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSByteLiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSByteLiftedToNull__ctor_mA2206ECF8356745349D04082085AE390B52930B0 (NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt16LiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt16LiftedToNull__ctor_m05D6159690D5FD77100230643EBFCB19CA536F8F (NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualCharLiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualCharLiftedToNull__ctor_m0C2BDE292B89F7FE2AF51B7160D11E5050FF4DCE (NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt32LiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt32LiftedToNull__ctor_m0E715BB6DEC532E3231F20E272455C9D1440DDF1 (NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt64LiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt64LiftedToNull__ctor_mEC671114A1D1E94B558D883243B2AAEBFEFDA718 (NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualByteLiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualByteLiftedToNull__ctor_mE5E34B02A9D80823990C93E4E2B0D8ABA182E37E (NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt16LiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt16LiftedToNull__ctor_mFC3A102A143E4D7186788B56E405E283425C29F7 (NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt32LiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt32LiftedToNull__ctor_m56F1536495CC1C8E7CC5AE190EB29A5D68C1CDCC (NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt64LiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt64LiftedToNull__ctor_m01B0CC66C0A3B0B2F0DD46215A2B14E91AC57E1D (NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSingleLiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSingleLiftedToNull__ctor_mBE2B385392C150E5BCE63E1FA815FA9B34E452F9 (NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualDoubleLiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualDoubleLiftedToNull__ctor_m051A27F69B6A324A8D4CFE8E2C1B28950890361A (NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualBoolean::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualBoolean__ctor_m543579607BE35335168E74A736218898F93E62E6 (NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSByte__ctor_m31B27892999C7CD75FCCFDD884A7F5560676A1B9 (NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt16__ctor_m3FD881F7060A9CD9A5FF1764A32F964732DB26D5 (NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualChar::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualChar__ctor_m5A18EF830C8EA81C234278E0CBE51CF5F2F35E1D (NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt32__ctor_mA4EA252659092498144CB16B4748927DCC9B61BA (NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt64__ctor_mCE4CAEC5D14199E92DE5F8BAAEF7B0B420EF24D0 (NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualByte__ctor_mED1D996AFCCEDD114076CF1CD266901B292DC4A7 (NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt16__ctor_mC82327C08AA783CB5FB4D37B158C6F97CC43CA3E (NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt32__ctor_m58EC16A272EF19BAED9B30C068B073FDCD2E2EB1 (NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt64__ctor_mB01033D2BB94F0F261AA00ECCC54672F13FB863B (NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSingle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSingle__ctor_m0CFF0790D3E106333BA539DDD865DE1E2BD20280 (NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualDouble::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualDouble__ctor_mCA80F18F00B2029056E6FEA88B166D32360FC16E (NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualReference::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualReference__ctor_m859AD327B9CE80AEEDBC6EBB037E73F45D61F584 (NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InterpretedFrame::Push(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65 (NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotBoolean::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotBoolean__ctor_m8D5C2ABBE23A04BE132F46C2B139EADF8B91645C (NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInt64__ctor_mB3BDFAF691D5E82B78D4518FFA83D57B0DB880AA (NotInt64_t3417DA0980C2079A64FA8670A95B981818706992* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInt32__ctor_mFB23F5F457A4792D06DF6F116B0C5A4319E61148 (NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInt16__ctor_m281A8130BEDDCB0262C4E9A4035889C21B0CD11A (NotInt16_t3F15F4678C7642072226DA3457418494E981B692* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotUInt64__ctor_mF8590BC58E02E9BFE7554C55DC154204DBF0F442 (NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotUInt32__ctor_m4E0A02BE9285CD8A325F3ACF8EBE1B17ED634767 (NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotUInt16__ctor_mC014E05D9C11729E0AFAB06FD692E10840F384DC (NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotByte__ctor_m6E26C70A4A1674E7485E5A547809A07DA9B3D47D (NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotSByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSByte__ctor_m8A2374C3118744F27C2C0481F174670E73E6C4E5 (NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NotInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C (NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InterpretedFrame::Push(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_mF587E75F6732C08EC184881661F996999E74D62D (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, uint16_t ___value0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InterpretedFrame::Push(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m6240B0B05BB62738249FABD26D2A4D6DF7437FD3 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, uint8_t ___value0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InterpretedFrame::Push(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Push_m7D0537252255C628F4188658D875E4BC13BFF766 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, int8_t ___value0, const RuntimeMethod* method) ;
// System.Void System.NullReferenceException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mD26D62094A5E49C18D817817E17FDFBC1D3BD752 (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NullCheckInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullCheckInstruction__ctor_m1CC526CBA642C7B7A7BE8754D531BA38E42164C4 (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* __this, const RuntimeMethod* method) ;
// T System.Nullable`1<System.Int32>::get_Value()
inline int32_t Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*, const RuntimeMethod*))Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_gshared)(__this, method);
}
// System.String System.Enum::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NumericConvertInstruction::.ctor(System.TypeCode,System.TypeCode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericConvertInstruction__ctor_m08CD4DD71AF54EE29B62EBD049409E8B637213EF (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, int32_t ___from0, int32_t ___to1, bool ___isLiftedToNull2, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Unchecked::ConvertInt32(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, int32_t ___obj0, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Unchecked::ConvertInt64(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertInt64_m4894E9B2AA1E9DCE191AB3A29C1417C656861404 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, int64_t ___obj0, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Unchecked::ConvertUInt64(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertUInt64_m29B76C62110407E2A829F8BA748A99E1CD77632B (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, uint64_t ___obj0, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Unchecked::ConvertDouble(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertDouble_mDBBE88A4DE114BA50F271480259F370B85A7FC46 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, double ___obj0, const RuntimeMethod* method) ;
// System.Decimal System.Decimal::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_mE5A73A41E53B29C29A49359A2B5D0615A867B7C7 (int32_t ___value0, const RuntimeMethod* method) ;
// System.Decimal System.Decimal::op_Implicit(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_m7982D3FD5E6426B823F4EF5993013760731F3CA6 (int64_t ___value0, const RuntimeMethod* method) ;
// System.Decimal System.Decimal::op_Implicit(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_m9F78741BD83192AF00055F382D82BC2E64604C8F (uint64_t ___value0, const RuntimeMethod* method) ;
// System.Decimal System.Decimal::op_Explicit(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Explicit_mD6A0AB17D1C7D2FF325DFBD733CCA7A00AD245DC (double ___value0, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Checked::ConvertInt32(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, int32_t ___obj0, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Checked::ConvertInt64(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0 (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, int64_t ___obj0, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Checked::ConvertUInt64(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2 (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, uint64_t ___obj0, const RuntimeMethod* method) ;
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Checked::ConvertDouble(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, double ___obj0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrSByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrSByte__ctor_mB63CE4BB33133EFE104438D860A0155921E57D9A (OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInt16__ctor_m7D9848CF6CF474610A5EF835F87AC853FB359DBF (OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInt32__ctor_mA7C29DBF8709FB0E0800BACDD25029C3DE2ACDCD (OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInt64__ctor_m463C37C81BD707A9CC0ACBC69A00B8D81347328F (OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrByte__ctor_mCA0317047143E9FD774A1A94BB17E46BE9F9F78D (OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrUInt16__ctor_mCC62C5B9865698C10749D85B84C9EFB75DEA0EA8 (OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrUInt32__ctor_m6A8AD4E31385B7A4C27B0B516A095AD007751E31 (OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrUInt64__ctor_m185311CC8815399BF7C3AB8CAE1E509FC3853A73 (OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrBoolean::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrBoolean__ctor_m7C3FB65E3D8AE07FDBA9D8FBA854235E8546B15A (OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.OrInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD (OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftSByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftSByte__ctor_mECD157545EC3E662DEEE1EAD3EA2BF0137588F6B (RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInt16__ctor_m140A3EF98438DAF1A2D8417891D0FB414D8113A4 (RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInt32__ctor_m8855F7EAFB3E1C6DD3022EE5259FDB04BE010651 (RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInt64__ctor_mC9D50465A995773F987ADE97D4364DAF530FA4F5 (RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftByte__ctor_mAF902B439660436CDA8892881483618736D7E94B (RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftUInt16__ctor_m1A73249FB936CA81C621DCD0D21066977C80A91B (RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftUInt32__ctor_mF2AFF3512652535FA8905A2FD671807DC1685FCD (RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftUInt64__ctor_m7D9B309CD040859FD15677A2ADE2ECA6D386FC5B (RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0 (RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.RuntimeVariables::.ctor(System.Runtime.CompilerServices.IStrongBox[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeVariables__ctor_mB24013F36B67DD2B0F85761CEB523FB0DC056FEB (RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8* __this, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___boxes0, const RuntimeMethod* method) ;
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m69D52D3917F3D1BAC76B506B9BAA68A41B483DEF (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, RuntimeObject* ___arg13, const RuntimeMethod* method) ;
// System.String System.UInt32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154 (uint32_t* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.PopInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopInstruction__ctor_m0E39B8C27443689A671D0C5B225E34A14D784EC6 (PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.InterpretedFrame::Dup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InterpretedFrame_Dup_m3BDC8F67702A2760BE30FF3D2B12959EDCF9EEE8 (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.DupInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DupInstruction__ctor_mAE5BCC11AE404FC7AB108C75A8F7AD7ECA860DC4 (DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInt16__ctor_m3C32A055A58761159213975CFF29B2BD559FE2E3 (SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInt32__ctor_mFA2BACA07F4307683C82CC7052A799D313DDD2F7 (SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInt64__ctor_m1EE76403B81B438EAAEC38C9A0B5427CC92E60A8 (SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubUInt16__ctor_m50294906DB0B440FA16823EA883509865E19A7CA (SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubUInt32__ctor_mB7F074010C5A26D891541194877B75ACC6393C72 (SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubUInt64__ctor_mFE087AFFA01B8626D21066282F5322908414F9CA (SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubSingle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubSingle__ctor_mA3014D44CE57335D77B39F3DD5DFE6A402F860DF (SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubDouble::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubDouble__ctor_mCE51C5740F059441713D9EB0B1ADAF92B6002BEF (SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6 (SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInt16__ctor_mD2852C60B834D3D8A11ED2602F2A5D514D23161E (SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInt32__ctor_mCEABAD6EE7379916024430F0646393D06977BF1E (SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInt64__ctor_mCD62BD5EA9E00C3D83B1DE8A23D9681FAC5DCB11 (SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfUInt16__ctor_m5BCDF00F583DBE115ADDBAA443C3FAAAE698825D (SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfUInt32__ctor_m1CCBC7105296674F6A3B198D739DA6FE856DA5A2 (SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfUInt64__ctor_m44110993133A083C76FF17375CD3EE0F0F7C6F6D (SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* SubInstruction_Create_m71798A4A25236FB9C9D0377C1162460D94EB4B30 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56 (SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19* __this, const RuntimeMethod* method) ;
// System.Int32 System.Linq.Expressions.Interpreter.Interpreter::get_ClosureSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interpreter_get_ClosureSize_m65DCB33DD9115E6825987C807DB091AE5ED2C1B9 (Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* __this, const RuntimeMethod* method) ;
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.TypeEqualsInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeEqualsInstruction__ctor_mBEC6E9AFA58D6F91F80823F1B1AB8BB8993C85D5 (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/HasValue::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HasValue__ctor_m3A8499AC413B6A27CAD352EAA374F202821E7F9C (HasValue_t077D00092529033596F7AFA264F6CDC42C363D52* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValue::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetValue__ctor_mD3A4E9654C2EB80AE417EDF5B21F7B4671A40307 (GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/EqualsClass::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EqualsClass__ctor_mDCA7AFBD77DC00E85D43C2DD88539A0B59DCE4C0 (EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetHashCodeClass::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetHashCodeClass__ctor_m77602F3CA89BA15F510B4C6001A3D59C5E92B78F (GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValueOrDefault::.ctor(System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetValueOrDefault__ctor_mAB25DE08AB5DEE517FDAD46D95633874D60451F0 (GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920* __this, MethodInfo_t* ___mi0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValueOrDefault1::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetValueOrDefault1__ctor_m65CD5600D0D4D6BD81E537CA89EBA60368AA4683 (GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/ToStringClass::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToStringClass__ctor_m97AAF2945612C462ABCFFF7C4791FFDF060A8D91 (ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA (NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Boolean>::.ctor()
inline void CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7 (CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32*, const RuntimeMethod*))CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Byte>::.ctor()
inline void CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE (CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307*, const RuntimeMethod*))CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Char>::.ctor()
inline void CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F (CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C*, const RuntimeMethod*))CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.DateTime>::.ctor()
inline void CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4 (CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597*, const RuntimeMethod*))CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Decimal>::.ctor()
inline void CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F (CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47*, const RuntimeMethod*))CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Double>::.ctor()
inline void CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054 (CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4*, const RuntimeMethod*))CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Int16>::.ctor()
inline void CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630 (CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F*, const RuntimeMethod*))CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Int32>::.ctor()
inline void CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB (CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B*, const RuntimeMethod*))CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Int64>::.ctor()
inline void CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102 (CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4*, const RuntimeMethod*))CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.SByte>::.ctor()
inline void CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4 (CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794*, const RuntimeMethod*))CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.Single>::.ctor()
inline void CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18 (CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99*, const RuntimeMethod*))CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.String>::.ctor()
inline void CastInstructionT_1__ctor_mBC6B50F6A36F8BB053B5EB469A9ED30EF3A6F300 (CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345*, const RuntimeMethod*))CastInstructionT_1__ctor_mB278FA00CED66B46ACB55470B3B4AD81CBE902FE_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.UInt16>::.ctor()
inline void CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0 (CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40*, const RuntimeMethod*))CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.UInt32>::.ctor()
inline void CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3 (CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C*, const RuntimeMethod*))CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3_gshared)(__this, method);
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionT`1<System.UInt64>::.ctor()
inline void CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E (CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF* __this, const RuntimeMethod* method)
{
(( void (*) (CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF*, const RuntimeMethod*))CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E_gshared)(__this, method);
}
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* CastInstructionNoT_Create_mCBB07C0CFA0F7AF84950F8B5BD5E256E3A305CF6 (Type_t* ___t0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstruction__ctor_mA8851B39A1D7425FA10B4892108C3030590F3430 (CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* __this, const RuntimeMethod* method) ;
// System.Boolean System.Type::get_IsValueType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318 (Type_t* __this, const RuntimeMethod* method) ;
// System.Boolean System.Dynamic.Utils.TypeUtils::IsNullableType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_IsNullableType_mC55F95DC7E0BC9C9411EA2A50DEC8B2BE9ECDA28 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT/Value::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Value__ctor_mEC730A0C8370531D6965B36F99BBB2A87CF35A68 (Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2* __this, Type_t* ___t0, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT/Ref::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ref__ctor_mDA8FF1644CB42BEC53AB28596F9ABD2D39CF9DEC (Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083* __this, Type_t* ___t0, const RuntimeMethod* method) ;
// System.Boolean System.Dynamic.Utils.TypeUtils::HasReferenceConversionTo(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_HasReferenceConversionTo_mDB3DDD6D1D47D5BB51DA19C88F1303067EBA411F (Type_t* ___source0, Type_t* ___dest1, const RuntimeMethod* method) ;
// System.Boolean System.Dynamic.Utils.TypeUtils::HasIdentityPrimitiveOrNullableConversionTo(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeUtils_HasIdentityPrimitiveOrNullableConversionTo_mD12D7FCD7E954852A10FB50F7489985D4681CB73 (Type_t* ___source0, Type_t* ___dest1, const RuntimeMethod* method) ;
// System.Void System.InvalidCastException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_mCBC218CE25034242D2EB33B3E59933295CE93C56 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionNoT__ctor_m5BA6392C1B91C5698AD5018D1F52CA7E6B248AB0 (CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911* __this, Type_t* ___t0, const RuntimeMethod* method) ;
// System.Object System.Enum::ToObject(System.Type,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_m6AC36749AA2CE7BCC5416CA230C0E5B4BDCFF4DB (Type_t* ___enumType0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Object System.Enum::ToObject(System.Type,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_mC0478A293DBEE65409290B7E63700258041C694D (Type_t* ___enumType0, int32_t ___value1, const RuntimeMethod* method) ;
// System.Object System.Enum::ToObject(System.Type,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_m615ADA6748A7E5B467983BBFAFEF10BD512C7993 (Type_t* ___enumType0, int64_t ___value1, const RuntimeMethod* method) ;
// System.Object System.Enum::ToObject(System.Type,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_mB2F0342A61A7C908DCB4824B16C6BC24D8C92B0C (Type_t* ___enumType0, uint32_t ___value1, const RuntimeMethod* method) ;
// System.Object System.Enum::ToObject(System.Type,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_m5F3E7A43003C9B3CD35925F8F659A6EDABD79DC8 (Type_t* ___enumType0, uint64_t ___value1, const RuntimeMethod* method) ;
// System.Object System.Enum::ToObject(System.Type,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_m670D844828017B67AC22F2B9519C989D3B34F642 (Type_t* ___enumType0, uint8_t ___value1, const RuntimeMethod* method) ;
// System.Object System.Enum::ToObject(System.Type,System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_mC41CC952597610EE4877E1FA863FDBEA3F05609F (Type_t* ___enumType0, int8_t ___value1, const RuntimeMethod* method) ;
// System.Object System.Enum::ToObject(System.Type,System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_mB18D906A9B0C9E2F0BF3FFF4C3F219D04004217C (Type_t* ___enumType0, int16_t ___value1, const RuntimeMethod* method) ;
// System.Object System.Enum::ToObject(System.Type,System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enum_ToObject_m4256183D7F180C6E72049AFE023B4DEDF4C0EB24 (Type_t* ___enumType0, uint16_t ___value1, const RuntimeMethod* method) ;
// System.Void System.Linq.Expressions.Interpreter.QuoteInstruction/ExpressionQuoter::.ctor(System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable>,System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionQuoter__ctor_m200001F390A64D2944785FA53D9799DB85D0DCBD (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ___hoistedVariables0, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<System.Collections.Generic.HashSet`1<System.Linq.Expressions.ParameterExpression>>::.ctor()
inline void Stack_1__ctor_mBD94EE89EC1D2CEAC415AF555E08B7C57CCF1136 (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26*, const RuntimeMethod*))Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared)(__this, method);
}
// System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>::get_Count()
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);
}
// System.Void System.Collections.Generic.HashSet`1<System.Linq.Expressions.ParameterExpression>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
inline void HashSet_1__ctor_mC0C62892114445D0C45381AC389DC3ED65E0D8EA (HashSet_1_t068F5201D923072F46716204841D21328FE6218D* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (HashSet_1_t068F5201D923072F46716204841D21328FE6218D*, RuntimeObject*, const RuntimeMethod*))HashSet_1__ctor_mC13D3ADFE27A073EC3C583E9C926C801A7EE1DDD_gshared)(__this, ___collection0, method);
}
// System.Void System.Collections.Generic.Stack`1<System.Collections.Generic.HashSet`1<System.Linq.Expressions.ParameterExpression>>::Push(T)
inline void Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* __this, HashSet_1_t068F5201D923072F46716204841D21328FE6218D* ___item0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26*, HashSet_1_t068F5201D923072F46716204841D21328FE6218D*, const RuntimeMethod*))Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared)(__this, ___item0, method);
}
// System.Linq.Expressions.Expression[] System.Dynamic.Utils.ExpressionVisitorUtils::VisitBlockExpressions(System.Linq.Expressions.ExpressionVisitor,System.Linq.Expressions.BlockExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* ExpressionVisitorUtils_VisitBlockExpressions_mEDE7C8036479335E4AC2A55DB270F2A06D334C37 (ExpressionVisitor_tD26583FF464068F23017BC372C81133A62C5A590* ___visitor0, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___block1, const RuntimeMethod* method) ;
// T System.Collections.Generic.Stack`1<System.Collections.Generic.HashSet`1<System.Linq.Expressions.ParameterExpression>>::Pop()
inline HashSet_1_t068F5201D923072F46716204841D21328FE6218D* Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5 (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* __this, const RuntimeMethod* method)
{
return (( HashSet_1_t068F5201D923072F46716204841D21328FE6218D* (*) (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26*, const RuntimeMethod*))Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared)(__this, method);
}
// System.Type System.Linq.Expressions.CatchBlock::get_Test()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline (CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* __this, const RuntimeMethod* method) ;
// System.Linq.Expressions.CatchBlock System.Linq.Expressions.Expression::MakeCatchBlock(System.Type,System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* Expression_MakeCatchBlock_mC75995FDAED24192EDFB275B0EEBF72E288EB498 (Type_t* ___type0, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___variable1, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___body2, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___filter3, const RuntimeMethod* method) ;
// System.Runtime.CompilerServices.IStrongBox System.Linq.Expressions.Interpreter.QuoteInstruction/ExpressionQuoter::GetBox(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpressionQuoter_GetBox_m01A076C755644870BDC47A5FE7A3426F60F85A59 (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___variable0, const RuntimeMethod* method) ;
// System.Linq.Expressions.MemberExpression System.Linq.Expressions.Expression::Field(System.Linq.Expressions.Expression,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* Expression_Field_mC65699D55B3B233DE8A7E3D5810C5229039538EA (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___expression0, String_t* ___fieldName1, const RuntimeMethod* method) ;
// System.Void System.Func`2<System.Type,System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_mAFDFA2B152082BBF5E0626BF143EDACD61DE9D74 (Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___object0, ___method1, method);
}
// System.Boolean System.Linq.Enumerable::Any<System.Type>(System.Collections.Generic.IEnumerable`1<TSource>,System.Func`2<TSource,System.Boolean>)
inline bool Enumerable_Any_TisType_t_mC5D6DFCE497DC8CEBF6409A83B44F8A08AC17725 (RuntimeObject* ___source0, Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* ___predicate1, const RuntimeMethod* method)
{
return (( bool (*) (RuntimeObject*, Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E*, const RuntimeMethod*))Enumerable_Any_TisRuntimeObject_mDCE2755EF33EFD51A60E9238A1537E3B41351058_gshared)(___source0, ___predicate1, method);
}
// System.Void System.Array::Resize<System.Type>(T[]&,System.Int32)
inline void Array_Resize_TisType_t_mF151DF82FA30089366F58A4DF89C3C127553D0A0 (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB** ___array0, int32_t ___newSize1, const RuntimeMethod* method)
{
(( void (*) (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB**, int32_t, const RuntimeMethod*))Array_Resize_TisRuntimeObject_mF80AB90E5213A9BB02370B560A722D7062CEC846_gshared)(___array0, ___newSize1, method);
}
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Linq.Expressions.Expression System.Linq.Expressions.Interpreter.LightCompiler/QuoteVisitor::VisitParameter(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* QuoteVisitor_VisitParameter_m2C02C2FDB6945B2416943E955F2BD8795AB21EB1 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m6772B0B6FE687615B3A16CADE5C602E0E9E66273_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_0 = __this->____definedParameters_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___node0;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_ContainsKey_m6772B0B6FE687615B3A16CADE5C602E0E9E66273(L_0, L_1, Dictionary_2_ContainsKey_m6772B0B6FE687615B3A16CADE5C602E0E9E66273_RuntimeMethod_var);
if (L_2)
{
goto IL_001b;
}
}
{
HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_3 = __this->____hoistedParameters_1;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_4 = ___node0;
NullCheck(L_3);
bool L_5;
L_5 = HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69(L_3, L_4, HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69_RuntimeMethod_var);
}
IL_001b:
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_6 = ___node0;
return L_6;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Interpreter.LightCompiler/QuoteVisitor::VisitBlock(System.Linq.Expressions.BlockExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* QuoteVisitor_VisitBlock_m5D3AF1307351E1ABB2F56A1867B5D43714315C01 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___node0, const RuntimeMethod* method)
{
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = ___node0;
NullCheck(L_0);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1;
L_1 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_0, NULL);
QuoteVisitor_PushParameters_mC0368A13FEDC063CA6CE13884A8167B788434D76(__this, L_1, NULL);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_2 = ___node0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_3;
L_3 = ExpressionVisitor_VisitBlock_mA09AE0F8C5697D37D9C1682D5A2872010324A1D5(__this, L_2, NULL);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_4 = ___node0;
NullCheck(L_4);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_5;
L_5 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_4, NULL);
QuoteVisitor_PopParameters_m608713B0CFFB54DA0D4D0CF12F3E693A873D3FF9(__this, L_5, NULL);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_6 = ___node0;
return L_6;
}
}
// System.Linq.Expressions.CatchBlock System.Linq.Expressions.Interpreter.LightCompiler/QuoteVisitor::VisitCatchBlock(System.Linq.Expressions.CatchBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* QuoteVisitor_VisitCatchBlock_mBA0FD6923C612D5EB0236A96A6C74C488A8B8684 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_0 = ___node0;
NullCheck(L_0);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1;
L_1 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_0, NULL);
if (!L_1)
{
goto IL_001d;
}
}
{
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_2 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var, (uint32_t)1);
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_3 = L_2;
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_4 = ___node0;
NullCheck(L_4);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_5;
L_5 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_4, NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_5);
QuoteVisitor_PushParameters_mC0368A13FEDC063CA6CE13884A8167B788434D76(__this, (RuntimeObject*)L_3, NULL);
}
IL_001d:
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_6 = ___node0;
NullCheck(L_6);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_7;
L_7 = CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline(L_6, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8;
L_8 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_7);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_9 = ___node0;
NullCheck(L_9);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
L_10 = CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline(L_9, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_11;
L_11 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_10);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_12 = ___node0;
NullCheck(L_12);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_13;
L_13 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_12, NULL);
if (!L_13)
{
goto IL_0054;
}
}
{
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_14 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var, (uint32_t)1);
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_15 = L_14;
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_16 = ___node0;
NullCheck(L_16);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_17;
L_17 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_16, NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_17);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_17);
QuoteVisitor_PopParameters_m608713B0CFFB54DA0D4D0CF12F3E693A873D3FF9(__this, (RuntimeObject*)L_15, NULL);
}
IL_0054:
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_18 = ___node0;
return L_18;
}
}
// System.Void System.Linq.Expressions.Interpreter.LightCompiler/QuoteVisitor::PushParameters(System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.ParameterExpression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteVisitor_PushParameters_mC0368A13FEDC063CA6CE13884A8167B788434D76 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, RuntimeObject* ___parameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAA1F0C87842CB377E320BA459740634A1A898800_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901_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);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_1 = NULL;
int32_t V_2 = 0;
{
RuntimeObject* L_0 = ___parameters0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.ParameterExpression>::GetEnumerator() */, IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0048:
{// begin finally (depth: 1)
{
RuntimeObject* L_2 = V_0;
if (!L_2)
{
goto IL_0051;
}
}
{
RuntimeObject* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0051:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_003e_1;
}
IL_0009_1:
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_5;
L_5 = InterfaceFuncInvoker0< ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.Linq.Expressions.ParameterExpression>::get_Current() */, IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var, L_4);
V_1 = L_5;
Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_6 = __this->____definedParameters_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7 = V_1;
NullCheck(L_6);
bool L_8;
L_8 = Dictionary_2_TryGetValue_mAA1F0C87842CB377E320BA459740634A1A898800(L_6, L_7, (&V_2), Dictionary_2_TryGetValue_mAA1F0C87842CB377E320BA459740634A1A898800_RuntimeMethod_var);
if (!L_8)
{
goto IL_0031_1;
}
}
{
Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_9 = __this->____definedParameters_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_10 = V_1;
int32_t L_11 = V_2;
NullCheck(L_9);
Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340(L_9, L_10, ((int32_t)il2cpp_codegen_add(L_11, 1)), Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340_RuntimeMethod_var);
goto IL_003e_1;
}
IL_0031_1:
{
Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_12 = __this->____definedParameters_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_13 = V_1;
NullCheck(L_12);
Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340(L_12, L_13, 1, Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340_RuntimeMethod_var);
}
IL_003e_1:
{
RuntimeObject* L_14 = V_0;
NullCheck(L_14);
bool L_15;
L_15 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14);
if (L_15)
{
goto IL_0009_1;
}
}
{
goto IL_0052;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0052:
{
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.LightCompiler/QuoteVisitor::PopParameters(System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.ParameterExpression>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteVisitor_PopParameters_m608713B0CFFB54DA0D4D0CF12F3E693A873D3FF9 (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, RuntimeObject* ___parameters0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m138267684D7A7440976E0CEAD363D568FBB39573_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mF8A3C0623B36B52EE049E25F2DB9BA7DAF7C4C30_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901_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);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_1 = NULL;
int32_t V_2 = 0;
{
RuntimeObject* L_0 = ___parameters0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.Linq.Expressions.ParameterExpression>::GetEnumerator() */, IEnumerable_1_t49C2F44B68A54E1D7F267F9CC6AEAE8497D42901_il2cpp_TypeInfo_var, L_0);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0048:
{// begin finally (depth: 1)
{
RuntimeObject* L_2 = V_0;
if (!L_2)
{
goto IL_0051;
}
}
{
RuntimeObject* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0051:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_003e_1;
}
IL_0009_1:
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_5;
L_5 = InterfaceFuncInvoker0< ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.Linq.Expressions.ParameterExpression>::get_Current() */, IEnumerator_1_t37447B48573C332019097A069DA0E6306275A3E4_il2cpp_TypeInfo_var, L_4);
V_1 = L_5;
Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_6 = __this->____definedParameters_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7 = V_1;
NullCheck(L_6);
int32_t L_8;
L_8 = Dictionary_2_get_Item_mF8A3C0623B36B52EE049E25F2DB9BA7DAF7C4C30(L_6, L_7, Dictionary_2_get_Item_mF8A3C0623B36B52EE049E25F2DB9BA7DAF7C4C30_RuntimeMethod_var);
V_2 = L_8;
int32_t L_9 = V_2;
if (L_9)
{
goto IL_002f_1;
}
}
{
Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_10 = __this->____definedParameters_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_11 = V_1;
NullCheck(L_10);
bool L_12;
L_12 = Dictionary_2_Remove_m138267684D7A7440976E0CEAD363D568FBB39573(L_10, L_11, Dictionary_2_Remove_m138267684D7A7440976E0CEAD363D568FBB39573_RuntimeMethod_var);
goto IL_003e_1;
}
IL_002f_1:
{
Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_13 = __this->____definedParameters_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_14 = V_1;
int32_t L_15 = V_2;
NullCheck(L_13);
Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340(L_13, L_14, ((int32_t)il2cpp_codegen_subtract(L_15, 1)), Dictionary_2_set_Item_mD39689899BBC00F0FB97B644218E9375D96A8340_RuntimeMethod_var);
}
IL_003e_1:
{
RuntimeObject* L_16 = V_0;
NullCheck(L_16);
bool L_17;
L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_16);
if (L_17)
{
goto IL_0009_1;
}
}
{
goto IL_0052;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0052:
{
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.LightCompiler/QuoteVisitor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteVisitor__ctor_m516DEE61E4C8777DB823820838B35EC5A8A0436B (QuoteVisitor_tAF65D5FC6B193B07A3D795C928F4E02DA518529F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m7BACCC01E3735A642DFAE3465142E0ADA417945A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69* L_0 = (Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69*)il2cpp_codegen_object_new(Dictionary_2_tBB429CD29D6F765D173E93E0F638CBF47BCE9A69_il2cpp_TypeInfo_var);
NullCheck(L_0);
Dictionary_2__ctor_m7BACCC01E3735A642DFAE3465142E0ADA417945A(L_0, Dictionary_2__ctor_m7BACCC01E3735A642DFAE3465142E0ADA417945A_RuntimeMethod_var);
__this->____definedParameters_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____definedParameters_0), (void*)L_0);
HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_1 = (HashSet_1_t068F5201D923072F46716204841D21328FE6218D*)il2cpp_codegen_object_new(HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var);
NullCheck(L_1);
HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B(L_1, HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B_RuntimeMethod_var);
__this->____hoistedParameters_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____hoistedParameters_1), (void*)L_1);
ExpressionVisitor__ctor_m2974B344C35DD823BDA6D6313DAE4C7F64541393(__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
// System.Void System.Linq.Expressions.Interpreter.LightCompiler/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mCB55D2C97E0651AE98AE08FF678C32F2C22BC786 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* L_0 = (U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1*)il2cpp_codegen_object_new(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_mF5D01DDD7340F5A4B557F12B3BBCDBC680C12A53(L_0, NULL);
((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.LightCompiler/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF5D01DDD7340F5A4B557F12B3BBCDBC680C12A53 (U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean System.Linq.Expressions.Interpreter.LightCompiler/<>c::<CompileSwitchExpression>b__56_0(System.Linq.Expressions.SwitchCase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CCompileSwitchExpressionU3Eb__56_0_m375DB4D095E3D75B1C9E242C3D350545FC0D9A80 (U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* __this, SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_All_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m7196B9F3D7B04CC599BF24F9B19279166F41E610_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CCompileSwitchExpressionU3Eb__56_1_mE8FD986067502272FFCF15C46D4925EB2E2B1C4A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* G_B2_0 = NULL;
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* G_B2_1 = NULL;
Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* G_B1_0 = NULL;
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* G_B1_1 = NULL;
{
SwitchCase_t997AED5EFE9B4F7D5A43C16515ADEE08B5A1572A* L_0 = ___c0;
NullCheck(L_0);
ReadOnlyCollection_1_t76DB6014D5D8866A0D28561F8D56D2303331614E* L_1;
L_1 = SwitchCase_get_TestValues_mD0D553215AD64A5FE09A7AC6BB8BA246E938AAE6_inline(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var);
Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* L_2 = ((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9__56_1_1;
Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* L_3 = L_2;
G_B1_0 = L_3;
G_B1_1 = L_1;
if (L_3)
{
G_B2_0 = L_3;
G_B2_1 = L_1;
goto IL_0025;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var);
U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* L_4 = ((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* L_5 = (Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957*)il2cpp_codegen_object_new(Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957_il2cpp_TypeInfo_var);
NullCheck(L_5);
Func_2__ctor_m16E37AA4C1A49A2D37ABCDB10B1E8093977238E3(L_5, L_4, (intptr_t)((void*)U3CU3Ec_U3CCompileSwitchExpressionU3Eb__56_1_mE8FD986067502272FFCF15C46D4925EB2E2B1C4A_RuntimeMethod_var), NULL);
Func_2_t4350879EC317815CBE0A9478C5A816CB21C8D957* L_6 = L_5;
((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9__56_1_1 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1_il2cpp_TypeInfo_var))->___U3CU3E9__56_1_1), (void*)L_6);
G_B2_0 = L_6;
G_B2_1 = G_B1_1;
}
IL_0025:
{
bool L_7;
L_7 = Enumerable_All_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m7196B9F3D7B04CC599BF24F9B19279166F41E610(G_B2_1, G_B2_0, Enumerable_All_TisExpression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_m7196B9F3D7B04CC599BF24F9B19279166F41E610_RuntimeMethod_var);
return L_7;
}
}
// System.Boolean System.Linq.Expressions.Interpreter.LightCompiler/<>c::<CompileSwitchExpression>b__56_1(System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CCompileSwitchExpressionU3Eb__56_1_mE8FD986067502272FFCF15C46D4925EB2E2B1C4A (U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___t0, 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;
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___t0;
return (bool)((!(((RuntimeObject*)(ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547*)((ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547*)IsInstClass((RuntimeObject*)L_0, ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
}
}
// System.Void System.Linq.Expressions.Interpreter.LightCompiler/<>c::<CompileNoLabelPush>b__101_0(System.Linq.Expressions.Interpreter.LightCompiler,System.Linq.Expressions.Expression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3CCompileNoLabelPushU3Eb__101_0_m07609A5493DFD831B2EDA50043D11632211231C3 (U3CU3Ec_t56D51953ED617FE5F26E2D938B24B603B3E38CF1* __this, LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* ___this0, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___e1, const RuntimeMethod* method)
{
{
LightCompiler_t024DD80D8FA59F9810C81AE0DA34734EBB90B07A* L_0 = ___this0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_1 = ___e1;
NullCheck(L_0);
LightCompiler_CompileNoLabelPush_m1E936396B34394C0148D51C61265772895DC894D(L_0, L_1, 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
// System.Void System.Linq.Expressions.Interpreter.ByRefUpdater::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87 (ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* __this, int32_t ___argumentIndex0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___argumentIndex0;
__this->___ArgumentIndex_0 = L_0;
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.ByRefUpdater::UndefineTemps(System.Linq.Expressions.Interpreter.InstructionList,System.Linq.Expressions.Interpreter.LocalVariables)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByRefUpdater_UndefineTemps_m4F114114D507686231DC30762F2EBE65ECE2FB9C (ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* __this, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___instructions0, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ___locals1, const RuntimeMethod* method)
{
{
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
// System.Void System.Linq.Expressions.Interpreter.ParameterByRefUpdater::.ctor(System.Linq.Expressions.Interpreter.LocalVariable,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterByRefUpdater__ctor_mB7175A637B3D822FF7936E57B762EC64A29D740D (ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11* __this, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ___parameter0, int32_t ___argumentIndex1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___argumentIndex1;
ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87(__this, L_0, NULL);
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_1 = ___parameter0;
__this->____parameter_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____parameter_1), (void*)L_1);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.ParameterByRefUpdater::Update(System.Linq.Expressions.Interpreter.InterpretedFrame,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterByRefUpdater_Update_mCF00D9EAF2482C90C748821D293DA2301ED4AEE2 (ParameterByRefUpdater_t72F918510E4D56055A52CFFB4589E445F6E41A11* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_0 = __this->____parameter_1;
NullCheck(L_0);
bool L_1;
L_1 = LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6(L_0, NULL);
if (!L_1)
{
goto IL_0026;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_3 = L_2->___Closure_8;
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_4 = __this->____parameter_1;
NullCheck(L_4);
int32_t L_5 = L_4->___Index_0;
NullCheck(L_3);
int32_t L_6 = L_5;
RuntimeObject* L_7 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
RuntimeObject* L_8 = ___value1;
NullCheck(L_7);
InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.Runtime.CompilerServices.IStrongBox::set_Value(System.Object) */, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, L_7, L_8);
return;
}
IL_0026:
{
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_9 = __this->____parameter_1;
NullCheck(L_9);
bool L_10;
L_10 = LocalVariable_get_IsBoxed_mD052E73492275BEB8A833C519B7B3AF54EBC13B8(L_9, NULL);
if (!L_10)
{
goto IL_0051;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_11 = ___frame0;
NullCheck(L_11);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11->___Data_7;
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_13 = __this->____parameter_1;
NullCheck(L_13);
int32_t L_14 = L_13->___Index_0;
NullCheck(L_12);
int32_t L_15 = L_14;
RuntimeObject* L_16 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
RuntimeObject* L_17 = ___value1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_16, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.Runtime.CompilerServices.IStrongBox::set_Value(System.Object) */, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_16, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)), L_17);
return;
}
IL_0051:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_18 = ___frame0;
NullCheck(L_18);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = L_18->___Data_7;
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_20 = __this->____parameter_1;
NullCheck(L_20);
int32_t L_21 = L_20->___Index_0;
RuntimeObject* L_22 = ___value1;
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_22);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (RuntimeObject*)L_22);
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
// System.Void System.Linq.Expressions.Interpreter.ArrayByRefUpdater::.ctor(System.Linq.Expressions.Interpreter.LocalDefinition,System.Linq.Expressions.Interpreter.LocalDefinition,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayByRefUpdater__ctor_m5F46FF1861992EAB92AD42B447AEFA47DAEC3F95 (ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844* __this, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___array0, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___index1, int32_t ___argumentIndex2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___argumentIndex2;
ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87(__this, L_0, NULL);
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_1 = ___array0;
__this->____array_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____array_1))->___U3CParameterU3Ek__BackingField_1), (void*)NULL);
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_2 = ___index1;
__this->____index_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->____index_2))->___U3CParameterU3Ek__BackingField_1), (void*)NULL);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.ArrayByRefUpdater::Update(System.Linq.Expressions.Interpreter.InterpretedFrame,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayByRefUpdater_Update_mBD2F7853765C4E445FF51FB32C9A6F3158C11467 (ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, RuntimeObject* ___value1, 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*)&RuntimeArray_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* L_2 = (&__this->____index_2);
int32_t L_3;
L_3 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline(L_2, NULL);
NullCheck(L_1);
int32_t L_4 = L_3;
RuntimeObject* L_5 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_0 = L_5;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___frame0;
NullCheck(L_6);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_6->___Data_7;
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* L_8 = (&__this->____array_1);
int32_t L_9;
L_9 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline(L_8, NULL);
NullCheck(L_7);
int32_t L_10 = L_9;
RuntimeObject* L_11 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
RuntimeObject* L_12 = ___value1;
RuntimeObject* L_13 = V_0;
NullCheck(((RuntimeArray*)CastclassClass((RuntimeObject*)L_11, RuntimeArray_il2cpp_TypeInfo_var)));
Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8(((RuntimeArray*)CastclassClass((RuntimeObject*)L_11, RuntimeArray_il2cpp_TypeInfo_var)), L_12, ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_13, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), NULL);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.ArrayByRefUpdater::UndefineTemps(System.Linq.Expressions.Interpreter.InstructionList,System.Linq.Expressions.Interpreter.LocalVariables)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayByRefUpdater_UndefineTemps_mEE0E7E82F8709594BBE6C1CA5815A9808F55A93E (ArrayByRefUpdater_t27945593497B91239E36429997E5FC128CA4C844* __this, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___instructions0, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ___locals1, const RuntimeMethod* method)
{
{
LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_0 = ___locals1;
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_1 = __this->____array_1;
InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_2 = ___instructions0;
NullCheck(L_2);
int32_t L_3;
L_3 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_2, NULL);
NullCheck(L_0);
LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_0, L_1, L_3, NULL);
LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_4 = ___locals1;
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_5 = __this->____index_2;
InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_6 = ___instructions0;
NullCheck(L_6);
int32_t L_7;
L_7 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_6, NULL);
NullCheck(L_4);
LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_4, L_5, L_7, 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
// System.Void System.Linq.Expressions.Interpreter.FieldByRefUpdater::.ctor(System.Nullable`1<System.Linq.Expressions.Interpreter.LocalDefinition>,System.Reflection.FieldInfo,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldByRefUpdater__ctor_m0C187A56A9FFCF954A63A387D3C3C03D0AB5AF6F (FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603* __this, Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ___obj0, FieldInfo_t* ___field1, int32_t ___argumentIndex2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___argumentIndex2;
ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87(__this, L_0, NULL);
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 L_1 = ___obj0;
__this->____object_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->____object_1))->___value_1))->___U3CParameterU3Ek__BackingField_1), (void*)NULL);
FieldInfo_t* L_2 = ___field1;
__this->____field_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____field_2), (void*)L_2);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.FieldByRefUpdater::Update(System.Linq.Expressions.Interpreter.InterpretedFrame,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldByRefUpdater_Update_mC5FA18E1050F7D3F4ED53BD96D534DD5C8CC6F4B (FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_1;
memset((&V_1), 0, sizeof(V_1));
RuntimeObject* G_B3_0 = NULL;
{
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_0 = (&__this->____object_1);
bool L_1;
L_1 = Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline(L_0, Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
if (!L_1)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_4 = (&__this->____object_1);
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_5;
L_5 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline(L_4, Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
V_1 = L_5;
int32_t L_6;
L_6 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_1), NULL);
NullCheck(L_3);
int32_t L_7 = L_6;
RuntimeObject* L_8 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
G_B3_0 = L_8;
goto IL_002a;
}
IL_0029:
{
G_B3_0 = NULL;
}
IL_002a:
{
V_0 = G_B3_0;
FieldInfo_t* L_9 = __this->____field_2;
RuntimeObject* L_10 = V_0;
RuntimeObject* L_11 = ___value1;
NullCheck(L_9);
FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C(L_9, L_10, L_11, NULL);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.FieldByRefUpdater::UndefineTemps(System.Linq.Expressions.Interpreter.InstructionList,System.Linq.Expressions.Interpreter.LocalVariables)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldByRefUpdater_UndefineTemps_mC33ECD44EB94E1DC5CB968B42EE908BB176C530E (FieldByRefUpdater_tC20D76F9FEADC13395438150C10C96974D9D4603* __this, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___instructions0, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ___locals1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_0 = (&__this->____object_1);
bool L_1;
L_1 = Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline(L_0, Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
if (!L_1)
{
goto IL_0024;
}
}
{
LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_2 = ___locals1;
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_3 = (&__this->____object_1);
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_4;
L_4 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline(L_3, Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_5 = ___instructions0;
NullCheck(L_5);
int32_t L_6;
L_6 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_5, NULL);
NullCheck(L_2);
LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_2, L_4, L_6, NULL);
}
IL_0024:
{
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
// System.Void System.Linq.Expressions.Interpreter.PropertyByRefUpdater::.ctor(System.Nullable`1<System.Linq.Expressions.Interpreter.LocalDefinition>,System.Reflection.PropertyInfo,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyByRefUpdater__ctor_m9FED566D3D6D8B5E12248CA4B4D00DC83BE1D7F4 (PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6* __this, Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ___obj0, PropertyInfo_t* ___property1, int32_t ___argumentIndex2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___argumentIndex2;
ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87(__this, L_0, NULL);
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 L_1 = ___obj0;
__this->____object_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->____object_1))->___value_1))->___U3CParameterU3Ek__BackingField_1), (void*)NULL);
PropertyInfo_t* L_2 = ___property1;
__this->____property_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____property_2), (void*)L_2);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.PropertyByRefUpdater::Update(System.Linq.Expressions.Interpreter.InterpretedFrame,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyByRefUpdater_Update_m47B03EE629D6868F87A31CC25C4912CD19FE838B (PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_1;
memset((&V_1), 0, sizeof(V_1));
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
RuntimeObject* G_B3_0 = NULL;
{
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_0 = (&__this->____object_1);
bool L_1;
L_1 = Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline(L_0, Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
if (!L_1)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_4 = (&__this->____object_1);
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_5;
L_5 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline(L_4, Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
V_1 = L_5;
int32_t L_6;
L_6 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_1), NULL);
NullCheck(L_3);
int32_t L_7 = L_6;
RuntimeObject* L_8 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
G_B3_0 = L_8;
goto IL_002a;
}
IL_0029:
{
G_B3_0 = NULL;
}
IL_002a:
{
V_0 = G_B3_0;
}
try
{// begin try (depth: 1)
PropertyInfo_t* L_9 = __this->____property_2;
RuntimeObject* L_10 = V_0;
RuntimeObject* L_11 = ___value1;
NullCheck(L_9);
PropertyInfo_SetValue_m67B3A509C7EB945C3DA97D096EF1231C805C92D3(L_9, L_10, L_11, NULL);
goto IL_0045;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_003a;
}
throw e;
}
CATCH_003a:
{// begin catch(System.Reflection.TargetInvocationException)
ExceptionHelpers_UnwrapAndRethrow_m4F1455C46F50C4D70489D82D44F1483AB1026F53(((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)), NULL);
Exception_t* L_12;
L_12 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&PropertyByRefUpdater_Update_m47B03EE629D6868F87A31CC25C4912CD19FE838B_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_0045:
{
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.PropertyByRefUpdater::UndefineTemps(System.Linq.Expressions.Interpreter.InstructionList,System.Linq.Expressions.Interpreter.LocalVariables)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyByRefUpdater_UndefineTemps_m4D546C74F3390FBDB159E14332863C4CC3AC8CBC (PropertyByRefUpdater_tF73C9E17AD2738CE0D42AD61A15B318928EF83F6* __this, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___instructions0, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ___locals1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_0 = (&__this->____object_1);
bool L_1;
L_1 = Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline(L_0, Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
if (!L_1)
{
goto IL_0024;
}
}
{
LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_2 = ___locals1;
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_3 = (&__this->____object_1);
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_4;
L_4 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline(L_3, Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_5 = ___instructions0;
NullCheck(L_5);
int32_t L_6;
L_6 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_5, NULL);
NullCheck(L_2);
LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_2, L_4, L_6, NULL);
}
IL_0024:
{
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
// System.Void System.Linq.Expressions.Interpreter.IndexMethodByRefUpdater::.ctor(System.Nullable`1<System.Linq.Expressions.Interpreter.LocalDefinition>,System.Linq.Expressions.Interpreter.LocalDefinition[],System.Reflection.MethodInfo,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexMethodByRefUpdater__ctor_mC44C5FB9EDF1BFAEF8C29E04DD6DBCB2C4326EA1 (IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049* __this, Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 ___obj0, LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* ___args1, MethodInfo_t* ___indexer2, int32_t ___argumentIndex3, const RuntimeMethod* method)
{
{
int32_t L_0 = ___argumentIndex3;
ByRefUpdater__ctor_mAD5690FEA4F211155417A7713E4D27BCB8AE9E87(__this, L_0, NULL);
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2 L_1 = ___obj0;
__this->____obj_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)&((&(((&__this->____obj_2))->___value_1))->___U3CParameterU3Ek__BackingField_1), (void*)NULL);
LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_2 = ___args1;
__this->____args_3 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____args_3), (void*)L_2);
MethodInfo_t* L_3 = ___indexer2;
__this->____indexer_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____indexer_1), (void*)L_3);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.IndexMethodByRefUpdater::Update(System.Linq.Expressions.Interpreter.InterpretedFrame,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexMethodByRefUpdater_Update_m48E4BF9D7365800BE44106682706CB5FCD00B2E4 (IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
RuntimeObject* V_1 = NULL;
int32_t V_2 = 0;
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_3;
memset((&V_3), 0, sizeof(V_3));
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
RuntimeObject* G_B6_0 = NULL;
{
LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_0 = __this->____args_3;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_0)->max_length)), 1)));
V_0 = L_1;
V_2 = 0;
goto IL_0033;
}
IL_0014:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = V_0;
int32_t L_3 = V_2;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
NullCheck(L_4);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4->___Data_7;
LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_6 = __this->____args_3;
int32_t L_7 = V_2;
NullCheck(L_6);
int32_t L_8;
L_8 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline(((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7))), NULL);
NullCheck(L_5);
int32_t L_9 = L_8;
RuntimeObject* L_10 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_10);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (RuntimeObject*)L_10);
int32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0033:
{
int32_t L_12 = V_2;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_0;
NullCheck(L_13);
if ((((int32_t)L_12) < ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_13)->max_length)), 1)))))
{
goto IL_0014;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = V_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = V_0;
NullCheck(L_15);
RuntimeObject* L_16 = ___value1;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_15)->max_length)), 1))), (RuntimeObject*)L_16);
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_17 = (&__this->____obj_2);
bool L_18;
L_18 = Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline(L_17, Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
if (!L_18)
{
goto IL_006c;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___frame0;
NullCheck(L_19);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = L_19->___Data_7;
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_21 = (&__this->____obj_2);
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_22;
L_22 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline(L_21, Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
V_3 = L_22;
int32_t L_23;
L_23 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_3), NULL);
NullCheck(L_20);
int32_t L_24 = L_23;
RuntimeObject* L_25 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
G_B6_0 = L_25;
goto IL_006d;
}
IL_006c:
{
G_B6_0 = NULL;
}
IL_006d:
{
V_1 = G_B6_0;
}
try
{// begin try (depth: 1)
MethodInfo_t* L_26 = __this->____indexer_1;
RuntimeObject* L_27 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_28 = V_0;
NullCheck(L_26);
RuntimeObject* L_29;
L_29 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_26, L_27, L_28, NULL);
goto IL_0089;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_007e;
}
throw e;
}
CATCH_007e:
{// begin catch(System.Reflection.TargetInvocationException)
ExceptionHelpers_UnwrapAndRethrow_m4F1455C46F50C4D70489D82D44F1483AB1026F53(((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)), NULL);
Exception_t* L_30;
L_30 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IndexMethodByRefUpdater_Update_m48E4BF9D7365800BE44106682706CB5FCD00B2E4_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_0089:
{
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.IndexMethodByRefUpdater::UndefineTemps(System.Linq.Expressions.Interpreter.InstructionList,System.Linq.Expressions.Interpreter.LocalVariables)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexMethodByRefUpdater_UndefineTemps_mAB7DB1B36FD4452104223B7271C0764ADADBCEDE (IndexMethodByRefUpdater_t83E4AE3E4B0E84AB435FD4D3D63CFDE6BC71E049* __this, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___instructions0, LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* ___locals1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_0 = (&__this->____obj_2);
bool L_1;
L_1 = Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_inline(L_0, Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_RuntimeMethod_var);
if (!L_1)
{
goto IL_0024;
}
}
{
LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_2 = ___locals1;
Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* L_3 = (&__this->____obj_2);
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_4;
L_4 = Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_inline(L_3, Nullable_1_GetValueOrDefault_mFC1FB968FA8CE501A6D56C657FEDAE97DA941D1F_RuntimeMethod_var);
InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_5 = ___instructions0;
NullCheck(L_5);
int32_t L_6;
L_6 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_5, NULL);
NullCheck(L_2);
LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_2, L_4, L_6, NULL);
}
IL_0024:
{
V_0 = 0;
goto IL_0044;
}
IL_0028:
{
LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* L_7 = ___locals1;
LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_8 = __this->____args_3;
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = L_9;
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_12 = ___instructions0;
NullCheck(L_12);
int32_t L_13;
L_13 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_12, NULL);
NullCheck(L_7);
LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B(L_7, L_11, L_13, NULL);
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_0044:
{
int32_t L_15 = V_0;
LocalDefinitionU5BU5D_tE2AEBDCD1C209B76F74C1A118B36CCD165B1563E* L_16 = __this->____args_3;
NullCheck(L_16);
if ((((int32_t)L_15) < ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))
{
goto IL_0028;
}
}
{
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
// System.Void System.Linq.Expressions.Interpreter.LightDelegateCreator::.ctor(System.Linq.Expressions.Interpreter.Interpreter,System.Linq.Expressions.LambdaExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightDelegateCreator__ctor_m35DD9C4A942AB5F3ADB7C78251B64CFB5996F018 (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___interpreter0, LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* ___lambda1, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = ___interpreter0;
__this->___U3CInterpreterU3Ek__BackingField_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CInterpreterU3Ek__BackingField_1), (void*)L_0);
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_1 = ___lambda1;
__this->____lambda_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____lambda_0), (void*)L_1);
return;
}
}
// System.Linq.Expressions.Interpreter.Interpreter System.Linq.Expressions.Interpreter.LightDelegateCreator::get_Interpreter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* LightDelegateCreator_get_Interpreter_m67081EFC5128F2FCBDC5306DEC0E513A21FBDFD8 (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, const RuntimeMethod* method)
{
{
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->___U3CInterpreterU3Ek__BackingField_1;
return L_0;
}
}
// System.Delegate System.Linq.Expressions.Interpreter.LightDelegateCreator::CreateDelegate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightDelegateCreator_CreateDelegate_m3EFFBA9C9BE4F079674563B48C1DA9CDE7F77C68 (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, const RuntimeMethod* method)
{
{
Delegate_t* L_0;
L_0 = LightDelegateCreator_CreateDelegate_m8B7FD1B579E53A5370C8E0EDB568207E09A0D506(__this, (IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F*)NULL, NULL);
return L_0;
}
}
// System.Delegate System.Linq.Expressions.Interpreter.LightDelegateCreator::CreateDelegate(System.Runtime.CompilerServices.IStrongBox[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightDelegateCreator_CreateDelegate_m8B7FD1B579E53A5370C8E0EDB568207E09A0D506 (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___closure0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_0 = ___closure0;
LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* L_1 = (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5*)il2cpp_codegen_object_new(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
NullCheck(L_1);
LightLambda__ctor_mB6316F7CCF8E66199DAE0ED990792904E48DDBBE(L_1, __this, L_0, NULL);
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_2 = __this->____lambda_0;
NullCheck(L_2);
Type_t* L_3;
L_3 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_2);
NullCheck(L_1);
Delegate_t* L_4;
L_4 = LightLambda_MakeDelegate_m2EC66B97B8B12E071F5849EBD3504BCEB47208FE(L_1, L_3, NULL);
return L_4;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.LightLambda::RunVoid0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightLambda_RunVoid0_mC74DE90D3B86651A74AC3D4DC13C532578E36886 (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, const RuntimeMethod* method)
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0;
L_0 = LightLambda_MakeFrame_m29F9619223268C53C2A836412BBF7D9C8501D526(__this, NULL);
V_0 = L_0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_1 = V_0;
NullCheck(L_1);
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2;
L_2 = InterpretedFrame_Enter_m248E9FC91D11BE79F8379C95B7175B4B96D6D57E(L_1, NULL);
V_1 = L_2;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001c:
{// begin finally (depth: 1)
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = V_0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = V_1;
NullCheck(L_3);
InterpretedFrame_Leave_mDE0116DD74316A6F097AD2A1C8E41BFBFAF2BA2C(L_3, L_4, NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_5 = __this->____interpreter_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = V_0;
NullCheck(L_5);
Interpreter_Run_m3439B4605F2EFC6D3B8E140D6DBEFD53D91D1F4E(L_5, L_6, NULL);
goto IL_0024;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0024:
{
return;
}
}
// System.Delegate System.Linq.Expressions.Interpreter.LightLambda::MakeRunVoid0(System.Linq.Expressions.Interpreter.LightLambda)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightLambda_MakeRunVoid0_mAE596E1E66732DA8D6E5ED9E10D70BFA7F57B837 (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* ___lambda0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_RunVoid0_mC74DE90D3B86651A74AC3D4DC13C532578E36886_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* L_0 = ___lambda0;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_1);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_1, L_0, (intptr_t)((void*)LightLambda_RunVoid0_mC74DE90D3B86651A74AC3D4DC13C532578E36886_RuntimeMethod_var), NULL);
return L_1;
}
}
// System.Void System.Linq.Expressions.Interpreter.LightLambda::.ctor(System.Linq.Expressions.Interpreter.LightDelegateCreator,System.Runtime.CompilerServices.IStrongBox[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightLambda__ctor_mB6316F7CCF8E66199DAE0ED990792904E48DDBBE (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ___delegateCreator0, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___closure1, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_0 = ___delegateCreator0;
__this->____delegateCreator_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____delegateCreator_3), (void*)L_0);
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_1 = ___closure1;
__this->____closure_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____closure_0), (void*)L_1);
LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_2 = ___delegateCreator0;
NullCheck(L_2);
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_3;
L_3 = LightDelegateCreator_get_Interpreter_m67081EFC5128F2FCBDC5306DEC0E513A21FBDFD8_inline(L_2, NULL);
__this->____interpreter_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____interpreter_1), (void*)L_3);
return;
}
}
// System.String System.Linq.Expressions.Interpreter.LightLambda::get_DebugView()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LightLambda_get_DebugView_mEEC7EFBB329CA9E3EFD65728A492B9B2028EF673 (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->____interpreter_1;
DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* L_1 = (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB*)il2cpp_codegen_object_new(DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB_il2cpp_TypeInfo_var);
NullCheck(L_1);
DebugViewPrinter__ctor_mB79E43077623B2C07C06A568D17B892AD334857B(L_1, L_0, NULL);
NullCheck(L_1);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
return L_2;
}
}
// System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate> System.Linq.Expressions.Interpreter.LightLambda::GetRunDelegateCtor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* LightLambda_GetRunDelegateCtor_mA2E4A99855722FB681DD31AE7BFD95251D00BEEF (Type_t* ___delegateType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CacheDict_2_TryGetValue_m9458B7F7373F92890CF6BDF610E3A9289D227930_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* V_0 = NULL;
bool V_1 = false;
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* V_2 = NULL;
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* V_3 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_0 = ((LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields*)il2cpp_codegen_static_fields_for(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var))->____runCache_2;
V_0 = L_0;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_002c:
{// begin finally (depth: 1)
{
bool L_1 = V_1;
if (!L_1)
{
goto IL_0035;
}
}
{
CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_2 = V_0;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_2, NULL);
}
IL_0035:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_3 = V_0;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_3, (&V_1), NULL);
il2cpp_codegen_runtime_class_init_inline(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_4 = ((LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields*)il2cpp_codegen_static_fields_for(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var))->____runCache_2;
Type_t* L_5 = ___delegateType0;
NullCheck(L_4);
bool L_6;
L_6 = CacheDict_2_TryGetValue_m9458B7F7373F92890CF6BDF610E3A9289D227930(L_4, L_5, (&V_2), CacheDict_2_TryGetValue_m9458B7F7373F92890CF6BDF610E3A9289D227930_RuntimeMethod_var);
if (!L_6)
{
goto IL_0023_1;
}
}
{
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_7 = V_2;
V_3 = L_7;
goto IL_0036;
}
IL_0023_1:
{
Type_t* L_8 = ___delegateType0;
il2cpp_codegen_runtime_class_init_inline(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_9;
L_9 = LightLambda_MakeRunDelegateCtor_m72886727E6497397F1ACDEDB28548191864E51DC(L_8, NULL);
V_3 = L_9;
goto IL_0036;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0036:
{
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_10 = V_3;
return L_10;
}
}
// System.Func`2<System.Linq.Expressions.Interpreter.LightLambda,System.Delegate> System.Linq.Expressions.Interpreter.LightLambda::MakeRunDelegateCtor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* LightLambda_MakeRunDelegateCtor_m72886727E6497397F1ACDEDB28548191864E51DC (Type_t* ___delegateType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_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*)&U3CU3Ec__DisplayClass74_0_U3CMakeRunDelegateCtorU3Eb__0_m823FC5D46C951444206C324C201FAFF87426DEE1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral052C17E9D6BC1FE3DB31F3277AED6D12A2C6BDAC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B22D7E60DEDC09DDAFBD8D0F0CC44639140A60B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37C8DC512CCF8C5643EF4A8BC484C4F29F2C958D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE32C6B0CF9CF4BB0B7B861B9106DBBFEFDA8415E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB47E2E1B1E2838D848B24BA7FEA5D7AE5D9714A);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* V_0 = NULL;
MethodInfo_t* V_1 = NULL;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_2 = NULL;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_3 = NULL;
String_t* V_4 = NULL;
MethodInfo_t* V_5 = NULL;
int32_t V_6 = 0;
MethodInfo_t* V_7 = NULL;
int32_t V_8 = 0;
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* V_9 = NULL;
U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* G_B23_0 = NULL;
U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* G_B22_0 = NULL;
MethodInfo_t* G_B24_0 = NULL;
U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* G_B24_1 = NULL;
{
U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_0 = (U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__DisplayClass74_0__ctor_mB2F4D370F4D863D4FE37338E35E8FC540197167D(L_0, NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_1 = V_0;
Type_t* L_2 = ___delegateType0;
NullCheck(L_1);
L_1->___delegateType_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___delegateType_1), (void*)L_2);
U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_3 = V_0;
NullCheck(L_3);
Type_t* L_4 = L_3->___delegateType_1;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
MethodInfo_t* L_5;
L_5 = TypeUtils_GetInvokeMethod_m714B032EF49FBD2DB6F67188E15B8B0B841D7F3B(L_4, NULL);
V_1 = L_5;
MethodInfo_t* L_6 = V_1;
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_7;
L_7 = TypeExtensions_GetParametersCached_m9AB554D11E2AF889DE83C3F10F0CC312688EEA56(L_6, NULL);
V_2 = L_7;
V_4 = _stringLiteral052C17E9D6BC1FE3DB31F3277AED6D12A2C6BDAC;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_8 = V_2;
NullCheck(L_8);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))) < ((int32_t)((int32_t)16))))
{
goto IL_0030;
}
}
{
return (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*)NULL;
}
IL_0030:
{
MethodInfo_t* L_9 = V_1;
NullCheck(L_9);
Type_t* L_10;
L_10 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_9);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_11 = { reinterpret_cast<intptr_t> (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_12;
L_12 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_11, NULL);
bool L_13;
L_13 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_10, L_12, NULL);
if (!L_13)
{
goto IL_0060;
}
}
{
String_t* L_14 = V_4;
String_t* L_15;
L_15 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_14, _stringLiteralE32C6B0CF9CF4BB0B7B861B9106DBBFEFDA8415E, NULL);
V_4 = L_15;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_16 = V_2;
NullCheck(L_16);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_17 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)));
V_3 = L_17;
goto IL_0078;
}
IL_0060:
{
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_18 = V_2;
NullCheck(L_18);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_19 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_18)->max_length)), 1)));
V_3 = L_19;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_20 = V_3;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_21 = V_3;
NullCheck(L_21);
MethodInfo_t* L_22 = V_1;
NullCheck(L_22);
Type_t* L_23;
L_23 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_22);
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_23);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_21)->max_length)), 1))), (Type_t*)L_23);
}
IL_0078:
{
MethodInfo_t* L_24 = V_1;
NullCheck(L_24);
Type_t* L_25;
L_25 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_24);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_26 = { reinterpret_cast<intptr_t> (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_27;
L_27 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_26, NULL);
bool L_28;
L_28 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_25, L_27, NULL);
if (!L_28)
{
goto IL_00f0;
}
}
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_29 = V_3;
NullCheck(L_29);
if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))) == ((uint32_t)2))))
{
goto IL_00f0;
}
}
{
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_30 = V_2;
NullCheck(L_30);
int32_t L_31 = 0;
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_32 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
NullCheck(L_32);
Type_t* L_33;
L_33 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_32);
NullCheck(L_33);
bool L_34;
L_34 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_33, NULL);
if (!L_34)
{
goto IL_00f0;
}
}
{
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_35 = V_2;
NullCheck(L_35);
int32_t L_36 = 1;
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_37 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
NullCheck(L_37);
Type_t* L_38;
L_38 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_37);
NullCheck(L_38);
bool L_39;
L_39 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_38, NULL);
if (!L_39)
{
goto IL_00f0;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_40 = { reinterpret_cast<intptr_t> (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_41;
L_41 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_40, NULL);
NullCheck(L_41);
MethodInfo_t* L_42;
L_42 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_41, _stringLiteral37C8DC512CCF8C5643EF4A8BC484C4F29F2C958D, ((int32_t)36), NULL);
V_5 = L_42;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_43 = V_3;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_44 = V_2;
NullCheck(L_44);
int32_t L_45 = 0;
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_46 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
NullCheck(L_46);
Type_t* L_47;
L_47 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_46);
NullCheck(L_47);
Type_t* L_48;
L_48 = VirtualFuncInvoker0< Type_t* >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_47);
NullCheck(L_43);
ArrayElementTypeCheck (L_43, L_48);
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_48);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_49 = V_3;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_50 = V_2;
NullCheck(L_50);
int32_t L_51 = 1;
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_52 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
NullCheck(L_52);
Type_t* L_53;
L_53 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_52);
NullCheck(L_53);
Type_t* L_54;
L_54 = VirtualFuncInvoker0< Type_t* >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_53);
NullCheck(L_49);
ArrayElementTypeCheck (L_49, L_54);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t*)L_54);
goto IL_01ee;
}
IL_00f0:
{
MethodInfo_t* L_55 = V_1;
NullCheck(L_55);
Type_t* L_56;
L_56 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_55);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_57 = { reinterpret_cast<intptr_t> (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_58;
L_58 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_57, NULL);
bool L_59;
L_59 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_56, L_58, NULL);
if (!L_59)
{
goto IL_0128;
}
}
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_60 = V_3;
NullCheck(L_60);
if ((((RuntimeArray*)L_60)->max_length))
{
goto IL_0128;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_61 = { reinterpret_cast<intptr_t> (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_62;
L_62 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_61, NULL);
NullCheck(L_62);
MethodInfo_t* L_63;
L_63 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_62, _stringLiteralEB47E2E1B1E2838D848B24BA7FEA5D7AE5D9714A, ((int32_t)36), NULL);
V_5 = L_63;
goto IL_01ee;
}
IL_0128:
{
V_6 = 0;
goto IL_014d;
}
IL_012d:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_64 = V_3;
int32_t L_65 = V_6;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_66 = V_2;
int32_t L_67 = V_6;
NullCheck(L_66);
int32_t L_68 = L_67;
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_69 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
NullCheck(L_69);
Type_t* L_70;
L_70 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_69);
NullCheck(L_64);
ArrayElementTypeCheck (L_64, L_70);
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(L_65), (Type_t*)L_70);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_71 = V_3;
int32_t L_72 = V_6;
NullCheck(L_71);
int32_t L_73 = L_72;
Type_t* L_74 = (L_71)->GetAt(static_cast<il2cpp_array_size_t>(L_73));
NullCheck(L_74);
bool L_75;
L_75 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_74, NULL);
if (!L_75)
{
goto IL_0147;
}
}
{
return (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*)NULL;
}
IL_0147:
{
int32_t L_76 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add(L_76, 1));
}
IL_014d:
{
int32_t L_77 = V_6;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_78 = V_2;
NullCheck(L_78);
if ((((int32_t)L_77) < ((int32_t)((int32_t)(((RuntimeArray*)L_78)->max_length)))))
{
goto IL_012d;
}
}
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_79 = V_3;
Type_t* L_80;
L_80 = DelegateHelpers_MakeDelegate_m66B485AE73FD24D5BBF2F6EF573C5B80CC54A53A(L_79, NULL);
U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_81 = V_0;
NullCheck(L_81);
Type_t* L_82 = L_81->___delegateType_1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_83;
L_83 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_80, L_82, NULL);
if (!L_83)
{
goto IL_01c8;
}
}
{
String_t* L_84 = V_4;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_85 = V_2;
NullCheck(L_85);
V_8 = ((int32_t)(((RuntimeArray*)L_85)->max_length));
String_t* L_86;
L_86 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_8), NULL);
String_t* L_87;
L_87 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteral0B22D7E60DEDC09DDAFBD8D0F0CC44639140A60B, L_84, L_86, NULL);
V_4 = L_87;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_88 = { reinterpret_cast<intptr_t> (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_89;
L_89 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_88, NULL);
String_t* L_90 = V_4;
NullCheck(L_89);
MethodInfo_t* L_91;
L_91 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_89, L_90, ((int32_t)40), NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_92 = V_3;
NullCheck(L_91);
MethodInfo_t* L_93;
L_93 = VirtualFuncInvoker1< MethodInfo_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(43 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, L_91, L_92);
V_7 = L_93;
il2cpp_codegen_runtime_class_init_inline(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_94 = ((LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields*)il2cpp_codegen_static_fields_for(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var))->____runCache_2;
U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_95 = V_0;
NullCheck(L_95);
Type_t* L_96 = L_95->___delegateType_1;
MethodInfo_t* L_97 = V_7;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_98 = { reinterpret_cast<intptr_t> (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_0_0_0_var) };
Type_t* L_99;
L_99 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_98, NULL);
NullCheck(L_97);
Delegate_t* L_100;
L_100 = VirtualFuncInvoker1< Delegate_t*, Type_t* >::Invoke(45 /* System.Delegate System.Reflection.MethodInfo::CreateDelegate(System.Type) */, L_97, L_99);
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_101 = ((Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*)Castclass((RuntimeObject*)L_100, Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_il2cpp_TypeInfo_var));
V_9 = L_101;
NullCheck(L_94);
CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D(L_94, L_96, L_101, CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D_RuntimeMethod_var);
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_102 = V_9;
return L_102;
}
IL_01c8:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_103 = { reinterpret_cast<intptr_t> (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_104;
L_104 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_103, NULL);
String_t* L_105 = V_4;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_106 = V_2;
NullCheck(L_106);
V_8 = ((int32_t)(((RuntimeArray*)L_106)->max_length));
String_t* L_107;
L_107 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_8), NULL);
String_t* L_108;
L_108 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_105, L_107, NULL);
NullCheck(L_104);
MethodInfo_t* L_109;
L_109 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_104, L_108, ((int32_t)36), NULL);
V_5 = L_109;
}
IL_01ee:
{
U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_110 = V_0;
MethodInfo_t* L_111 = V_5;
NullCheck(L_111);
bool L_112;
L_112 = VirtualFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethodDefinition() */, L_111);
G_B22_0 = L_110;
if (L_112)
{
G_B23_0 = L_110;
goto IL_01fc;
}
}
{
MethodInfo_t* L_113 = V_5;
G_B24_0 = L_113;
G_B24_1 = G_B22_0;
goto IL_0204;
}
IL_01fc:
{
MethodInfo_t* L_114 = V_5;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_115 = V_3;
NullCheck(L_114);
MethodInfo_t* L_116;
L_116 = VirtualFuncInvoker1< MethodInfo_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(43 /* System.Reflection.MethodInfo System.Reflection.MethodInfo::MakeGenericMethod(System.Type[]) */, L_114, L_115);
G_B24_0 = L_116;
G_B24_1 = G_B23_0;
}
IL_0204:
{
NullCheck(G_B24_1);
G_B24_1->___targetMethod_0 = G_B24_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B24_1->___targetMethod_0), (void*)G_B24_0);
il2cpp_codegen_runtime_class_init_inline(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_117 = ((LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields*)il2cpp_codegen_static_fields_for(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var))->____runCache_2;
U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_118 = V_0;
NullCheck(L_118);
Type_t* L_119 = L_118->___delegateType_1;
U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* L_120 = V_0;
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_121 = (Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5*)il2cpp_codegen_object_new(Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5_il2cpp_TypeInfo_var);
NullCheck(L_121);
Func_2__ctor_m919EBDCC21C6415BAA8906FAAE299C855EC47A8E(L_121, L_120, (intptr_t)((void*)U3CU3Ec__DisplayClass74_0_U3CMakeRunDelegateCtorU3Eb__0_m823FC5D46C951444206C324C201FAFF87426DEE1_RuntimeMethod_var), NULL);
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_122 = L_121;
V_9 = L_122;
NullCheck(L_117);
CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D(L_117, L_119, L_122, CacheDict_2_set_Item_m6C59322A37B45F5FF0CE06243F70DA922ABD673D_RuntimeMethod_var);
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_123 = V_9;
return L_123;
}
}
// System.Delegate System.Linq.Expressions.Interpreter.LightLambda::CreateCustomDelegate(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightLambda_CreateCustomDelegate_m24F7A648CF1C6C1A4F7EBDDC90E912900407F24F (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, Type_t* ___delegateType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_Run_m9B05B9E70E6E5D55FFFAFF49A05BDCD4DC83C97E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m3292C2AE705BAEA2EC4A03FEAEFFF6944C7BA630_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mEBDF6B4FD26C1A24C4771845DA76DF00D93F8E36_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_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*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E301476797C16CDBADD440A767686B998DD3EEE);
s_Il2CppMethodInitialized = true;
}
MethodInfo_t* V_0 = NULL;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* V_1 = NULL;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* V_2 = NULL;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* V_3 = NULL;
bool V_4 = false;
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* V_5 = NULL;
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* V_6 = NULL;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_7 = NULL;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_8 = NULL;
int32_t V_9 = 0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* V_10 = NULL;
List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12* V_11 = NULL;
int32_t V_12 = 0;
int32_t G_B4_0 = 0;
{
Type_t* L_0 = ___delegateType0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
MethodInfo_t* L_1;
L_1 = TypeUtils_GetInvokeMethod_m714B032EF49FBD2DB6F67188E15B8B0B841D7F3B(L_0, NULL);
V_0 = L_1;
MethodInfo_t* L_2 = V_0;
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_3;
L_3 = TypeExtensions_GetParametersCached_m9AB554D11E2AF889DE83C3F10F0CC312688EEA56(L_2, NULL);
V_1 = L_3;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_4 = V_1;
NullCheck(L_4);
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_5 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)));
V_2 = L_5;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_6 = V_1;
NullCheck(L_6);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_7 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)));
V_3 = L_7;
V_4 = (bool)0;
V_9 = 0;
goto IL_0079;
}
IL_0028:
{
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_8 = V_1;
int32_t L_9 = V_9;
NullCheck(L_8);
int32_t L_10 = L_9;
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
NullCheck(L_11);
Type_t* L_12;
L_12 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_11);
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_13 = V_1;
int32_t L_14 = V_9;
NullCheck(L_13);
int32_t L_15 = L_14;
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
NullCheck(L_16);
String_t* L_17;
L_17 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Reflection.ParameterInfo::get_Name() */, L_16);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_18;
L_18 = Expression_Parameter_mE65CB09BF5121B5F7079555CED44FEB5B057F318(L_12, L_17, NULL);
V_10 = L_18;
bool L_19 = V_4;
if (L_19)
{
goto IL_0055;
}
}
{
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_20 = V_1;
int32_t L_21 = V_9;
NullCheck(L_20);
int32_t L_22 = L_21;
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
NullCheck(L_23);
Type_t* L_24;
L_24 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_23);
NullCheck(L_24);
bool L_25;
L_25 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_24, NULL);
G_B4_0 = ((int32_t)(L_25));
goto IL_0056;
}
IL_0055:
{
G_B4_0 = 1;
}
IL_0056:
{
V_4 = (bool)G_B4_0;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_26 = V_2;
int32_t L_27 = V_9;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_28 = V_10;
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_28);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(L_27), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_28);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_29 = V_3;
int32_t L_30 = V_9;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_31 = V_10;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_32 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_33;
L_33 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_32, NULL);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_34;
L_34 = Expression_Convert_mE26A8F02EF729CCAE06E809F30227B4195B3C392(L_31, L_33, NULL);
NullCheck(L_29);
ArrayElementTypeCheck (L_29, L_34);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(L_30), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_34);
int32_t L_35 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_35, 1));
}
IL_0079:
{
int32_t L_36 = V_9;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_37 = V_1;
NullCheck(L_37);
if ((((int32_t)L_36) < ((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))))
{
goto IL_0028;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_38 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_39;
L_39 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_38, NULL);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_40 = V_3;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_41;
L_41 = Expression_NewArrayInit_m3CF2EFA6E6716C6188AB8C3EFCC079A4A8348C3D(L_39, L_40, NULL);
V_5 = L_41;
Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A* L_42 = (Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A*)il2cpp_codegen_object_new(Func_2_tDF54C067A76CC031380FDC1CAD2344D51038CC7A_il2cpp_TypeInfo_var);
NullCheck(L_42);
Func_2__ctor_m84415336F8D908293EB9A1EA849A76A2B2D8EA7C(L_42, __this, (intptr_t)((void*)LightLambda_Run_m9B05B9E70E6E5D55FFFAFF49A05BDCD4DC83C97E_RuntimeMethod_var), NULL);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_43;
L_43 = Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D(L_42, NULL);
V_6 = L_43;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_44 = { reinterpret_cast<intptr_t> (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_0_0_0_var) };
Type_t* L_45;
L_45 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_44, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_46;
L_46 = Expression_Parameter_mE65CB09BF5121B5F7079555CED44FEB5B057F318(L_45, _stringLiteral0E301476797C16CDBADD440A767686B998DD3EEE, NULL);
V_7 = L_46;
MethodInfo_t* L_47 = V_0;
NullCheck(L_47);
Type_t* L_48;
L_48 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_47);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_49 = { reinterpret_cast<intptr_t> (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) };
Type_t* L_50;
L_50 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_49, NULL);
bool L_51;
L_51 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_48, L_50, NULL);
if (!L_51)
{
goto IL_00f7;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_52 = { reinterpret_cast<intptr_t> (Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_53;
L_53 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_52, NULL);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_54 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var, (uint32_t)1);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_55 = L_54;
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_56 = V_6;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_57 = V_7;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_58;
L_58 = Expression_Invoke_mE6303F181A8F69C2BFA3DA47E24791378BCE9B60(L_56, L_57, NULL);
NullCheck(L_55);
ArrayElementTypeCheck (L_55, L_58);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(0), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_58);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_59;
L_59 = Expression_Block_m9513BF805649F4AFED40A03C025B93B8F9A9FD45(L_53, L_55, NULL);
V_8 = L_59;
goto IL_010d;
}
IL_00f7:
{
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_60 = V_6;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_61 = V_7;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
InvocationExpression_tF4C0B5632B50926D11160CAFFD8703065C1F2B27* L_62;
L_62 = Expression_Invoke_mE6303F181A8F69C2BFA3DA47E24791378BCE9B60(L_60, L_61, NULL);
MethodInfo_t* L_63 = V_0;
NullCheck(L_63);
Type_t* L_64;
L_64 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_63);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_65;
L_65 = Expression_Convert_mE26A8F02EF729CCAE06E809F30227B4195B3C392(L_62, L_64, NULL);
V_8 = L_65;
}
IL_010d:
{
bool L_66 = V_4;
if (!L_66)
{
goto IL_0196;
}
}
{
List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12* L_67 = (List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12*)il2cpp_codegen_object_new(List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12_il2cpp_TypeInfo_var);
NullCheck(L_67);
List_1__ctor_mEBDF6B4FD26C1A24C4771845DA76DF00D93F8E36(L_67, List_1__ctor_mEBDF6B4FD26C1A24C4771845DA76DF00D93F8E36_RuntimeMethod_var);
V_11 = L_67;
V_12 = 0;
goto IL_0175;
}
IL_0120:
{
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_68 = V_1;
int32_t L_69 = V_12;
NullCheck(L_68);
int32_t L_70 = L_69;
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
NullCheck(L_71);
Type_t* L_72;
L_72 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_71);
NullCheck(L_72);
bool L_73;
L_73 = Type_get_IsByRef_mA417B3C05E39BCF8F21A2B6437A1B41D3BE638A4(L_72, NULL);
if (!L_73)
{
goto IL_016f;
}
}
{
List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12* L_74 = V_11;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_75 = V_2;
int32_t L_76 = V_12;
NullCheck(L_75);
int32_t L_77 = L_76;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_78 = (L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_77));
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_79 = V_7;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_80 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var, (uint32_t)1);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_81 = L_80;
int32_t L_82 = V_12;
int32_t L_83 = L_82;
RuntimeObject* L_84 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_83);
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_85;
L_85 = Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D(L_84, NULL);
NullCheck(L_81);
ArrayElementTypeCheck (L_81, L_85);
(L_81)->SetAt(static_cast<il2cpp_array_size_t>(0), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_85);
IndexExpression_t3EE6D9B088DD1886D3206BBB603C988A4B817347* L_86;
L_86 = Expression_ArrayAccess_m3DD0CB577747F7DC9A4998BC84FF4D40DD4C0735(L_79, L_81, NULL);
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_87 = V_1;
int32_t L_88 = V_12;
NullCheck(L_87);
int32_t L_89 = L_88;
ParameterInfo_tBC2D68304851A59EFB2EAE6B168714CD45445F2F* L_90 = (L_87)->GetAt(static_cast<il2cpp_array_size_t>(L_89));
NullCheck(L_90);
Type_t* L_91;
L_91 = VirtualFuncInvoker0< Type_t* >::Invoke(11 /* System.Type System.Reflection.ParameterInfo::get_ParameterType() */, L_90);
NullCheck(L_91);
Type_t* L_92;
L_92 = VirtualFuncInvoker0< Type_t* >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_91);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_93;
L_93 = Expression_Convert_mE26A8F02EF729CCAE06E809F30227B4195B3C392(L_86, L_92, NULL);
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_94;
L_94 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_78, L_93, NULL);
NullCheck(L_74);
List_1_Add_m3292C2AE705BAEA2EC4A03FEAEFFF6944C7BA630_inline(L_74, L_94, List_1_Add_m3292C2AE705BAEA2EC4A03FEAEFFF6944C7BA630_RuntimeMethod_var);
}
IL_016f:
{
int32_t L_95 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add(L_95, 1));
}
IL_0175:
{
int32_t L_96 = V_12;
ParameterInfoU5BU5D_t86995AB4A1693393FE29B058CC3FD727DF0B984C* L_97 = V_1;
NullCheck(L_97);
if ((((int32_t)L_96) < ((int32_t)((int32_t)(((RuntimeArray*)L_97)->max_length)))))
{
goto IL_0120;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_98 = V_8;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_99 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var))) };
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
Type_t* L_100;
L_100 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_99, NULL);
List_1_t524F15630B4A5299BDAEE32BE5601C18F0992C12* L_101 = V_11;
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var)));
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_102;
L_102 = Expression_Block_m1A2E0FC2C9EFFC3F6D4C3A5172C7558312E6F85C(L_100, L_101, NULL);
TryExpression_t2B12A2235D60735717434CCAB121609D07D98574* L_103;
L_103 = Expression_TryFinally_mB4E93949A4F096C39859164BA86CF6440920E3BD(L_98, L_102, NULL);
V_8 = L_103;
}
IL_0196:
{
MethodInfo_t* L_104 = V_0;
NullCheck(L_104);
Type_t* L_105;
L_105 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_104);
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_106 = (ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)(ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C_il2cpp_TypeInfo_var)), (uint32_t)1);
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_107 = L_106;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_108 = V_7;
NullCheck(L_107);
ArrayElementTypeCheck (L_107, L_108);
(L_107)->SetAt(static_cast<il2cpp_array_size_t>(0), (ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_108);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_109 = (ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)(ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F_il2cpp_TypeInfo_var)), (uint32_t)2);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_110 = L_109;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_111 = V_7;
NewArrayExpression_t456788ECCA135056C26BDD0CB8DE88D32D1EFD5E* L_112 = V_5;
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var)));
BinaryExpression_t4D7BC929A5BBC587BBC045505C9029557B8D32B4* L_113;
L_113 = Expression_Assign_m820F9637D57C3AF6EB96900C7910DF6299823F1F(L_111, L_112, NULL);
NullCheck(L_110);
ArrayElementTypeCheck (L_110, L_113);
(L_110)->SetAt(static_cast<il2cpp_array_size_t>(0), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_113);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_114 = L_110;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_115 = V_8;
NullCheck(L_114);
ArrayElementTypeCheck (L_114, L_115);
(L_114)->SetAt(static_cast<il2cpp_array_size_t>(1), (Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_115);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_116;
L_116 = Expression_Block_m18252C77D05A861AFB0CB64F1D9D04BEB74E2145(L_105, (RuntimeObject*)L_107, L_114, NULL);
V_8 = L_116;
Type_t* L_117 = ___delegateType0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_118 = V_8;
ParameterExpressionU5BU5D_tA217A6969CA4383EF6D3C43B8EB0989358ABE72C* L_119 = V_2;
LambdaExpression_tD26FB6AEAD01B2EBB668CDEAFAAFA4948697300E* L_120;
L_120 = Expression_Lambda_mA76FE44935D5F77B20A14C562820397245C781D0(L_117, L_118, L_119, NULL);
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_121 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
NullCheck(L_121);
NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_121, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral195BF844C91077FF402AC4D18E68F48B4A86E4F2)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_121, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&LightLambda_CreateCustomDelegate_m24F7A648CF1C6C1A4F7EBDDC90E912900407F24F_RuntimeMethod_var)));
}
}
// System.Delegate System.Linq.Expressions.Interpreter.LightLambda::MakeDelegate(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* LightLambda_MakeDelegate_m2EC66B97B8B12E071F5849EBD3504BCEB47208FE (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, Type_t* ___delegateType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* V_0 = NULL;
{
Type_t* L_0 = ___delegateType0;
il2cpp_codegen_runtime_class_init_inline(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_1;
L_1 = LightLambda_GetRunDelegateCtor_mA2E4A99855722FB681DD31AE7BFD95251D00BEEF(L_0, NULL);
V_0 = L_1;
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_2 = V_0;
if (!L_2)
{
goto IL_0012;
}
}
{
Func_2_t7BD20F9ECC4A1F086CAA91C5E466572C9B1164D5* L_3 = V_0;
NullCheck(L_3);
Delegate_t* L_4;
L_4 = Func_2_Invoke_m578E9ABE5EFC3F5F14830994CE6C1A472C38ECBF_inline(L_3, __this, NULL);
return L_4;
}
IL_0012:
{
Type_t* L_5 = ___delegateType0;
Delegate_t* L_6;
L_6 = LightLambda_CreateCustomDelegate_m24F7A648CF1C6C1A4F7EBDDC90E912900407F24F(__this, L_5, NULL);
return L_6;
}
}
// System.Linq.Expressions.Interpreter.InterpretedFrame System.Linq.Expressions.Interpreter.LightLambda::MakeFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* LightLambda_MakeFrame_m29F9619223268C53C2A836412BBF7D9C8501D526 (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __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;
}
{
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->____interpreter_1;
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_1 = __this->____closure_0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = (InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D*)il2cpp_codegen_object_new(InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D_il2cpp_TypeInfo_var);
NullCheck(L_2);
InterpretedFrame__ctor_m838A88FECE23B7EF5310C8C735357FFD969E269E(L_2, L_0, L_1, NULL);
return L_2;
}
}
// System.Object System.Linq.Expressions.Interpreter.LightLambda::Run(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LightLambda_Run_m9B05B9E70E6E5D55FFFAFF49A05BDCD4DC83C97E (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___arguments0, const RuntimeMethod* method)
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0;
L_0 = LightLambda_MakeFrame_m29F9619223268C53C2A836412BBF7D9C8501D526(__this, NULL);
V_0 = L_0;
V_2 = 0;
goto IL_001a;
}
IL_000b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_1 = V_0;
NullCheck(L_1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1->___Data_7;
int32_t L_3 = V_2;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = ___arguments0;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_7);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (RuntimeObject*)L_7);
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_001a:
{
int32_t L_9 = V_2;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = ___arguments0;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))
{
goto IL_000b;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_11 = V_0;
NullCheck(L_11);
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_12;
L_12 = InterpretedFrame_Enter_m248E9FC91D11BE79F8379C95B7175B4B96D6D57E(L_11, NULL);
V_1 = L_12;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0035:
{// begin finally (depth: 1)
{
V_3 = 0;
goto IL_0048;
}
IL_0039:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = ___arguments0;
int32_t L_14 = V_3;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_15 = V_0;
NullCheck(L_15);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_15->___Data_7;
int32_t L_17 = V_3;
NullCheck(L_16);
int32_t L_18 = L_17;
RuntimeObject* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_19);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (RuntimeObject*)L_19);
int32_t L_20 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_20, 1));
}
IL_0048:
{
int32_t L_21 = V_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = ___arguments0;
NullCheck(L_22);
if ((((int32_t)L_21) < ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))
{
goto IL_0039;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_23 = V_0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_24 = V_1;
NullCheck(L_23);
InterpretedFrame_Leave_mDE0116DD74316A6F097AD2A1C8E41BFBFAF2BA2C(L_23, L_24, NULL);
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_25 = __this->____interpreter_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_26 = V_0;
NullCheck(L_25);
Interpreter_Run_m3439B4605F2EFC6D3B8E140D6DBEFD53D91D1F4E(L_25, L_26, NULL);
goto IL_0056;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0056:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_27 = V_0;
NullCheck(L_27);
RuntimeObject* L_28;
L_28 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_27, NULL);
return L_28;
}
}
// System.Object System.Linq.Expressions.Interpreter.LightLambda::RunVoid(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LightLambda_RunVoid_m5D52241346DDFDD8E6BCC30579BC43A6A1957D13 (LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* __this, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___arguments0, const RuntimeMethod* method)
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0;
L_0 = LightLambda_MakeFrame_m29F9619223268C53C2A836412BBF7D9C8501D526(__this, NULL);
V_0 = L_0;
V_2 = 0;
goto IL_001a;
}
IL_000b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_1 = V_0;
NullCheck(L_1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = L_1->___Data_7;
int32_t L_3 = V_2;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = ___arguments0;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_7);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (RuntimeObject*)L_7);
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_001a:
{
int32_t L_9 = V_2;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = ___arguments0;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))
{
goto IL_000b;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_11 = V_0;
NullCheck(L_11);
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_12;
L_12 = InterpretedFrame_Enter_m248E9FC91D11BE79F8379C95B7175B4B96D6D57E(L_11, NULL);
V_1 = L_12;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0035:
{// begin finally (depth: 1)
{
V_3 = 0;
goto IL_0048;
}
IL_0039:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = ___arguments0;
int32_t L_14 = V_3;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_15 = V_0;
NullCheck(L_15);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_15->___Data_7;
int32_t L_17 = V_3;
NullCheck(L_16);
int32_t L_18 = L_17;
RuntimeObject* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_19);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (RuntimeObject*)L_19);
int32_t L_20 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_20, 1));
}
IL_0048:
{
int32_t L_21 = V_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = ___arguments0;
NullCheck(L_22);
if ((((int32_t)L_21) < ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))
{
goto IL_0039;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_23 = V_0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_24 = V_1;
NullCheck(L_23);
InterpretedFrame_Leave_mDE0116DD74316A6F097AD2A1C8E41BFBFAF2BA2C(L_23, L_24, NULL);
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_25 = __this->____interpreter_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_26 = V_0;
NullCheck(L_25);
Interpreter_Run_m3439B4605F2EFC6D3B8E140D6DBEFD53D91D1F4E(L_25, L_26, NULL);
goto IL_0056;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0056:
{
return NULL;
}
}
// System.Void System.Linq.Expressions.Interpreter.LightLambda::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LightLambda__cctor_mC66450CC1EECF59456A3A99370D6C24D8E31848A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CacheDict_2__ctor_m75A075F3FBE6F0DCD9FF2237CF1C816E2B5F7D81_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6* L_0 = (CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6*)il2cpp_codegen_object_new(CacheDict_2_tC6224DD2E30A484A20285B7815AF8012FA1C05B6_il2cpp_TypeInfo_var);
NullCheck(L_0);
CacheDict_2__ctor_m75A075F3FBE6F0DCD9FF2237CF1C816E2B5F7D81(L_0, ((int32_t)100), CacheDict_2__ctor_m75A075F3FBE6F0DCD9FF2237CF1C816E2B5F7D81_RuntimeMethod_var);
((LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields*)il2cpp_codegen_static_fields_for(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var))->____runCache_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_StaticFields*)il2cpp_codegen_static_fields_for(LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5_il2cpp_TypeInfo_var))->____runCache_2), (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
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::.ctor(System.Linq.Expressions.Interpreter.Interpreter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter__ctor_mB79E43077623B2C07C06A568D17B892AD334857B (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* ___interpreter0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC854597C0C338BBA12EE451456D8658DF6D01BD4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_0 = (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*)il2cpp_codegen_object_new(Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
NullCheck(L_0);
Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F(L_0, Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
__this->____tryStart_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____tryStart_1), (void*)L_0);
Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* L_1 = (Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9*)il2cpp_codegen_object_new(Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9_il2cpp_TypeInfo_var);
NullCheck(L_1);
Dictionary_2__ctor_mC854597C0C338BBA12EE451456D8658DF6D01BD4(L_1, Dictionary_2__ctor_mC854597C0C338BBA12EE451456D8658DF6D01BD4_RuntimeMethod_var);
__this->____handlerEnter_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____handlerEnter_2), (void*)L_1);
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_2 = (Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180*)il2cpp_codegen_object_new(Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180_il2cpp_TypeInfo_var);
NullCheck(L_2);
Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F(L_2, Dictionary_2__ctor_m712893C2C48C47CCAFAD85A865C702E8D3D2B71F_RuntimeMethod_var);
__this->____handlerExit_3 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____handlerExit_3), (void*)L_2);
__this->____indent_4 = _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA;
Il2CppCodeGenWriteBarrier((void**)(&__this->____indent_4), (void*)_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_3 = ___interpreter0;
__this->____interpreter_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____interpreter_0), (void*)L_3);
DebugViewPrinter_Analyze_mFE215D0CDCFA7E79729A1326A811DAA8E93A8185(__this, NULL);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::Analyze()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_Analyze_mFE215D0CDCFA7E79729A1326A811DAA8E93A8185 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27E9E4ABD11D95CD4AB5068A8CA256BDC04A4094);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5DFC03B35CE1610D507097EBBBD36CF45BCB4C2C);
s_Il2CppMethodInitialized = true;
}
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* V_0 = NULL;
int32_t V_1 = 0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* V_2 = NULL;
EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* V_3 = NULL;
EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* V_4 = NULL;
TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* V_5 = NULL;
ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* V_6 = NULL;
int32_t V_7 = 0;
ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* V_8 = NULL;
ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* V_9 = NULL;
TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* V_10 = NULL;
{
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->____interpreter_0;
NullCheck(L_0);
InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_1;
L_1 = Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline(L_0, NULL);
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_2 = L_1.___Instructions_2;
V_0 = L_2;
V_1 = 0;
goto IL_015a;
}
IL_0018:
{
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_3 = V_0;
int32_t L_4 = V_1;
NullCheck(L_3);
int32_t L_5 = L_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_2 = L_6;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = V_2;
V_3 = ((EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880*)IsInstSealed((RuntimeObject*)L_7, EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880_il2cpp_TypeInfo_var));
EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* L_8 = V_3;
if (!L_8)
{
goto IL_0101;
}
}
{
EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* L_9 = V_3;
NullCheck(L_9);
TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_10;
L_10 = EnterTryCatchFinallyInstruction_get_Handler_m9C4803D04F6D4E26242EBA19BC04E35315C3654A_inline(L_9, NULL);
V_5 = L_10;
TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_11 = V_5;
NullCheck(L_11);
int32_t L_12 = L_11->___TryStartIndex_0;
DebugViewPrinter_AddTryStart_m8AE105D36B5ABF6FF6B4D9398DEE0F876831C478(__this, L_12, NULL);
TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_13 = V_5;
NullCheck(L_13);
int32_t L_14 = L_13->___TryEndIndex_1;
DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC(__this, ((int32_t)il2cpp_codegen_add(L_14, 1)), NULL);
TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_15 = V_5;
NullCheck(L_15);
bool L_16;
L_16 = TryCatchFinallyHandler_get_IsFinallyBlockExist_m9F2C95498ACA07A0F7FCB0B836C6954C0FC22BA6(L_15, NULL);
if (!L_16)
{
goto IL_007a;
}
}
{
Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* L_17 = __this->____handlerEnter_2;
TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_18 = V_5;
NullCheck(L_18);
int32_t L_19 = L_18->___FinallyStartIndex_2;
NullCheck(L_17);
Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128(L_17, L_19, _stringLiteral5DFC03B35CE1610D507097EBBBD36CF45BCB4C2C, Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128_RuntimeMethod_var);
TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_20 = V_5;
NullCheck(L_20);
int32_t L_21 = L_20->___FinallyEndIndex_3;
DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC(__this, L_21, NULL);
}
IL_007a:
{
TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_22 = V_5;
NullCheck(L_22);
bool L_23;
L_23 = TryCatchFinallyHandler_get_IsCatchBlockExist_m2FA27CACE8D5E8D4A25352F6F639AB08C7F47A71(L_22, NULL);
if (!L_23)
{
goto IL_0101;
}
}
{
TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_24 = V_5;
NullCheck(L_24);
ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_25;
L_25 = TryCatchFinallyHandler_get_Handlers_mF78A1DA068B8002CAE1E8D8BA9AC30E1F5F7421E_inline(L_24, NULL);
V_6 = L_25;
V_7 = 0;
goto IL_00f9;
}
IL_0091:
{
ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_26 = V_6;
int32_t L_27 = V_7;
NullCheck(L_26);
int32_t L_28 = L_27;
ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
V_8 = L_29;
Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* L_30 = __this->____handlerEnter_2;
ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_31 = V_8;
NullCheck(L_31);
int32_t L_32 = L_31->___HandlerStartIndex_2;
ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_33 = V_8;
NullCheck(L_33);
String_t* L_34;
L_34 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_33);
NullCheck(L_30);
Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128(L_30, ((int32_t)il2cpp_codegen_subtract(L_32, 1)), L_34, Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128_RuntimeMethod_var);
ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_35 = V_8;
NullCheck(L_35);
int32_t L_36 = L_35->___HandlerEndIndex_3;
DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC(__this, L_36, NULL);
ExceptionHandler_t56240D765721B8561E8BE922DAAD2547B314083F* L_37 = V_8;
NullCheck(L_37);
ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_38 = L_37->___Filter_4;
V_9 = L_38;
ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_39 = V_9;
if (!L_39)
{
goto IL_00f3;
}
}
{
Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* L_40 = __this->____handlerEnter_2;
ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_41 = V_9;
NullCheck(L_41);
int32_t L_42 = L_41->___StartIndex_1;
NullCheck(L_40);
Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128(L_40, ((int32_t)il2cpp_codegen_subtract(L_42, 1)), _stringLiteral5601A0ED74C235668EBD9B6850B0C73C8B338118, Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128_RuntimeMethod_var);
ExceptionFilter_t742E726E2DE7CF8A3FF6DEFA287ECE0BA7459287* L_43 = V_9;
NullCheck(L_43);
int32_t L_44 = L_43->___EndIndex_2;
DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC(__this, L_44, NULL);
}
IL_00f3:
{
int32_t L_45 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_45, 1));
}
IL_00f9:
{
int32_t L_46 = V_7;
ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_47 = V_6;
NullCheck(L_47);
if ((((int32_t)L_46) < ((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))))
{
goto IL_0091;
}
}
IL_0101:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_48 = V_2;
V_4 = ((EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36*)IsInstSealed((RuntimeObject*)L_48, EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36_il2cpp_TypeInfo_var));
EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* L_49 = V_4;
if (!L_49)
{
goto IL_0156;
}
}
{
EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* L_50 = V_4;
NullCheck(L_50);
TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_51;
L_51 = EnterTryFaultInstruction_get_Handler_m20DEEA616E24D6299D40DA469FAE57FFB5D587B9_inline(L_50, NULL);
V_10 = L_51;
TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_52 = V_10;
NullCheck(L_52);
int32_t L_53 = L_52->___TryStartIndex_0;
DebugViewPrinter_AddTryStart_m8AE105D36B5ABF6FF6B4D9398DEE0F876831C478(__this, L_53, NULL);
TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_54 = V_10;
NullCheck(L_54);
int32_t L_55 = L_54->___TryEndIndex_1;
DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC(__this, ((int32_t)il2cpp_codegen_add(L_55, 1)), NULL);
Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* L_56 = __this->____handlerEnter_2;
TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_57 = V_10;
NullCheck(L_57);
int32_t L_58 = L_57->___FinallyStartIndex_2;
NullCheck(L_56);
Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128(L_56, L_58, _stringLiteral27E9E4ABD11D95CD4AB5068A8CA256BDC04A4094, Dictionary_2_Add_m3531FBDB13EF62AAB20F8EB6598955DF14243128_RuntimeMethod_var);
TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_59 = V_10;
NullCheck(L_59);
int32_t L_60 = L_59->___FinallyEndIndex_3;
DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC(__this, L_60, NULL);
}
IL_0156:
{
int32_t L_61 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_61, 1));
}
IL_015a:
{
int32_t L_62 = V_1;
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_63 = V_0;
NullCheck(L_63);
if ((((int32_t)L_62) < ((int32_t)((int32_t)(((RuntimeArray*)L_63)->max_length)))))
{
goto IL_0018;
}
}
{
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::AddTryStart(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_AddTryStart_m8AE105D36B5ABF6FF6B4D9398DEE0F876831C478 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_0 = __this->____tryStart_1;
int32_t L_1 = ___index0;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
if (L_2)
{
goto IL_001e;
}
}
{
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_3 = __this->____tryStart_1;
int32_t L_4 = ___index0;
NullCheck(L_3);
Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C(L_3, L_4, 1, Dictionary_2_Add_m72902A2BCD2D0374D5A7C1E45739C6E95C42A59C_RuntimeMethod_var);
return;
}
IL_001e:
{
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_5 = __this->____tryStart_1;
int32_t L_6 = ___index0;
int32_t L_7 = V_0;
NullCheck(L_5);
Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(L_5, L_6, ((int32_t)il2cpp_codegen_add(L_7, 1)), Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::AddHandlerExit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_AddHandlerExit_m0604B486E0D7E060CA818C131AABA2DF1E4FDFDC (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B2_0 = 0;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* G_B2_1 = NULL;
int32_t G_B1_0 = 0;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* G_B1_1 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* G_B3_2 = NULL;
{
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_0 = __this->____handlerExit_3;
int32_t L_1 = ___index0;
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_2 = __this->____handlerExit_3;
int32_t L_3 = ___index0;
NullCheck(L_2);
bool L_4;
L_4 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_2, L_3, (&V_0), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
G_B1_0 = L_1;
G_B1_1 = L_0;
if (L_4)
{
G_B2_0 = L_1;
G_B2_1 = L_0;
goto IL_001a;
}
}
{
G_B3_0 = 1;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_001d;
}
IL_001a:
{
int32_t L_5 = V_0;
G_B3_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_001d:
{
NullCheck(G_B3_2);
Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF(G_B3_2, G_B3_1, G_B3_0, Dictionary_2_set_Item_m420CFC153320557E6823B06767710D1E636E5BDF_RuntimeMethod_var);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::Indent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_Indent_mF46A0915A1B9DDC48D794EABDBE6CED0FBC09AFB (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____indent_4;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
String_t* L_2;
L_2 = String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B(NULL, ((int32_t)32), ((int32_t)il2cpp_codegen_add(L_1, 2)), NULL);
__this->____indent_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____indent_4), (void*)L_2);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::Dedent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_Dedent_mC7713077EE7BADCAC07EA89AAC2BBB6EC05EAB36 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____indent_4;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
String_t* L_2;
L_2 = String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B(NULL, ((int32_t)32), ((int32_t)il2cpp_codegen_subtract(L_1, 2)), NULL);
__this->____indent_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____indent_4), (void*)L_2);
return;
}
}
// System.String System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebugViewPrinter_ToString_mA979185CE75B2D00188C4DB0AC0B25B0CC14B464 (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __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*)&DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mCDFD7D70277204321AC48EB917B85ECA419DBA1C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ADDAA3155AAC09CD61BA264387596C05B67E0B7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E995B45105BBEE59E72575606449E96C964823C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral85B7ED5DD809769A37FFA4726CBA9356B1DF338F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90A5CAD5ED23D6B2FA026A79FA4C2B95E592E6BD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCD6F0CC890C5C34C2B862779EF40C52C86E28091);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD214F302BF85C2D503200C5CF6D8B4CEE97016D1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9203EA37228DEA3FC6490290C5DDB63FD0790BD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA2AD57B71E5510B68D32E026798C5F29F85B860);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
String_t* V_1 = NULL;
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* V_2 = NULL;
InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
String_t* V_6 = NULL;
InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D V_7;
memset((&V_7), 0, sizeof(V_7));
int32_t V_8 = 0;
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
{
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
V_0 = L_0;
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_1 = __this->____interpreter_0;
NullCheck(L_1);
String_t* L_2;
L_2 = Interpreter_get_Name_m27594A419F941809A017D88F20A15FA33E054673_inline(L_1, NULL);
String_t* L_3 = L_2;
G_B1_0 = L_3;
if (L_3)
{
G_B2_0 = L_3;
goto IL_001a;
}
}
{
G_B2_0 = _stringLiteral2ADDAA3155AAC09CD61BA264387596C05B67E0B7;
}
IL_001a:
{
V_1 = G_B2_0;
StringBuilder_t* L_4 = V_0;
NullCheck(L_4);
StringBuilder_t* L_5;
L_5 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_4, _stringLiteralCD6F0CC890C5C34C2B862779EF40C52C86E28091, NULL);
String_t* L_6 = V_1;
NullCheck(L_5);
StringBuilder_t* L_7;
L_7 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_5, L_6, NULL);
NullCheck(L_7);
StringBuilder_t* L_8;
L_8 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_7, _stringLiteral85B7ED5DD809769A37FFA4726CBA9356B1DF338F, NULL);
StringBuilder_t* L_9 = V_0;
NullCheck(L_9);
StringBuilder_t* L_10;
L_10 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_9, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, NULL);
StringBuilder_t* L_11 = V_0;
NullCheck(L_11);
StringBuilder_t* L_12;
L_12 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_11, _stringLiteral90A5CAD5ED23D6B2FA026A79FA4C2B95E592E6BD, NULL);
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_13 = __this->____interpreter_0;
NullCheck(L_13);
int32_t L_14;
L_14 = Interpreter_get_LocalCount_m556C132E9D9950FE1F59FC4B5ECA7DDF2674B360_inline(L_13, NULL);
NullCheck(L_12);
StringBuilder_t* L_15;
L_15 = StringBuilder_Append_m283B617AC29FB0DD6F3A7D8C01D385C25A5F0FAA(L_12, L_14, NULL);
NullCheck(L_15);
StringBuilder_t* L_16;
L_16 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_15, NULL);
StringBuilder_t* L_17 = V_0;
NullCheck(L_17);
StringBuilder_t* L_18;
L_18 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_17, _stringLiteralD214F302BF85C2D503200C5CF6D8B4CEE97016D1, NULL);
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_19 = __this->____interpreter_0;
NullCheck(L_19);
InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_20;
L_20 = Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline(L_19, NULL);
int32_t L_21 = L_20.___MaxStackDepth_0;
NullCheck(L_18);
StringBuilder_t* L_22;
L_22 = StringBuilder_Append_m283B617AC29FB0DD6F3A7D8C01D385C25A5F0FAA(L_18, L_21, NULL);
NullCheck(L_22);
StringBuilder_t* L_23;
L_23 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_22, NULL);
StringBuilder_t* L_24 = V_0;
NullCheck(L_24);
StringBuilder_t* L_25;
L_25 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_24, _stringLiteralF9203EA37228DEA3FC6490290C5DDB63FD0790BD, NULL);
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_26 = __this->____interpreter_0;
NullCheck(L_26);
InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_27;
L_27 = Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline(L_26, NULL);
int32_t L_28 = L_27.___MaxContinuationDepth_1;
NullCheck(L_25);
StringBuilder_t* L_29;
L_29 = StringBuilder_Append_m283B617AC29FB0DD6F3A7D8C01D385C25A5F0FAA(L_25, L_28, NULL);
NullCheck(L_29);
StringBuilder_t* L_30;
L_30 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_29, NULL);
StringBuilder_t* L_31 = V_0;
NullCheck(L_31);
StringBuilder_t* L_32;
L_32 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_31, NULL);
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_33 = __this->____interpreter_0;
NullCheck(L_33);
InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_34;
L_34 = Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline(L_33, NULL);
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_35 = L_34.___Instructions_2;
V_2 = L_35;
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_36 = __this->____interpreter_0;
NullCheck(L_36);
InstructionArray_t462A6779CC45E6F5578352572B16A61954CB8117 L_37;
L_37 = Interpreter_get_Instructions_mA89BE801C6DE37621E0A6CE2CB0B6E0D05A8FB47_inline(L_36, NULL);
DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA* L_38 = (DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA*)il2cpp_codegen_object_new(DebugView_t5EA471D85EC9E6FC1DA252194DCDBF8D96232DEA_il2cpp_TypeInfo_var);
NullCheck(L_38);
DebugView__ctor_mA81296BB07D54D2E5253285152CB61A2138109F8(L_38, L_37, NULL);
NullCheck(L_38);
InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* L_39;
L_39 = DebugView_GetInstructionViews_m6501F6DB57C92302C088D8D5F841D8F5A75DF360(L_38, (bool)0, NULL);
V_3 = L_39;
V_4 = 0;
goto IL_01ca;
}
IL_00e7:
{
StringBuilder_t* L_40 = V_0;
int32_t L_41 = V_4;
DebugViewPrinter_EmitExits_m7E6F92DC39F8BB0C47537DF771BB5EA03A5F701D(__this, L_40, L_41, NULL);
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_42 = __this->____tryStart_1;
int32_t L_43 = V_4;
NullCheck(L_42);
bool L_44;
L_44 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_42, L_43, (&V_5), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
if (!L_44)
{
goto IL_0146;
}
}
{
V_8 = 0;
goto IL_0140;
}
IL_0106:
{
StringBuilder_t* L_45 = V_0;
String_t* L_46 = __this->____indent_4;
NullCheck(L_45);
StringBuilder_t* L_47;
L_47 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_45, L_46, NULL);
NullCheck(L_47);
StringBuilder_t* L_48;
L_48 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_47, _stringLiteral2E995B45105BBEE59E72575606449E96C964823C, NULL);
StringBuilder_t* L_49 = V_0;
String_t* L_50 = __this->____indent_4;
NullCheck(L_49);
StringBuilder_t* L_51;
L_51 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_49, L_50, NULL);
NullCheck(L_51);
StringBuilder_t* L_52;
L_52 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_51, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, NULL);
DebugViewPrinter_Indent_mF46A0915A1B9DDC48D794EABDBE6CED0FBC09AFB(__this, NULL);
int32_t L_53 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add(L_53, 1));
}
IL_0140:
{
int32_t L_54 = V_8;
int32_t L_55 = V_5;
if ((((int32_t)L_54) < ((int32_t)L_55)))
{
goto IL_0106;
}
}
IL_0146:
{
Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* L_56 = __this->____handlerEnter_2;
int32_t L_57 = V_4;
NullCheck(L_56);
bool L_58;
L_58 = Dictionary_2_TryGetValue_mCDFD7D70277204321AC48EB917B85ECA419DBA1C(L_56, L_57, (&V_6), Dictionary_2_TryGetValue_mCDFD7D70277204321AC48EB917B85ECA419DBA1C_RuntimeMethod_var);
if (!L_58)
{
goto IL_0188;
}
}
{
StringBuilder_t* L_59 = V_0;
String_t* L_60 = __this->____indent_4;
NullCheck(L_59);
StringBuilder_t* L_61;
L_61 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_59, L_60, NULL);
String_t* L_62 = V_6;
NullCheck(L_61);
StringBuilder_t* L_63;
L_63 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_61, L_62, NULL);
StringBuilder_t* L_64 = V_0;
String_t* L_65 = __this->____indent_4;
NullCheck(L_64);
StringBuilder_t* L_66;
L_66 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_64, L_65, NULL);
NullCheck(L_66);
StringBuilder_t* L_67;
L_67 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_66, _stringLiteral0C3C6829C3CCF8020C6AC45B87963ADC095CD44A, NULL);
DebugViewPrinter_Indent_mF46A0915A1B9DDC48D794EABDBE6CED0FBC09AFB(__this, NULL);
}
IL_0188:
{
InstructionViewU5BU5D_t2A200DCB627CD67C1DDBD22595A355894F2646A3* L_68 = V_3;
int32_t L_69 = V_4;
NullCheck(L_68);
int32_t L_70 = L_69;
InstructionView_tA381D8A27DEDDEE43C71B3BB3A2FADC0CD059A3D L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
V_7 = L_71;
StringBuilder_t* L_72 = V_0;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_73;
L_73 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
String_t* L_74 = __this->____indent_4;
String_t* L_75;
L_75 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_4), NULL);
NullCheck(L_75);
String_t* L_76;
L_76 = String_PadLeft_m99DDD242908E78B71E9631EE66331E8A130EB31F(L_75, 4, ((int32_t)48), NULL);
String_t* L_77;
L_77 = InstructionView_GetValue_m346E253A2A2B94136AE66E1A46A1E0C3FEB57CEC_inline((&V_7), NULL);
NullCheck(L_72);
StringBuilder_t* L_78;
L_78 = StringBuilder_AppendFormat_m5638E9608118C6416DB9B288DDEC2F3F7521B900(L_72, L_73, _stringLiteralFA2AD57B71E5510B68D32E026798C5F29F85B860, L_74, L_76, L_77, NULL);
NullCheck(L_78);
StringBuilder_t* L_79;
L_79 = StringBuilder_AppendLine_m3BC704C4E6A8531027D8C9287D0AB2AA0188AC4E(L_78, NULL);
int32_t L_80 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_80, 1));
}
IL_01ca:
{
int32_t L_81 = V_4;
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_82 = V_2;
NullCheck(L_82);
if ((((int32_t)L_81) < ((int32_t)((int32_t)(((RuntimeArray*)L_82)->max_length)))))
{
goto IL_00e7;
}
}
{
StringBuilder_t* L_83 = V_0;
InstructionU5BU5D_t9F1CCF6FB2BDB315B5136FBD51A21DF1C430172F* L_84 = V_2;
NullCheck(L_84);
DebugViewPrinter_EmitExits_m7E6F92DC39F8BB0C47537DF771BB5EA03A5F701D(__this, L_83, ((int32_t)(((RuntimeArray*)L_84)->max_length)), NULL);
StringBuilder_t* L_85 = V_0;
NullCheck(L_85);
StringBuilder_t* L_86;
L_86 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_85, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL);
StringBuilder_t* L_87 = V_0;
NullCheck(L_87);
String_t* L_88;
L_88 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_87);
return L_88;
}
}
// System.Void System.Linq.Expressions.Interpreter.LightLambda/DebugViewPrinter::EmitExits(System.Text.StringBuilder,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugViewPrinter_EmitExits_m7E6F92DC39F8BB0C47537DF771BB5EA03A5F701D (DebugViewPrinter_t3EFC0E78E92DD59B7D0D218A1386C52B45E170BB* __this, StringBuilder_t* ___sb0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
Dictionary_2_tABE19B9C5C52F1DE14F0D3287B2696E7D7419180* L_0 = __this->____handlerExit_3;
int32_t L_1 = ___index1;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_mAAEB730BB484D3ECA345BF704F67084E465FFBF9_RuntimeMethod_var);
if (!L_2)
{
goto IL_0039;
}
}
{
V_1 = 0;
goto IL_0035;
}
IL_0014:
{
DebugViewPrinter_Dedent_mC7713077EE7BADCAC07EA89AAC2BBB6EC05EAB36(__this, NULL);
StringBuilder_t* L_3 = ___sb0;
String_t* L_4 = __this->____indent_4;
NullCheck(L_3);
StringBuilder_t* L_5;
L_5 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_3, L_4, NULL);
NullCheck(L_5);
StringBuilder_t* L_6;
L_6 = StringBuilder_AppendLine_mF75744CE941C63E33188E22E936B71A24D3CBF88(L_5, _stringLiteral4D8D9C94AC5DA5FCED2EC8A64E10E714A2515C30, NULL);
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_0035:
{
int32_t L_8 = V_1;
int32_t L_9 = V_0;
if ((((int32_t)L_8) < ((int32_t)L_9)))
{
goto IL_0014;
}
}
IL_0039:
{
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
// System.Void System.Linq.Expressions.Interpreter.LightLambda/<>c__DisplayClass74_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass74_0__ctor_mB2F4D370F4D863D4FE37338E35E8FC540197167D (U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Delegate System.Linq.Expressions.Interpreter.LightLambda/<>c__DisplayClass74_0::<MakeRunDelegateCtor>b__0(System.Linq.Expressions.Interpreter.LightLambda)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* U3CU3Ec__DisplayClass74_0_U3CMakeRunDelegateCtorU3Eb__0_m823FC5D46C951444206C324C201FAFF87426DEE1 (U3CU3Ec__DisplayClass74_0_t7C148A265B00E21BAF1FD352CE62208561D8DA3C* __this, LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* ___lambda0, const RuntimeMethod* method)
{
{
MethodInfo_t* L_0 = __this->___targetMethod_0;
Type_t* L_1 = __this->___delegateType_1;
LightLambda_t877750DB4F8A254CB9FE797CA4C12C02600DD9D5* L_2 = ___lambda0;
NullCheck(L_0);
Delegate_t* L_3;
L_3 = VirtualFuncInvoker2< Delegate_t*, Type_t*, RuntimeObject* >::Invoke(46 /* System.Delegate System.Reflection.MethodInfo::CreateDelegate(System.Type,System.Object) */, L_0, L_1, L_2);
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
// System.Void System.Linq.Expressions.Interpreter.LocalAccessInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953 (LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
int32_t L_0 = ___index0;
__this->____index_0 = L_0;
return;
}
}
// System.String System.Linq.Expressions.Interpreter.LocalAccessInstruction::ToDebugString(System.Int32,System.Object,System.Func`2<System.Int32,System.Int32>,System.Collections.Generic.IReadOnlyList`1<System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LocalAccessInstruction_ToDebugString_m1A5B7D59CD9FA659809E6862C7BB01A5E8833BC8 (LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9* __this, int32_t ___instructionIndex0, RuntimeObject* ___cookie1, Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* ___labelIndexer2, RuntimeObject* ___objects3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1168E92C164109D6220480DEDA987085B2A21155);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
s_Il2CppMethodInitialized = true;
}
int32_t G_B3_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B3_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B3_2 = NULL;
int32_t G_B2_0 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_1 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_2 = NULL;
String_t* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B4_2 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B4_3 = NULL;
{
RuntimeObject* L_0 = ___cookie1;
if (!L_0)
{
goto IL_004d;
}
}
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)6);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Linq.Expressions.Interpreter.Instruction::get_InstructionName() */, __this);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_3);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_2;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4;
RuntimeObject* L_6 = ___cookie1;
G_B2_0 = 2;
G_B2_1 = L_5;
G_B2_2 = L_5;
if (L_6)
{
G_B3_0 = 2;
G_B3_1 = L_5;
G_B3_2 = L_5;
goto IL_0022;
}
}
{
G_B4_0 = ((String_t*)(NULL));
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
G_B4_3 = G_B2_2;
goto IL_0028;
}
IL_0022:
{
RuntimeObject* L_7 = ___cookie1;
NullCheck(L_7);
String_t* L_8;
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
G_B4_0 = L_8;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
G_B4_3 = G_B3_2;
}
IL_0028:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (String_t*)G_B4_0);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = G_B4_3;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, _stringLiteral1168E92C164109D6220480DEDA987085B2A21155);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral1168E92C164109D6220480DEDA987085B2A21155);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_9;
int32_t* L_11 = (&__this->____index_0);
String_t* L_12;
L_12 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_11, NULL);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_12);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_12);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_10;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
String_t* L_14;
L_14 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_13, NULL);
return L_14;
}
IL_004d:
{
String_t* L_15;
L_15 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Linq.Expressions.Interpreter.Instruction::get_InstructionName() */, __this);
int32_t* L_16 = (&__this->____index_0);
String_t* L_17;
L_17 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_16, NULL);
String_t* L_18;
L_18 = String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D(L_15, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, L_17, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
return L_18;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.LoadLocalInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadLocalInstruction__ctor_m911B0D5FD7645DF7A7C7439243E0137CB1345752 (LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.LoadLocalInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalInstruction_get_ProducedStack_m00119C96DFF7EBB1F2A226B241AEFF598926623D (LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.LoadLocalInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadLocalInstruction_get_InstructionName_mEDB70EF8A2BE09D45ED008B854EAB109B7BCE0C7 (LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral985CA671ED410595FE67F1305DBBD277EC649ABF);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral985CA671ED410595FE67F1305DBBD277EC649ABF;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.LoadLocalInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalInstruction_Run_m6026AD1AFAE9C8DEC7B670C92FE8CC3881A5E449 (LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = L_2;
NullCheck(L_3);
int32_t L_4 = L_3->___StackIndex_9;
V_0 = L_4;
int32_t L_5 = V_0;
NullCheck(L_3);
L_3->___StackIndex_9 = ((int32_t)il2cpp_codegen_add(L_5, 1));
int32_t L_6 = V_0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
NullCheck(L_7);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = L_7->___Data_7;
int32_t L_9 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
NullCheck(L_8);
int32_t L_10 = L_9;
RuntimeObject* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_11);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (RuntimeObject*)L_11);
return 1;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.LoadLocalInstruction::BoxIfIndexMatches(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* LoadLocalInstruction_BoxIfIndexMatches_mB3BDF0AF3A4D67C0A24B21B906B587EF10A30F1C (LoadLocalInstruction_t40776BD93317E9FF63040C901EFDD02088D471ED* __this, int32_t ___index0, 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 = ___index0;
int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_000b;
}
}
{
return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
}
IL_000b:
{
int32_t L_2 = ___index0;
il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_3;
L_3 = InstructionList_LoadLocalBoxed_m8C2AB768FA804E3357C9F80F0330E9A4D0FE79BB(L_2, NULL);
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
// System.Void System.Linq.Expressions.Interpreter.LoadLocalBoxedInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadLocalBoxedInstruction__ctor_m4FE4FCC55A93CE3D078BF0E8633EE5CF108A0F6A (LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.LoadLocalBoxedInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalBoxedInstruction_get_ProducedStack_mAE7F56B3C7C5B4A5252E953E8C31F812F773BFC1 (LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.LoadLocalBoxedInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadLocalBoxedInstruction_get_InstructionName_m418761BF65D8FE603748A74B99517D01E7B6E87A (LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4563F06F519BB80B20E5B82E1B05D79FFAC7889D);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral4563F06F519BB80B20E5B82E1B05D79FFAC7889D;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.LoadLocalBoxedInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalBoxedInstruction_Run_m4FA46BDD878F44BEB2FE4628BD094D0092519EA2 (LoadLocalBoxedInstruction_t6A8770EC17F7F2FADB209A21ED0230C37C56B372* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
int32_t V_1 = 0;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
NullCheck(L_1);
int32_t L_3 = L_2;
RuntimeObject* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_0 = ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var));
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
NullCheck(L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_5->___Data_7;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = L_7;
NullCheck(L_8);
int32_t L_9 = L_8->___StackIndex_9;
V_1 = L_9;
int32_t L_10 = V_1;
NullCheck(L_8);
L_8->___StackIndex_9 = ((int32_t)il2cpp_codegen_add(L_10, 1));
int32_t L_11 = V_1;
RuntimeObject* L_12 = V_0;
NullCheck(L_12);
RuntimeObject* L_13;
L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Object System.Runtime.CompilerServices.IStrongBox::get_Value() */, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, L_12);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_13);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (RuntimeObject*)L_13);
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
// System.Void System.Linq.Expressions.Interpreter.LoadLocalFromClosureInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadLocalFromClosureInstruction__ctor_mE406188F44786EB3DA3FE54C98B8CB5C3C7A2C3A (LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.LoadLocalFromClosureInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalFromClosureInstruction_get_ProducedStack_m33AE7FC6951DB57AE139BAD600494E2CB7CA85BB (LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.LoadLocalFromClosureInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadLocalFromClosureInstruction_get_InstructionName_mA6C35BE556517CD85706E4C65688A99658EE8C29 (LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DB47AFCD33AE585C302EEB059EBD471E4C9540E);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral7DB47AFCD33AE585C302EEB059EBD471E4C9540E;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.LoadLocalFromClosureInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalFromClosureInstruction_Run_m3B4B22D4B247106491163F47B95BC1276357970B (LoadLocalFromClosureInstruction_t14788C3518592B9C0B573B360D580ED215BE77A9* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
int32_t V_1 = 0;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_1 = L_0->___Closure_8;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
NullCheck(L_1);
int32_t L_3 = L_2;
RuntimeObject* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_0 = L_4;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
NullCheck(L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_5->___Data_7;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = L_7;
NullCheck(L_8);
int32_t L_9 = L_8->___StackIndex_9;
V_1 = L_9;
int32_t L_10 = V_1;
NullCheck(L_8);
L_8->___StackIndex_9 = ((int32_t)il2cpp_codegen_add(L_10, 1));
int32_t L_11 = V_1;
RuntimeObject* L_12 = V_0;
NullCheck(L_12);
RuntimeObject* L_13;
L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Object System.Runtime.CompilerServices.IStrongBox::get_Value() */, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, L_12);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_13);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (RuntimeObject*)L_13);
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
// System.Void System.Linq.Expressions.Interpreter.LoadLocalFromClosureBoxedInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadLocalFromClosureBoxedInstruction__ctor_m15B7217195FFEF516D58C512D3DD3A25D2676853 (LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.LoadLocalFromClosureBoxedInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalFromClosureBoxedInstruction_get_ProducedStack_mFDFAA3C4085A212CC0314A32B472907ED9E827DD (LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.LoadLocalFromClosureBoxedInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadLocalFromClosureBoxedInstruction_get_InstructionName_m504CB682271EE42C45A367C4FD4D2C2F2DF43010 (LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral985CA671ED410595FE67F1305DBBD277EC649ABF);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral985CA671ED410595FE67F1305DBBD277EC649ABF;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.LoadLocalFromClosureBoxedInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadLocalFromClosureBoxedInstruction_Run_m515D24572B2E030DB1B3D8F07F326B1B14BEB293 (LoadLocalFromClosureBoxedInstruction_t118B23B8E4058C317B04B7510F87EEDFA230E83E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
int32_t V_1 = 0;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_1 = L_0->___Closure_8;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
NullCheck(L_1);
int32_t L_3 = L_2;
RuntimeObject* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_0 = L_4;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
NullCheck(L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_5->___Data_7;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = L_7;
NullCheck(L_8);
int32_t L_9 = L_8->___StackIndex_9;
V_1 = L_9;
int32_t L_10 = V_1;
NullCheck(L_8);
L_8->___StackIndex_9 = ((int32_t)il2cpp_codegen_add(L_10, 1));
int32_t L_11 = V_1;
RuntimeObject* L_12 = V_0;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_12);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (RuntimeObject*)L_12);
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
// System.Void System.Linq.Expressions.Interpreter.AssignLocalInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssignLocalInstruction__ctor_mCD8BAACCF817A0A3481433F02A0610913BEC8BEC (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.AssignLocalInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalInstruction_get_ConsumedStack_m3994B6BF00F2D3A7384B6363D21453FC873D154F (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.AssignLocalInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalInstruction_get_ProducedStack_m46DAC6F5B7BB82A2A8D72E0E5D323FC4456374F6 (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.AssignLocalInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssignLocalInstruction_get_InstructionName_mF095C8AC08A3FF3FB3DEE5E8616FEC6ADCDD9585 (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07C3DCDD9C51E641BE09DD4B32155A75B755E361);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral07C3DCDD9C51E641BE09DD4B32155A75B755E361;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.AssignLocalInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalInstruction_Run_mD855942BE825F2C6137E730575C8E09C87282AE1 (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___frame0;
NullCheck(L_3);
RuntimeObject* L_4;
L_4 = InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052(L_3, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_4);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_4);
return 1;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.AssignLocalInstruction::BoxIfIndexMatches(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* AssignLocalInstruction_BoxIfIndexMatches_mD9E7F126ACA98ECE719E7D089C8765FE20BB7875 (AssignLocalInstruction_tC6C78BD960A22EA015AD75AA404E42D5265E97CE* __this, int32_t ___index0, 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 = ___index0;
int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_000b;
}
}
{
return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
}
IL_000b:
{
int32_t L_2 = ___index0;
il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_3;
L_3 = InstructionList_AssignLocalBoxed_m49A2F6CCEE0955B12D44628F07603B9F31345801(L_2, NULL);
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
// System.Void System.Linq.Expressions.Interpreter.StoreLocalInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StoreLocalInstruction__ctor_mFB1696B6803B1C9EAF3EF60B4B02AB1916612EAC (StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.StoreLocalInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StoreLocalInstruction_get_ConsumedStack_m5121CE9D246F84CC332477E5FE3475264D4D27A4 (StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.StoreLocalInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StoreLocalInstruction_get_InstructionName_mF7EFB2A63A1D467EAD310C102C4A2A57D64A8EBD (StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD153803F965734C38DA40ACDA8ED8CD366295568);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralD153803F965734C38DA40ACDA8ED8CD366295568;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.StoreLocalInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StoreLocalInstruction_Run_m7493C5FFB2AD645439C658F01B82A77E481B6491 (StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___frame0;
NullCheck(L_3);
RuntimeObject* L_4;
L_4 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_3, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_4);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_4);
return 1;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.StoreLocalInstruction::BoxIfIndexMatches(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* StoreLocalInstruction_BoxIfIndexMatches_m44265C04A495B8D93F996EF094120D5A21A97717 (StoreLocalInstruction_t90D68BD357BBD648259E113AB965800C645E32D9* __this, int32_t ___index0, 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 = ___index0;
int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_000b;
}
}
{
return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
}
IL_000b:
{
int32_t L_2 = ___index0;
il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_3;
L_3 = InstructionList_StoreLocalBoxed_m67F7F91342AD8A945C80158F80615FE8E3CC7C69(L_2, NULL);
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
// System.Void System.Linq.Expressions.Interpreter.AssignLocalBoxedInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssignLocalBoxedInstruction__ctor_m0093E7D8D0FD4AA37D8311A03C19C5D6E709193D (AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.AssignLocalBoxedInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalBoxedInstruction_get_ConsumedStack_mA83D27A2261FA53860DF490121841DC84A83355E (AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.AssignLocalBoxedInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalBoxedInstruction_get_ProducedStack_m14E306B42C3767DC3E91FBEFAC1DDEA4F69EB13C (AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.AssignLocalBoxedInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssignLocalBoxedInstruction_get_InstructionName_mD7C7451D96F6684FB1B175E1273DF117A2408F87 (AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C2F963B388917A19D8145D115C26D54868060F4);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral8C2F963B388917A19D8145D115C26D54868060F4;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.AssignLocalBoxedInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalBoxedInstruction_Run_m96A18F1C96F603E54321119CA81F33B3E5B6C4A0 (AssignLocalBoxedInstruction_tA51AE5BF122B246A89C47F4801E6502E87376720* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
NullCheck(L_1);
int32_t L_3 = L_2;
RuntimeObject* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052(L_5, NULL);
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.Runtime.CompilerServices.IStrongBox::set_Value(System.Object) */, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)), L_6);
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
// System.Void System.Linq.Expressions.Interpreter.StoreLocalBoxedInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StoreLocalBoxedInstruction__ctor_m838753D19C40831A558A3E0171666BAB2E9D74FA (StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.StoreLocalBoxedInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StoreLocalBoxedInstruction_get_ConsumedStack_mE9AE23A48A893A6FB38340A7DA4F3903997460F7 (StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.StoreLocalBoxedInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StoreLocalBoxedInstruction_get_InstructionName_m404F4057780DE64B04D50E2A4CE6325A7D5DABD9 (StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2CA51EFA79FD5290FDC457E7838478D2EC57875);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralB2CA51EFA79FD5290FDC457E7838478D2EC57875;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.StoreLocalBoxedInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StoreLocalBoxedInstruction_Run_mD14FF3A4C39264D7EDBCBCF1286F1E33F67F3E7D (StoreLocalBoxedInstruction_tC94812D0458B9D1D366499C8610B1D79C9722BBA* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
NullCheck(L_1);
int32_t L_3 = L_2;
RuntimeObject* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
NullCheck(L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_5->___Data_7;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = L_7;
NullCheck(L_8);
int32_t L_9 = L_8->___StackIndex_9;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_9, 1));
int32_t L_10 = V_0;
NullCheck(L_8);
L_8->___StackIndex_9 = L_10;
int32_t L_11 = V_0;
NullCheck(L_6);
int32_t L_12 = L_11;
RuntimeObject* L_13 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.Runtime.CompilerServices.IStrongBox::set_Value(System.Object) */, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)), L_13);
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
// System.Void System.Linq.Expressions.Interpreter.AssignLocalToClosureInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AssignLocalToClosureInstruction__ctor_m73C361962002F96922134EA2743854D5EB734F4B (AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.AssignLocalToClosureInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalToClosureInstruction_get_ConsumedStack_m11B10B02CA3827993C9F1074F92C4F5C2C99C5E8 (AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.AssignLocalToClosureInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalToClosureInstruction_get_ProducedStack_mF14E17CE13120266044ECFAFE6FC9D2CDE5C4E37 (AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.AssignLocalToClosureInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AssignLocalToClosureInstruction_get_InstructionName_m7E2E76EFFB84609E9F2B440403556FC37C8AC7A5 (AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA577D4A2400FF2C9E200FACD45EE4EB76DEBC81);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralEA577D4A2400FF2C9E200FACD45EE4EB76DEBC81;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.AssignLocalToClosureInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AssignLocalToClosureInstruction_Run_m9C91B1F533F8F7616A4D836E76FCF1E4D1CE5805 (AssignLocalToClosureInstruction_tEC80AB7FCED9EB59FFE301461B9202AD7150E192* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_1 = L_0->___Closure_8;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
NullCheck(L_1);
int32_t L_3 = L_2;
RuntimeObject* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052(L_5, NULL);
NullCheck(L_4);
InterfaceActionInvoker1< RuntimeObject* >::Invoke(1 /* System.Void System.Runtime.CompilerServices.IStrongBox::set_Value(System.Object) */, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var, L_4, L_6);
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
// System.Int32 System.Linq.Expressions.Interpreter.ValueTypeCopyInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTypeCopyInstruction_get_ConsumedStack_m44DE668E227EFB11BF12706DF6A69F38CF903213 (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.ValueTypeCopyInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTypeCopyInstruction_get_ProducedStack_m0B3EFCA1ABDA8A50ED59C5D958599B1A8F8B8DEE (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.ValueTypeCopyInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValueTypeCopyInstruction_get_InstructionName_m525D0819CCF43F00A8F74FF08E95D89F7A4AE139 (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8EFA5B9C73817CE384778200949F10B95237802B);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral8EFA5B9C73817CE384778200949F10B95237802B;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.ValueTypeCopyInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueTypeCopyInstruction_Run_m5035A30C0A6CCA68A6DF98B6E756079BF4C0BC23 (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_0 = NULL;
RuntimeObject* G_B3_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B3_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
RuntimeObject* L_3 = V_0;
G_B1_0 = L_2;
if (!L_3)
{
G_B2_0 = L_2;
goto IL_0013;
}
}
{
RuntimeObject* L_4 = V_0;
RuntimeObject* L_5;
L_5 = RuntimeHelpers_GetObjectValue_m4565A5F4743CA0F025A692F7A16406B14F0B67DA(L_4, NULL);
G_B3_0 = L_5;
G_B3_1 = G_B1_0;
goto IL_0014;
}
IL_0013:
{
RuntimeObject* L_6 = V_0;
G_B3_0 = L_6;
G_B3_1 = G_B2_0;
}
IL_0014:
{
NullCheck(G_B3_1);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B3_1, G_B3_0, NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.ValueTypeCopyInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTypeCopyInstruction__ctor_mED53BFCA11DB63DD580B5ADF8B6F8E3AE543802D (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.ValueTypeCopyInstruction::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTypeCopyInstruction__cctor_m1BB40998C5F81513B8CC58A74572ADCEDAC679C3 (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;
}
{
ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87* L_0 = (ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87*)il2cpp_codegen_object_new(ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_il2cpp_TypeInfo_var);
NullCheck(L_0);
ValueTypeCopyInstruction__ctor_mED53BFCA11DB63DD580B5ADF8B6F8E3AE543802D(L_0, NULL);
((ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_StaticFields*)il2cpp_codegen_static_fields_for(ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_il2cpp_TypeInfo_var))->___Instruction_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_StaticFields*)il2cpp_codegen_static_fields_for(ValueTypeCopyInstruction_t5CA0414FF8C86A78FE5093D4F0B178A580FF4F87_il2cpp_TypeInfo_var))->___Instruction_0), (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
// System.Void System.Linq.Expressions.Interpreter.InitializeLocalInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0 (InitializeLocalInstruction_t43FFB443CD385ADDA7FC024CDB215348752EEF64* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
LocalAccessInstruction__ctor_m1BA84FA8B0B8A5A3286364DD45D46CB66F01B953(__this, L_0, 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
// System.Void System.Linq.Expressions.Interpreter.InitializeLocalInstruction/Reference::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reference__ctor_m791C829F205B738F2B3A7CE22E104E32C9E1A0F2 (Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.InitializeLocalInstruction/Reference::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reference_Run_mA720D9D2FD7AC0B412EF9B4C5E1C31FBF161468A (Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, NULL);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)NULL);
return 1;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InitializeLocalInstruction/Reference::BoxIfIndexMatches(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* Reference_BoxIfIndexMatches_m81DFF9BCDA9283BE61EBAC59A9448BD8C1262D68 (Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01* __this, int32_t ___index0, 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 = ___index0;
int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_000b;
}
}
{
return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
}
IL_000b:
{
int32_t L_2 = ___index0;
il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_3;
L_3 = InstructionList_InitImmutableRefBox_m7F6155237EE21A73457442C6A534C2B082DAA5E9(L_2, NULL);
return L_3;
}
}
// System.String System.Linq.Expressions.Interpreter.InitializeLocalInstruction/Reference::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Reference_get_InstructionName_mBC02CEAEE9B0C18D3C95C634F46E31C70B5D6799 (Reference_t27CA5B665FEF0B3B581EAE9F05229E1A9D6EEE01* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1C64317F3BE5FCA6BB315AB1EECDA32CB19BE92);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralA1C64317F3BE5FCA6BB315AB1EECDA32CB19BE92;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableValue::.ctor(System.Int32,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmutableValue__ctor_m17DBE63F6DBAFC2994DA3F6C5CF2E89EF2597E29 (ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA* __this, int32_t ___index0, RuntimeObject* ___defaultValue1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
RuntimeObject* L_1 = ___defaultValue1;
__this->____defaultValue_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____defaultValue_1), (void*)L_1);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableValue::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ImmutableValue_Run_m3BBF06ED768BC46430B79A7FC3F7CC871070F613 (ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
RuntimeObject* L_3 = __this->____defaultValue_1;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_3);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_3);
return 1;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableValue::BoxIfIndexMatches(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ImmutableValue_BoxIfIndexMatches_m9CAE53B3B3A064BD9214E8C2FA14A9D990773810 (ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_000b;
}
}
{
return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
}
IL_000b:
{
int32_t L_2 = ___index0;
RuntimeObject* L_3 = __this->____defaultValue_1;
ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072* L_4 = (ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072*)il2cpp_codegen_object_new(ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072_il2cpp_TypeInfo_var);
NullCheck(L_4);
ImmutableBox__ctor_m46DDA5328B2463FC3D971F8AC845F13F248E7795(L_4, L_2, L_3, NULL);
return L_4;
}
}
// System.String System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableValue::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ImmutableValue_get_InstructionName_m552E42CBC90126EA531D37DDFB60453784F74229 (ImmutableValue_t091100B1997BC54BEB8318BC580DEA334F45DBDA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F80FDEB27536C2896F0DAA04590D66213DB8FFE);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral6F80FDEB27536C2896F0DAA04590D66213DB8FFE;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableBox::.ctor(System.Int32,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmutableBox__ctor_m46DDA5328B2463FC3D971F8AC845F13F248E7795 (ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072* __this, int32_t ___index0, RuntimeObject* ___defaultValue1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
RuntimeObject* L_1 = ___defaultValue1;
__this->____defaultValue_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____defaultValue_1), (void*)L_1);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableBox::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ImmutableBox_Run_mA0CC19E213AE4F1CCC344A1B02E91898166DC4E8 (ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
RuntimeObject* L_3 = __this->____defaultValue_1;
StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* L_4 = (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2*)il2cpp_codegen_object_new(StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
NullCheck(L_4);
StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E(L_4, L_3, StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_4);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_4);
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableBox::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ImmutableBox_get_InstructionName_m072C2C4F9CC687A52EF3196F19B2D1EA13E3E6F4 (ImmutableBox_t1132465BDD5ECCDC5B689DC119EDFE3113BAB072* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E3614132A7C7940D22AB8628A341833E17526BA);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral7E3614132A7C7940D22AB8628A341833E17526BA;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableRefBox::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmutableRefBox__ctor_m5E436B23D0DFE1090B9D1DA45D8BB33E48E85876 (ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableRefBox::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ImmutableRefBox_Run_m22C7852CB2D6B71D2952300B841C9BA0DB51B3C8 (ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* L_3 = (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2*)il2cpp_codegen_object_new(StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
NullCheck(L_3);
StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374(L_3, StrongBox_1__ctor_m644CD2EE6B5419EC51BA3930B16C7E24477A5374_RuntimeMethod_var);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_3);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_3);
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ImmutableRefBox::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ImmutableRefBox_get_InstructionName_m1E1283EE65182DC4930024200E69B9E5996B47AC (ImmutableRefBox_t9363F16A9A706C1E154C4703F5B01F350F8C2E2A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E3614132A7C7940D22AB8628A341833E17526BA);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral7E3614132A7C7940D22AB8628A341833E17526BA;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ParameterBox::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParameterBox__ctor_m8BA161D817B7B43C3164FF72678627C15F864516 (ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ParameterBox::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParameterBox_Run_m24DDDD1AC597B5FC8681F26F0B8E423E979970BD (ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___frame0;
NullCheck(L_3);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3->___Data_7;
int32_t L_5 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
NullCheck(L_4);
int32_t L_6 = L_5;
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* L_8 = (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2*)il2cpp_codegen_object_new(StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
NullCheck(L_8);
StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E(L_8, L_7, StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_8);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_8);
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.InitializeLocalInstruction/ParameterBox::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterBox_get_InstructionName_m481088C9F60126DDFC70B19DACFE928311E51384 (ParameterBox_t9E54B01C53B0930CACB39EC347F99CD811725F4A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BDE3A0144898539B007262774863AA6FC76DD45);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral1BDE3A0144898539B007262774863AA6FC76DD45;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.InitializeLocalInstruction/Parameter::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parameter__ctor_mBBF4CD3784D4527FB282CDE88FB44884739A56C5 (Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.InitializeLocalInstruction/Parameter::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Parameter_Run_m35CE8295A1B1179FC59FD7BE23691E1DABC2A571 (Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InitializeLocalInstruction/Parameter::BoxIfIndexMatches(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* Parameter_BoxIfIndexMatches_mFED7CFC912D78CB8F5BA5A8E077CF7C8783004E4 (Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD* __this, int32_t ___index0, 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 = ___index0;
int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_0010;
}
}
{
int32_t L_2 = ___index0;
il2cpp_codegen_runtime_class_init_inline(InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A_il2cpp_TypeInfo_var);
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_3;
L_3 = InstructionList_ParameterBox_mD27292FC2CD5D34DA665DCD4C42C3C2099CB63EC(L_2, NULL);
return L_3;
}
IL_0010:
{
return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
}
}
// System.String System.Linq.Expressions.Interpreter.InitializeLocalInstruction/Parameter::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Parameter_get_InstructionName_mED5AA448621A8EDF47A7C4750F7E42EEE5D85363 (Parameter_tEF01F81D52521C83BE4D2B6D76A395771942CEDD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F97CEFC0E880B1B99154A110B45438C3D0748C5);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral1F97CEFC0E880B1B99154A110B45438C3D0748C5;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableValue::.ctor(System.Int32,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MutableValue__ctor_m80B0C3F2CEDCC0856F5FDCC0D801C174914C73F0 (MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14* __this, int32_t ___index0, Type_t* ___type1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
Type_t* L_1 = ___type1;
__this->____type_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____type_1), (void*)L_1);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableValue::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MutableValue_Run_m2C6E46D1C23C6E688C71013560C672653548CDBC (MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
try
{// begin try (depth: 1)
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
int32_t L_2 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
Type_t* L_3 = __this->____type_1;
RuntimeObject* L_4;
L_4 = Activator_CreateInstance_m0A28F274256F1444949E372089034D9FB66FBD67(L_3, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_4);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_4);
goto IL_0025;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_001a;
}
throw e;
}
CATCH_001a:
{// begin catch(System.Reflection.TargetInvocationException)
ExceptionHelpers_UnwrapAndRethrow_m4F1455C46F50C4D70489D82D44F1483AB1026F53(((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)), NULL);
Exception_t* L_5;
L_5 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableValue_Run_m2C6E46D1C23C6E688C71013560C672653548CDBC_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_0025:
{
return 1;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableValue::BoxIfIndexMatches(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* MutableValue_BoxIfIndexMatches_mEE577D2EBD1C1354F78D187344793F95210DBAF1 (MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
int32_t L_1 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_000b;
}
}
{
return (Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)NULL;
}
IL_000b:
{
int32_t L_2 = ___index0;
Type_t* L_3 = __this->____type_1;
MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297* L_4 = (MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297*)il2cpp_codegen_object_new(MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297_il2cpp_TypeInfo_var);
NullCheck(L_4);
MutableBox__ctor_mB1C3B07C493B5C0BF150BA322B6F7DBFF3FF0C39(L_4, L_2, L_3, NULL);
return L_4;
}
}
// System.String System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableValue::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MutableValue_get_InstructionName_m7BFF3E9F11460F4E677B946CA04EE0B06B713A5B (MutableValue_tA29001DFC321AAEF4EDFED35975CB8D18A051E14* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF17608EB04B074DAC744B51C382B4BC1C64F138);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralBF17608EB04B074DAC744B51C382B4BC1C64F138;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableBox::.ctor(System.Int32,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MutableBox__ctor_mB1C3B07C493B5C0BF150BA322B6F7DBFF3FF0C39 (MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297* __this, int32_t ___index0, Type_t* ___type1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
InitializeLocalInstruction__ctor_mAF4750C23CCB509DEA7349FD1593C81E912B70B0(__this, L_0, NULL);
Type_t* L_1 = ___type1;
__this->____type_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____type_1), (void*)L_1);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableBox::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MutableBox_Run_mAF63A3C6D2208142E566E70A87E2DFD08A6C219E (MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
try
{// begin try (depth: 1)
Type_t* L_0 = __this->____type_1;
RuntimeObject* L_1;
L_1 = Activator_CreateInstance_m0A28F274256F1444949E372089034D9FB66FBD67(L_0, NULL);
V_0 = L_1;
goto IL_0019;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_000e;
}
throw e;
}
CATCH_000e:
{// begin catch(System.Reflection.TargetInvocationException)
ExceptionHelpers_UnwrapAndRethrow_m4F1455C46F50C4D70489D82D44F1483AB1026F53(((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)), NULL);
Exception_t* L_2;
L_2 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MutableBox_Run_mAF63A3C6D2208142E566E70A87E2DFD08A6C219E_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_0019:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___frame0;
NullCheck(L_3);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3->___Data_7;
int32_t L_5 = ((LocalAccessInstruction_t58026C8DAD787415440A65845A950F0E558BC9E9*)__this)->____index_0;
RuntimeObject* L_6 = V_0;
StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2* L_7 = (StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2*)il2cpp_codegen_object_new(StrongBox_1_t192FDA778C70E71E79A6171CC20E1B12688D93C2_il2cpp_TypeInfo_var);
NullCheck(L_7);
StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E(L_7, L_6, StrongBox_1__ctor_mB11CBF9414D584A52E6C26FF69766D875C65447E_RuntimeMethod_var);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_7);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (RuntimeObject*)L_7);
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.InitializeLocalInstruction/MutableBox::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MutableBox_get_InstructionName_m640B48E6F1811FC6F134681C77C929D924CD26B5 (MutableBox_t35B8EFA7369018FAE5A4C9D14F62FE9A0BC01297* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2805BCF9C851521574FAA4B3552B76963B32F98);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralC2805BCF9C851521574FAA4B3552B76963B32F98;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.RuntimeVariablesInstruction::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeVariablesInstruction__ctor_mCEC2FCCFFAEE3FE5CA1719B9BFBEBDC26EB67716 (RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD* __this, int32_t ___count0, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
int32_t L_0 = ___count0;
__this->____count_0 = L_0;
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.RuntimeVariablesInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeVariablesInstruction_get_ProducedStack_mF66A71357236AC7972D57629ED6151C28E702D66 (RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.RuntimeVariablesInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeVariablesInstruction_get_ConsumedStack_m989C77525EAEDC1012885F38833E924B172BFF75 (RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____count_0;
return L_0;
}
}
// System.String System.Linq.Expressions.Interpreter.RuntimeVariablesInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RuntimeVariablesInstruction_get_InstructionName_m7DBD6E204D5A976605716521655998485A81DAC2 (RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C7870F5D8B82AA170CFA19032846E3832C5C8EE);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral4C7870F5D8B82AA170CFA19032846E3832C5C8EE;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.RuntimeVariablesInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeVariablesInstruction_Run_mF5B899ECDAB3461274550A9672D7DED9914C697D (RuntimeVariablesInstruction_t9D0133B0EBAE32A09B98A795B517D56954FB26AD* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->____count_0;
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_1 = (IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F*)(IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F*)SZArrayNew(IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_2 = V_0;
NullCheck(L_2);
V_1 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_2)->max_length)), 1));
goto IL_0026;
}
IL_0014:
{
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_3 = V_0;
int32_t L_4 = V_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
NullCheck(L_5);
RuntimeObject* L_6;
L_6 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_5, NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, ((RuntimeObject*)Castclass((RuntimeObject*)L_6, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (RuntimeObject*)((RuntimeObject*)Castclass((RuntimeObject*)L_6, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
}
IL_0026:
{
int32_t L_8 = V_1;
if ((((int32_t)L_8) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_10 = V_0;
RuntimeObject* L_11;
L_11 = RuntimeVariables_Create_mC300039778A676FBA4BC097F3BD2318342A93B31(L_10, NULL);
NullCheck(L_9);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_9, L_11, NULL);
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
// System.Boolean System.Linq.Expressions.Interpreter.LocalVariable::get_IsBoxed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalVariable_get_IsBoxed_mD052E73492275BEB8A833C519B7B3AF54EBC13B8 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____flags_1;
return (bool)((!(((uint32_t)((int32_t)(L_0&1))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Void System.Linq.Expressions.Interpreter.LocalVariable::set_IsBoxed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariable_set_IsBoxed_m23B7110A8AA2BD779BD9EA752674999D84D3AE83 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
if (!L_0)
{
goto IL_0012;
}
}
{
int32_t L_1 = __this->____flags_1;
__this->____flags_1 = ((int32_t)(L_1|1));
return;
}
IL_0012:
{
int32_t L_2 = __this->____flags_1;
__this->____flags_1 = ((int32_t)(L_2&((int32_t)-2)));
return;
}
}
// System.Boolean System.Linq.Expressions.Interpreter.LocalVariable::get_InClosure()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____flags_1;
return (bool)((!(((uint32_t)((int32_t)(L_0&2))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Void System.Linq.Expressions.Interpreter.LocalVariable::.ctor(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariable__ctor_mF2EDE101B9DA64A03058131152206D5C564A7451 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __this, int32_t ___index0, bool ___closure1, const RuntimeMethod* method)
{
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* G_B2_0 = NULL;
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* G_B3_1 = NULL;
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___index0;
__this->___Index_0 = L_0;
bool L_1 = ___closure1;
G_B1_0 = __this;
if (L_1)
{
G_B2_0 = __this;
goto IL_0014;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 2;
G_B3_1 = G_B2_0;
}
IL_0015:
{
NullCheck(G_B3_1);
G_B3_1->____flags_1 = G_B3_0;
return;
}
}
// System.String System.Linq.Expressions.Interpreter.LocalVariable::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LocalVariable_ToString_mF51151E121D415A9E713B2F0A16ABB6ADCFBB028 (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* __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*)&_stringLiteral284C648E1E84A175C2B5D576840EEA3B41E2D149);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral836C802AE0F55DE404DEE46F626E14CFAE92855F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C94BC9613552D0552B890C26DDCBC818C4695E);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* G_B2_0 = NULL;
String_t* G_B2_1 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B2_2 = NULL;
RuntimeObject* G_B1_0 = NULL;
String_t* G_B1_1 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B1_2 = NULL;
String_t* G_B3_0 = NULL;
RuntimeObject* G_B3_1 = NULL;
String_t* G_B3_2 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B3_3 = NULL;
String_t* G_B5_0 = NULL;
RuntimeObject* G_B5_1 = NULL;
String_t* G_B5_2 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B5_3 = NULL;
String_t* G_B4_0 = NULL;
RuntimeObject* G_B4_1 = NULL;
String_t* G_B4_2 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B4_3 = NULL;
String_t* G_B6_0 = NULL;
String_t* G_B6_1 = NULL;
RuntimeObject* G_B6_2 = NULL;
String_t* G_B6_3 = NULL;
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* G_B6_4 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
int32_t L_1 = __this->___Index_0;
int32_t L_2 = L_1;
RuntimeObject* L_3 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_2);
bool L_4;
L_4 = LocalVariable_get_IsBoxed_mD052E73492275BEB8A833C519B7B3AF54EBC13B8(__this, NULL);
G_B1_0 = L_3;
G_B1_1 = _stringLiteral836C802AE0F55DE404DEE46F626E14CFAE92855F;
G_B1_2 = L_0;
if (L_4)
{
G_B2_0 = L_3;
G_B2_1 = _stringLiteral836C802AE0F55DE404DEE46F626E14CFAE92855F;
G_B2_2 = L_0;
goto IL_0020;
}
}
{
G_B3_0 = ((String_t*)(NULL));
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
goto IL_0025;
}
IL_0020:
{
G_B3_0 = _stringLiteralF3C94BC9613552D0552B890C26DDCBC818C4695E;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
}
IL_0025:
{
bool L_5;
L_5 = LocalVariable_get_InClosure_m9E3A130991C880913F9475A9C63156AB28FC93F6(__this, NULL);
G_B4_0 = G_B3_0;
G_B4_1 = G_B3_1;
G_B4_2 = G_B3_2;
G_B4_3 = G_B3_3;
if (L_5)
{
G_B5_0 = G_B3_0;
G_B5_1 = G_B3_1;
G_B5_2 = G_B3_2;
G_B5_3 = G_B3_3;
goto IL_0030;
}
}
{
G_B6_0 = ((String_t*)(NULL));
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
G_B6_3 = G_B4_2;
G_B6_4 = G_B4_3;
goto IL_0035;
}
IL_0030:
{
G_B6_0 = _stringLiteral284C648E1E84A175C2B5D576840EEA3B41E2D149;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
G_B6_3 = G_B5_2;
G_B6_4 = G_B5_3;
}
IL_0035:
{
String_t* L_6;
L_6 = String_Format_m47B2846E44214E013BF3069B0F9015AD223FF16E(G_B6_4, G_B6_3, G_B6_2, G_B6_1, G_B6_0, NULL);
return L_6;
}
}
#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
// Conversion methods for marshalling of: System.Linq.Expressions.Interpreter.LocalDefinition
IL2CPP_EXTERN_C void LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshal_pinvoke(const LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02& unmarshaled, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_pinvoke& marshaled)
{
Exception_t* ___U3CParameterU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<Parameter>k__BackingField' of type 'LocalDefinition': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CParameterU3Ek__BackingField_1Exception, NULL);
}
IL2CPP_EXTERN_C void LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshal_pinvoke_back(const LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_pinvoke& marshaled, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02& unmarshaled)
{
Exception_t* ___U3CParameterU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<Parameter>k__BackingField' of type 'LocalDefinition': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CParameterU3Ek__BackingField_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Linq.Expressions.Interpreter.LocalDefinition
IL2CPP_EXTERN_C void LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshal_pinvoke_cleanup(LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Linq.Expressions.Interpreter.LocalDefinition
IL2CPP_EXTERN_C void LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshal_com(const LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02& unmarshaled, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_com& marshaled)
{
Exception_t* ___U3CParameterU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<Parameter>k__BackingField' of type 'LocalDefinition': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CParameterU3Ek__BackingField_1Exception, NULL);
}
IL2CPP_EXTERN_C void LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshal_com_back(const LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_com& marshaled, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02& unmarshaled)
{
Exception_t* ___U3CParameterU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '<Parameter>k__BackingField' of type 'LocalDefinition': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CParameterU3Ek__BackingField_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Linq.Expressions.Interpreter.LocalDefinition
IL2CPP_EXTERN_C void LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshal_com_cleanup(LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_marshaled_com& marshaled)
{
}
// System.Void System.Linq.Expressions.Interpreter.LocalDefinition::.ctor(System.Int32,System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalDefinition__ctor_m940C547D8BAC3B735C27AA1A60D7E2368E7988D4 (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, int32_t ___localIndex0, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___parameter1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___localIndex0;
__this->___U3CIndexU3Ek__BackingField_0 = L_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___parameter1;
__this->___U3CParameterU3Ek__BackingField_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CParameterU3Ek__BackingField_1), (void*)L_1);
return;
}
}
IL2CPP_EXTERN_C void LocalDefinition__ctor_m940C547D8BAC3B735C27AA1A60D7E2368E7988D4_AdjustorThunk (RuntimeObject* __this, int32_t ___localIndex0, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___parameter1, const RuntimeMethod* method)
{
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*>(__this + _offset);
LocalDefinition__ctor_m940C547D8BAC3B735C27AA1A60D7E2368E7988D4(_thisAdjusted, ___localIndex0, ___parameter1, method);
}
// System.Int32 System.Linq.Expressions.Interpreter.LocalDefinition::get_Index()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CIndexU3Ek__BackingField_0;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*>(__this + _offset);
int32_t _returnValue;
_returnValue = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Linq.Expressions.ParameterExpression System.Linq.Expressions.Interpreter.LocalDefinition::get_Parameter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581 (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method)
{
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = __this->___U3CParameterU3Ek__BackingField_1;
return L_0;
}
}
IL2CPP_EXTERN_C ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*>(__this + _offset);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* _returnValue;
_returnValue = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean System.Linq.Expressions.Interpreter.LocalDefinition::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalDefinition_Equals_mB4B6A7A6A87ABBDC60769E2E9D380DDFD7EBD5CE (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 V_0;
memset((&V_0), 0, sizeof(V_0));
{
RuntimeObject* L_0 = ___obj0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_il2cpp_TypeInfo_var)))
{
goto IL_0030;
}
}
{
RuntimeObject* L_1 = ___obj0;
V_0 = ((*(LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*)((LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*)(LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*)UnBox(L_1, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02_il2cpp_TypeInfo_var))));
int32_t L_2;
L_2 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline((&V_0), NULL);
int32_t L_3;
L_3 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline(__this, NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)L_3))))
{
goto IL_002e;
}
}
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_4;
L_4 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline((&V_0), NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_5;
L_5 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline(__this, NULL);
return (bool)((((RuntimeObject*)(ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_4) == ((RuntimeObject*)(ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110*)L_5))? 1 : 0);
}
IL_002e:
{
return (bool)0;
}
IL_0030:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool LocalDefinition_Equals_mB4B6A7A6A87ABBDC60769E2E9D380DDFD7EBD5CE_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*>(__this + _offset);
bool _returnValue;
_returnValue = LocalDefinition_Equals_mB4B6A7A6A87ABBDC60769E2E9D380DDFD7EBD5CE(_thisAdjusted, ___obj0, method);
return _returnValue;
}
// System.Int32 System.Linq.Expressions.Interpreter.LocalDefinition::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocalDefinition_GetHashCode_mE4BD88BAF8229E1D802F7B76F7B9CA57EDC7292D (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0;
L_0 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline(__this, NULL);
if (L_0)
{
goto IL_000a;
}
}
{
return 0;
}
IL_000a:
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1;
L_1 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline(__this, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
int32_t L_3;
L_3 = LocalDefinition_get_Index_m03B6B7F6D784E4B863B2CD6B4357502C31995FCF_inline(__this, NULL);
V_0 = L_3;
int32_t L_4;
L_4 = Int32_GetHashCode_m253D60FF7527A483E91004B7A2366F13E225E295((&V_0), NULL);
return ((int32_t)(L_2^L_4));
}
}
IL2CPP_EXTERN_C int32_t LocalDefinition_GetHashCode_mE4BD88BAF8229E1D802F7B76F7B9CA57EDC7292D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02*>(__this + _offset);
int32_t _returnValue;
_returnValue = LocalDefinition_GetHashCode_mE4BD88BAF8229E1D802F7B76F7B9CA57EDC7292D(_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
// System.Linq.Expressions.Interpreter.LocalDefinition System.Linq.Expressions.Interpreter.LocalVariables::DefineLocal(System.Linq.Expressions.ParameterExpression,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 LocalVariables_DefineLocal_m1EDC3C88A85169E292D99317DB9A4D2F2BC8E9E2 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___variable0, int32_t ___start1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m707BA9BE60A145B70194B0A5CEA27C044642F7E3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mDF9D3941603E1BC5C89ECC0DE7FDCA56EE6D2B68_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* V_0 = NULL;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* V_1 = NULL;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* V_2 = NULL;
int32_t V_3 = 0;
{
int32_t L_0 = __this->____localCount_2;
V_3 = L_0;
int32_t L_1 = V_3;
__this->____localCount_2 = ((int32_t)il2cpp_codegen_add(L_1, 1));
int32_t L_2 = V_3;
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_3 = (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4*)il2cpp_codegen_object_new(LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4_il2cpp_TypeInfo_var);
NullCheck(L_3);
LocalVariable__ctor_mF2EDE101B9DA64A03058131152206D5C564A7451(L_3, L_2, (bool)0, NULL);
V_0 = L_3;
int32_t L_4 = __this->____localCount_2;
int32_t L_5 = __this->____maxLocalCount_3;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_6;
L_6 = Math_Max_m830F00B616D7A2130E46E974DFB27E9DA7FE30E5(L_4, L_5, NULL);
__this->____maxLocalCount_3 = L_6;
HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_7 = __this->____variables_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_8 = ___variable0;
NullCheck(L_7);
bool L_9;
L_9 = HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3(L_7, L_8, (&V_1), HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3_RuntimeMethod_var);
if (!L_9)
{
goto IL_0069;
}
}
{
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_10 = V_0;
int32_t L_11 = ___start1;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_12 = V_1;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_13 = (VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513*)il2cpp_codegen_object_new(VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513_il2cpp_TypeInfo_var);
NullCheck(L_13);
VariableScope__ctor_m4175CA158B97C43B85EF6836754DFE2777E94BCA(L_13, L_10, L_11, L_12, NULL);
V_2 = L_13;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_14 = V_1;
NullCheck(L_14);
List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* L_15 = L_14->___ChildScopes_4;
if (L_15)
{
goto IL_005b;
}
}
{
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_16 = V_1;
List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* L_17 = (List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8*)il2cpp_codegen_object_new(List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8_il2cpp_TypeInfo_var);
NullCheck(L_17);
List_1__ctor_mDF9D3941603E1BC5C89ECC0DE7FDCA56EE6D2B68(L_17, List_1__ctor_mDF9D3941603E1BC5C89ECC0DE7FDCA56EE6D2B68_RuntimeMethod_var);
NullCheck(L_16);
L_16->___ChildScopes_4 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&L_16->___ChildScopes_4), (void*)L_17);
}
IL_005b:
{
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_18 = V_1;
NullCheck(L_18);
List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* L_19 = L_18->___ChildScopes_4;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_20 = V_2;
NullCheck(L_19);
List_1_Add_m707BA9BE60A145B70194B0A5CEA27C044642F7E3_inline(L_19, L_20, List_1_Add_m707BA9BE60A145B70194B0A5CEA27C044642F7E3_RuntimeMethod_var);
goto IL_0072;
}
IL_0069:
{
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_21 = V_0;
int32_t L_22 = ___start1;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_23 = (VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513*)il2cpp_codegen_object_new(VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513_il2cpp_TypeInfo_var);
NullCheck(L_23);
VariableScope__ctor_m4175CA158B97C43B85EF6836754DFE2777E94BCA(L_23, L_21, L_22, (VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513*)NULL, NULL);
V_2 = L_23;
}
IL_0072:
{
HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_24 = __this->____variables_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_25 = ___variable0;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_26 = V_2;
NullCheck(L_24);
HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB(L_24, L_25, L_26, HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB_RuntimeMethod_var);
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_27 = V_0;
NullCheck(L_27);
int32_t L_28 = L_27->___Index_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_29 = ___variable0;
LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 L_30;
memset((&L_30), 0, sizeof(L_30));
LocalDefinition__ctor_m940C547D8BAC3B735C27AA1A60D7E2368E7988D4((&L_30), L_28, L_29, /*hidden argument*/NULL);
return L_30;
}
}
// System.Void System.Linq.Expressions.Interpreter.LocalVariables::UndefineLocal(System.Linq.Expressions.Interpreter.LocalDefinition,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariables_UndefineLocal_mA2FC25538CD5D73D72AEF668F54A8C65654F3A1B (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02 ___definition0, int32_t ___end1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_Remove_mD87D6B2140BEA977CD037DE2E96883FECA4F5DBF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* V_0 = NULL;
{
HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_0 = __this->____variables_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1;
L_1 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline((&___definition0), NULL);
NullCheck(L_0);
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_2;
L_2 = HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21(L_0, L_1, HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21_RuntimeMethod_var);
V_0 = L_2;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_3 = V_0;
int32_t L_4 = ___end1;
NullCheck(L_3);
L_3->___Stop_1 = L_4;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_5 = V_0;
NullCheck(L_5);
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_6 = L_5->___Parent_3;
if (!L_6)
{
goto IL_003c;
}
}
{
HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_7 = __this->____variables_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_8;
L_8 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline((&___definition0), NULL);
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_9 = V_0;
NullCheck(L_9);
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_10 = L_9->___Parent_3;
NullCheck(L_7);
HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB(L_7, L_8, L_10, HybridReferenceDictionary_2_set_Item_mE027930EDA003CB3265913BF5D6518E629153FDB_RuntimeMethod_var);
goto IL_004e;
}
IL_003c:
{
HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_11 = __this->____variables_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_12;
L_12 = LocalDefinition_get_Parameter_m0DB1895365A8A2C91C8F247BA1D9F6B7DA824581_inline((&___definition0), NULL);
NullCheck(L_11);
HybridReferenceDictionary_2_Remove_mD87D6B2140BEA977CD037DE2E96883FECA4F5DBF(L_11, L_12, HybridReferenceDictionary_2_Remove_mD87D6B2140BEA977CD037DE2E96883FECA4F5DBF_RuntimeMethod_var);
}
IL_004e:
{
int32_t L_13 = __this->____localCount_2;
__this->____localCount_2 = ((int32_t)il2cpp_codegen_subtract(L_13, 1));
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.LocalVariables::Box(System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.InstructionList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariables_Box_m981B4EB32CC5A3A71AECDBCBF6BF7E620DD1C978 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___variable0, InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* ___instructions1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* V_0 = NULL;
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_0 = __this->____variables_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___variable0;
NullCheck(L_0);
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_2;
L_2 = HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21(L_0, L_1, HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21_RuntimeMethod_var);
V_0 = L_2;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_3 = V_0;
NullCheck(L_3);
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_4 = L_3->___Variable_2;
V_1 = L_4;
HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_5 = __this->____variables_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_6 = ___variable0;
NullCheck(L_5);
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_7;
L_7 = HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21(L_5, L_6, HybridReferenceDictionary_2_get_Item_mF401E430C99EC8F9B8D57EF8AF9A09488475AD21_RuntimeMethod_var);
NullCheck(L_7);
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_8 = L_7->___Variable_2;
NullCheck(L_8);
LocalVariable_set_IsBoxed_m23B7110A8AA2BD779BD9EA752674999D84D3AE83(L_8, (bool)1, NULL);
V_2 = 0;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = L_9->___Start_0;
V_3 = L_10;
goto IL_007b;
}
IL_0036:
{
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_11 = V_0;
NullCheck(L_11);
List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* L_12 = L_11->___ChildScopes_4;
if (!L_12)
{
goto IL_006a;
}
}
{
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_13 = V_0;
NullCheck(L_13);
List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* L_14 = L_13->___ChildScopes_4;
int32_t L_15 = V_2;
NullCheck(L_14);
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_16;
L_16 = List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36(L_14, L_15, List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36_RuntimeMethod_var);
NullCheck(L_16);
int32_t L_17 = L_16->___Start_0;
int32_t L_18 = V_3;
if ((!(((uint32_t)L_17) == ((uint32_t)L_18))))
{
goto IL_006a;
}
}
{
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_19 = V_0;
NullCheck(L_19);
List_1_tB4C51EDF952DFE5B85A78E600B2A730FDF6996C8* L_20 = L_19->___ChildScopes_4;
int32_t L_21 = V_2;
NullCheck(L_20);
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_22;
L_22 = List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36(L_20, L_21, List_1_get_Item_mF581CBEE41487E1F377BD7655A6C45D978187C36_RuntimeMethod_var);
NullCheck(L_22);
int32_t L_23 = L_22->___Stop_1;
V_3 = L_23;
int32_t L_24 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_24, 1));
goto IL_0077;
}
IL_006a:
{
InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_25 = ___instructions1;
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_26 = V_1;
NullCheck(L_26);
int32_t L_27 = L_26->___Index_0;
int32_t L_28 = V_3;
NullCheck(L_25);
InstructionList_SwitchToBoxed_mDA85EF479DA2E676A0502FDBFB86477A491ACED6(L_25, L_27, L_28, NULL);
}
IL_0077:
{
int32_t L_29 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_29, 1));
}
IL_007b:
{
int32_t L_30 = V_3;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_31 = V_0;
NullCheck(L_31);
int32_t L_32 = L_31->___Stop_1;
if ((((int32_t)L_30) >= ((int32_t)L_32)))
{
goto IL_008d;
}
}
{
int32_t L_33 = V_3;
InstructionList_tC673AC9DD46CD15DB2A1E07D0313AC47D66DE55A* L_34 = ___instructions1;
NullCheck(L_34);
int32_t L_35;
L_35 = InstructionList_get_Count_m82BCA995894F6125062029B5321772827AC6FC17(L_34, NULL);
if ((((int32_t)L_33) < ((int32_t)L_35)))
{
goto IL_0036;
}
}
IL_008d:
{
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.LocalVariables::get_LocalCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocalVariables_get_LocalCount_mC9A02F9B3F67CA2E70D67C2F9CA4D449B0DF1E3E (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____maxLocalCount_3;
return L_0;
}
}
// System.Boolean System.Linq.Expressions.Interpreter.LocalVariables::TryGetLocalOrClosure(System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LocalVariables_TryGetLocalOrClosure_mA398A05F095B5C74BEFD27E62A3C91653A9163E4 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___var0, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4** ___local1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* V_0 = NULL;
{
HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_0 = __this->____variables_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___var0;
NullCheck(L_0);
bool L_2;
L_2 = HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3(L_0, L_1, (&V_0), HybridReferenceDictionary_2_TryGetValue_m5C2FFE91CCE40837E54E764624039804F448A0A3_RuntimeMethod_var);
if (!L_2)
{
goto IL_001a;
}
}
{
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4** L_3 = ___local1;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_4 = V_0;
NullCheck(L_4);
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_5 = L_4->___Variable_2;
*((RuntimeObject**)L_3) = (RuntimeObject*)L_5;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_3, (void*)(RuntimeObject*)L_5);
return (bool)1;
}
IL_001a:
{
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_6 = __this->____closureVariables_1;
if (!L_6)
{
goto IL_0033;
}
}
{
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_7 = __this->____closureVariables_1;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_8 = ___var0;
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4** L_9 = ___local1;
NullCheck(L_7);
bool L_10;
L_10 = Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050(L_7, L_8, L_9, Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050_RuntimeMethod_var);
if (!L_10)
{
goto IL_0033;
}
}
{
return (bool)1;
}
IL_0033:
{
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4** L_11 = ___local1;
*((RuntimeObject**)L_11) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)NULL);
return (bool)0;
}
}
// System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable> System.Linq.Expressions.Interpreter.LocalVariables::get_ClosureVariables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* LocalVariables_get_ClosureVariables_mE837DF0168A765905EF0E5425CABCBAD75DA409F (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, const RuntimeMethod* method)
{
{
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_0 = __this->____closureVariables_1;
return L_0;
}
}
// System.Linq.Expressions.Interpreter.LocalVariable System.Linq.Expressions.Interpreter.LocalVariables::AddClosureVariable(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* LocalVariables_AddClosureVariable_m55F936321CF2282F52BED8B8BA3054FC462883C6 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___variable0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mA15A39D4A6B9F23EDF4CA8182808F510A12CD9A3_RuntimeMethod_var);
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_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* V_0 = NULL;
{
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_0 = __this->____closureVariables_1;
if (L_0)
{
goto IL_0013;
}
}
{
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_1 = (Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD*)il2cpp_codegen_object_new(Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD_il2cpp_TypeInfo_var);
NullCheck(L_1);
Dictionary_2__ctor_m3662A121E7F9EB9D8E0AAC6A5DC9636D081FF250(L_1, Dictionary_2__ctor_m3662A121E7F9EB9D8E0AAC6A5DC9636D081FF250_RuntimeMethod_var);
__this->____closureVariables_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____closureVariables_1), (void*)L_1);
}
IL_0013:
{
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_2 = __this->____closureVariables_1;
NullCheck(L_2);
int32_t L_3;
L_3 = Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F(L_2, Dictionary_2_get_Count_m8828B2C1F99721CB6877D204C60E75D78124D82F_RuntimeMethod_var);
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_4 = (LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4*)il2cpp_codegen_object_new(LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4_il2cpp_TypeInfo_var);
NullCheck(L_4);
LocalVariable__ctor_mF2EDE101B9DA64A03058131152206D5C564A7451(L_4, L_3, (bool)1, NULL);
V_0 = L_4;
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_5 = __this->____closureVariables_1;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_6 = ___variable0;
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_7 = V_0;
NullCheck(L_5);
Dictionary_2_Add_mA15A39D4A6B9F23EDF4CA8182808F510A12CD9A3(L_5, L_6, L_7, Dictionary_2_Add_mA15A39D4A6B9F23EDF4CA8182808F510A12CD9A3_RuntimeMethod_var);
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_8 = V_0;
return L_8;
}
}
// System.Void System.Linq.Expressions.Interpreter.LocalVariables::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalVariables__ctor_m09363B0DA502E704BDE48E8C86377F6D7DC83184 (LocalVariables_t9858CA0D76DBD77F0D7AA19D5500B40896ECCF44* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2__ctor_mB380C038089414883B64C2B8B1F378B3BF277DB4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84* L_0 = (HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84*)il2cpp_codegen_object_new(HybridReferenceDictionary_2_tBA70675C8DC268BA62B7BB7A3AABDCCC23EBEC84_il2cpp_TypeInfo_var);
NullCheck(L_0);
HybridReferenceDictionary_2__ctor_mB380C038089414883B64C2B8B1F378B3BF277DB4(L_0, HybridReferenceDictionary_2__ctor_mB380C038089414883B64C2B8B1F378B3BF277DB4_RuntimeMethod_var);
__this->____variables_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____variables_0), (void*)L_0);
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
// System.Void System.Linq.Expressions.Interpreter.LocalVariables/VariableScope::.ctor(System.Linq.Expressions.Interpreter.LocalVariable,System.Int32,System.Linq.Expressions.Interpreter.LocalVariables/VariableScope)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VariableScope__ctor_m4175CA158B97C43B85EF6836754DFE2777E94BCA (VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* __this, LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* ___variable0, int32_t ___start1, VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* ___parent2, const RuntimeMethod* method)
{
{
__this->___Stop_1 = ((int32_t)2147483647LL);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_0 = ___variable0;
__this->___Variable_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Variable_2), (void*)L_0);
int32_t L_1 = ___start1;
__this->___Start_0 = L_1;
VariableScope_t25C4325FFBD991BC4BAE923BD7D52023318CD513* L_2 = ___parent2;
__this->___Parent_3 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Parent_3), (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
// System.Int32 System.Linq.Expressions.Interpreter.ModuloInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloInstruction_get_ConsumedStack_m0118A468BB97A63D3DEF21DA682D361B4B8EDB70 (ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.ModuloInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloInstruction_get_ProducedStack_m4CF0C01BD93A02BBA024250DB31911431B908F7F (ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.ModuloInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ModuloInstruction_get_InstructionName_m8312918EC9C13555654EB34861491C4E5D7B513A (ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA75381A0B8CA6804FB35CDD02856768335585488);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralA75381A0B8CA6804FB35CDD02856768335585488;
}
}
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10 (ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.ModuloInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* ModuloInstruction_Create_m94383EB3486A2B563FD06FA3BC13DDCF5AD4C733 (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676_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 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(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 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int16_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_004d;
}
}
{
ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33* L_6 = (ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33*)il2cpp_codegen_object_new(ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33_il2cpp_TypeInfo_var);
NullCheck(L_6);
ModuloInt16__ctor_mAF352BF90E474F77C2B654CAD3A19DE793E0C299(L_6, NULL);
ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33* L_7 = L_6;
((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int16_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int16_0), (void*)L_7);
G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
}
IL_004d:
{
return G_B4_0;
}
IL_004e:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int32_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
G_B6_0 = L_9;
if (L_9)
{
G_B7_0 = L_9;
goto IL_0062;
}
}
{
ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8* L_10 = (ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8*)il2cpp_codegen_object_new(ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8_il2cpp_TypeInfo_var);
NullCheck(L_10);
ModuloInt32__ctor_m308B75394E165841FA008E8E91F964D51E3DDB1E(L_10, NULL);
ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8* L_11 = L_10;
((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int32_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int32_1), (void*)L_11);
G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
}
IL_0062:
{
return G_B7_0;
}
IL_0063:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int64_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
G_B9_0 = L_13;
if (L_13)
{
G_B10_0 = L_13;
goto IL_0077;
}
}
{
ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C* L_14 = (ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C*)il2cpp_codegen_object_new(ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C_il2cpp_TypeInfo_var);
NullCheck(L_14);
ModuloInt64__ctor_mEBEDE8FB58BDB3C9263E33D613331C4641027F39(L_14, NULL);
ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C* L_15 = L_14;
((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int64_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Int64_2), (void*)L_15);
G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
}
IL_0077:
{
return G_B10_0;
}
IL_0078:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt16_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
G_B12_0 = L_17;
if (L_17)
{
G_B13_0 = L_17;
goto IL_008c;
}
}
{
ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7* L_18 = (ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7*)il2cpp_codegen_object_new(ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7_il2cpp_TypeInfo_var);
NullCheck(L_18);
ModuloUInt16__ctor_m913B5775CE43D875BFE03614F8DEFF8EDA443EC4(L_18, NULL);
ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7* L_19 = L_18;
((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt16_3 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt16_3), (void*)L_19);
G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
}
IL_008c:
{
return G_B13_0;
}
IL_008d:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt32_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
G_B15_0 = L_21;
if (L_21)
{
G_B16_0 = L_21;
goto IL_00a1;
}
}
{
ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B* L_22 = (ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B*)il2cpp_codegen_object_new(ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B_il2cpp_TypeInfo_var);
NullCheck(L_22);
ModuloUInt32__ctor_m68255A94E8DF794773C8B910DEFF13137355202D(L_22, NULL);
ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B* L_23 = L_22;
((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt32_4 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt32_4), (void*)L_23);
G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
}
IL_00a1:
{
return G_B16_0;
}
IL_00a2:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt64_5;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
G_B18_0 = L_25;
if (L_25)
{
G_B19_0 = L_25;
goto IL_00b6;
}
}
{
ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676* L_26 = (ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676*)il2cpp_codegen_object_new(ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676_il2cpp_TypeInfo_var);
NullCheck(L_26);
ModuloUInt64__ctor_m2E63A7BE3CE771A97750D7AB665A4E6DCF519D15(L_26, NULL);
ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676* L_27 = L_26;
((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt64_5 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_UInt64_5), (void*)L_27);
G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
}
IL_00b6:
{
return G_B19_0;
}
IL_00b7:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Single_6;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
G_B21_0 = L_29;
if (L_29)
{
G_B22_0 = L_29;
goto IL_00cb;
}
}
{
ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679* L_30 = (ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679*)il2cpp_codegen_object_new(ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679_il2cpp_TypeInfo_var);
NullCheck(L_30);
ModuloSingle__ctor_m6B9B01A7B3E18340BF317CE01A2A4DE3D4B711C9(L_30, NULL);
ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679* L_31 = L_30;
((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Single_6 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Single_6), (void*)L_31);
G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
}
IL_00cb:
{
return G_B22_0;
}
IL_00cc:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Double_7;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
G_B24_0 = L_33;
if (L_33)
{
G_B25_0 = L_33;
goto IL_00e0;
}
}
{
ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2* L_34 = (ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2*)il2cpp_codegen_object_new(ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2_il2cpp_TypeInfo_var);
NullCheck(L_34);
ModuloDouble__ctor_mE7DCCDC451A8873AE9AB6F2781D73E04139303E3(L_34, NULL);
ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2* L_35 = L_34;
((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Double_7 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&((ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_StaticFields*)il2cpp_codegen_static_fields_for(ModuloInstruction_tEE88624EA81426022512265324CBD7C2673FF270_il2cpp_TypeInfo_var))->___s_Double_7), (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_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ModuloInstruction_Create_m94383EB3486A2B563FD06FA3BC13DDCF5AD4C733_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
// System.Int32 System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloInt16_Run_mFDCB47822B804C99EC71736189216E45944E0C3A (ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
int16_t L_18 = ((int16_t)((int32_t)((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))%(int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInt16__ctor_mAF352BF90E474F77C2B654CAD3A19DE793E0C299 (ModuloInt16_tFFBB18307132450BCC751D973F1C8B64E8BEEA33* __this, const RuntimeMethod* method)
{
{
ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__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
// System.Int32 System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloInt32_Run_m729C3CF68FEB93EF10B46218AD1087873624D32E (ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
RuntimeObject* L_18;
L_18 = ScriptingRuntimeHelpers_Int32ToObject_m28C9B2458FC23A37613E37D07F369D466330ADD6(((int32_t)(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))%((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))))), NULL);
G_B4_0 = L_18;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___frame0;
int32_t L_20 = V_0;
NullCheck(L_19);
L_19->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInt32__ctor_m308B75394E165841FA008E8E91F964D51E3DDB1E (ModuloInt32_tEAA83B75926C1A17A98FD1479AA09D4B7DEE9AA8* __this, const RuntimeMethod* method)
{
{
ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__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
// System.Int32 System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloInt64_Run_m8A0988AA5CEFF3EBD09A4A3465263D064E427105 (ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
int64_t L_18 = ((int64_t)(((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_16, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))%((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_17, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloInt64__ctor_mEBEDE8FB58BDB3C9263E33D613331C4641027F39 (ModuloInt64_t4C07F17C4D6C4B0C25EE6FE05033DF2A1F6CF56C* __this, const RuntimeMethod* method)
{
{
ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__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
// System.Int32 System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloUInt16_Run_m6216EA8B53ABCE31F2DBDDBA7ADB64A6A862BE4B (ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
uint16_t L_18 = ((uint16_t)((int32_t)(uint16_t)((int32_t)((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))%(int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))));
RuntimeObject* L_19 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloUInt16__ctor_m913B5775CE43D875BFE03614F8DEFF8EDA443EC4 (ModuloUInt16_t71927AA28BB8B7F832A00ABCE522EFA42E5CF9B7* __this, const RuntimeMethod* method)
{
{
ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__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
// System.Int32 System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloUInt32_Run_mB7F30A26906A62712F2B60BAB9610F14BFB39791 (ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
uint32_t L_18 = ((uint32_t)((int32_t)((uint32_t)(int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_16, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))%(uint32_t)(int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_17, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloUInt32__ctor_m68255A94E8DF794773C8B910DEFF13137355202D (ModuloUInt32_t06BEE52045C79A380C18CD77A6FA7F6C12EC696B* __this, const RuntimeMethod* method)
{
{
ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__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
// System.Int32 System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloUInt64_Run_mA21EE1BDA5860FEF80AE7209E3E6E24A23E2D244 (ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
uint64_t L_18 = ((uint64_t)((int64_t)((uint64_t)(int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_16, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))%(uint64_t)(int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_17, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloUInt64__ctor_m2E63A7BE3CE771A97750D7AB665A4E6DCF519D15 (ModuloUInt64_tB6F22A9B52AC477AFA59132DF510559BB6577676* __this, const RuntimeMethod* method)
{
{
ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__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
// System.Int32 System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloSingle::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloSingle_Run_mBAE65A3272CB99A073ABE524547E2521716027B8 (ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
float L_18 = (fmodf(((*(float*)((float*)(float*)UnBox(L_16, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))), ((*(float*)((float*)(float*)UnBox(L_17, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloSingle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloSingle__ctor_m6B9B01A7B3E18340BF317CE01A2A4DE3D4B711C9 (ModuloSingle_tDFDDA078E0C3053798975ABBA6AE90FBF78C0679* __this, const RuntimeMethod* method)
{
{
ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__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
// System.Int32 System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloDouble::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ModuloDouble_Run_mC5393CC0984A67C3839DD9350F09BF059D3A9AF7 (ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
double L_18 = (fmod(((*(double*)((double*)(double*)UnBox(L_16, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))), ((*(double*)((double*)(double*)UnBox(L_17, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.ModuloInstruction/ModuloDouble::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuloDouble__ctor_mE7DCCDC451A8873AE9AB6F2781D73E04139303E3 (ModuloDouble_t02A12C4B2235A469D33DAC5F1682032BF49C94C2* __this, const RuntimeMethod* method)
{
{
ModuloInstruction__ctor_m2A19B7BAAE2B6B9E946D9AB2416B1A9330C53B10(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulInstruction_get_ConsumedStack_m7DF513250D6CDEDD8A3CB940191245578CCF78F7 (MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.MulInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulInstruction_get_ProducedStack_mE7E2FE9DBA1C92C403CC8C63DE3778D76FF9E975 (MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.MulInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MulInstruction_get_InstructionName_mA909A0B538FD2C001ADFE47826196ADEEB8F8FA3 (MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB865D57B98AE0C4F716AB4067C0136AED75DE728);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralB865D57B98AE0C4F716AB4067C0136AED75DE728;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8 (MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* MulInstruction_Create_m2EB66225AEEEA9B84F9F5145E4126684C4828168 (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92_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 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(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 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int16_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_004d;
}
}
{
MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86* L_6 = (MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86*)il2cpp_codegen_object_new(MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86_il2cpp_TypeInfo_var);
NullCheck(L_6);
MulInt16__ctor_mE667366313E8997A7E52CA6221747F7F4FBFEDD7(L_6, NULL);
MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86* L_7 = L_6;
((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int16_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int16_0), (void*)L_7);
G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
}
IL_004d:
{
return G_B4_0;
}
IL_004e:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int32_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
G_B6_0 = L_9;
if (L_9)
{
G_B7_0 = L_9;
goto IL_0062;
}
}
{
MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4* L_10 = (MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4*)il2cpp_codegen_object_new(MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4_il2cpp_TypeInfo_var);
NullCheck(L_10);
MulInt32__ctor_m9D21E9065B4EC4FED9B562383EB147C8DA570F01(L_10, NULL);
MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4* L_11 = L_10;
((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int32_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int32_1), (void*)L_11);
G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
}
IL_0062:
{
return G_B7_0;
}
IL_0063:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int64_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
G_B9_0 = L_13;
if (L_13)
{
G_B10_0 = L_13;
goto IL_0077;
}
}
{
MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC* L_14 = (MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC*)il2cpp_codegen_object_new(MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC_il2cpp_TypeInfo_var);
NullCheck(L_14);
MulInt64__ctor_mEE163F72FCC03F3DE62E71E704A7B5AB63C24D10(L_14, NULL);
MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC* L_15 = L_14;
((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int64_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Int64_2), (void*)L_15);
G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
}
IL_0077:
{
return G_B10_0;
}
IL_0078:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt16_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
G_B12_0 = L_17;
if (L_17)
{
G_B13_0 = L_17;
goto IL_008c;
}
}
{
MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10* L_18 = (MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10*)il2cpp_codegen_object_new(MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10_il2cpp_TypeInfo_var);
NullCheck(L_18);
MulUInt16__ctor_mC4795FA07EEAEB8ED8CD74BE1279898015ED7002(L_18, NULL);
MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10* L_19 = L_18;
((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt16_3 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt16_3), (void*)L_19);
G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
}
IL_008c:
{
return G_B13_0;
}
IL_008d:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt32_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
G_B15_0 = L_21;
if (L_21)
{
G_B16_0 = L_21;
goto IL_00a1;
}
}
{
MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD* L_22 = (MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD*)il2cpp_codegen_object_new(MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD_il2cpp_TypeInfo_var);
NullCheck(L_22);
MulUInt32__ctor_mCDF168A5810D32CF8ACF0D69916DFA0C56948C43(L_22, NULL);
MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD* L_23 = L_22;
((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt32_4 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt32_4), (void*)L_23);
G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
}
IL_00a1:
{
return G_B16_0;
}
IL_00a2:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt64_5;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
G_B18_0 = L_25;
if (L_25)
{
G_B19_0 = L_25;
goto IL_00b6;
}
}
{
MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92* L_26 = (MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92*)il2cpp_codegen_object_new(MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92_il2cpp_TypeInfo_var);
NullCheck(L_26);
MulUInt64__ctor_m79D4D5D25D26C0857C846E26EFF620029D2ACC69(L_26, NULL);
MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92* L_27 = L_26;
((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt64_5 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_UInt64_5), (void*)L_27);
G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
}
IL_00b6:
{
return G_B19_0;
}
IL_00b7:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Single_6;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
G_B21_0 = L_29;
if (L_29)
{
G_B22_0 = L_29;
goto IL_00cb;
}
}
{
MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B* L_30 = (MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B*)il2cpp_codegen_object_new(MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B_il2cpp_TypeInfo_var);
NullCheck(L_30);
MulSingle__ctor_mD758A3D1774EF7654838E1EE930122E3B00451A3(L_30, NULL);
MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B* L_31 = L_30;
((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Single_6 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Single_6), (void*)L_31);
G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
}
IL_00cb:
{
return G_B22_0;
}
IL_00cc:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Double_7;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
G_B24_0 = L_33;
if (L_33)
{
G_B25_0 = L_33;
goto IL_00e0;
}
}
{
MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223* L_34 = (MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223*)il2cpp_codegen_object_new(MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223_il2cpp_TypeInfo_var);
NullCheck(L_34);
MulDouble__ctor_m25E3A83847603AE962761F3AABCB1C5141A4684C(L_34, NULL);
MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223* L_35 = L_34;
((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Double_7 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&((MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_StaticFields*)il2cpp_codegen_static_fields_for(MulInstruction_t6B73D87874CDE345E68EE1FBD40DEA0872B3E79C_il2cpp_TypeInfo_var))->___s_Double_7), (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_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MulInstruction_Create_m2EB66225AEEEA9B84F9F5145E4126684C4828168_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
// System.Int32 System.Linq.Expressions.Interpreter.MulInstruction/MulInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulInt16_Run_m4EA8C3452458F006FCDBA4214768D4C9DAFC8E62 (MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
int16_t L_18 = ((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), (int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInt16__ctor_mE667366313E8997A7E52CA6221747F7F4FBFEDD7 (MulInt16_tCE20B947C01F7A70B1102AE1F0FD78EC4255AC86* __this, const RuntimeMethod* method)
{
{
MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulInstruction/MulInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulInt32_Run_m135068C75BC6945523F3E7AD590B2204D9F5817B (MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
RuntimeObject* L_18;
L_18 = ScriptingRuntimeHelpers_Int32ToObject_m28C9B2458FC23A37613E37D07F369D466330ADD6(((int32_t)il2cpp_codegen_multiply(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))))), NULL);
G_B4_0 = L_18;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___frame0;
int32_t L_20 = V_0;
NullCheck(L_19);
L_19->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInt32__ctor_m9D21E9065B4EC4FED9B562383EB147C8DA570F01 (MulInt32_t5792B92AB8D4444E0B2D086B8FB490711AF212A4* __this, const RuntimeMethod* method)
{
{
MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulInstruction/MulInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulInt64_Run_mE87ED95A4FD95144615F4A963FD1E2AFA0B04192 (MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
int64_t L_18 = ((int64_t)il2cpp_codegen_multiply(((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_16, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_17, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulInt64__ctor_mEE163F72FCC03F3DE62E71E704A7B5AB63C24D10 (MulInt64_t7FE99859CED4CA2B8398B03B76B5D19DFF7D00EC* __this, const RuntimeMethod* method)
{
{
MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulInstruction/MulUInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulUInt16_Run_mBC9F99C5FB83AFF3B7B376A1632BDEFBC6670161 (MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
uint16_t L_18 = ((uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), (int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))));
RuntimeObject* L_19 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulUInt16__ctor_mC4795FA07EEAEB8ED8CD74BE1279898015ED7002 (MulUInt16_t92D1B662B3ABA8E40696BCB8C291430FA72ECB10* __this, const RuntimeMethod* method)
{
{
MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulInstruction/MulUInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulUInt32_Run_m318F295322C1629FC39ABBF36CB297F8D1E70EBF (MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
uint32_t L_18 = ((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_16, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))), (int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_17, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulUInt32__ctor_mCDF168A5810D32CF8ACF0D69916DFA0C56948C43 (MulUInt32_t0254B58CA1D7A649C557EBE54AF26960951FC0DD* __this, const RuntimeMethod* method)
{
{
MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulInstruction/MulUInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulUInt64_Run_m7E326948393F2F8CC9F7331ED2EC8F83248C3376 (MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
uint64_t L_18 = ((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_16, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), (int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_17, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulUInt64__ctor_m79D4D5D25D26C0857C846E26EFF620029D2ACC69 (MulUInt64_t26EFC6C28238D366F950B93D425245E57A22DC92* __this, const RuntimeMethod* method)
{
{
MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulInstruction/MulSingle::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulSingle_Run_m510D139F84D08E5BEDBE3E2AB8852912E9DAE9C7 (MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
float L_18 = ((float)il2cpp_codegen_multiply(((*(float*)((float*)(float*)UnBox(L_16, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))), ((*(float*)((float*)(float*)UnBox(L_17, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulSingle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulSingle__ctor_mD758A3D1774EF7654838E1EE930122E3B00451A3 (MulSingle_tA45BBE6E6B18D34F29D6888EE0257E5BEC05286B* __this, const RuntimeMethod* method)
{
{
MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulInstruction/MulDouble::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulDouble_Run_m4ECB6C45C64D40F0033AAAA8B2976ADD6593948A (MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
double L_18 = ((double)il2cpp_codegen_multiply(((*(double*)((double*)(double*)UnBox(L_16, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))), ((*(double*)((double*)(double*)UnBox(L_17, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulInstruction/MulDouble::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulDouble__ctor_m25E3A83847603AE962761F3AABCB1C5141A4684C (MulDouble_tE0E337A1931CAF364FEBED304236BF1EFF794223* __this, const RuntimeMethod* method)
{
{
MulInstruction__ctor_m5BCA4125ABD11865DB5CE6418ACC830B3C5748D8(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulOvfInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfInstruction_get_ConsumedStack_m30C8B2BB43DDA9A92174C7FFFD67999A063E7499 (MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.MulOvfInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfInstruction_get_ProducedStack_m93A1FF7C314C8A4DC510C5B7E3FF82019FDA97F6 (MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.MulOvfInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MulOvfInstruction_get_InstructionName_mE3F32F70071976D1B416CE55FB76D85175E82F84 (MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19FC4C428F4F42BBD54E257CB48115120150E499);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral19FC4C428F4F42BBD54E257CB48115120150E499;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62 (MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.MulOvfInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* MulOvfInstruction_Create_mE1FB4815A3EC4437BE370CCFE63D0D40FC6CE2DF (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275_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;
{
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(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_002e;
}
case 1:
{
goto IL_006d;
}
case 2:
{
goto IL_0043;
}
case 3:
{
goto IL_0082;
}
case 4:
{
goto IL_0058;
}
case 5:
{
goto IL_0097;
}
}
}
{
goto IL_00ac;
}
IL_002e:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int16_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_0042;
}
}
{
MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C* L_6 = (MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C*)il2cpp_codegen_object_new(MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C_il2cpp_TypeInfo_var);
NullCheck(L_6);
MulOvfInt16__ctor_m581E63CE5005C52D450513A9C71B509CD96BC0F2(L_6, NULL);
MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C* L_7 = L_6;
((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int16_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int16_0), (void*)L_7);
G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
}
IL_0042:
{
return G_B4_0;
}
IL_0043:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int32_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
G_B6_0 = L_9;
if (L_9)
{
G_B7_0 = L_9;
goto IL_0057;
}
}
{
MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A* L_10 = (MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A*)il2cpp_codegen_object_new(MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A_il2cpp_TypeInfo_var);
NullCheck(L_10);
MulOvfInt32__ctor_m03D94813C0248DD765573C58E00B79FB3E21C0BA(L_10, NULL);
MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A* L_11 = L_10;
((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int32_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int32_1), (void*)L_11);
G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
}
IL_0057:
{
return G_B7_0;
}
IL_0058:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int64_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
G_B9_0 = L_13;
if (L_13)
{
G_B10_0 = L_13;
goto IL_006c;
}
}
{
MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3* L_14 = (MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3*)il2cpp_codegen_object_new(MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3_il2cpp_TypeInfo_var);
NullCheck(L_14);
MulOvfInt64__ctor_m226A40C122E60CCA222CFF1C1AED2430D9A40D16(L_14, NULL);
MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3* L_15 = L_14;
((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int64_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_Int64_2), (void*)L_15);
G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
}
IL_006c:
{
return G_B10_0;
}
IL_006d:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt16_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
G_B12_0 = L_17;
if (L_17)
{
G_B13_0 = L_17;
goto IL_0081;
}
}
{
MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0* L_18 = (MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0*)il2cpp_codegen_object_new(MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0_il2cpp_TypeInfo_var);
NullCheck(L_18);
MulOvfUInt16__ctor_mF57A77016906BA3EE51A3C0DB2E91747288CD5FF(L_18, NULL);
MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0* L_19 = L_18;
((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt16_3 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt16_3), (void*)L_19);
G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
}
IL_0081:
{
return G_B13_0;
}
IL_0082:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt32_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
G_B15_0 = L_21;
if (L_21)
{
G_B16_0 = L_21;
goto IL_0096;
}
}
{
MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E* L_22 = (MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E*)il2cpp_codegen_object_new(MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E_il2cpp_TypeInfo_var);
NullCheck(L_22);
MulOvfUInt32__ctor_m115D70F13E9ADD97F2C2111B48B7FA35807DD012(L_22, NULL);
MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E* L_23 = L_22;
((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt32_4 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt32_4), (void*)L_23);
G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
}
IL_0096:
{
return G_B16_0;
}
IL_0097:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt64_5;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
G_B18_0 = L_25;
if (L_25)
{
G_B19_0 = L_25;
goto IL_00ab;
}
}
{
MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275* L_26 = (MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275*)il2cpp_codegen_object_new(MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275_il2cpp_TypeInfo_var);
NullCheck(L_26);
MulOvfUInt64__ctor_m8E358B101CA195E92E5289115990A970D5452BCD(L_26, NULL);
MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275* L_27 = L_26;
((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt64_5 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_StaticFields*)il2cpp_codegen_static_fields_for(MulOvfInstruction_t928B00CB6EE575D67423F75C627A5242D375DF28_il2cpp_TypeInfo_var))->___s_UInt64_5), (void*)L_27);
G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
}
IL_00ab:
{
return G_B19_0;
}
IL_00ac:
{
Type_t* L_28 = ___type0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29;
L_29 = MulInstruction_Create_m2EB66225AEEEA9B84F9F5145E4126684C4828168(L_28, NULL);
return L_29;
}
}
#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
// System.Int32 System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfInt16_Run_m1059C1DB90122FF707D0C89E5B2192FC1B61A0A8 (MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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*)&MulOvfInt16_Run_m1059C1DB90122FF707D0C89E5B2192FC1B61A0A8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if (((int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) * (int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) * (int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfInt16_Run_m1059C1DB90122FF707D0C89E5B2192FC1B61A0A8_RuntimeMethod_var);
if ((int64_t)(((int32_t)il2cpp_codegen_multiply((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), (int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfInt16_Run_m1059C1DB90122FF707D0C89E5B2192FC1B61A0A8_RuntimeMethod_var);
int16_t L_18 = ((int16_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), (int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInt16__ctor_m581E63CE5005C52D450513A9C71B509CD96BC0F2 (MulOvfInt16_tA04EB9F01B67EFAE2AC8BBCC89FC645E9F47196C* __this, const RuntimeMethod* method)
{
{
MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfInt32_Run_m9FDE28F41B446DEE386029A37BDAC1CD0AC25DC4 (MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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*)&MulOvfInt32_Run_m9FDE28F41B446DEE386029A37BDAC1CD0AC25DC4_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if (((int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) * (int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) * (int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfInt32_Run_m9FDE28F41B446DEE386029A37BDAC1CD0AC25DC4_RuntimeMethod_var);
RuntimeObject* L_18;
L_18 = ScriptingRuntimeHelpers_Int32ToObject_m28C9B2458FC23A37613E37D07F369D466330ADD6(((int32_t)il2cpp_codegen_multiply(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))))), NULL);
G_B4_0 = L_18;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___frame0;
int32_t L_20 = V_0;
NullCheck(L_19);
L_19->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInt32__ctor_m03D94813C0248DD765573C58E00B79FB3E21C0BA (MulOvfInt32_tDA6D5BF71FBD7A3D39FE6492105E5BE21019F97A* __this, const RuntimeMethod* method)
{
{
MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfInt64_Run_m79D7CABBE1F4D0BBA40B0855EE217885C7BE3D73 (MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfInt64_Run_m79D7CABBE1F4D0BBA40B0855EE217885C7BE3D73_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if (il2cpp_codegen_check_mul_overflow_i64((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_16, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), (int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_17, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), kIl2CppInt64Min, kIl2CppInt64Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfInt64_Run_m79D7CABBE1F4D0BBA40B0855EE217885C7BE3D73_RuntimeMethod_var);
int64_t L_18 = ((int64_t)il2cpp_codegen_multiply(((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_16, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_17, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfInt64__ctor_m226A40C122E60CCA222CFF1C1AED2430D9A40D16 (MulOvfInt64_t9D3BEC6E59B98A463D275B701AEE95444446FFC3* __this, const RuntimeMethod* method)
{
{
MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfUInt16_Run_mB682ECBB3DF6C02402E9AB6C84CDD4EDB3112DE3 (MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfUInt16_Run_mB682ECBB3DF6C02402E9AB6C84CDD4EDB3112DE3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if (((int64_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))) * (int64_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))) * (int64_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfUInt16_Run_mB682ECBB3DF6C02402E9AB6C84CDD4EDB3112DE3_RuntimeMethod_var);
if ((int64_t)(((int32_t)il2cpp_codegen_multiply((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), (int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfUInt16_Run_mB682ECBB3DF6C02402E9AB6C84CDD4EDB3112DE3_RuntimeMethod_var);
uint16_t L_18 = ((uint16_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), (int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfUInt16__ctor_mF57A77016906BA3EE51A3C0DB2E91747288CD5FF (MulOvfUInt16_t10E4BA9A3B3846121675C9497D3D2AB15371D7F0* __this, const RuntimeMethod* method)
{
{
MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfUInt32_Run_mBA9AF393E1F9CFCA23FE59BDC7E65C49B9D1FF0C (MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfUInt32_Run_mBA9AF393E1F9CFCA23FE59BDC7E65C49B9D1FF0C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if ((uint64_t)(uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_16, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))) * (uint64_t)(uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_17, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))) > (uint64_t)(uint32_t)kIl2CppUInt32Max)
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfUInt32_Run_mBA9AF393E1F9CFCA23FE59BDC7E65C49B9D1FF0C_RuntimeMethod_var);
uint32_t L_18 = ((uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_16, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))), (int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_17, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfUInt32__ctor_m115D70F13E9ADD97F2C2111B48B7FA35807DD012 (MulOvfUInt32_t98C9C591899D915C35B490A4B08D1B2FDB86329E* __this, const RuntimeMethod* method)
{
{
MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62(__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
// System.Int32 System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MulOvfUInt64_Run_m5E0722A1FFEEAFC16C4FA98D0E1A53249FC2373E (MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MulOvfUInt64_Run_m5E0722A1FFEEAFC16C4FA98D0E1A53249FC2373E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if (il2cpp_codegen_check_mul_oveflow_u64(((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_16, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), ((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_17, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), MulOvfUInt64_Run_m5E0722A1FFEEAFC16C4FA98D0E1A53249FC2373E_RuntimeMethod_var);
uint64_t L_18 = ((uint64_t)((int64_t)il2cpp_codegen_multiply((int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_16, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), (int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_17, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.MulOvfInstruction/MulOvfUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MulOvfUInt64__ctor_m8E358B101CA195E92E5289115990A970D5452BCD (MulOvfUInt64_t42B232A4AE979472D70FFC13EB15666BC52E7275* __this, const RuntimeMethod* method)
{
{
MulOvfInstruction__ctor_m58A7CCD201BD1FE7DAF0F12707A327DB920F0B62(__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
// System.Int32 System.Linq.Expressions.Interpreter.NegateInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateInstruction_get_ConsumedStack_mF652B3D5DDF91A097A45EA9ABA7574F114CF319B (NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NegateInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateInstruction_get_ProducedStack_mFD5C56DF1E7744516EB3A5F07A2777F5A4C7611F (NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.NegateInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NegateInstruction_get_InstructionName_m01B1BE6280A83054072C923E04BD29C7AC52293A (NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF17D51C04DC7DDF201C3CE8263DFCB48E8B4DC76);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralF17D51C04DC7DDF201C3CE8263DFCB48E8B4DC76;
}
}
// System.Void System.Linq.Expressions.Interpreter.NegateInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D (NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NegateInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NegateInstruction_Create_m5575D3FAC9A10A8501A7F58D826F4C0DB7FAA2BD (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C_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;
{
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(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_0036;
}
case 1:
{
goto IL_009f;
}
case 2:
{
goto IL_004b;
}
case 3:
{
goto IL_009f;
}
case 4:
{
goto IL_0060;
}
case 5:
{
goto IL_009f;
}
case 6:
{
goto IL_0075;
}
case 7:
{
goto IL_008a;
}
}
}
{
goto IL_009f;
}
IL_0036:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int16_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_004a;
}
}
{
NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2* L_6 = (NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2*)il2cpp_codegen_object_new(NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2_il2cpp_TypeInfo_var);
NullCheck(L_6);
NegateInt16__ctor_m0B1AFF1DCFD3D22497EF898FB418F6593F3D0CB4(L_6, NULL);
NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2* L_7 = L_6;
((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int16_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int16_0), (void*)L_7);
G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
}
IL_004a:
{
return G_B4_0;
}
IL_004b:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int32_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
G_B6_0 = L_9;
if (L_9)
{
G_B7_0 = L_9;
goto IL_005f;
}
}
{
NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2* L_10 = (NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2*)il2cpp_codegen_object_new(NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2_il2cpp_TypeInfo_var);
NullCheck(L_10);
NegateInt32__ctor_m606C44BDC2031FE1A9D0176299ED857228F3EDF8(L_10, NULL);
NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2* L_11 = L_10;
((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int32_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int32_1), (void*)L_11);
G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
}
IL_005f:
{
return G_B7_0;
}
IL_0060:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int64_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
G_B9_0 = L_13;
if (L_13)
{
G_B10_0 = L_13;
goto IL_0074;
}
}
{
NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3* L_14 = (NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3*)il2cpp_codegen_object_new(NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3_il2cpp_TypeInfo_var);
NullCheck(L_14);
NegateInt64__ctor_mFCD04C3BD0B3E4A203EC677FAC2AF8B79A2354E7(L_14, NULL);
NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3* L_15 = L_14;
((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int64_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Int64_2), (void*)L_15);
G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
}
IL_0074:
{
return G_B10_0;
}
IL_0075:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Single_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
G_B12_0 = L_17;
if (L_17)
{
G_B13_0 = L_17;
goto IL_0089;
}
}
{
NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C* L_18 = (NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C*)il2cpp_codegen_object_new(NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C_il2cpp_TypeInfo_var);
NullCheck(L_18);
NegateSingle__ctor_mC1C39720642E8E33F36920B05F7C8399371C87CE(L_18, NULL);
NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C* L_19 = L_18;
((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Single_3 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Single_3), (void*)L_19);
G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
}
IL_0089:
{
return G_B13_0;
}
IL_008a:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Double_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
G_B15_0 = L_21;
if (L_21)
{
G_B16_0 = L_21;
goto IL_009e;
}
}
{
NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A* L_22 = (NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A*)il2cpp_codegen_object_new(NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A_il2cpp_TypeInfo_var);
NullCheck(L_22);
NegateDouble__ctor_mAA852148552B67AB853C3A36AECDFF253099C33B(L_22, NULL);
NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A* L_23 = L_22;
((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Double_4 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_StaticFields*)il2cpp_codegen_static_fields_for(NegateInstruction_tD29550BB130224F29D4920180F686FD2C4027312_il2cpp_TypeInfo_var))->___s_Double_4), (void*)L_23);
G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
}
IL_009e:
{
return G_B16_0;
}
IL_009f:
{
Exception_t* L_24;
L_24 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NegateInstruction_Create_m5575D3FAC9A10A8501A7F58D826F4C0DB7FAA2BD_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
// System.Int32 System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateInt16_Run_mA217FAD6A1F1D4F32B00DB9107B6423BA52031A2 (NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0021;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
NullCheck(L_4);
InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7(L_4, ((int16_t)((-((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_5, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))), NULL);
}
IL_0021:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInt16__ctor_m0B1AFF1DCFD3D22497EF898FB418F6593F3D0CB4 (NegateInt16_tFEC6CE1D5A88806F75A81ED004BDC239D0CD42B2* __this, const RuntimeMethod* method)
{
{
NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D(__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
// System.Int32 System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateInt32_Run_mBC459E16F16A7B9F4C32372ABCAED3658C47B063 (NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0020;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
NullCheck(L_4);
InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6(L_4, ((-((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_5, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))))), NULL);
}
IL_0020:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInt32__ctor_m606C44BDC2031FE1A9D0176299ED857228F3EDF8 (NegateInt32_t3DEF61BD1D3847A780119D9F5329107FD7A5ACF2* __this, const RuntimeMethod* method)
{
{
NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D(__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
// System.Int32 System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateInt64_Run_m8411075F2B0A161ECA8F48B82C9B30109DF05D32 (NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0025;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
int64_t L_6 = ((-((*(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_0025:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NegateInstruction/NegateInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateInt64__ctor_mFCD04C3BD0B3E4A203EC677FAC2AF8B79A2354E7 (NegateInt64_t20525768BA4EC9197B857853142485FEBC2FC0C3* __this, const RuntimeMethod* method)
{
{
NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D(__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
// System.Int32 System.Linq.Expressions.Interpreter.NegateInstruction/NegateSingle::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateSingle_Run_mEABDC0448E73676047CC2E7BD89D8AE92B5DAF24 (NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0025;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
float L_6 = ((-((*(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_0025:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NegateInstruction/NegateSingle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateSingle__ctor_mC1C39720642E8E33F36920B05F7C8399371C87CE (NegateSingle_t654F45B9660F04F8ABE59F81D74919AFDDCF017C* __this, const RuntimeMethod* method)
{
{
NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D(__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
// System.Int32 System.Linq.Expressions.Interpreter.NegateInstruction/NegateDouble::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateDouble_Run_m39C0A66B4C7852902F38C012D8780177F94D3B4C (NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0025;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
double L_6 = ((-((*(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_0025:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NegateInstruction/NegateDouble::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateDouble__ctor_mAA852148552B67AB853C3A36AECDFF253099C33B (NegateDouble_t4D1C063668576F521FFE05A6DB4FF55FE643C57A* __this, const RuntimeMethod* method)
{
{
NegateInstruction__ctor_m7D6820102C8663D8A01BCBC732A625D4ACAC204D(__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
// System.Int32 System.Linq.Expressions.Interpreter.NegateCheckedInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateCheckedInstruction_get_ConsumedStack_m28629E0CFF7D9486163981D75C358EF9F2E0C102 (NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NegateCheckedInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateCheckedInstruction_get_ProducedStack_m7ADCC1CD40552B4DE261260752603FCE38786995 (NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.NegateCheckedInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NegateCheckedInstruction_get_InstructionName_mCF4BAD9C82CC3DA4D1AC88803239039DF296570A (NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral289ACE7FB6AE74547DF020AFEA624A45098B289E);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral289ACE7FB6AE74547DF020AFEA624A45098B289E;
}
}
// System.Void System.Linq.Expressions.Interpreter.NegateCheckedInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInstruction__ctor_m96E06F637F55F352C1F65E2391E18379B31323C9 (NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NegateCheckedInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NegateCheckedInstruction_Create_mF58BCCC521CF2C782E6F8BF7293A5C7E391CB14D (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD_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;
{
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(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_002a;
}
case 1:
{
goto IL_0069;
}
case 2:
{
goto IL_003f;
}
case 3:
{
goto IL_0069;
}
case 4:
{
goto IL_0054;
}
}
}
{
goto IL_0069;
}
IL_002a:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int16_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_003e;
}
}
{
NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB* L_6 = (NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB*)il2cpp_codegen_object_new(NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB_il2cpp_TypeInfo_var);
NullCheck(L_6);
NegateCheckedInt16__ctor_m4D24DD12307985191FE4FECF027CC839513EC304(L_6, NULL);
NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB* L_7 = L_6;
((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int16_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int16_0), (void*)L_7);
G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
}
IL_003e:
{
return G_B4_0;
}
IL_003f:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int32_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
G_B6_0 = L_9;
if (L_9)
{
G_B7_0 = L_9;
goto IL_0053;
}
}
{
NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B* L_10 = (NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B*)il2cpp_codegen_object_new(NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B_il2cpp_TypeInfo_var);
NullCheck(L_10);
NegateCheckedInt32__ctor_m748BD5C15B3CDE6AF623061669DDF20DFA5B2C4F(L_10, NULL);
NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B* L_11 = L_10;
((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int32_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int32_1), (void*)L_11);
G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
}
IL_0053:
{
return G_B7_0;
}
IL_0054:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int64_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
G_B9_0 = L_13;
if (L_13)
{
G_B10_0 = L_13;
goto IL_0068;
}
}
{
NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD* L_14 = (NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD*)il2cpp_codegen_object_new(NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD_il2cpp_TypeInfo_var);
NullCheck(L_14);
NegateCheckedInt64__ctor_mD73F369FFB4B47DE32B526D0C1DE6A4D06ADE2B7(L_14, NULL);
NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD* L_15 = L_14;
((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int64_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_StaticFields*)il2cpp_codegen_static_fields_for(NegateCheckedInstruction_t6BDD1BB622268F8D89150EC5B40F043F58EDC7DD_il2cpp_TypeInfo_var))->___s_Int64_2), (void*)L_15);
G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
}
IL_0068:
{
return G_B10_0;
}
IL_0069:
{
Type_t* L_16 = ___type0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17;
L_17 = NegateInstruction_Create_m5575D3FAC9A10A8501A7F58D826F4C0DB7FAA2BD(L_16, NULL);
return L_17;
}
}
#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
// System.Int32 System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateCheckedInt32_Run_m0E859007B96E6F504D5033777D2112A9C594E559 (NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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*)&NegateCheckedInt32_Run_m0E859007B96E6F504D5033777D2112A9C594E559_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0021;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
if (((int64_t)0 - (int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_5, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) < (int64_t)kIl2CppInt32Min) || ((int64_t)0 - (int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_5, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NegateCheckedInt32_Run_m0E859007B96E6F504D5033777D2112A9C594E559_RuntimeMethod_var);
NullCheck(L_4);
InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6(L_4, ((int32_t)il2cpp_codegen_subtract(0, ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_5, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))))), NULL);
}
IL_0021:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInt32__ctor_m748BD5C15B3CDE6AF623061669DDF20DFA5B2C4F (NegateCheckedInt32_t22EDC9F0B53AEB05D5A0BA7471D5508035AE2D3B* __this, const RuntimeMethod* method)
{
{
NegateCheckedInstruction__ctor_m96E06F637F55F352C1F65E2391E18379B31323C9(__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
// System.Int32 System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateCheckedInt16_Run_m1C41309A4ABAA312C9BA75D5C3CE97085E09C9B1 (NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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*)&NegateCheckedInt16_Run_m1C41309A4ABAA312C9BA75D5C3CE97085E09C9B1_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0022;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
if (((int64_t)0 - (int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_5, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) < (int64_t)kIl2CppInt32Min) || ((int64_t)0 - (int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_5, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NegateCheckedInt16_Run_m1C41309A4ABAA312C9BA75D5C3CE97085E09C9B1_RuntimeMethod_var);
if ((int64_t)(((int32_t)il2cpp_codegen_subtract(0, (int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_5, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NegateCheckedInt16_Run_m1C41309A4ABAA312C9BA75D5C3CE97085E09C9B1_RuntimeMethod_var);
NullCheck(L_4);
InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7(L_4, ((int16_t)((int32_t)il2cpp_codegen_subtract(0, (int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_5, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))), NULL);
}
IL_0022:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInt16__ctor_m4D24DD12307985191FE4FECF027CC839513EC304 (NegateCheckedInt16_t69CE9D10F613C3CF4073B47066AA4404068544EB* __this, const RuntimeMethod* method)
{
{
NegateCheckedInstruction__ctor_m96E06F637F55F352C1F65E2391E18379B31323C9(__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
// System.Int32 System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NegateCheckedInt64_Run_mDFEEEF6C4E037729D7C31F28366C0490F8986A35 (NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NegateCheckedInt64_Run_mDFEEEF6C4E037729D7C31F28366C0490F8986A35_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0027;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
if (il2cpp_codegen_check_sub_overflow((int64_t)((int64_t)0), (int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_5, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NegateCheckedInt64_Run_mDFEEEF6C4E037729D7C31F28366C0490F8986A35_RuntimeMethod_var);
int64_t L_6 = ((int64_t)il2cpp_codegen_subtract(((int64_t)0), ((*(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;
}
}
// System.Void System.Linq.Expressions.Interpreter.NegateCheckedInstruction/NegateCheckedInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NegateCheckedInt64__ctor_mD73F369FFB4B47DE32B526D0C1DE6A4D06ADE2B7 (NegateCheckedInt64_tBFF4CD6DB98FC786729D4007A72692E93AA05EAD* __this, const RuntimeMethod* method)
{
{
NegateCheckedInstruction__ctor_m96E06F637F55F352C1F65E2391E18379B31323C9(__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
// System.Void System.Linq.Expressions.Interpreter.NewInstruction::.ctor(System.Reflection.ConstructorInfo,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NewInstruction__ctor_mF5B8D5F742E0C1DBE8831A0CBF38033967C6A773 (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___constructor0, int32_t ___argumentCount1, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_0 = ___constructor0;
__this->____constructor_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____constructor_0), (void*)L_0);
int32_t L_1 = ___argumentCount1;
__this->____argumentCount_1 = L_1;
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NewInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NewInstruction_get_ConsumedStack_m60198D0C2670F1F633E2BAC4ED0A00AC618C6F7C (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____argumentCount_1;
return L_0;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NewInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NewInstruction_get_ProducedStack_m98649239F28CCB65730859D1A9E3A1CC5C50629A (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.NewInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NewInstruction_get_InstructionName_m7C4FEC605F44AD46C2693A9DBB9F14FBB544C951 (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB9064B14F5C94176366426BD2A2F6A342504392);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralCB9064B14F5C94176366426BD2A2F6A342504392;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NewInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NewInstruction_Run_m5E5368D2F1E85AA3C12741709A16CCC428CBFC20 (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
int32_t L_2 = __this->____argumentCount_1;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, L_2));
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___frame0;
int32_t L_4 = V_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5;
L_5 = NewInstruction_GetArgs_m0617A53FF0EE56A023B03D83EFA5A5E1111E0A1C(__this, L_3, L_4, NULL);
V_1 = L_5;
}
try
{// begin try (depth: 1)
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_6 = __this->____constructor_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = V_1;
NullCheck(L_6);
RuntimeObject* L_8;
L_8 = ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE(L_6, L_7, NULL);
V_2 = L_8;
goto IL_0031;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0026;
}
throw e;
}
CATCH_0026:
{// begin catch(System.Reflection.TargetInvocationException)
ExceptionHelpers_UnwrapAndRethrow_m4F1455C46F50C4D70489D82D44F1483AB1026F53(((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)), NULL);
Exception_t* L_9;
L_9 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NewInstruction_Run_m5E5368D2F1E85AA3C12741709A16CCC428CBFC20_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_0031:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_10 = ___frame0;
NullCheck(L_10);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_10->___Data_7;
int32_t L_12 = V_0;
RuntimeObject* L_13 = V_2;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_13);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (RuntimeObject*)L_13);
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_14 = ___frame0;
int32_t L_15 = V_0;
NullCheck(L_14);
L_14->___StackIndex_9 = ((int32_t)il2cpp_codegen_add(L_15, 1));
return 1;
}
}
// System.Object[] System.Linq.Expressions.Interpreter.NewInstruction::GetArgs(System.Linq.Expressions.Interpreter.InterpretedFrame,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* NewInstruction_GetArgs_m0617A53FF0EE56A023B03D83EFA5A5E1111E0A1C (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, int32_t ___first1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->____argumentCount_1;
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_0032;
}
}
{
int32_t L_1 = __this->____argumentCount_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_0 = L_2;
V_1 = 0;
goto IL_002a;
}
IL_0019:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = V_0;
int32_t L_4 = V_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
NullCheck(L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_5->___Data_7;
int32_t L_7 = ___first1;
int32_t L_8 = V_1;
NullCheck(L_6);
int32_t L_9 = ((int32_t)il2cpp_codegen_add(L_7, L_8));
RuntimeObject* L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_10);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (RuntimeObject*)L_10);
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_002a:
{
int32_t L_12 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_0;
NullCheck(L_13);
if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))
{
goto IL_0019;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = V_0;
return L_14;
}
IL_0032:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15;
L_15 = Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_inline(Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_RuntimeMethod_var);
return L_15;
}
}
// System.String System.Linq.Expressions.Interpreter.NewInstruction::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NewInstruction_ToString_mF2D25318A550DF409A8CC6D3E4D860C49643AACF (NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BF43C935B29372A2C971212AAF34473A92D349F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
s_Il2CppMethodInitialized = true;
}
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* G_B2_0 = NULL;
int32_t G_B2_1 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_2 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_3 = NULL;
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* G_B1_0 = NULL;
int32_t G_B1_1 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B1_2 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B1_3 = NULL;
String_t* G_B3_0 = NULL;
int32_t G_B3_1 = 0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B3_2 = NULL;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B3_3 = NULL;
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteral7BF43C935B29372A2C971212AAF34473A92D349F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral7BF43C935B29372A2C971212AAF34473A92D349F);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_3 = __this->____constructor_0;
NullCheck(L_3);
Type_t* L_4;
L_4 = VirtualFuncInvoker0< Type_t* >::Invoke(9 /* System.Type System.Reflection.MemberInfo::get_DeclaringType() */, L_3);
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_4);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_5);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_2;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_8 = __this->____constructor_0;
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_9 = L_8;
G_B1_0 = L_9;
G_B1_1 = 3;
G_B1_2 = L_7;
G_B1_3 = L_7;
if (L_9)
{
G_B2_0 = L_9;
G_B2_1 = 3;
G_B2_2 = L_7;
G_B2_3 = L_7;
goto IL_0038;
}
}
{
G_B3_0 = ((String_t*)(NULL));
G_B3_1 = G_B1_1;
G_B3_2 = G_B1_2;
G_B3_3 = G_B1_3;
goto IL_003d;
}
IL_0038:
{
NullCheck(G_B2_0);
String_t* L_10;
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B2_0);
G_B3_0 = L_10;
G_B3_1 = G_B2_1;
G_B3_2 = G_B2_2;
G_B3_3 = G_B2_3;
}
IL_003d:
{
NullCheck(G_B3_2);
ArrayElementTypeCheck (G_B3_2, G_B3_0);
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (String_t*)G_B3_0);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = G_B3_3;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
String_t* L_12;
L_12 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_11, NULL);
return L_12;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.ByRefNewInstruction::.ctor(System.Reflection.ConstructorInfo,System.Int32,System.Linq.Expressions.Interpreter.ByRefUpdater[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByRefNewInstruction__ctor_mED286BD534AFEE6CEBFF25FFE4EB39C6C29EE039 (ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E* __this, ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* ___target0, int32_t ___argumentCount1, ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* ___byrefArgs2, const RuntimeMethod* method)
{
{
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_0 = ___target0;
int32_t L_1 = ___argumentCount1;
NewInstruction__ctor_mF5B8D5F742E0C1DBE8831A0CBF38033967C6A773(__this, L_0, L_1, NULL);
ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_2 = ___byrefArgs2;
__this->____byrefArgs_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____byrefArgs_2), (void*)L_2);
return;
}
}
// System.String System.Linq.Expressions.Interpreter.ByRefNewInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ByRefNewInstruction_get_InstructionName_m00679C37C291796ADA04BCEBB7367D87CFDE13D4 (ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E07963036FFA72EDE4E767F81B01C3A7325FA4B);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral0E07963036FFA72EDE4E767F81B01C3A7325FA4B;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.ByRefNewInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByRefNewInstruction_Run_mD4C17DE48E4F321953446937FD261A4DF31AFE35 (ByRefNewInstruction_tC8C2A260C37BCC67319D5823C6675C9495CBE69E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* V_3 = NULL;
int32_t V_4 = 0;
ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* V_5 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
int32_t L_2 = ((NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196*)__this)->____argumentCount_1;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, L_2));
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___frame0;
int32_t L_4 = V_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5;
L_5 = NewInstruction_GetArgs_m0617A53FF0EE56A023B03D83EFA5A5E1111E0A1C(__this, L_3, L_4, NULL);
V_1 = L_5;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0045:
{// begin finally (depth: 1)
{
ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_6 = __this->____byrefArgs_2;
V_3 = L_6;
V_4 = 0;
goto IL_006e;
}
IL_0051:
{
ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_7 = V_3;
int32_t L_8 = V_4;
NullCheck(L_7);
int32_t L_9 = L_8;
ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_5 = L_10;
ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_11 = V_5;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_12 = ___frame0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
ByRefUpdater_t75FD5742B2BCA6799D260F02FA6A21BE313FEE17* L_14 = V_5;
NullCheck(L_14);
int32_t L_15 = L_14->___ArgumentIndex_0;
NullCheck(L_13);
int32_t L_16 = L_15;
RuntimeObject* L_17 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_11);
VirtualActionInvoker2< InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D*, RuntimeObject* >::Invoke(4 /* System.Void System.Linq.Expressions.Interpreter.ByRefUpdater::Update(System.Linq.Expressions.Interpreter.InterpretedFrame,System.Object) */, L_11, L_12, L_17);
int32_t L_18 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_006e:
{
int32_t L_19 = V_4;
ByRefUpdaterU5BU5D_t62ADAA985E00CF3D05497BAFD737A713609B0407* L_20 = V_3;
NullCheck(L_20);
if ((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))
{
goto IL_0051;
}
}
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
try
{// begin try (depth: 2)
ConstructorInfo_t1B5967EE7E5554272F79F8880183C70AD240EEEB* L_21 = ((NewInstruction_tD445874C16E5BC5C3AAFE5313027B85479920196*)__this)->____constructor_0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = V_1;
NullCheck(L_21);
RuntimeObject* L_23;
L_23 = ConstructorInfo_Invoke_m15FDF2B682BD01CC934BE4D314EF2193103CECFE(L_21, L_22, NULL);
V_2 = L_23;
goto IL_0031_1;
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0026_1;
}
throw e;
}
CATCH_0026_1:
{// begin catch(System.Reflection.TargetInvocationException)
ExceptionHelpers_UnwrapAndRethrow_m4F1455C46F50C4D70489D82D44F1483AB1026F53(((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)), NULL);
Exception_t* L_24;
L_24 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ByRefNewInstruction_Run_mD4C17DE48E4F321953446937FD261A4DF31AFE35_RuntimeMethod_var)));
}// end catch (depth: 2)
IL_0031_1:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_25 = ___frame0;
NullCheck(L_25);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_26 = L_25->___Data_7;
int32_t L_27 = V_0;
RuntimeObject* L_28 = V_2;
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_28);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(L_27), (RuntimeObject*)L_28);
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_29 = ___frame0;
int32_t L_30 = V_0;
NullCheck(L_29);
L_29->___StackIndex_9 = ((int32_t)il2cpp_codegen_add(L_30, 1));
goto IL_0076;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0076:
{
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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInstruction_get_ConsumedStack_m35620F9763C96D9D3AA67AF2CACFB1C28271B889 (NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInstruction_get_ProducedStack_m958827618D3556650434550673EBC380B8BD89F5 (NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.NotEqualInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NotEqualInstruction_get_InstructionName_m352F65A5127E80C696198B873A6A66172A1B58FD (NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA2DA8323F49E6DEA6A497DB6E3538CDE0EF81221);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralA2DA8323F49E6DEA6A497DB6E3538CDE0EF81221;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65 (NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotEqualInstruction::Create(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NotEqualInstruction_Create_mCD23FD565F27F8CCDC45508D87A28FF01F8E537B (Type_t* ___type0, bool ___liftedToNull1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811_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_B6_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B5_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B9_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B8_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B12_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B11_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B15_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B14_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B18_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B17_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B21_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B20_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B24_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B23_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B27_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B26_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B30_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B29_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B33_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B32_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B36_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B35_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;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B74_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B73_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B77_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B76_0 = NULL;
{
bool L_0 = ___liftedToNull1;
if (!L_0)
{
goto IL_0139;
}
}
{
Type_t* L_1 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_2;
L_2 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_1, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_3;
L_3 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(L_2, NULL);
V_0 = L_3;
int32_t L_4 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 3)))
{
case 0:
{
goto IL_004b;
}
case 1:
{
goto IL_007c;
}
case 2:
{
goto IL_0052;
}
case 3:
{
goto IL_00bb;
}
case 4:
{
goto IL_0067;
}
case 5:
{
goto IL_00d0;
}
case 6:
{
goto IL_0091;
}
case 7:
{
goto IL_00e5;
}
case 8:
{
goto IL_00a6;
}
case 9:
{
goto IL_00fa;
}
case 10:
{
goto IL_010f;
}
}
}
{
goto IL_0124;
}
IL_004b:
{
Type_t* L_5 = ___type0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_6;
L_6 = ExclusiveOrInstruction_Create_mFD62168DA8661214D0A8F0F05E89542F1E600DF5(L_5, NULL);
return L_6;
}
IL_0052:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_7 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SByteLiftedToNull_13;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = L_7;
G_B5_0 = L_8;
if (L_8)
{
G_B6_0 = L_8;
goto IL_0066;
}
}
{
NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593* L_9 = (NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593*)il2cpp_codegen_object_new(NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593_il2cpp_TypeInfo_var);
NullCheck(L_9);
NotEqualSByteLiftedToNull__ctor_mA2206ECF8356745349D04082085AE390B52930B0(L_9, NULL);
NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593* L_10 = L_9;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SByteLiftedToNull_13 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SByteLiftedToNull_13), (void*)L_10);
G_B6_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_10));
}
IL_0066:
{
return G_B6_0;
}
IL_0067:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_11 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int16LiftedToNull_14;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = L_11;
G_B8_0 = L_12;
if (L_12)
{
G_B9_0 = L_12;
goto IL_007b;
}
}
{
NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789* L_13 = (NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789*)il2cpp_codegen_object_new(NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789_il2cpp_TypeInfo_var);
NullCheck(L_13);
NotEqualInt16LiftedToNull__ctor_m05D6159690D5FD77100230643EBFCB19CA536F8F(L_13, NULL);
NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789* L_14 = L_13;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int16LiftedToNull_14 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int16LiftedToNull_14), (void*)L_14);
G_B9_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_14));
}
IL_007b:
{
return G_B9_0;
}
IL_007c:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_15 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_CharLiftedToNull_15;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = L_15;
G_B11_0 = L_16;
if (L_16)
{
G_B12_0 = L_16;
goto IL_0090;
}
}
{
NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE* L_17 = (NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE*)il2cpp_codegen_object_new(NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE_il2cpp_TypeInfo_var);
NullCheck(L_17);
NotEqualCharLiftedToNull__ctor_m0C2BDE292B89F7FE2AF51B7160D11E5050FF4DCE(L_17, NULL);
NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE* L_18 = L_17;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_CharLiftedToNull_15 = L_18;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_CharLiftedToNull_15), (void*)L_18);
G_B12_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_18));
}
IL_0090:
{
return G_B12_0;
}
IL_0091:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_19 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int32LiftedToNull_16;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = L_19;
G_B14_0 = L_20;
if (L_20)
{
G_B15_0 = L_20;
goto IL_00a5;
}
}
{
NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A* L_21 = (NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A*)il2cpp_codegen_object_new(NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A_il2cpp_TypeInfo_var);
NullCheck(L_21);
NotEqualInt32LiftedToNull__ctor_m0E715BB6DEC532E3231F20E272455C9D1440DDF1(L_21, NULL);
NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A* L_22 = L_21;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int32LiftedToNull_16 = L_22;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int32LiftedToNull_16), (void*)L_22);
G_B15_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_22));
}
IL_00a5:
{
return G_B15_0;
}
IL_00a6:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_23 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int64LiftedToNull_17;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = L_23;
G_B17_0 = L_24;
if (L_24)
{
G_B18_0 = L_24;
goto IL_00ba;
}
}
{
NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229* L_25 = (NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229*)il2cpp_codegen_object_new(NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229_il2cpp_TypeInfo_var);
NullCheck(L_25);
NotEqualInt64LiftedToNull__ctor_mEC671114A1D1E94B558D883243B2AAEBFEFDA718(L_25, NULL);
NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229* L_26 = L_25;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int64LiftedToNull_17 = L_26;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int64LiftedToNull_17), (void*)L_26);
G_B18_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_26));
}
IL_00ba:
{
return G_B18_0;
}
IL_00bb:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_27 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_ByteLiftedToNull_18;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = L_27;
G_B20_0 = L_28;
if (L_28)
{
G_B21_0 = L_28;
goto IL_00cf;
}
}
{
NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4* L_29 = (NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4*)il2cpp_codegen_object_new(NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4_il2cpp_TypeInfo_var);
NullCheck(L_29);
NotEqualByteLiftedToNull__ctor_mE5E34B02A9D80823990C93E4E2B0D8ABA182E37E(L_29, NULL);
NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4* L_30 = L_29;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_ByteLiftedToNull_18 = L_30;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_ByteLiftedToNull_18), (void*)L_30);
G_B21_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_30));
}
IL_00cf:
{
return G_B21_0;
}
IL_00d0:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_31 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt16LiftedToNull_19;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = L_31;
G_B23_0 = L_32;
if (L_32)
{
G_B24_0 = L_32;
goto IL_00e4;
}
}
{
NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E* L_33 = (NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E*)il2cpp_codegen_object_new(NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E_il2cpp_TypeInfo_var);
NullCheck(L_33);
NotEqualUInt16LiftedToNull__ctor_mFC3A102A143E4D7186788B56E405E283425C29F7(L_33, NULL);
NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E* L_34 = L_33;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt16LiftedToNull_19 = L_34;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt16LiftedToNull_19), (void*)L_34);
G_B24_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_34));
}
IL_00e4:
{
return G_B24_0;
}
IL_00e5:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_35 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt32LiftedToNull_20;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_36 = L_35;
G_B26_0 = L_36;
if (L_36)
{
G_B27_0 = L_36;
goto IL_00f9;
}
}
{
NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97* L_37 = (NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97*)il2cpp_codegen_object_new(NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97_il2cpp_TypeInfo_var);
NullCheck(L_37);
NotEqualUInt32LiftedToNull__ctor_m56F1536495CC1C8E7CC5AE190EB29A5D68C1CDCC(L_37, NULL);
NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97* L_38 = L_37;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt32LiftedToNull_20 = L_38;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt32LiftedToNull_20), (void*)L_38);
G_B27_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_38));
}
IL_00f9:
{
return G_B27_0;
}
IL_00fa:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_39 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt64LiftedToNull_21;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_40 = L_39;
G_B29_0 = L_40;
if (L_40)
{
G_B30_0 = L_40;
goto IL_010e;
}
}
{
NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3* L_41 = (NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3*)il2cpp_codegen_object_new(NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3_il2cpp_TypeInfo_var);
NullCheck(L_41);
NotEqualUInt64LiftedToNull__ctor_m01B0CC66C0A3B0B2F0DD46215A2B14E91AC57E1D(L_41, NULL);
NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3* L_42 = L_41;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt64LiftedToNull_21 = L_42;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt64LiftedToNull_21), (void*)L_42);
G_B30_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_42));
}
IL_010e:
{
return G_B30_0;
}
IL_010f:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_43 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SingleLiftedToNull_22;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_44 = L_43;
G_B32_0 = L_44;
if (L_44)
{
G_B33_0 = L_44;
goto IL_0123;
}
}
{
NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E* L_45 = (NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E*)il2cpp_codegen_object_new(NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E_il2cpp_TypeInfo_var);
NullCheck(L_45);
NotEqualSingleLiftedToNull__ctor_mBE2B385392C150E5BCE63E1FA815FA9B34E452F9(L_45, NULL);
NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E* L_46 = L_45;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SingleLiftedToNull_22 = L_46;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SingleLiftedToNull_22), (void*)L_46);
G_B33_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_46));
}
IL_0123:
{
return G_B33_0;
}
IL_0124:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_47 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_DoubleLiftedToNull_23;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_48 = L_47;
G_B35_0 = L_48;
if (L_48)
{
G_B36_0 = L_48;
goto IL_0138;
}
}
{
NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224* L_49 = (NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224*)il2cpp_codegen_object_new(NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224_il2cpp_TypeInfo_var);
NullCheck(L_49);
NotEqualDoubleLiftedToNull__ctor_m051A27F69B6A324A8D4CFE8E2C1B28950890361A(L_49, NULL);
NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224* L_50 = L_49;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_DoubleLiftedToNull_23 = L_50;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_DoubleLiftedToNull_23), (void*)L_50);
G_B36_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_50));
}
IL_0138:
{
return G_B36_0;
}
IL_0139:
{
Type_t* L_51 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_52;
L_52 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_51, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_53;
L_53 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(L_52, NULL);
V_0 = L_53;
int32_t L_54 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_54, 3)))
{
case 0:
{
goto IL_0182;
}
case 1:
{
goto IL_01c1;
}
case 2:
{
goto IL_0197;
}
case 3:
{
goto IL_0200;
}
case 4:
{
goto IL_01ac;
}
case 5:
{
goto IL_0215;
}
case 6:
{
goto IL_01d6;
}
case 7:
{
goto IL_022a;
}
case 8:
{
goto IL_01eb;
}
case 9:
{
goto IL_023f;
}
case 10:
{
goto IL_0254;
}
case 11:
{
goto IL_0269;
}
}
}
{
goto IL_027e;
}
IL_0182:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_55 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Boolean_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_56 = L_55;
G_B40_0 = L_56;
if (L_56)
{
G_B41_0 = L_56;
goto IL_0196;
}
}
{
NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E* L_57 = (NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E*)il2cpp_codegen_object_new(NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E_il2cpp_TypeInfo_var);
NullCheck(L_57);
NotEqualBoolean__ctor_m543579607BE35335168E74A736218898F93E62E6(L_57, NULL);
NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E* L_58 = L_57;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Boolean_1 = L_58;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Boolean_1), (void*)L_58);
G_B41_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_58));
}
IL_0196:
{
return G_B41_0;
}
IL_0197:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_59 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SByte_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_60 = L_59;
G_B43_0 = L_60;
if (L_60)
{
G_B44_0 = L_60;
goto IL_01ab;
}
}
{
NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96* L_61 = (NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96*)il2cpp_codegen_object_new(NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96_il2cpp_TypeInfo_var);
NullCheck(L_61);
NotEqualSByte__ctor_m31B27892999C7CD75FCCFDD884A7F5560676A1B9(L_61, NULL);
NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96* L_62 = L_61;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SByte_2 = L_62;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_SByte_2), (void*)L_62);
G_B44_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_62));
}
IL_01ab:
{
return G_B44_0;
}
IL_01ac:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_63 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int16_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_64 = L_63;
G_B46_0 = L_64;
if (L_64)
{
G_B47_0 = L_64;
goto IL_01c0;
}
}
{
NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41* L_65 = (NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41*)il2cpp_codegen_object_new(NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41_il2cpp_TypeInfo_var);
NullCheck(L_65);
NotEqualInt16__ctor_m3FD881F7060A9CD9A5FF1764A32F964732DB26D5(L_65, NULL);
NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41* L_66 = L_65;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int16_3 = L_66;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int16_3), (void*)L_66);
G_B47_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_66));
}
IL_01c0:
{
return G_B47_0;
}
IL_01c1:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_67 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Char_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_68 = L_67;
G_B49_0 = L_68;
if (L_68)
{
G_B50_0 = L_68;
goto IL_01d5;
}
}
{
NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4* L_69 = (NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4*)il2cpp_codegen_object_new(NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4_il2cpp_TypeInfo_var);
NullCheck(L_69);
NotEqualChar__ctor_m5A18EF830C8EA81C234278E0CBE51CF5F2F35E1D(L_69, NULL);
NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4* L_70 = L_69;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Char_4 = L_70;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Char_4), (void*)L_70);
G_B50_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_70));
}
IL_01d5:
{
return G_B50_0;
}
IL_01d6:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_71 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int32_5;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_72 = L_71;
G_B52_0 = L_72;
if (L_72)
{
G_B53_0 = L_72;
goto IL_01ea;
}
}
{
NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5* L_73 = (NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5*)il2cpp_codegen_object_new(NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5_il2cpp_TypeInfo_var);
NullCheck(L_73);
NotEqualInt32__ctor_mA4EA252659092498144CB16B4748927DCC9B61BA(L_73, NULL);
NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5* L_74 = L_73;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int32_5 = L_74;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int32_5), (void*)L_74);
G_B53_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_74));
}
IL_01ea:
{
return G_B53_0;
}
IL_01eb:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_75 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int64_6;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_76 = L_75;
G_B55_0 = L_76;
if (L_76)
{
G_B56_0 = L_76;
goto IL_01ff;
}
}
{
NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0* L_77 = (NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0*)il2cpp_codegen_object_new(NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0_il2cpp_TypeInfo_var);
NullCheck(L_77);
NotEqualInt64__ctor_mCE4CAEC5D14199E92DE5F8BAAEF7B0B420EF24D0(L_77, NULL);
NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0* L_78 = L_77;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int64_6 = L_78;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Int64_6), (void*)L_78);
G_B56_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_78));
}
IL_01ff:
{
return G_B56_0;
}
IL_0200:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_79 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Byte_7;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_80 = L_79;
G_B58_0 = L_80;
if (L_80)
{
G_B59_0 = L_80;
goto IL_0214;
}
}
{
NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C* L_81 = (NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C*)il2cpp_codegen_object_new(NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C_il2cpp_TypeInfo_var);
NullCheck(L_81);
NotEqualByte__ctor_mED1D996AFCCEDD114076CF1CD266901B292DC4A7(L_81, NULL);
NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C* L_82 = L_81;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Byte_7 = L_82;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Byte_7), (void*)L_82);
G_B59_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_82));
}
IL_0214:
{
return G_B59_0;
}
IL_0215:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_83 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt16_8;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_84 = L_83;
G_B61_0 = L_84;
if (L_84)
{
G_B62_0 = L_84;
goto IL_0229;
}
}
{
NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531* L_85 = (NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531*)il2cpp_codegen_object_new(NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531_il2cpp_TypeInfo_var);
NullCheck(L_85);
NotEqualUInt16__ctor_mC82327C08AA783CB5FB4D37B158C6F97CC43CA3E(L_85, NULL);
NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531* L_86 = L_85;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt16_8 = L_86;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt16_8), (void*)L_86);
G_B62_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_86));
}
IL_0229:
{
return G_B62_0;
}
IL_022a:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_87 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt32_9;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_88 = L_87;
G_B64_0 = L_88;
if (L_88)
{
G_B65_0 = L_88;
goto IL_023e;
}
}
{
NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2* L_89 = (NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2*)il2cpp_codegen_object_new(NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2_il2cpp_TypeInfo_var);
NullCheck(L_89);
NotEqualUInt32__ctor_m58EC16A272EF19BAED9B30C068B073FDCD2E2EB1(L_89, NULL);
NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2* L_90 = L_89;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt32_9 = L_90;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt32_9), (void*)L_90);
G_B65_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_90));
}
IL_023e:
{
return G_B65_0;
}
IL_023f:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_91 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt64_10;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_92 = L_91;
G_B67_0 = L_92;
if (L_92)
{
G_B68_0 = L_92;
goto IL_0253;
}
}
{
NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811* L_93 = (NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811*)il2cpp_codegen_object_new(NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811_il2cpp_TypeInfo_var);
NullCheck(L_93);
NotEqualUInt64__ctor_mB01033D2BB94F0F261AA00ECCC54672F13FB863B(L_93, NULL);
NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811* L_94 = L_93;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt64_10 = L_94;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_UInt64_10), (void*)L_94);
G_B68_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_94));
}
IL_0253:
{
return G_B68_0;
}
IL_0254:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_95 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Single_11;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_96 = L_95;
G_B70_0 = L_96;
if (L_96)
{
G_B71_0 = L_96;
goto IL_0268;
}
}
{
NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4* L_97 = (NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4*)il2cpp_codegen_object_new(NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4_il2cpp_TypeInfo_var);
NullCheck(L_97);
NotEqualSingle__ctor_m0CFF0790D3E106333BA539DDD865DE1E2BD20280(L_97, NULL);
NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4* L_98 = L_97;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Single_11 = L_98;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Single_11), (void*)L_98);
G_B71_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_98));
}
IL_0268:
{
return G_B71_0;
}
IL_0269:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_99 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Double_12;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_100 = L_99;
G_B73_0 = L_100;
if (L_100)
{
G_B74_0 = L_100;
goto IL_027d;
}
}
{
NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A* L_101 = (NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A*)il2cpp_codegen_object_new(NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A_il2cpp_TypeInfo_var);
NullCheck(L_101);
NotEqualDouble__ctor_mCA80F18F00B2029056E6FEA88B166D32360FC16E(L_101, NULL);
NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A* L_102 = L_101;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Double_12 = L_102;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_Double_12), (void*)L_102);
G_B74_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_102));
}
IL_027d:
{
return G_B74_0;
}
IL_027e:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_103 = ((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_reference_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_104 = L_103;
G_B76_0 = L_104;
if (L_104)
{
G_B77_0 = L_104;
goto IL_0292;
}
}
{
NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018* L_105 = (NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018*)il2cpp_codegen_object_new(NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018_il2cpp_TypeInfo_var);
NullCheck(L_105);
NotEqualReference__ctor_m859AD327B9CE80AEEDBC6EBB037E73F45D61F584(L_105, NULL);
NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018* L_106 = L_105;
((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_reference_0 = L_106;
Il2CppCodeGenWriteBarrier((void**)(&((NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_StaticFields*)il2cpp_codegen_static_fields_for(NotEqualInstruction_tE4A279F57E23CD78FA260D603AF277B779843FD7_il2cpp_TypeInfo_var))->___s_reference_0), (void*)L_106);
G_B77_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_106));
}
IL_0292:
{
return G_B77_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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualBoolean::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualBoolean_Run_mDFAF23BDEF9098C1833C9002E7766B8425E14E47 (NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
RuntimeObject* L_6 = V_0;
NullCheck(L_5);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
goto IL_0040;
}
IL_001d:
{
RuntimeObject* L_7 = V_0;
if (L_7)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___frame0;
NullCheck(L_8);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
goto IL_0040;
}
IL_0029:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
RuntimeObject* L_10 = V_1;
RuntimeObject* L_11 = V_0;
NullCheck(L_9);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(bool*)((bool*)(bool*)UnBox(L_10, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))))) == ((int32_t)((*(bool*)((bool*)(bool*)UnBox(L_11, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0040:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualBoolean::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualBoolean__ctor_m543579607BE35335168E74A736218898F93E62E6 (NotEqualBoolean_t6737F3218235A0BA9F7F707407B38B55CB70EC1E* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSByte::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualSByte_Run_m29C13B8263A731CA4372855CCB93DC38F82A0C71 (NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
RuntimeObject* L_6 = V_0;
NullCheck(L_5);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
goto IL_0040;
}
IL_001d:
{
RuntimeObject* L_7 = V_0;
if (L_7)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___frame0;
NullCheck(L_8);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
goto IL_0040;
}
IL_0029:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
RuntimeObject* L_10 = V_1;
RuntimeObject* L_11 = V_0;
NullCheck(L_9);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_10, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))) == ((int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_11, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0040:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSByte__ctor_m31B27892999C7CD75FCCFDD884A7F5560676A1B9 (NotEqualSByte_tC3BEE2FC9252EDE195E1E2062F49E086B5BFDB96* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInt16_Run_mEEE687AF4B6DA8A242E661EAB669DC89F21891C3 (NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
RuntimeObject* L_6 = V_0;
NullCheck(L_5);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
goto IL_0040;
}
IL_001d:
{
RuntimeObject* L_7 = V_0;
if (L_7)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___frame0;
NullCheck(L_8);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
goto IL_0040;
}
IL_0029:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
RuntimeObject* L_10 = V_1;
RuntimeObject* L_11 = V_0;
NullCheck(L_9);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_10, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))) == ((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_11, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0040:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt16__ctor_m3FD881F7060A9CD9A5FF1764A32F964732DB26D5 (NotEqualInt16_t3698C17FC1DED7ABBD72097918396B1E18BF4D41* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualChar::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualChar_Run_mE8C82D61FF8468996C7922BAEBB94F6DA3DFF9D0 (NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
RuntimeObject* L_6 = V_0;
NullCheck(L_5);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
goto IL_0040;
}
IL_001d:
{
RuntimeObject* L_7 = V_0;
if (L_7)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___frame0;
NullCheck(L_8);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
goto IL_0040;
}
IL_0029:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
RuntimeObject* L_10 = V_1;
RuntimeObject* L_11 = V_0;
NullCheck(L_9);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_10, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))))) == ((int32_t)((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_11, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0040:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualChar::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualChar__ctor_m5A18EF830C8EA81C234278E0CBE51CF5F2F35E1D (NotEqualChar_t3DDD2E38CDA969BF837DED0A335AB177CC5559B4* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInt32_Run_mA2FD8015752FFBE95F2A1C87E8AC98440E3FF565 (NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
RuntimeObject* L_6 = V_0;
NullCheck(L_5);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
goto IL_0040;
}
IL_001d:
{
RuntimeObject* L_7 = V_0;
if (L_7)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___frame0;
NullCheck(L_8);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
goto IL_0040;
}
IL_0029:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
RuntimeObject* L_10 = V_1;
RuntimeObject* L_11 = V_0;
NullCheck(L_9);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_10, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))) == ((int32_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_11, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0040:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt32__ctor_mA4EA252659092498144CB16B4748927DCC9B61BA (NotEqualInt32_t424BD43B95B3DB3A2919163EF733CDF06C8788E5* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInt64_Run_m92F8424003E31C2D96757D3F375BD6400E05FDEF (NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
RuntimeObject* L_6 = V_0;
NullCheck(L_5);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
goto IL_0040;
}
IL_001d:
{
RuntimeObject* L_7 = V_0;
if (L_7)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___frame0;
NullCheck(L_8);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
goto IL_0040;
}
IL_0029:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
RuntimeObject* L_10 = V_1;
RuntimeObject* L_11 = V_0;
NullCheck(L_9);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_10, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))) == ((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_11, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0040:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt64__ctor_mCE4CAEC5D14199E92DE5F8BAAEF7B0B420EF24D0 (NotEqualInt64_t4C2D7C259362AA65494A1C4B3D97DA625D13B4C0* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualByte::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualByte_Run_m41BCC299F1370F84C7AE28C3F33626C49E2A7841 (NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
RuntimeObject* L_6 = V_0;
NullCheck(L_5);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
goto IL_0040;
}
IL_001d:
{
RuntimeObject* L_7 = V_0;
if (L_7)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___frame0;
NullCheck(L_8);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
goto IL_0040;
}
IL_0029:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
RuntimeObject* L_10 = V_1;
RuntimeObject* L_11 = V_0;
NullCheck(L_9);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_10, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))) == ((int32_t)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_11, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0040:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualByte__ctor_mED1D996AFCCEDD114076CF1CD266901B292DC4A7 (NotEqualByte_tAD657E33AD265821ED602646D6B3D64143BE311C* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualUInt16_Run_mC4C8B8C061909692C2C4C2C39617C21E972DB4B2 (NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
RuntimeObject* L_6 = V_0;
NullCheck(L_5);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
goto IL_0040;
}
IL_001d:
{
RuntimeObject* L_7 = V_0;
if (L_7)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___frame0;
NullCheck(L_8);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
goto IL_0040;
}
IL_0029:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
RuntimeObject* L_10 = V_1;
RuntimeObject* L_11 = V_0;
NullCheck(L_9);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_10, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))) == ((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_11, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0040:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt16__ctor_mC82327C08AA783CB5FB4D37B158C6F97CC43CA3E (NotEqualUInt16_t7699C406A356E48C5957A79F5DB4F87727FE8531* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualUInt32_Run_m07F4EC9135E88F350F9A76194804F5FD99E82F0D (NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
RuntimeObject* L_6 = V_0;
NullCheck(L_5);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
goto IL_0040;
}
IL_001d:
{
RuntimeObject* L_7 = V_0;
if (L_7)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___frame0;
NullCheck(L_8);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
goto IL_0040;
}
IL_0029:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
RuntimeObject* L_10 = V_1;
RuntimeObject* L_11 = V_0;
NullCheck(L_9);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_10, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))) == ((int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_11, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0040:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt32__ctor_m58EC16A272EF19BAED9B30C068B073FDCD2E2EB1 (NotEqualUInt32_tE270CAC9DD32D9EDBEBF322BD0C47FDCE48335E2* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualUInt64_Run_mB6BDED6B1B57650F933106425880B0DDE2F9F807 (NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
RuntimeObject* L_6 = V_0;
NullCheck(L_5);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
goto IL_0040;
}
IL_001d:
{
RuntimeObject* L_7 = V_0;
if (L_7)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___frame0;
NullCheck(L_8);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
goto IL_0040;
}
IL_0029:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
RuntimeObject* L_10 = V_1;
RuntimeObject* L_11 = V_0;
NullCheck(L_9);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_10, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))) == ((int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_11, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0040:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt64__ctor_mB01033D2BB94F0F261AA00ECCC54672F13FB863B (NotEqualUInt64_tF1CE96E32B3641FEDED6EF48CE6EAB0E4ADCE811* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSingle::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualSingle_Run_m4F311C99EF0C725066503EAA27AC6825E550105E (NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
RuntimeObject* L_6 = V_0;
NullCheck(L_5);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
goto IL_0040;
}
IL_001d:
{
RuntimeObject* L_7 = V_0;
if (L_7)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___frame0;
NullCheck(L_8);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
goto IL_0040;
}
IL_0029:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
RuntimeObject* L_10 = V_1;
RuntimeObject* L_11 = V_0;
NullCheck(L_9);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((float)((*(float*)((float*)(float*)UnBox(L_10, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))) == ((float)((*(float*)((float*)(float*)UnBox(L_11, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0040:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSingle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSingle__ctor_m0CFF0790D3E106333BA539DDD865DE1E2BD20280 (NotEqualSingle_tD85223B5782B190B9BE8E9E782402E42C0875EF4* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualDouble::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualDouble_Run_m32AED8430F3EE595286A2AE8A3DB3D2AC6D7FDC7 (NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
RuntimeObject* L_6 = V_0;
NullCheck(L_5);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
goto IL_0040;
}
IL_001d:
{
RuntimeObject* L_7 = V_0;
if (L_7)
{
goto IL_0029;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___frame0;
NullCheck(L_8);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_8, (bool)1, NULL);
goto IL_0040;
}
IL_0029:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
RuntimeObject* L_10 = V_1;
RuntimeObject* L_11 = V_0;
NullCheck(L_9);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_9, (bool)((((int32_t)((((double)((*(double*)((double*)(double*)UnBox(L_10, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))) == ((double)((*(double*)((double*)(double*)UnBox(L_11, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0040:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualDouble::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualDouble__ctor_mCA80F18F00B2029056E6FEA88B166D32360FC16E (NotEqualDouble_tA9AB04746C6C484AB657AA99316C0D25CD00145A* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualReference::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualReference_Run_m88ACA1B334710DB8F14605B1D6CA8E3066412704 (NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_1 = ___frame0;
NullCheck(L_1);
RuntimeObject* L_2;
L_2 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_1, NULL);
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___frame0;
NullCheck(L_3);
RuntimeObject* L_4;
L_4 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_3, NULL);
NullCheck(L_0);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_0, (bool)((((int32_t)((((RuntimeObject*)(RuntimeObject*)L_2) == ((RuntimeObject*)(RuntimeObject*)L_4))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualReference::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualReference__ctor_m859AD327B9CE80AEEDBC6EBB037E73F45D61F584 (NotEqualReference_t78E8FF7F471C398591EBDD000622500BCA845018* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSByteLiftedToNull::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualSByteLiftedToNull_Run_mD154CBC5AF7A0B6799DC7B4E0B18C9EA10926AD4 (NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_1;
RuntimeObject* L_9 = V_0;
NullCheck(L_7);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_8, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))) == ((int32_t)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_9, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0034:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSByteLiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSByteLiftedToNull__ctor_mA2206ECF8356745349D04082085AE390B52930B0 (NotEqualSByteLiftedToNull_t58038BF9F06787BA97AE93B59E7DAD4672A40593* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt16LiftedToNull::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInt16LiftedToNull_Run_mA435CCDCE5390099B60848C5834C93F1C1291C3A (NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_1;
RuntimeObject* L_9 = V_0;
NullCheck(L_7);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_8, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))) == ((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_9, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0034:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt16LiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt16LiftedToNull__ctor_m05D6159690D5FD77100230643EBFCB19CA536F8F (NotEqualInt16LiftedToNull_t8BD538F8DE6AF3D31945DDA5F83E9546DDCAC789* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualCharLiftedToNull::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualCharLiftedToNull_Run_m1EF03C8DFAE413502A9AE97E243C6C7B2FC88188 (NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_1;
RuntimeObject* L_9 = V_0;
NullCheck(L_7);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int32_t)((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_8, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))))) == ((int32_t)((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_9, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0034:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualCharLiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualCharLiftedToNull__ctor_m0C2BDE292B89F7FE2AF51B7160D11E5050FF4DCE (NotEqualCharLiftedToNull_t0286272E006A0B81F28515D5D88CE5F04BBC94BE* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt32LiftedToNull::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInt32LiftedToNull_Run_m5FD217CBBFA273FCEDA4993742C0ABA305FC9C65 (NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_1;
RuntimeObject* L_9 = V_0;
NullCheck(L_7);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((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))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0034:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt32LiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt32LiftedToNull__ctor_m0E715BB6DEC532E3231F20E272455C9D1440DDF1 (NotEqualInt32LiftedToNull_tAA781A9EEC9DAE3B7A9B19E3149FF68412E25D5A* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt64LiftedToNull::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualInt64LiftedToNull_Run_mFA3F5F0E6648C7B7F4DFD8A9967D1831BC9FF658 (NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_1;
RuntimeObject* L_9 = V_0;
NullCheck(L_7);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_8, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))) == ((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_9, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0034:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualInt64LiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualInt64LiftedToNull__ctor_mEC671114A1D1E94B558D883243B2AAEBFEFDA718 (NotEqualInt64LiftedToNull_t292B02B08892D4A77D71DC8E224C19A9A3657229* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualByteLiftedToNull::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualByteLiftedToNull_Run_mB1740B105733DF426FEF2D774D160D7679B75AC0 (NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_1;
RuntimeObject* L_9 = V_0;
NullCheck(L_7);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int32_t)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_8, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))) == ((int32_t)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_9, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0034:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualByteLiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualByteLiftedToNull__ctor_mE5E34B02A9D80823990C93E4E2B0D8ABA182E37E (NotEqualByteLiftedToNull_tF9313380F164BCF4A495538BB7B6CB89AA4928F4* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt16LiftedToNull::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualUInt16LiftedToNull_Run_m350AF5F49AF8A7F26314EDB7ECF3E953EB2F8612 (NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_1;
RuntimeObject* L_9 = V_0;
NullCheck(L_7);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_8, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))) == ((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_9, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0034:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt16LiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt16LiftedToNull__ctor_mFC3A102A143E4D7186788B56E405E283425C29F7 (NotEqualUInt16LiftedToNull_t806D6BB7C5FC39C779CC89B4A64B1ED70C02739E* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt32LiftedToNull::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualUInt32LiftedToNull_Run_m2EAC3451BA64948F42B3CC9CF2309050C9EDF37D (NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_1;
RuntimeObject* L_9 = V_0;
NullCheck(L_7);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_8, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))) == ((int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_9, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0034:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt32LiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt32LiftedToNull__ctor_m56F1536495CC1C8E7CC5AE190EB29A5D68C1CDCC (NotEqualUInt32LiftedToNull_t1FF690D8B8678CA1BF658D08600CE9F81E6DEB97* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt64LiftedToNull::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualUInt64LiftedToNull_Run_mDC24EE9840C90E950A0693F39E724C9CC2FFCA19 (NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_1;
RuntimeObject* L_9 = V_0;
NullCheck(L_7);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_8, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))) == ((int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_9, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0034:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualUInt64LiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualUInt64LiftedToNull__ctor_m01B0CC66C0A3B0B2F0DD46215A2B14E91AC57E1D (NotEqualUInt64LiftedToNull_tDB8F3C58D414A0B68939013597A663F125872AF3* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSingleLiftedToNull::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualSingleLiftedToNull_Run_m462F14E38E413962832811E8C6DB53C7FE01F2CD (NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_1;
RuntimeObject* L_9 = V_0;
NullCheck(L_7);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((float)((*(float*)((float*)(float*)UnBox(L_8, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))) == ((float)((*(float*)((float*)(float*)UnBox(L_9, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0034:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualSingleLiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualSingleLiftedToNull__ctor_mBE2B385392C150E5BCE63E1FA815FA9B34E452F9 (NotEqualSingleLiftedToNull_t6B712C7B909BC5E0CFCDA8A44517A785BBC95B2E* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualDoubleLiftedToNull::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotEqualDoubleLiftedToNull_Run_m57F2A28E93D70EFE78B960E469BBEE949E8585AA (NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_1;
RuntimeObject* L_9 = V_0;
NullCheck(L_7);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_7, (bool)((((int32_t)((((double)((*(double*)((double*)(double*)UnBox(L_8, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))) == ((double)((*(double*)((double*)(double*)UnBox(L_9, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0034:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotEqualInstruction/NotEqualDoubleLiftedToNull::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotEqualDoubleLiftedToNull__ctor_m051A27F69B6A324A8D4CFE8E2C1B28950890361A (NotEqualDoubleLiftedToNull_t7506433651D62A9951D145E4FE7648D5A1DA2224* __this, const RuntimeMethod* method)
{
{
NotEqualInstruction__ctor_m7449793C98C38E66AA9C51C7558DAD357B4E0C65(__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
// System.Void System.Linq.Expressions.Interpreter.NotInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C (NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NotInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotInstruction_get_ConsumedStack_mDC5879CF7841D45505E95C20227759D0055329E6 (NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NotInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotInstruction_get_ProducedStack_mE3B324E0AB65142C7C7B7AE8629ABAE4FFD7CFD3 (NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.NotInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NotInstruction_get_InstructionName_m39A0ED2E384DF385075FB640191E3CB1A2D4802E (NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB79D47CC56B4CA4A5403B7731340DEC22E7BEA9);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralCB79D47CC56B4CA4A5403B7731340DEC22E7BEA9;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NotInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NotInstruction_Create_mEF33640C200634DC21F0CFEC16553C25769EC660 (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotInt16_t3F15F4678C7642072226DA3457418494E981B692_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotInt64_t3417DA0980C2079A64FA8670A95B981818706992_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71_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;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B28_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B27_0 = NULL;
{
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(L_1, NULL);
V_0 = L_2;
int32_t L_3 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 3)))
{
case 0:
{
goto IL_0041;
}
case 1:
{
goto IL_00fe;
}
case 2:
{
goto IL_00e9;
}
case 3:
{
goto IL_00d4;
}
case 4:
{
goto IL_0080;
}
case 5:
{
goto IL_00bf;
}
case 6:
{
goto IL_006b;
}
case 7:
{
goto IL_00aa;
}
case 8:
{
goto IL_0056;
}
case 9:
{
goto IL_0095;
}
}
}
{
goto IL_00fe;
}
IL_0041:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Boolean_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_0055;
}
}
{
NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2* L_6 = (NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2*)il2cpp_codegen_object_new(NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2_il2cpp_TypeInfo_var);
NullCheck(L_6);
NotBoolean__ctor_m8D5C2ABBE23A04BE132F46C2B139EADF8B91645C(L_6, NULL);
NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2* L_7 = L_6;
((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Boolean_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Boolean_0), (void*)L_7);
G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
}
IL_0055:
{
return G_B4_0;
}
IL_0056:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int64_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
G_B6_0 = L_9;
if (L_9)
{
G_B7_0 = L_9;
goto IL_006a;
}
}
{
NotInt64_t3417DA0980C2079A64FA8670A95B981818706992* L_10 = (NotInt64_t3417DA0980C2079A64FA8670A95B981818706992*)il2cpp_codegen_object_new(NotInt64_t3417DA0980C2079A64FA8670A95B981818706992_il2cpp_TypeInfo_var);
NullCheck(L_10);
NotInt64__ctor_mB3BDFAF691D5E82B78D4518FFA83D57B0DB880AA(L_10, NULL);
NotInt64_t3417DA0980C2079A64FA8670A95B981818706992* L_11 = L_10;
((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int64_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int64_1), (void*)L_11);
G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
}
IL_006a:
{
return G_B7_0;
}
IL_006b:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int32_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
G_B9_0 = L_13;
if (L_13)
{
G_B10_0 = L_13;
goto IL_007f;
}
}
{
NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E* L_14 = (NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E*)il2cpp_codegen_object_new(NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E_il2cpp_TypeInfo_var);
NullCheck(L_14);
NotInt32__ctor_mFB23F5F457A4792D06DF6F116B0C5A4319E61148(L_14, NULL);
NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E* L_15 = L_14;
((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int32_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int32_2), (void*)L_15);
G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
}
IL_007f:
{
return G_B10_0;
}
IL_0080:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int16_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
G_B12_0 = L_17;
if (L_17)
{
G_B13_0 = L_17;
goto IL_0094;
}
}
{
NotInt16_t3F15F4678C7642072226DA3457418494E981B692* L_18 = (NotInt16_t3F15F4678C7642072226DA3457418494E981B692*)il2cpp_codegen_object_new(NotInt16_t3F15F4678C7642072226DA3457418494E981B692_il2cpp_TypeInfo_var);
NullCheck(L_18);
NotInt16__ctor_m281A8130BEDDCB0262C4E9A4035889C21B0CD11A(L_18, NULL);
NotInt16_t3F15F4678C7642072226DA3457418494E981B692* L_19 = L_18;
((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int16_3 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Int16_3), (void*)L_19);
G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
}
IL_0094:
{
return G_B13_0;
}
IL_0095:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt64_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
G_B15_0 = L_21;
if (L_21)
{
G_B16_0 = L_21;
goto IL_00a9;
}
}
{
NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71* L_22 = (NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71*)il2cpp_codegen_object_new(NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71_il2cpp_TypeInfo_var);
NullCheck(L_22);
NotUInt64__ctor_mF8590BC58E02E9BFE7554C55DC154204DBF0F442(L_22, NULL);
NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71* L_23 = L_22;
((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt64_4 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt64_4), (void*)L_23);
G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
}
IL_00a9:
{
return G_B16_0;
}
IL_00aa:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt32_5;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
G_B18_0 = L_25;
if (L_25)
{
G_B19_0 = L_25;
goto IL_00be;
}
}
{
NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658* L_26 = (NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658*)il2cpp_codegen_object_new(NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658_il2cpp_TypeInfo_var);
NullCheck(L_26);
NotUInt32__ctor_m4E0A02BE9285CD8A325F3ACF8EBE1B17ED634767(L_26, NULL);
NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658* L_27 = L_26;
((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt32_5 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt32_5), (void*)L_27);
G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
}
IL_00be:
{
return G_B19_0;
}
IL_00bf:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt16_6;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
G_B21_0 = L_29;
if (L_29)
{
G_B22_0 = L_29;
goto IL_00d3;
}
}
{
NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67* L_30 = (NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67*)il2cpp_codegen_object_new(NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67_il2cpp_TypeInfo_var);
NullCheck(L_30);
NotUInt16__ctor_mC014E05D9C11729E0AFAB06FD692E10840F384DC(L_30, NULL);
NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67* L_31 = L_30;
((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt16_6 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_UInt16_6), (void*)L_31);
G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
}
IL_00d3:
{
return G_B22_0;
}
IL_00d4:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Byte_7;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
G_B24_0 = L_33;
if (L_33)
{
G_B25_0 = L_33;
goto IL_00e8;
}
}
{
NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D* L_34 = (NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D*)il2cpp_codegen_object_new(NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D_il2cpp_TypeInfo_var);
NullCheck(L_34);
NotByte__ctor_m6E26C70A4A1674E7485E5A547809A07DA9B3D47D(L_34, NULL);
NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D* L_35 = L_34;
((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Byte_7 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_Byte_7), (void*)L_35);
G_B25_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_35));
}
IL_00e8:
{
return G_B25_0;
}
IL_00e9:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_36 = ((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_SByte_8;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_37 = L_36;
G_B27_0 = L_37;
if (L_37)
{
G_B28_0 = L_37;
goto IL_00fd;
}
}
{
NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6* L_38 = (NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6*)il2cpp_codegen_object_new(NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6_il2cpp_TypeInfo_var);
NullCheck(L_38);
NotSByte__ctor_m8A2374C3118744F27C2C0481F174670E73E6C4E5(L_38, NULL);
NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6* L_39 = L_38;
((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_SByte_8 = L_39;
Il2CppCodeGenWriteBarrier((void**)(&((NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_StaticFields*)il2cpp_codegen_static_fields_for(NotInstruction_tCF2A898CAF7FF07EA661F3F1F1F283474C9100A3_il2cpp_TypeInfo_var))->___s_SByte_8), (void*)L_39);
G_B28_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_39));
}
IL_00fd:
{
return G_B28_0;
}
IL_00fe:
{
Exception_t* L_40;
L_40 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotInstruction_Create_mEF33640C200634DC21F0CFEC16553C25769EC660_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
// System.Int32 System.Linq.Expressions.Interpreter.NotInstruction/NotBoolean::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotBoolean_Run_mC3E8DADC193F1CF3C48DACB2CEB50A240D7F48E7 (NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
RuntimeObject* V_0 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0022;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
NullCheck(L_4);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_4, (bool)((((int32_t)((*(bool*)((bool*)(bool*)UnBox(L_5, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))))) == ((int32_t)0))? 1 : 0), NULL);
}
IL_0022:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotBoolean::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotBoolean__ctor_m8D5C2ABBE23A04BE132F46C2B139EADF8B91645C (NotBoolean_t7AAA3C3962A3C3BF7C1D2D2A38A61BE5EC0525E2* __this, const RuntimeMethod* method)
{
{
NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotInstruction/NotInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotInt64_Run_mAAD5B2935D8FEE25123024348164AC2F9CFE0B17 (NotInt64_t3417DA0980C2079A64FA8670A95B981818706992* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0025;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
int64_t L_6 = ((~((*(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_0025:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInt64__ctor_mB3BDFAF691D5E82B78D4518FFA83D57B0DB880AA (NotInt64_t3417DA0980C2079A64FA8670A95B981818706992* __this, const RuntimeMethod* method)
{
{
NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotInstruction/NotInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotInt32_Run_mAA429541313D17ABF5A29F260462485CE8AFF100 (NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0020;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
NullCheck(L_4);
InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6(L_4, ((~((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_5, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))))), NULL);
}
IL_0020:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInt32__ctor_mFB23F5F457A4792D06DF6F116B0C5A4319E61148 (NotInt32_tEAEB3DD1E5065E61D65A941079CEEC52BF7B480E* __this, const RuntimeMethod* method)
{
{
NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotInstruction/NotInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotInt16_Run_mD95C29AE8DCD9D9458043A4F96DED413D92EDA6D (NotInt16_t3F15F4678C7642072226DA3457418494E981B692* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0021;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
NullCheck(L_4);
InterpretedFrame_Push_m400B62709929BE8507E7B4D75C6006E0F8FB20D7(L_4, ((int16_t)((~((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_5, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))), NULL);
}
IL_0021:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotInt16__ctor_m281A8130BEDDCB0262C4E9A4035889C21B0CD11A (NotInt16_t3F15F4678C7642072226DA3457418494E981B692* __this, const RuntimeMethod* method)
{
{
NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotInstruction/NotUInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotUInt64_Run_mEC85669E0788B8C5462D608D667542F2FDAF5649 (NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0025;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
uint64_t L_6 = ((~((*(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_0025:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotUInt64__ctor_mF8590BC58E02E9BFE7554C55DC154204DBF0F442 (NotUInt64_t19ED7B1BE96AA8DA6FEA211FD74B262A48B26A71* __this, const RuntimeMethod* method)
{
{
NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotInstruction/NotUInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotUInt32_Run_mA5320091DB28570704542A13CC554B128441914D (NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0025;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
uint32_t L_6 = ((~((*(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_0025:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotUInt32__ctor_m4E0A02BE9285CD8A325F3ACF8EBE1B17ED634767 (NotUInt32_t790276D288F50001E30159F3C97A9FDFE4B08658* __this, const RuntimeMethod* method)
{
{
NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotInstruction/NotUInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotUInt16_Run_m2AF9CC59A42D8FA7C9C00F30546AA02079B61FE2 (NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0021;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
NullCheck(L_4);
InterpretedFrame_Push_mF587E75F6732C08EC184881661F996999E74D62D(L_4, (uint16_t)((int32_t)(uint16_t)((~((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_5, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))), NULL);
}
IL_0021:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotUInt16__ctor_mC014E05D9C11729E0AFAB06FD692E10840F384DC (NotUInt16_t48D30C88D1B99399422C50AD8DF2F36E9005BB67* __this, const RuntimeMethod* method)
{
{
NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotInstruction/NotByte::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotByte_Run_mBF08D69EF9DD3FB555FE08DC321F5BB80E20CA56 (NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0021;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
NullCheck(L_4);
InterpretedFrame_Push_m6240B0B05BB62738249FABD26D2A4D6DF7437FD3(L_4, (uint8_t)((int32_t)(uint8_t)((~((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_5, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))))), NULL);
}
IL_0021:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotByte__ctor_m6E26C70A4A1674E7485E5A547809A07DA9B3D47D (NotByte_t642E06779CB9B6EFB562FE72DDAA38E61351BC3D* __this, const RuntimeMethod* method)
{
{
NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__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
// System.Int32 System.Linq.Expressions.Interpreter.NotInstruction/NotSByte::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NotSByte_Run_mDB0F4227103E202F4C891DCFBB38EB119C16F865 (NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
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 = ___frame0;
NullCheck(L_3);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_3, NULL, NULL);
goto IL_0021;
}
IL_0013:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_0;
NullCheck(L_4);
InterpretedFrame_Push_m7D0537252255C628F4188658D875E4BC13BFF766(L_4, ((int8_t)((~((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_5, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))))), NULL);
}
IL_0021:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NotInstruction/NotSByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSByte__ctor_m8A2374C3118744F27C2C0481F174670E73E6C4E5 (NotSByte_t7CF3B0BBE424A74B5971B71FC0729AD6610AF8F6* __this, const RuntimeMethod* method)
{
{
NotInstruction__ctor_m2695CA1AFC77D56F2A6C924F87A1674979BADA4C(__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
// System.Void System.Linq.Expressions.Interpreter.NullCheckInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullCheckInstruction__ctor_m1CC526CBA642C7B7A7BE8754D531BA38E42164C4 (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NullCheckInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NullCheckInstruction_get_ConsumedStack_m7FB04CD507312127A6FCB4564708A2722373929E (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NullCheckInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NullCheckInstruction_get_ProducedStack_m3EBA7AC28774E938BDAD7411921356AC566D9EF3 (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.NullCheckInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NullCheckInstruction_get_InstructionName_mC9E7475EC21DCE4EB06E026AB44E292A15A58D9B (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71B0A9AFCC2A3244B44643A8C525A3C24FE30969);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral71B0A9AFCC2A3244B44643A8C525A3C24FE30969;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NullCheckInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NullCheckInstruction_Run_mA118DE640712B0F304E4383796DD65735B8253BA (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052(L_0, NULL);
if (L_1)
{
goto IL_000e;
}
}
{
NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* L_2 = (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
NullReferenceException__ctor_mD26D62094A5E49C18D817817E17FDFBC1D3BD752(L_2, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullCheckInstruction_Run_mA118DE640712B0F304E4383796DD65735B8253BA_RuntimeMethod_var)));
}
IL_000e:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NullCheckInstruction::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullCheckInstruction__cctor_mAF6FD695F9B5A687319FE045123B51FDD20BF46B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07* L_0 = (NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07*)il2cpp_codegen_object_new(NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var);
NullCheck(L_0);
NullCheckInstruction__ctor_m1CC526CBA642C7B7A7BE8754D531BA38E42164C4(L_0, NULL);
((NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_StaticFields*)il2cpp_codegen_static_fields_for(NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var))->___Instance_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_StaticFields*)il2cpp_codegen_static_fields_for(NullCheckInstruction_tCB596858916377B13A48F7F81CA540E378FE1D07_il2cpp_TypeInfo_var))->___Instance_0), (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
// System.Void System.Linq.Expressions.Interpreter.NumericConvertInstruction::.ctor(System.TypeCode,System.TypeCode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericConvertInstruction__ctor_m08CD4DD71AF54EE29B62EBD049409E8B637213EF (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, int32_t ___from0, int32_t ___to1, bool ___isLiftedToNull2, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
int32_t L_0 = ___from0;
__this->____from_0 = L_0;
int32_t L_1 = ___to1;
__this->____to_1 = L_1;
bool L_2 = ___isLiftedToNull2;
__this->____isLiftedToNull_2 = L_2;
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NumericConvertInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericConvertInstruction_Run_mA2A67169818DA16F3AAD5E3ABA95864FA3624401 (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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*)&Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
void* L_5 = alloca(sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_2;
memset((&V_2), 0, sizeof(V_2));
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
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_0025;
}
}
{
bool L_3 = __this->____isLiftedToNull_2;
if (!L_3)
{
goto IL_0016;
}
}
{
V_1 = NULL;
goto IL_002d;
}
IL_0016:
{
RuntimeObject* L_4 = V_0;
UnBoxNullable(L_4, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, L_5);
V_2 = ((*(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)((Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28*)L_5)));
int32_t L_6;
L_6 = Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA((&V_2), Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
return L_6;
}
IL_0025:
{
RuntimeObject* L_7 = V_0;
RuntimeObject* L_8;
L_8 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(11 /* System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction::Convert(System.Object) */, __this, L_7);
V_1 = L_8;
}
IL_002d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
RuntimeObject* L_10 = V_1;
NullCheck(L_9);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_9, L_10, NULL);
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.NumericConvertInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumericConvertInstruction_get_InstructionName_m93BEC0F20F9B5B72160CE2B6790CF6E59C62ECC5 (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2AF238C3E83FAC1B206E874CA50965EB9E52E59);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralD2AF238C3E83FAC1B206E874CA50965EB9E52E59;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NumericConvertInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericConvertInstruction_get_ConsumedStack_mDE25B0A179E38E4E7B7D23ECB8A8CEFA83F59953 (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NumericConvertInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericConvertInstruction_get_ProducedStack_m652DFE589A62C87160B5C5837346F41BAC8624EC (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.NumericConvertInstruction::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NumericConvertInstruction_ToString_m12BAF93100D8F5C24BA6990198241E6C9143911F (NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3860603B88C3C33FCEFF25F72FA3E650D2B25876);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)6);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Linq.Expressions.Interpreter.Instruction::get_InstructionName() */, __this);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_2);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_1;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3;
int32_t* L_5 = (&__this->____from_0);
Il2CppFakeBox<int32_t> L_6(TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_il2cpp_TypeInfo_var, L_5);
String_t* L_7;
L_7 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_6), NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_7);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_7);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_4;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, _stringLiteral3860603B88C3C33FCEFF25F72FA3E650D2B25876);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral3860603B88C3C33FCEFF25F72FA3E650D2B25876);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8;
int32_t* L_10 = (&__this->____to_1);
Il2CppFakeBox<int32_t> L_11(TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79_il2cpp_TypeInfo_var, L_10);
String_t* L_12;
L_12 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_11), NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_12);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_12);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_9;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
String_t* L_14;
L_14 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_13, NULL);
return L_14;
}
}
#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
// System.String System.Linq.Expressions.Interpreter.NumericConvertInstruction/Unchecked::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Unchecked_get_InstructionName_mDD3AD470F13EA8161949549AAD1F80628BDE5D0E (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3E89B02BBA9F60219FC7F02742EEB1386A53E33);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralD3E89B02BBA9F60219FC7F02742EEB1386A53E33;
}
}
// System.Void System.Linq.Expressions.Interpreter.NumericConvertInstruction/Unchecked::.ctor(System.TypeCode,System.TypeCode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Unchecked__ctor_mEEA7457039D5D4071FD1614FBE3202BB69AED39C (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, int32_t ___from0, int32_t ___to1, bool ___isLiftedToNull2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___from0;
int32_t L_1 = ___to1;
bool L_2 = ___isLiftedToNull2;
NumericConvertInstruction__ctor_m08CD4DD71AF54EE29B62EBD049409E8B637213EF(__this, L_0, L_1, L_2, NULL);
return;
}
}
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Unchecked::Convert(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_Convert_m92BA53C5CC7D783DB6BC42FC0F4FF3EAFF408718 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, RuntimeObject* ___obj0, 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*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* G_B4_0 = NULL;
Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* G_B3_0 = NULL;
int32_t G_B5_0 = 0;
Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* G_B5_1 = NULL;
{
int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____from_0;
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
{
case 0:
{
goto IL_0044;
}
case 1:
{
goto IL_007e;
}
case 2:
{
goto IL_0064;
}
case 3:
{
goto IL_0057;
}
case 4:
{
goto IL_0071;
}
case 5:
{
goto IL_00a5;
}
case 6:
{
goto IL_008b;
}
case 7:
{
goto IL_00b2;
}
case 8:
{
goto IL_0098;
}
case 9:
{
goto IL_00c0;
}
case 10:
{
goto IL_00cd;
}
case 11:
{
goto IL_00db;
}
}
}
{
goto IL_00e8;
}
IL_0044:
{
RuntimeObject* L_2 = ___obj0;
G_B3_0 = __this;
if (((*(bool*)((bool*)(bool*)UnBox(L_2, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))))
{
G_B4_0 = __this;
goto IL_0050;
}
}
{
G_B5_0 = 0;
G_B5_1 = G_B3_0;
goto IL_0051;
}
IL_0050:
{
G_B5_0 = 1;
G_B5_1 = G_B4_0;
}
IL_0051:
{
NullCheck(G_B5_1);
RuntimeObject* L_3;
L_3 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(G_B5_1, G_B5_0, NULL);
return L_3;
}
IL_0057:
{
RuntimeObject* L_4 = ___obj0;
RuntimeObject* L_5;
L_5 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(__this, ((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_4, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))), NULL);
return L_5;
}
IL_0064:
{
RuntimeObject* L_6 = ___obj0;
RuntimeObject* L_7;
L_7 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(__this, ((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_6, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))), NULL);
return L_7;
}
IL_0071:
{
RuntimeObject* L_8 = ___obj0;
RuntimeObject* L_9;
L_9 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(__this, ((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_8, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), NULL);
return L_9;
}
IL_007e:
{
RuntimeObject* L_10 = ___obj0;
RuntimeObject* L_11;
L_11 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(__this, ((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_10, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)))), NULL);
return L_11;
}
IL_008b:
{
RuntimeObject* L_12 = ___obj0;
RuntimeObject* L_13;
L_13 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(__this, ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_12, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), NULL);
return L_13;
}
IL_0098:
{
RuntimeObject* L_14 = ___obj0;
RuntimeObject* L_15;
L_15 = Unchecked_ConvertInt64_m4894E9B2AA1E9DCE191AB3A29C1417C656861404(__this, ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_14, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), NULL);
return L_15;
}
IL_00a5:
{
RuntimeObject* L_16 = ___obj0;
RuntimeObject* L_17;
L_17 = Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55(__this, ((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), NULL);
return L_17;
}
IL_00b2:
{
RuntimeObject* L_18 = ___obj0;
RuntimeObject* L_19;
L_19 = Unchecked_ConvertInt64_m4894E9B2AA1E9DCE191AB3A29C1417C656861404(__this, ((int64_t)(uint64_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_18, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))), NULL);
return L_19;
}
IL_00c0:
{
RuntimeObject* L_20 = ___obj0;
RuntimeObject* L_21;
L_21 = Unchecked_ConvertUInt64_m29B76C62110407E2A829F8BA748A99E1CD77632B(__this, ((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_20, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), NULL);
return L_21;
}
IL_00cd:
{
RuntimeObject* L_22 = ___obj0;
RuntimeObject* L_23;
L_23 = Unchecked_ConvertDouble_mDBBE88A4DE114BA50F271480259F370B85A7FC46(__this, ((double)((*(float*)((float*)(float*)UnBox(L_22, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))), NULL);
return L_23;
}
IL_00db:
{
RuntimeObject* L_24 = ___obj0;
RuntimeObject* L_25;
L_25 = Unchecked_ConvertDouble_mDBBE88A4DE114BA50F271480259F370B85A7FC46(__this, ((*(double*)((double*)(double*)UnBox(L_24, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))), NULL);
return L_25;
}
IL_00e8:
{
Exception_t* L_26;
L_26 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Unchecked_Convert_m92BA53C5CC7D783DB6BC42FC0F4FF3EAFF408718_RuntimeMethod_var)));
}
}
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Unchecked::ConvertInt32(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, int32_t ___obj0, 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*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to_1;
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
{
case 0:
{
goto IL_00a7;
}
case 1:
{
goto IL_005d;
}
case 2:
{
goto IL_004d;
}
case 3:
{
goto IL_0045;
}
case 4:
{
goto IL_0055;
}
case 5:
{
goto IL_0074;
}
case 6:
{
goto IL_0065;
}
case 7:
{
goto IL_007c;
}
case 8:
{
goto IL_006c;
}
case 9:
{
goto IL_0083;
}
case 10:
{
goto IL_008b;
}
case 11:
{
goto IL_0093;
}
case 12:
{
goto IL_009b;
}
}
}
{
goto IL_00b1;
}
IL_0045:
{
int32_t L_2 = ___obj0;
uint8_t L_3 = ((uint8_t)((int32_t)(uint8_t)L_2));
RuntimeObject* L_4 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
IL_004d:
{
int32_t L_5 = ___obj0;
int8_t L_6 = ((int8_t)L_5);
RuntimeObject* L_7 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_0055:
{
int32_t L_8 = ___obj0;
int16_t L_9 = ((int16_t)L_8);
RuntimeObject* L_10 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_9);
return L_10;
}
IL_005d:
{
int32_t L_11 = ___obj0;
Il2CppChar L_12 = ((Il2CppChar)((int32_t)(uint16_t)L_11));
RuntimeObject* L_13 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_12);
return L_13;
}
IL_0065:
{
int32_t L_14 = ___obj0;
int32_t L_15 = L_14;
RuntimeObject* L_16 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_15);
return L_16;
}
IL_006c:
{
int32_t L_17 = ___obj0;
int64_t L_18 = ((int64_t)L_17);
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
return L_19;
}
IL_0074:
{
int32_t L_20 = ___obj0;
uint16_t L_21 = ((uint16_t)((int32_t)(uint16_t)L_20));
RuntimeObject* L_22 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_21);
return L_22;
}
IL_007c:
{
int32_t L_23 = ___obj0;
uint32_t L_24 = ((uint32_t)L_23);
RuntimeObject* L_25 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_24);
return L_25;
}
IL_0083:
{
int32_t L_26 = ___obj0;
uint64_t L_27 = ((uint64_t)((int64_t)L_26));
RuntimeObject* L_28 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_27);
return L_28;
}
IL_008b:
{
int32_t L_29 = ___obj0;
float L_30 = ((float)L_29);
RuntimeObject* L_31 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_30);
return L_31;
}
IL_0093:
{
int32_t L_32 = ___obj0;
double L_33 = ((double)L_32);
RuntimeObject* L_34 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_33);
return L_34;
}
IL_009b:
{
int32_t L_35 = ___obj0;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
L_36 = Decimal_op_Implicit_mE5A73A41E53B29C29A49359A2B5D0615A867B7C7(L_35, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
return L_38;
}
IL_00a7:
{
int32_t L_39 = ___obj0;
bool L_40 = ((bool)((!(((uint32_t)L_39) <= ((uint32_t)0)))? 1 : 0));
RuntimeObject* L_41 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_40);
return L_41;
}
IL_00b1:
{
Exception_t* L_42;
L_42 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Unchecked_ConvertInt32_m881EBD3565AA21172E4062FF9934A5EA71589D55_RuntimeMethod_var)));
}
}
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Unchecked::ConvertInt64(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertInt64_m4894E9B2AA1E9DCE191AB3A29C1417C656861404 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, int64_t ___obj0, 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*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to_1;
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 4)))
{
case 0:
{
goto IL_0059;
}
case 1:
{
goto IL_0049;
}
case 2:
{
goto IL_0041;
}
case 3:
{
goto IL_0051;
}
case 4:
{
goto IL_0070;
}
case 5:
{
goto IL_0061;
}
case 6:
{
goto IL_0078;
}
case 7:
{
goto IL_0069;
}
case 8:
{
goto IL_0080;
}
case 9:
{
goto IL_0087;
}
case 10:
{
goto IL_008f;
}
case 11:
{
goto IL_0097;
}
}
}
{
goto IL_00a3;
}
IL_0041:
{
int64_t L_2 = ___obj0;
uint8_t L_3 = ((uint8_t)((int32_t)(uint8_t)L_2));
RuntimeObject* L_4 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
IL_0049:
{
int64_t L_5 = ___obj0;
int8_t L_6 = ((int8_t)L_5);
RuntimeObject* L_7 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_0051:
{
int64_t L_8 = ___obj0;
int16_t L_9 = ((int16_t)L_8);
RuntimeObject* L_10 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_9);
return L_10;
}
IL_0059:
{
int64_t L_11 = ___obj0;
Il2CppChar L_12 = ((Il2CppChar)((int32_t)(uint16_t)L_11));
RuntimeObject* L_13 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_12);
return L_13;
}
IL_0061:
{
int64_t L_14 = ___obj0;
int32_t L_15 = ((int32_t)L_14);
RuntimeObject* L_16 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_15);
return L_16;
}
IL_0069:
{
int64_t L_17 = ___obj0;
int64_t L_18 = L_17;
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
return L_19;
}
IL_0070:
{
int64_t L_20 = ___obj0;
uint16_t L_21 = ((uint16_t)((int32_t)(uint16_t)L_20));
RuntimeObject* L_22 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_21);
return L_22;
}
IL_0078:
{
int64_t L_23 = ___obj0;
uint32_t L_24 = ((uint32_t)((int32_t)(uint32_t)L_23));
RuntimeObject* L_25 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_24);
return L_25;
}
IL_0080:
{
int64_t L_26 = ___obj0;
uint64_t L_27 = ((uint64_t)L_26);
RuntimeObject* L_28 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_27);
return L_28;
}
IL_0087:
{
int64_t L_29 = ___obj0;
float L_30 = ((float)L_29);
RuntimeObject* L_31 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_30);
return L_31;
}
IL_008f:
{
int64_t L_32 = ___obj0;
double L_33 = ((double)L_32);
RuntimeObject* L_34 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_33);
return L_34;
}
IL_0097:
{
int64_t L_35 = ___obj0;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
L_36 = Decimal_op_Implicit_m7982D3FD5E6426B823F4EF5993013760731F3CA6(L_35, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
return L_38;
}
IL_00a3:
{
Exception_t* L_39;
L_39 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Unchecked_ConvertInt64_m4894E9B2AA1E9DCE191AB3A29C1417C656861404_RuntimeMethod_var)));
}
}
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Unchecked::ConvertUInt64(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertUInt64_m29B76C62110407E2A829F8BA748A99E1CD77632B (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, uint64_t ___obj0, 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*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to_1;
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 4)))
{
case 0:
{
goto IL_0059;
}
case 1:
{
goto IL_0049;
}
case 2:
{
goto IL_0041;
}
case 3:
{
goto IL_0051;
}
case 4:
{
goto IL_0070;
}
case 5:
{
goto IL_0061;
}
case 6:
{
goto IL_0078;
}
case 7:
{
goto IL_0069;
}
case 8:
{
goto IL_0080;
}
case 9:
{
goto IL_0087;
}
case 10:
{
goto IL_0090;
}
case 11:
{
goto IL_0099;
}
}
}
{
goto IL_00a5;
}
IL_0041:
{
uint64_t L_2 = ___obj0;
uint8_t L_3 = ((uint8_t)((int32_t)(uint8_t)L_2));
RuntimeObject* L_4 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
IL_0049:
{
uint64_t L_5 = ___obj0;
int8_t L_6 = ((int8_t)L_5);
RuntimeObject* L_7 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_0051:
{
uint64_t L_8 = ___obj0;
int16_t L_9 = ((int16_t)L_8);
RuntimeObject* L_10 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_9);
return L_10;
}
IL_0059:
{
uint64_t L_11 = ___obj0;
Il2CppChar L_12 = ((Il2CppChar)((int32_t)(uint16_t)L_11));
RuntimeObject* L_13 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_12);
return L_13;
}
IL_0061:
{
uint64_t L_14 = ___obj0;
int32_t L_15 = ((int32_t)L_14);
RuntimeObject* L_16 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_15);
return L_16;
}
IL_0069:
{
uint64_t L_17 = ___obj0;
int64_t L_18 = ((int64_t)L_17);
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
return L_19;
}
IL_0070:
{
uint64_t L_20 = ___obj0;
uint16_t L_21 = ((uint16_t)((int32_t)(uint16_t)L_20));
RuntimeObject* L_22 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_21);
return L_22;
}
IL_0078:
{
uint64_t L_23 = ___obj0;
uint32_t L_24 = ((uint32_t)((int32_t)(uint32_t)L_23));
RuntimeObject* L_25 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_24);
return L_25;
}
IL_0080:
{
uint64_t L_26 = ___obj0;
uint64_t L_27 = L_26;
RuntimeObject* L_28 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_27);
return L_28;
}
IL_0087:
{
uint64_t L_29 = ___obj0;
float L_30 = ((float)((double)(uint64_t)L_29));
RuntimeObject* L_31 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_30);
return L_31;
}
IL_0090:
{
uint64_t L_32 = ___obj0;
double L_33 = ((double)((double)(uint64_t)L_32));
RuntimeObject* L_34 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_33);
return L_34;
}
IL_0099:
{
uint64_t L_35 = ___obj0;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
L_36 = Decimal_op_Implicit_m9F78741BD83192AF00055F382D82BC2E64604C8F(L_35, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
return L_38;
}
IL_00a5:
{
Exception_t* L_39;
L_39 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Unchecked_ConvertUInt64_m29B76C62110407E2A829F8BA748A99E1CD77632B_RuntimeMethod_var)));
}
}
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Unchecked::ConvertDouble(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Unchecked_ConvertDouble_mDBBE88A4DE114BA50F271480259F370B85A7FC46 (Unchecked_t3315F5EB5F426B142CE33FF447D8E0755F08E69B* __this, double ___obj0, 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*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to_1;
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 4)))
{
case 0:
{
goto IL_0059;
}
case 1:
{
goto IL_0049;
}
case 2:
{
goto IL_0041;
}
case 3:
{
goto IL_0051;
}
case 4:
{
goto IL_0071;
}
case 5:
{
goto IL_0061;
}
case 6:
{
goto IL_0079;
}
case 7:
{
goto IL_0069;
}
case 8:
{
goto IL_0081;
}
case 9:
{
goto IL_0089;
}
case 10:
{
goto IL_0091;
}
case 11:
{
goto IL_0099;
}
}
}
{
goto IL_00a5;
}
IL_0041:
{
double L_2 = ___obj0;
uint8_t L_3 = ((uint8_t)il2cpp_codegen_cast_floating_point<uint8_t, int32_t, double>(L_2));
RuntimeObject* L_4 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
IL_0049:
{
double L_5 = ___obj0;
int8_t L_6 = il2cpp_codegen_cast_double_to_int<int8_t>(L_5);
RuntimeObject* L_7 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_0051:
{
double L_8 = ___obj0;
int16_t L_9 = il2cpp_codegen_cast_double_to_int<int16_t>(L_8);
RuntimeObject* L_10 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_9);
return L_10;
}
IL_0059:
{
double L_11 = ___obj0;
Il2CppChar L_12 = ((Il2CppChar)il2cpp_codegen_cast_floating_point<uint16_t, int32_t, double>(L_11));
RuntimeObject* L_13 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_12);
return L_13;
}
IL_0061:
{
double L_14 = ___obj0;
int32_t L_15 = il2cpp_codegen_cast_double_to_int<int32_t>(L_14);
RuntimeObject* L_16 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_15);
return L_16;
}
IL_0069:
{
double L_17 = ___obj0;
int64_t L_18 = il2cpp_codegen_cast_double_to_int<int64_t>(L_17);
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
return L_19;
}
IL_0071:
{
double L_20 = ___obj0;
uint16_t L_21 = ((uint16_t)il2cpp_codegen_cast_floating_point<uint16_t, int32_t, double>(L_20));
RuntimeObject* L_22 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_21);
return L_22;
}
IL_0079:
{
double L_23 = ___obj0;
uint32_t L_24 = ((uint32_t)il2cpp_codegen_cast_floating_point<uint32_t, int32_t, double>(L_23));
RuntimeObject* L_25 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_24);
return L_25;
}
IL_0081:
{
double L_26 = ___obj0;
uint64_t L_27 = ((uint64_t)il2cpp_codegen_cast_floating_point<uint64_t, int64_t, double>(L_26));
RuntimeObject* L_28 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_27);
return L_28;
}
IL_0089:
{
double L_29 = ___obj0;
float L_30 = ((float)L_29);
RuntimeObject* L_31 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_30);
return L_31;
}
IL_0091:
{
double L_32 = ___obj0;
double L_33 = ((double)L_32);
RuntimeObject* L_34 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_33);
return L_34;
}
IL_0099:
{
double L_35 = ___obj0;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
L_36 = Decimal_op_Explicit_mD6A0AB17D1C7D2FF325DFBD733CCA7A00AD245DC(L_35, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
return L_38;
}
IL_00a5:
{
Exception_t* L_39;
L_39 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Unchecked_ConvertDouble_mDBBE88A4DE114BA50F271480259F370B85A7FC46_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
// System.String System.Linq.Expressions.Interpreter.NumericConvertInstruction/Checked::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Checked_get_InstructionName_mA47666484F9D5FCD5EC4197EE58943286E693903 (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF75AE27F892A4631428AA6C707A9C422EDC0CA7E);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralF75AE27F892A4631428AA6C707A9C422EDC0CA7E;
}
}
// System.Void System.Linq.Expressions.Interpreter.NumericConvertInstruction/Checked::.ctor(System.TypeCode,System.TypeCode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Checked__ctor_mFF723375767AAD3C5A48F22EDAF55405E669B6A1 (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, int32_t ___from0, int32_t ___to1, bool ___isLiftedToNull2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___from0;
int32_t L_1 = ___to1;
bool L_2 = ___isLiftedToNull2;
NumericConvertInstruction__ctor_m08CD4DD71AF54EE29B62EBD049409E8B637213EF(__this, L_0, L_1, L_2, NULL);
return;
}
}
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Checked::Convert(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_Convert_m1E49B8CB105BFBF7CF3340FC6C51BEDA7F5876DE (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, RuntimeObject* ___obj0, 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*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* G_B4_0 = NULL;
Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* G_B3_0 = NULL;
int32_t G_B5_0 = 0;
Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* G_B5_1 = NULL;
{
int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____from_0;
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
{
case 0:
{
goto IL_0044;
}
case 1:
{
goto IL_007e;
}
case 2:
{
goto IL_0064;
}
case 3:
{
goto IL_0057;
}
case 4:
{
goto IL_0071;
}
case 5:
{
goto IL_00a5;
}
case 6:
{
goto IL_008b;
}
case 7:
{
goto IL_00b2;
}
case 8:
{
goto IL_0098;
}
case 9:
{
goto IL_00c0;
}
case 10:
{
goto IL_00cd;
}
case 11:
{
goto IL_00db;
}
}
}
{
goto IL_00e8;
}
IL_0044:
{
RuntimeObject* L_2 = ___obj0;
G_B3_0 = __this;
if (((*(bool*)((bool*)(bool*)UnBox(L_2, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))))
{
G_B4_0 = __this;
goto IL_0050;
}
}
{
G_B5_0 = 0;
G_B5_1 = G_B3_0;
goto IL_0051;
}
IL_0050:
{
G_B5_0 = 1;
G_B5_1 = G_B4_0;
}
IL_0051:
{
NullCheck(G_B5_1);
RuntimeObject* L_3;
L_3 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(G_B5_1, G_B5_0, NULL);
return L_3;
}
IL_0057:
{
RuntimeObject* L_4 = ___obj0;
RuntimeObject* L_5;
L_5 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(__this, ((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_4, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))), NULL);
return L_5;
}
IL_0064:
{
RuntimeObject* L_6 = ___obj0;
RuntimeObject* L_7;
L_7 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(__this, ((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_6, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))), NULL);
return L_7;
}
IL_0071:
{
RuntimeObject* L_8 = ___obj0;
RuntimeObject* L_9;
L_9 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(__this, ((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_8, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), NULL);
return L_9;
}
IL_007e:
{
RuntimeObject* L_10 = ___obj0;
RuntimeObject* L_11;
L_11 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(__this, ((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_10, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)))), NULL);
return L_11;
}
IL_008b:
{
RuntimeObject* L_12 = ___obj0;
RuntimeObject* L_13;
L_13 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(__this, ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_12, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), NULL);
return L_13;
}
IL_0098:
{
RuntimeObject* L_14 = ___obj0;
RuntimeObject* L_15;
L_15 = Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0(__this, ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_14, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), NULL);
return L_15;
}
IL_00a5:
{
RuntimeObject* L_16 = ___obj0;
RuntimeObject* L_17;
L_17 = Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F(__this, ((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), NULL);
return L_17;
}
IL_00b2:
{
RuntimeObject* L_18 = ___obj0;
RuntimeObject* L_19;
L_19 = Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0(__this, ((int64_t)(uint64_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_18, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))), NULL);
return L_19;
}
IL_00c0:
{
RuntimeObject* L_20 = ___obj0;
RuntimeObject* L_21;
L_21 = Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2(__this, ((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_20, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), NULL);
return L_21;
}
IL_00cd:
{
RuntimeObject* L_22 = ___obj0;
RuntimeObject* L_23;
L_23 = Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F(__this, ((double)((*(float*)((float*)(float*)UnBox(L_22, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))), NULL);
return L_23;
}
IL_00db:
{
RuntimeObject* L_24 = ___obj0;
RuntimeObject* L_25;
L_25 = Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F(__this, ((*(double*)((double*)(double*)UnBox(L_24, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))), NULL);
return L_25;
}
IL_00e8:
{
Exception_t* L_26;
L_26 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Checked_Convert_m1E49B8CB105BFBF7CF3340FC6C51BEDA7F5876DE_RuntimeMethod_var)));
}
}
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Checked::ConvertInt32(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, int32_t ___obj0, 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*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to_1;
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
{
case 0:
{
goto IL_00a8;
}
case 1:
{
goto IL_005d;
}
case 2:
{
goto IL_004d;
}
case 3:
{
goto IL_0045;
}
case 4:
{
goto IL_0055;
}
case 5:
{
goto IL_0074;
}
case 6:
{
goto IL_0065;
}
case 7:
{
goto IL_007c;
}
case 8:
{
goto IL_006c;
}
case 9:
{
goto IL_0084;
}
case 10:
{
goto IL_008c;
}
case 11:
{
goto IL_0094;
}
case 12:
{
goto IL_009c;
}
}
}
{
goto IL_00b2;
}
IL_0045:
{
int32_t L_2 = ___obj0;
if ((int64_t)(L_2) > 255LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
uint8_t L_3 = ((uint8_t)L_2);
RuntimeObject* L_4 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
IL_004d:
{
int32_t L_5 = ___obj0;
if ((int64_t)(L_5) > 127LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
int8_t L_6 = ((int8_t)L_5);
RuntimeObject* L_7 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_0055:
{
int32_t L_8 = ___obj0;
if ((int64_t)(L_8) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
int16_t L_9 = ((int16_t)L_8);
RuntimeObject* L_10 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_9);
return L_10;
}
IL_005d:
{
int32_t L_11 = ___obj0;
if ((int64_t)(L_11) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
Il2CppChar L_12 = ((Il2CppChar)((uint16_t)L_11));
RuntimeObject* L_13 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_12);
return L_13;
}
IL_0065:
{
int32_t L_14 = ___obj0;
int32_t L_15 = L_14;
RuntimeObject* L_16 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_15);
return L_16;
}
IL_006c:
{
int32_t L_17 = ___obj0;
int64_t L_18 = ((int64_t)L_17);
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
return L_19;
}
IL_0074:
{
int32_t L_20 = ___obj0;
if ((int64_t)(L_20) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
uint16_t L_21 = ((uint16_t)L_20);
RuntimeObject* L_22 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_21);
return L_22;
}
IL_007c:
{
int32_t L_23 = ___obj0;
if ((int64_t)(L_23) > 4294967295LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
uint32_t L_24 = ((uint32_t)L_23);
RuntimeObject* L_25 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_24);
return L_25;
}
IL_0084:
{
int32_t L_26 = ___obj0;
if ((uint64_t)(L_26) > (std::numeric_limits<uint64_t>::max)()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var);
uint64_t L_27 = ((uint64_t)L_26);
RuntimeObject* L_28 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_27);
return L_28;
}
IL_008c:
{
int32_t L_29 = ___obj0;
float L_30 = ((float)L_29);
RuntimeObject* L_31 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_30);
return L_31;
}
IL_0094:
{
int32_t L_32 = ___obj0;
double L_33 = ((double)L_32);
RuntimeObject* L_34 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_33);
return L_34;
}
IL_009c:
{
int32_t L_35 = ___obj0;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
L_36 = Decimal_op_Implicit_mE5A73A41E53B29C29A49359A2B5D0615A867B7C7(L_35, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
return L_38;
}
IL_00a8:
{
int32_t L_39 = ___obj0;
bool L_40 = ((bool)((!(((uint32_t)L_39) <= ((uint32_t)0)))? 1 : 0));
RuntimeObject* L_41 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_40);
return L_41;
}
IL_00b2:
{
Exception_t* L_42;
L_42 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Checked_ConvertInt32_m721B82A735FB16AC1548109E1F45D5C565C3179F_RuntimeMethod_var)));
}
}
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Checked::ConvertInt64(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0 (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, int64_t ___obj0, 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*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to_1;
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 4)))
{
case 0:
{
goto IL_0059;
}
case 1:
{
goto IL_0049;
}
case 2:
{
goto IL_0041;
}
case 3:
{
goto IL_0051;
}
case 4:
{
goto IL_0070;
}
case 5:
{
goto IL_0061;
}
case 6:
{
goto IL_0078;
}
case 7:
{
goto IL_0069;
}
case 8:
{
goto IL_0080;
}
case 9:
{
goto IL_0088;
}
case 10:
{
goto IL_0090;
}
case 11:
{
goto IL_0098;
}
}
}
{
goto IL_00a4;
}
IL_0041:
{
int64_t L_2 = ___obj0;
if ((int64_t)(L_2) > 255LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
uint8_t L_3 = ((uint8_t)L_2);
RuntimeObject* L_4 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
IL_0049:
{
int64_t L_5 = ___obj0;
if ((int64_t)(L_5) > 127LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
int8_t L_6 = ((int8_t)L_5);
RuntimeObject* L_7 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_0051:
{
int64_t L_8 = ___obj0;
if ((int64_t)(L_8) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
int16_t L_9 = ((int16_t)L_8);
RuntimeObject* L_10 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_9);
return L_10;
}
IL_0059:
{
int64_t L_11 = ___obj0;
if ((int64_t)(L_11) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
Il2CppChar L_12 = ((Il2CppChar)((uint16_t)L_11));
RuntimeObject* L_13 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_12);
return L_13;
}
IL_0061:
{
int64_t L_14 = ___obj0;
if ((int64_t)(L_14) > 2147483647LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
int32_t L_15 = ((int32_t)L_14);
RuntimeObject* L_16 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_15);
return L_16;
}
IL_0069:
{
int64_t L_17 = ___obj0;
int64_t L_18 = L_17;
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
return L_19;
}
IL_0070:
{
int64_t L_20 = ___obj0;
if ((int64_t)(L_20) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
uint16_t L_21 = ((uint16_t)L_20);
RuntimeObject* L_22 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_21);
return L_22;
}
IL_0078:
{
int64_t L_23 = ___obj0;
if ((int64_t)(L_23) > 4294967295LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
uint32_t L_24 = ((uint32_t)L_23);
RuntimeObject* L_25 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_24);
return L_25;
}
IL_0080:
{
int64_t L_26 = ___obj0;
if ((uint64_t)(L_26) > (std::numeric_limits<uint64_t>::max)()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var);
uint64_t L_27 = ((uint64_t)L_26);
RuntimeObject* L_28 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_27);
return L_28;
}
IL_0088:
{
int64_t L_29 = ___obj0;
float L_30 = ((float)L_29);
RuntimeObject* L_31 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_30);
return L_31;
}
IL_0090:
{
int64_t L_32 = ___obj0;
double L_33 = ((double)L_32);
RuntimeObject* L_34 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_33);
return L_34;
}
IL_0098:
{
int64_t L_35 = ___obj0;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
L_36 = Decimal_op_Implicit_m7982D3FD5E6426B823F4EF5993013760731F3CA6(L_35, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
return L_38;
}
IL_00a4:
{
Exception_t* L_39;
L_39 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Checked_ConvertInt64_mE2C56C09283C275328B583BE2C38A2375F456CB0_RuntimeMethod_var)));
}
}
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Checked::ConvertUInt64(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2 (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, uint64_t ___obj0, 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*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to_1;
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 4)))
{
case 0:
{
goto IL_0059;
}
case 1:
{
goto IL_0049;
}
case 2:
{
goto IL_0041;
}
case 3:
{
goto IL_0051;
}
case 4:
{
goto IL_0071;
}
case 5:
{
goto IL_0061;
}
case 6:
{
goto IL_0079;
}
case 7:
{
goto IL_0069;
}
case 8:
{
goto IL_0081;
}
case 9:
{
goto IL_0088;
}
case 10:
{
goto IL_0091;
}
case 11:
{
goto IL_009a;
}
}
}
{
goto IL_00a6;
}
IL_0041:
{
uint64_t L_2 = ___obj0;
if ((uint64_t)(L_2) > 255LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
uint8_t L_3 = ((uint8_t)L_2);
RuntimeObject* L_4 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
IL_0049:
{
uint64_t L_5 = ___obj0;
if ((uint64_t)(L_5) > 127LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
int8_t L_6 = ((int8_t)((uint8_t)L_5));
RuntimeObject* L_7 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_0051:
{
uint64_t L_8 = ___obj0;
if ((uint64_t)(L_8) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
int16_t L_9 = ((int16_t)L_8);
RuntimeObject* L_10 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_9);
return L_10;
}
IL_0059:
{
uint64_t L_11 = ___obj0;
if ((uint64_t)(L_11) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
Il2CppChar L_12 = ((Il2CppChar)((uint16_t)L_11));
RuntimeObject* L_13 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_12);
return L_13;
}
IL_0061:
{
uint64_t L_14 = ___obj0;
if ((uint64_t)(L_14) > 2147483647LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
int32_t L_15 = ((int32_t)L_14);
RuntimeObject* L_16 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_15);
return L_16;
}
IL_0069:
{
uint64_t L_17 = ___obj0;
if ((uint64_t)(L_17) > 9223372036854775807LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
int64_t L_18 = ((int64_t)L_17);
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
return L_19;
}
IL_0071:
{
uint64_t L_20 = ___obj0;
if ((uint64_t)(L_20) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
uint16_t L_21 = ((uint16_t)L_20);
RuntimeObject* L_22 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_21);
return L_22;
}
IL_0079:
{
uint64_t L_23 = ___obj0;
if ((uint64_t)(L_23) > 4294967295LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var);
uint32_t L_24 = ((uint32_t)L_23);
RuntimeObject* L_25 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_24);
return L_25;
}
IL_0081:
{
uint64_t L_26 = ___obj0;
uint64_t L_27 = L_26;
RuntimeObject* L_28 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_27);
return L_28;
}
IL_0088:
{
uint64_t L_29 = ___obj0;
float L_30 = ((float)((double)(uint64_t)L_29));
RuntimeObject* L_31 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_30);
return L_31;
}
IL_0091:
{
uint64_t L_32 = ___obj0;
double L_33 = ((double)((double)(uint64_t)L_32));
RuntimeObject* L_34 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_33);
return L_34;
}
IL_009a:
{
uint64_t L_35 = ___obj0;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
L_36 = Decimal_op_Implicit_m9F78741BD83192AF00055F382D82BC2E64604C8F(L_35, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
return L_38;
}
IL_00a6:
{
Exception_t* L_39;
L_39 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Checked_ConvertUInt64_m1DB030EED498558EB2124101E80EA1F06265B5D2_RuntimeMethod_var)));
}
}
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/Checked::ConvertDouble(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F (Checked_t4F755616030BC94F9BCCA80FD5C82125A31FE468* __this, double ___obj0, 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*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to_1;
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 4)))
{
case 0:
{
goto IL_0059;
}
case 1:
{
goto IL_0049;
}
case 2:
{
goto IL_0041;
}
case 3:
{
goto IL_0051;
}
case 4:
{
goto IL_0071;
}
case 5:
{
goto IL_0061;
}
case 6:
{
goto IL_0079;
}
case 7:
{
goto IL_0069;
}
case 8:
{
goto IL_0081;
}
case 9:
{
goto IL_0089;
}
case 10:
{
goto IL_0091;
}
case 11:
{
goto IL_0099;
}
}
}
{
goto IL_00a5;
}
IL_0041:
{
double L_2 = ___obj0;
if (L_2 > (double)(255LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
uint8_t L_3 = il2cpp_codegen_cast_floating_point<uint8_t, uint8_t, double>(L_2);
RuntimeObject* L_4 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
IL_0049:
{
double L_5 = ___obj0;
if (L_5 > (double)(127LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
int8_t L_6 = il2cpp_codegen_cast_double_to_int<int8_t>(L_5);
RuntimeObject* L_7 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_0051:
{
double L_8 = ___obj0;
if (L_8 > (double)(32767LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
int16_t L_9 = il2cpp_codegen_cast_double_to_int<int16_t>(L_8);
RuntimeObject* L_10 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_9);
return L_10;
}
IL_0059:
{
double L_11 = ___obj0;
if (L_11 > (double)(65535LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
Il2CppChar L_12 = ((Il2CppChar)il2cpp_codegen_cast_floating_point<uint16_t, uint16_t, double>(L_11));
RuntimeObject* L_13 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_12);
return L_13;
}
IL_0061:
{
double L_14 = ___obj0;
if (L_14 > (double)(2147483647LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
int32_t L_15 = il2cpp_codegen_cast_double_to_int<int32_t>(L_14);
RuntimeObject* L_16 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_15);
return L_16;
}
IL_0069:
{
double L_17 = ___obj0;
if (L_17 > (double)((std::numeric_limits<int64_t>::max)())) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
int64_t L_18 = il2cpp_codegen_cast_double_to_int<int64_t>(L_17);
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
return L_19;
}
IL_0071:
{
double L_20 = ___obj0;
if (L_20 > (double)(65535LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
uint16_t L_21 = il2cpp_codegen_cast_floating_point<uint16_t, uint16_t, double>(L_20);
RuntimeObject* L_22 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_21);
return L_22;
}
IL_0079:
{
double L_23 = ___obj0;
if (L_23 > (double)(4294967295LL)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
uint32_t L_24 = il2cpp_codegen_cast_floating_point<uint32_t, uint32_t, double>(L_23);
RuntimeObject* L_25 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_24);
return L_25;
}
IL_0081:
{
double L_26 = ___obj0;
if (L_26 > (double)((std::numeric_limits<uint64_t>::max)())) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_RuntimeMethod_var);
uint64_t L_27 = il2cpp_codegen_cast_floating_point<uint64_t, uint64_t, double>(L_26);
RuntimeObject* L_28 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_27);
return L_28;
}
IL_0089:
{
double L_29 = ___obj0;
float L_30 = ((float)L_29);
RuntimeObject* L_31 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_30);
return L_31;
}
IL_0091:
{
double L_32 = ___obj0;
double L_33 = ((double)L_32);
RuntimeObject* L_34 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_33);
return L_34;
}
IL_0099:
{
double L_35 = ___obj0;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_36;
L_36 = Decimal_op_Explicit_mD6A0AB17D1C7D2FF325DFBD733CCA7A00AD245DC(L_35, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37 = L_36;
RuntimeObject* L_38 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_37);
return L_38;
}
IL_00a5:
{
Exception_t* L_39;
L_39 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Checked_ConvertDouble_m3862413AFAEA5B8B4D4768D43D061607BFE1317F_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
// System.String System.Linq.Expressions.Interpreter.NumericConvertInstruction/ToUnderlying::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ToUnderlying_get_InstructionName_mBFCAEB5B312A7F1071C83F374416359D8C7C90CC (ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3C65B6FF1CFCF13E04997A1ED4E5E23AC99D931);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralE3C65B6FF1CFCF13E04997A1ED4E5E23AC99D931;
}
}
// System.Void System.Linq.Expressions.Interpreter.NumericConvertInstruction/ToUnderlying::.ctor(System.TypeCode,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToUnderlying__ctor_m3C020435F4E266CFC40C97ECCA8F6F78543B339D (ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74* __this, int32_t ___to0, bool ___isLiftedToNull1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___to0;
int32_t L_1 = ___to0;
bool L_2 = ___isLiftedToNull1;
NumericConvertInstruction__ctor_m08CD4DD71AF54EE29B62EBD049409E8B637213EF(__this, L_0, L_1, L_2, NULL);
return;
}
}
// System.Object System.Linq.Expressions.Interpreter.NumericConvertInstruction/ToUnderlying::Convert(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ToUnderlying_Convert_mB283B5AF335FA3B5FA811A6444448C0812134047 (ToUnderlying_tBE7476E08603F3C1F8D9A5A882A3AFC6E4852F74* __this, RuntimeObject* ___obj0, 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*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ((NumericConvertInstruction_t76B4E2310498667CBF25B066BD924FC0FF7368B6*)__this)->____to_1;
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 3)))
{
case 0:
{
goto IL_0039;
}
case 1:
{
goto IL_0069;
}
case 2:
{
goto IL_0051;
}
case 3:
{
goto IL_0045;
}
case 4:
{
goto IL_005d;
}
case 5:
{
goto IL_008d;
}
case 6:
{
goto IL_0075;
}
case 7:
{
goto IL_0099;
}
case 8:
{
goto IL_0081;
}
case 9:
{
goto IL_00a5;
}
}
}
{
goto IL_00b1;
}
IL_0039:
{
RuntimeObject* L_2 = ___obj0;
bool L_3 = ((*(bool*)((bool*)(bool*)UnBox(L_2, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
RuntimeObject* L_4 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_3);
return L_4;
}
IL_0045:
{
RuntimeObject* L_5 = ___obj0;
uint8_t L_6 = ((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_5, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))));
RuntimeObject* L_7 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_0051:
{
RuntimeObject* L_8 = ___obj0;
int8_t L_9 = ((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_8, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))));
RuntimeObject* L_10 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_9);
return L_10;
}
IL_005d:
{
RuntimeObject* L_11 = ___obj0;
int16_t L_12 = ((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_11, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))));
RuntimeObject* L_13 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_12);
return L_13;
}
IL_0069:
{
RuntimeObject* L_14 = ___obj0;
Il2CppChar L_15 = ((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_14, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))));
RuntimeObject* L_16 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_15);
return L_16;
}
IL_0075:
{
RuntimeObject* L_17 = ___obj0;
int32_t L_18 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
RuntimeObject* L_19 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_18);
return L_19;
}
IL_0081:
{
RuntimeObject* L_20 = ___obj0;
int64_t L_21 = ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_20, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))));
RuntimeObject* L_22 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_21);
return L_22;
}
IL_008d:
{
RuntimeObject* L_23 = ___obj0;
uint16_t L_24 = ((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_23, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))));
RuntimeObject* L_25 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_24);
return L_25;
}
IL_0099:
{
RuntimeObject* L_26 = ___obj0;
uint32_t L_27 = ((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_26, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))));
RuntimeObject* L_28 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_27);
return L_28;
}
IL_00a5:
{
RuntimeObject* L_29 = ___obj0;
uint64_t L_30 = ((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_29, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))));
RuntimeObject* L_31 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_30);
return L_31;
}
IL_00b1:
{
Exception_t* L_32;
L_32 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ToUnderlying_Convert_mB283B5AF335FA3B5FA811A6444448C0812134047_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
// System.Int32 System.Linq.Expressions.Interpreter.OrInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrInstruction_get_ConsumedStack_mC80E34792529237FFE16F55B0FC57FD8D093879C (OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.OrInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrInstruction_get_ProducedStack_m2D9223435BF1C3E29068E54EC50F5B568923E103 (OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.OrInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OrInstruction_get_InstructionName_mE9DDDCCA583F0D011615B704750A984803D829BD (OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3ECB8E1843C72C921E80AF7EBAA40BE59115F111);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral3ECB8E1843C72C921E80AF7EBAA40BE59115F111;
}
}
// System.Void System.Linq.Expressions.Interpreter.OrInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD (OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.OrInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* OrInstruction_Create_mB411058FF1D6D9EF3B12AF26D1679CB1EAC280A0 (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E_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;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B28_0 = NULL;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* G_B27_0 = NULL;
{
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(L_1, NULL);
V_0 = L_2;
int32_t L_3 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 3)))
{
case 0:
{
goto IL_00e9;
}
case 1:
{
goto IL_00fe;
}
case 2:
{
goto IL_0041;
}
case 3:
{
goto IL_0095;
}
case 4:
{
goto IL_0056;
}
case 5:
{
goto IL_00aa;
}
case 6:
{
goto IL_006b;
}
case 7:
{
goto IL_00bf;
}
case 8:
{
goto IL_0080;
}
case 9:
{
goto IL_00d4;
}
}
}
{
goto IL_00fe;
}
IL_0041:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_SByte_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_0055;
}
}
{
OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557* L_6 = (OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557*)il2cpp_codegen_object_new(OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557_il2cpp_TypeInfo_var);
NullCheck(L_6);
OrSByte__ctor_mB63CE4BB33133EFE104438D860A0155921E57D9A(L_6, NULL);
OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557* L_7 = L_6;
((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_SByte_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_SByte_0), (void*)L_7);
G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
}
IL_0055:
{
return G_B4_0;
}
IL_0056:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int16_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
G_B6_0 = L_9;
if (L_9)
{
G_B7_0 = L_9;
goto IL_006a;
}
}
{
OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83* L_10 = (OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83*)il2cpp_codegen_object_new(OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83_il2cpp_TypeInfo_var);
NullCheck(L_10);
OrInt16__ctor_m7D9848CF6CF474610A5EF835F87AC853FB359DBF(L_10, NULL);
OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83* L_11 = L_10;
((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int16_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int16_1), (void*)L_11);
G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
}
IL_006a:
{
return G_B7_0;
}
IL_006b:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int32_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
G_B9_0 = L_13;
if (L_13)
{
G_B10_0 = L_13;
goto IL_007f;
}
}
{
OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C* L_14 = (OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C*)il2cpp_codegen_object_new(OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C_il2cpp_TypeInfo_var);
NullCheck(L_14);
OrInt32__ctor_mA7C29DBF8709FB0E0800BACDD25029C3DE2ACDCD(L_14, NULL);
OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C* L_15 = L_14;
((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int32_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int32_2), (void*)L_15);
G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
}
IL_007f:
{
return G_B10_0;
}
IL_0080:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int64_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
G_B12_0 = L_17;
if (L_17)
{
G_B13_0 = L_17;
goto IL_0094;
}
}
{
OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B* L_18 = (OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B*)il2cpp_codegen_object_new(OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B_il2cpp_TypeInfo_var);
NullCheck(L_18);
OrInt64__ctor_m463C37C81BD707A9CC0ACBC69A00B8D81347328F(L_18, NULL);
OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B* L_19 = L_18;
((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int64_3 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Int64_3), (void*)L_19);
G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
}
IL_0094:
{
return G_B13_0;
}
IL_0095:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Byte_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
G_B15_0 = L_21;
if (L_21)
{
G_B16_0 = L_21;
goto IL_00a9;
}
}
{
OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D* L_22 = (OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D*)il2cpp_codegen_object_new(OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D_il2cpp_TypeInfo_var);
NullCheck(L_22);
OrByte__ctor_mCA0317047143E9FD774A1A94BB17E46BE9F9F78D(L_22, NULL);
OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D* L_23 = L_22;
((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Byte_4 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Byte_4), (void*)L_23);
G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
}
IL_00a9:
{
return G_B16_0;
}
IL_00aa:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt16_5;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
G_B18_0 = L_25;
if (L_25)
{
G_B19_0 = L_25;
goto IL_00be;
}
}
{
OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0* L_26 = (OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0*)il2cpp_codegen_object_new(OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0_il2cpp_TypeInfo_var);
NullCheck(L_26);
OrUInt16__ctor_mCC62C5B9865698C10749D85B84C9EFB75DEA0EA8(L_26, NULL);
OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0* L_27 = L_26;
((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt16_5 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt16_5), (void*)L_27);
G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
}
IL_00be:
{
return G_B19_0;
}
IL_00bf:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt32_6;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
G_B21_0 = L_29;
if (L_29)
{
G_B22_0 = L_29;
goto IL_00d3;
}
}
{
OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B* L_30 = (OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B*)il2cpp_codegen_object_new(OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B_il2cpp_TypeInfo_var);
NullCheck(L_30);
OrUInt32__ctor_m6A8AD4E31385B7A4C27B0B516A095AD007751E31(L_30, NULL);
OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B* L_31 = L_30;
((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt32_6 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt32_6), (void*)L_31);
G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
}
IL_00d3:
{
return G_B22_0;
}
IL_00d4:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt64_7;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
G_B24_0 = L_33;
if (L_33)
{
G_B25_0 = L_33;
goto IL_00e8;
}
}
{
OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E* L_34 = (OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E*)il2cpp_codegen_object_new(OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E_il2cpp_TypeInfo_var);
NullCheck(L_34);
OrUInt64__ctor_m185311CC8815399BF7C3AB8CAE1E509FC3853A73(L_34, NULL);
OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E* L_35 = L_34;
((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt64_7 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_UInt64_7), (void*)L_35);
G_B25_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_35));
}
IL_00e8:
{
return G_B25_0;
}
IL_00e9:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_36 = ((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Boolean_8;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_37 = L_36;
G_B27_0 = L_37;
if (L_37)
{
G_B28_0 = L_37;
goto IL_00fd;
}
}
{
OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15* L_38 = (OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15*)il2cpp_codegen_object_new(OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15_il2cpp_TypeInfo_var);
NullCheck(L_38);
OrBoolean__ctor_m7C3FB65E3D8AE07FDBA9D8FBA854235E8546B15A(L_38, NULL);
OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15* L_39 = L_38;
((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Boolean_8 = L_39;
Il2CppCodeGenWriteBarrier((void**)(&((OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_StaticFields*)il2cpp_codegen_static_fields_for(OrInstruction_t96F6A4DE7932A49337D130C54AD74550103F3C61_il2cpp_TypeInfo_var))->___s_Boolean_8), (void*)L_39);
G_B28_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_39));
}
IL_00fd:
{
return G_B28_0;
}
IL_00fe:
{
Exception_t* L_40;
L_40 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OrInstruction_Create_mB411058FF1D6D9EF3B12AF26D1679CB1EAC280A0_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
// System.Int32 System.Linq.Expressions.Interpreter.OrInstruction/OrSByte::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrSByte_Run_m8C422DB094764BAFE2B9EA6FF8347F1604E26868 (OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
V_1 = L_3;
RuntimeObject* L_4 = V_0;
if (!L_4)
{
goto IL_0014;
}
}
{
RuntimeObject* L_5 = V_1;
if (L_5)
{
goto IL_001d;
}
}
IL_0014:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
return 1;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_0;
RuntimeObject* L_9 = V_1;
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)((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_9, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))))))), NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrSByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrSByte__ctor_mB63CE4BB33133EFE104438D860A0155921E57D9A (OrSByte_tE82F938F5CFF40C7320F62AC242CC771A7EC1557* __this, const RuntimeMethod* method)
{
{
OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__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
// System.Int32 System.Linq.Expressions.Interpreter.OrInstruction/OrInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrInt16_Run_m6175455B34A71B24F3856594EA7013F0041CEE68 (OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
V_1 = L_3;
RuntimeObject* L_4 = V_0;
if (!L_4)
{
goto IL_0014;
}
}
{
RuntimeObject* L_5 = V_1;
if (L_5)
{
goto IL_001d;
}
}
IL_0014:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
return 1;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_0;
RuntimeObject* L_9 = V_1;
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)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_9, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))), NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInt16__ctor_m7D9848CF6CF474610A5EF835F87AC853FB359DBF (OrInt16_t37F01AD14A8A80839F978EAB87D5EC45A148AE83* __this, const RuntimeMethod* method)
{
{
OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__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
// System.Int32 System.Linq.Expressions.Interpreter.OrInstruction/OrInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrInt32_Run_m39D8864068584D6B6C4EA3841ABB77F8746813D5 (OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
V_1 = L_3;
RuntimeObject* L_4 = V_0;
if (!L_4)
{
goto IL_0014;
}
}
{
RuntimeObject* L_5 = V_1;
if (L_5)
{
goto IL_001d;
}
}
IL_0014:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
return 1;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_0;
RuntimeObject* L_9 = V_1;
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*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))))), NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInt32__ctor_mA7C29DBF8709FB0E0800BACDD25029C3DE2ACDCD (OrInt32_t62068DBE01DCD4A88AE93023C5A7C3C9F58A1A8C* __this, const RuntimeMethod* method)
{
{
OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__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
// System.Int32 System.Linq.Expressions.Interpreter.OrInstruction/OrInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrInt64_Run_m24135F6C61E11B20AE8CBF7CB41E48614DCD1A17 (OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
V_1 = L_3;
RuntimeObject* L_4 = V_0;
if (!L_4)
{
goto IL_0014;
}
}
{
RuntimeObject* L_5 = V_1;
if (L_5)
{
goto IL_001d;
}
}
IL_0014:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
return 1;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_0;
RuntimeObject* L_9 = V_1;
int64_t L_10 = ((int64_t)(((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_8, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))|((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_9, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))));
RuntimeObject* L_11 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_7);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_11, NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrInt64__ctor_m463C37C81BD707A9CC0ACBC69A00B8D81347328F (OrInt64_tD4F219F5AF4D793A3D9FA73687AD94060E6F778B* __this, const RuntimeMethod* method)
{
{
OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__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
// System.Int32 System.Linq.Expressions.Interpreter.OrInstruction/OrByte::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrByte_Run_m0AD942344FA75D8AF1FBB8BDE84D32569362044F (OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
V_1 = L_3;
RuntimeObject* L_4 = V_0;
if (!L_4)
{
goto IL_0014;
}
}
{
RuntimeObject* L_5 = V_1;
if (L_5)
{
goto IL_001d;
}
}
IL_0014:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
return 1;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_0;
RuntimeObject* L_9 = V_1;
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)((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_9, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))))))), NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrByte__ctor_mCA0317047143E9FD774A1A94BB17E46BE9F9F78D (OrByte_t5E9F95BF8DAD8E9785E461A5DB9663A8716ABC6D* __this, const RuntimeMethod* method)
{
{
OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__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
// System.Int32 System.Linq.Expressions.Interpreter.OrInstruction/OrUInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrUInt16_Run_m6A738256063E87BE84C1D12D4F944B33799974FB (OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
V_1 = L_3;
RuntimeObject* L_4 = V_0;
if (!L_4)
{
goto IL_0014;
}
}
{
RuntimeObject* L_5 = V_1;
if (L_5)
{
goto IL_001d;
}
}
IL_0014:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
return 1;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_0;
RuntimeObject* L_9 = V_1;
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)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_9, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))), NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrUInt16__ctor_mCC62C5B9865698C10749D85B84C9EFB75DEA0EA8 (OrUInt16_t5F04C508B874CF4CE5EA5D57A0EEC3EC0EA3CBE0* __this, const RuntimeMethod* method)
{
{
OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__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
// System.Int32 System.Linq.Expressions.Interpreter.OrInstruction/OrUInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrUInt32_Run_m4A59EF714348038D7E9CE974986552B4C647224C (OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
V_1 = L_3;
RuntimeObject* L_4 = V_0;
if (!L_4)
{
goto IL_0014;
}
}
{
RuntimeObject* L_5 = V_1;
if (L_5)
{
goto IL_001d;
}
}
IL_0014:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
return 1;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_0;
RuntimeObject* L_9 = V_1;
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)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_9, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_11 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_7);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_11, NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrUInt32__ctor_m6A8AD4E31385B7A4C27B0B516A095AD007751E31 (OrUInt32_tB88A31ED5D70D99051DAA563E47DF50061387E1B* __this, const RuntimeMethod* method)
{
{
OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__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
// System.Int32 System.Linq.Expressions.Interpreter.OrInstruction/OrUInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrUInt64_Run_m2EADE2C20A2B503AE94F46CC21ADD986374D0A7D (OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
V_1 = L_3;
RuntimeObject* L_4 = V_0;
if (!L_4)
{
goto IL_0014;
}
}
{
RuntimeObject* L_5 = V_1;
if (L_5)
{
goto IL_001d;
}
}
IL_0014:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
return 1;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_0;
RuntimeObject* L_9 = V_1;
uint64_t L_10 = ((uint64_t)((int64_t)((int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_8, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))|(int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_9, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_11 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_7);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_11, NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrUInt64__ctor_m185311CC8815399BF7C3AB8CAE1E509FC3853A73 (OrUInt64_tE612A299986E856F393B35F1DDF5D6AB31DA0B8E* __this, const RuntimeMethod* method)
{
{
OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__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
// System.Int32 System.Linq.Expressions.Interpreter.OrInstruction/OrBoolean::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OrBoolean_Run_m26E26BD55D71E892DD26C12F2BFDCF87B6D25496 (OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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*)&Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B5_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B4_0 = NULL;
RuntimeObject* G_B6_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B6_1 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B11_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B10_0 = NULL;
RuntimeObject* G_B12_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B12_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_0035;
}
}
{
RuntimeObject* L_5 = V_0;
if (L_5)
{
goto IL_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0033;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_0;
G_B4_0 = L_7;
if (((*(bool*)((bool*)(bool*)UnBox(L_8, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))))
{
G_B5_0 = L_7;
goto IL_0029;
}
}
{
G_B6_0 = NULL;
G_B6_1 = G_B4_0;
goto IL_002e;
}
IL_0029:
{
il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
RuntimeObject* L_9 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedTrue_1;
G_B6_0 = L_9;
G_B6_1 = G_B5_0;
}
IL_002e:
{
NullCheck(G_B6_1);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B6_1, G_B6_0, NULL);
}
IL_0033:
{
return 1;
}
IL_0035:
{
RuntimeObject* L_10 = V_0;
if (L_10)
{
goto IL_0050;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_11 = ___frame0;
RuntimeObject* L_12 = V_1;
G_B10_0 = L_11;
if (((*(bool*)((bool*)(bool*)UnBox(L_12, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))))
{
G_B11_0 = L_11;
goto IL_0044;
}
}
{
G_B12_0 = NULL;
G_B12_1 = G_B10_0;
goto IL_0049;
}
IL_0044:
{
il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
RuntimeObject* L_13 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedTrue_1;
G_B12_0 = L_13;
G_B12_1 = G_B11_0;
}
IL_0049:
{
NullCheck(G_B12_1);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B12_1, G_B12_0, NULL);
return 1;
}
IL_0050:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_14 = ___frame0;
RuntimeObject* L_15 = V_1;
RuntimeObject* L_16 = V_0;
NullCheck(L_14);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_14, (bool)((int32_t)((int32_t)((*(bool*)((bool*)(bool*)UnBox(L_15, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))))|(int32_t)((*(bool*)((bool*)(bool*)UnBox(L_16, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))))), NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.OrInstruction/OrBoolean::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrBoolean__ctor_m7C3FB65E3D8AE07FDBA9D8FBA854235E8546B15A (OrBoolean_t95780DA7516BB8BE2FC4149FCEECE09EB6395A15* __this, const RuntimeMethod* method)
{
{
OrInstruction__ctor_m04C1D0CE767CE9557DA31170302D9C6F950AB5AD(__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
// System.Int32 System.Linq.Expressions.Interpreter.RightShiftInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftInstruction_get_ConsumedStack_m5D1569D83E8EBD562143818E1885E1D06029EC3C (RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.RightShiftInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftInstruction_get_ProducedStack_m0E54F2EBD8C8F5EC33104F220084138CB7146C7F (RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.RightShiftInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RightShiftInstruction_get_InstructionName_mFA32723F711BFF283485A94F3518E283DEF207CF (RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2B79C21D9B39F954A915B14F102B6F3D8975EAE);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralD2B79C21D9B39F954A915B14F102B6F3D8975EAE;
}
}
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0 (RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.RightShiftInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* RightShiftInstruction_Create_m14C7C7C56D516C6252D030877C118109AED17A17 (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF_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 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(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 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_SByte_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_004d;
}
}
{
RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C* L_6 = (RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C*)il2cpp_codegen_object_new(RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C_il2cpp_TypeInfo_var);
NullCheck(L_6);
RightShiftSByte__ctor_mECD157545EC3E662DEEE1EAD3EA2BF0137588F6B(L_6, NULL);
RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C* L_7 = L_6;
((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_SByte_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_SByte_0), (void*)L_7);
G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
}
IL_004d:
{
return G_B4_0;
}
IL_004e:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int16_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
G_B6_0 = L_9;
if (L_9)
{
G_B7_0 = L_9;
goto IL_0062;
}
}
{
RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9* L_10 = (RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9*)il2cpp_codegen_object_new(RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9_il2cpp_TypeInfo_var);
NullCheck(L_10);
RightShiftInt16__ctor_m140A3EF98438DAF1A2D8417891D0FB414D8113A4(L_10, NULL);
RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9* L_11 = L_10;
((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int16_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int16_1), (void*)L_11);
G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
}
IL_0062:
{
return G_B7_0;
}
IL_0063:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int32_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
G_B9_0 = L_13;
if (L_13)
{
G_B10_0 = L_13;
goto IL_0077;
}
}
{
RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726* L_14 = (RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726*)il2cpp_codegen_object_new(RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726_il2cpp_TypeInfo_var);
NullCheck(L_14);
RightShiftInt32__ctor_m8855F7EAFB3E1C6DD3022EE5259FDB04BE010651(L_14, NULL);
RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726* L_15 = L_14;
((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int32_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int32_2), (void*)L_15);
G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
}
IL_0077:
{
return G_B10_0;
}
IL_0078:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int64_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
G_B12_0 = L_17;
if (L_17)
{
G_B13_0 = L_17;
goto IL_008c;
}
}
{
RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F* L_18 = (RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F*)il2cpp_codegen_object_new(RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F_il2cpp_TypeInfo_var);
NullCheck(L_18);
RightShiftInt64__ctor_mC9D50465A995773F987ADE97D4364DAF530FA4F5(L_18, NULL);
RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F* L_19 = L_18;
((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int64_3 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Int64_3), (void*)L_19);
G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
}
IL_008c:
{
return G_B13_0;
}
IL_008d:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Byte_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
G_B15_0 = L_21;
if (L_21)
{
G_B16_0 = L_21;
goto IL_00a1;
}
}
{
RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872* L_22 = (RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872*)il2cpp_codegen_object_new(RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872_il2cpp_TypeInfo_var);
NullCheck(L_22);
RightShiftByte__ctor_mAF902B439660436CDA8892881483618736D7E94B(L_22, NULL);
RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872* L_23 = L_22;
((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Byte_4 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_Byte_4), (void*)L_23);
G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
}
IL_00a1:
{
return G_B16_0;
}
IL_00a2:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt16_5;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
G_B18_0 = L_25;
if (L_25)
{
G_B19_0 = L_25;
goto IL_00b6;
}
}
{
RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD* L_26 = (RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD*)il2cpp_codegen_object_new(RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD_il2cpp_TypeInfo_var);
NullCheck(L_26);
RightShiftUInt16__ctor_m1A73249FB936CA81C621DCD0D21066977C80A91B(L_26, NULL);
RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD* L_27 = L_26;
((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt16_5 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt16_5), (void*)L_27);
G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
}
IL_00b6:
{
return G_B19_0;
}
IL_00b7:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt32_6;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
G_B21_0 = L_29;
if (L_29)
{
G_B22_0 = L_29;
goto IL_00cb;
}
}
{
RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2* L_30 = (RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2*)il2cpp_codegen_object_new(RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2_il2cpp_TypeInfo_var);
NullCheck(L_30);
RightShiftUInt32__ctor_mF2AFF3512652535FA8905A2FD671807DC1685FCD(L_30, NULL);
RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2* L_31 = L_30;
((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt32_6 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt32_6), (void*)L_31);
G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
}
IL_00cb:
{
return G_B22_0;
}
IL_00cc:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt64_7;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
G_B24_0 = L_33;
if (L_33)
{
G_B25_0 = L_33;
goto IL_00e0;
}
}
{
RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF* L_34 = (RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF*)il2cpp_codegen_object_new(RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF_il2cpp_TypeInfo_var);
NullCheck(L_34);
RightShiftUInt64__ctor_m7D9B309CD040859FD15677A2ADE2ECA6D386FC5B(L_34, NULL);
RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF* L_35 = L_34;
((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt64_7 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&((RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_StaticFields*)il2cpp_codegen_static_fields_for(RightShiftInstruction_tDF616291CBF0443F50FF17E1D53471165792AF00_il2cpp_TypeInfo_var))->___s_UInt64_7), (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_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RightShiftInstruction_Create_m14C7C7C56D516C6252D030877C118109AED17A17_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
// System.Int32 System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftSByte::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftSByte_Run_mED122B81E9298E21B6D249F6FA2E9ED8B4D9267D (RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
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;
}
}
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftSByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftSByte__ctor_mECD157545EC3E662DEEE1EAD3EA2BF0137588F6B (RightShiftSByte_tB58301CFD92DAA5BA86FDA7385BCD0861993620C* __this, const RuntimeMethod* method)
{
{
RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__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
// System.Int32 System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftInt16_Run_m3550744AA09920566CC9FCD827CA40BCFED945CD (RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
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;
}
}
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInt16__ctor_m140A3EF98438DAF1A2D8417891D0FB414D8113A4 (RightShiftInt16_t0D076715D2A0BBEFC8BFC9AB9D370926186CFFF9* __this, const RuntimeMethod* method)
{
{
RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__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
// System.Int32 System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftInt32_Run_m05B7D4B96FB29F5E0185A191DA0A71123217053F (RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0033;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
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;
}
}
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInt32__ctor_m8855F7EAFB3E1C6DD3022EE5259FDB04BE010651 (RightShiftInt32_t065D7A11AC0808D5FA23A9DC33DEE555A772B726* __this, const RuntimeMethod* method)
{
{
RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__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
// System.Int32 System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftInt64_Run_m8E057C81E42C5B709EADCC5A522ECF8276DA1F6A (RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0038;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
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;
}
}
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftInt64__ctor_mC9D50465A995773F987ADE97D4364DAF530FA4F5 (RightShiftInt64_t3B218FB7E4A6A7845F1B23C586CF205A3BF0399F* __this, const RuntimeMethod* method)
{
{
RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__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
// System.Int32 System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftByte::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftByte_Run_mD49EC1BE5E407D740E884DA55DC745C0447F7629 (RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
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;
}
}
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftByte::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftByte__ctor_mAF902B439660436CDA8892881483618736D7E94B (RightShiftByte_tF8258ED4E2D703624D6FC41CFCBA9076B8EDC872* __this, const RuntimeMethod* method)
{
{
RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__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
// System.Int32 System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftUInt16_Run_mADD74307710DF28AB705B89C1FDC2E39B9FE8BF9 (RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0034;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
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;
}
}
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftUInt16__ctor_m1A73249FB936CA81C621DCD0D21066977C80A91B (RightShiftUInt16_tEF5C4EABEF9780DB0A2BC6B2FEE99412DA6471BD* __this, const RuntimeMethod* method)
{
{
RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__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
// System.Int32 System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftUInt32_Run_m316E3C749C26381664B9965B92DC4739A58F0E19 (RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0038;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_1;
RuntimeObject* L_9 = V_0;
uint32_t L_10 = ((uint32_t)((int32_t)((uint32_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;
}
}
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftUInt32__ctor_mF2AFF3512652535FA8905A2FD671807DC1685FCD (RightShiftUInt32_t32EF9CF0268D174736B27DA7C6FC602CA39E40C2* __this, const RuntimeMethod* method)
{
{
RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__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
// System.Int32 System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RightShiftUInt64_Run_m832045077183C60CE41BFF3E0F0993B72B4AD293 (RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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 = ___frame0;
NullCheck(L_6);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_6, NULL, NULL);
goto IL_0038;
}
IL_001d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
RuntimeObject* L_8 = V_1;
RuntimeObject* L_9 = V_0;
uint64_t L_10 = ((uint64_t)((int64_t)((uint64_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;
}
}
// System.Void System.Linq.Expressions.Interpreter.RightShiftInstruction/RightShiftUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RightShiftUInt64__ctor_m7D9B309CD040859FD15677A2ADE2ECA6D386FC5B (RightShiftUInt64_t4D6B46A549823D25E5D2FB85515ADC2CE56B9CBF* __this, const RuntimeMethod* method)
{
{
RightShiftInstruction__ctor_mAA6E3D22835B9982AEC6F8D6C5A4A55CA703E5A0(__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
// System.Void System.Linq.Expressions.Interpreter.RuntimeVariables::.ctor(System.Runtime.CompilerServices.IStrongBox[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeVariables__ctor_mB24013F36B67DD2B0F85761CEB523FB0DC056FEB (RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8* __this, IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___boxes0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_0 = ___boxes0;
__this->____boxes_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____boxes_0), (void*)L_0);
return;
}
}
// System.Runtime.CompilerServices.IRuntimeVariables System.Linq.Expressions.Interpreter.RuntimeVariables::Create(System.Runtime.CompilerServices.IStrongBox[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RuntimeVariables_Create_mC300039778A676FBA4BC097F3BD2318342A93B31 (IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* ___boxes0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_0 = ___boxes0;
RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8* L_1 = (RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8*)il2cpp_codegen_object_new(RuntimeVariables_t5DDFC27F5D3A5073546D121872B40C2BC23569A8_il2cpp_TypeInfo_var);
NullCheck(L_1);
RuntimeVariables__ctor_mB24013F36B67DD2B0F85761CEB523FB0DC056FEB(L_1, L_0, NULL);
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
// System.Void System.Linq.Expressions.Interpreter.LoadObjectInstruction::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadObjectInstruction__ctor_mB0BD7AE90766D5017F08931F71C1D784D000578A (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
RuntimeObject* L_0 = ___value0;
__this->____value_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____value_0), (void*)L_0);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.LoadObjectInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadObjectInstruction_get_ProducedStack_mA3F8E4DC298D9DFE5989FC625B6E38052A6FFEDA (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.LoadObjectInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadObjectInstruction_get_InstructionName_m91F673F188BFC5157B784224517D2BF6554BAB19 (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50177F38CF52EF06DC0D53347C045557B19A569A);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral50177F38CF52EF06DC0D53347C045557B19A569A;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.LoadObjectInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadObjectInstruction_Run_mECA3F13B40DD35905C7334604AA78775CA4B858B (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = L_2;
NullCheck(L_3);
int32_t L_4 = L_3->___StackIndex_9;
V_0 = L_4;
int32_t L_5 = V_0;
NullCheck(L_3);
L_3->___StackIndex_9 = ((int32_t)il2cpp_codegen_add(L_5, 1));
int32_t L_6 = V_0;
RuntimeObject* L_7 = __this->____value_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_7);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (RuntimeObject*)L_7);
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.LoadObjectInstruction::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadObjectInstruction_ToString_m0231BB0A690E07FF76FFEB8D9784EA50FF5DA3FE (LoadObjectInstruction_t843AE4718957B03747749D252831D6D109A0E4E5* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1323AB1892A2225E6F24FD07AA3BEF29A8C1D9DA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* G_B2_0 = NULL;
String_t* G_B2_1 = NULL;
RuntimeObject* G_B1_0 = NULL;
String_t* G_B1_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
String_t* G_B4_1 = NULL;
RuntimeObject* G_B3_0 = NULL;
String_t* G_B3_1 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B5_1 = NULL;
{
RuntimeObject* L_0 = __this->____value_0;
RuntimeObject* L_1 = L_0;
G_B1_0 = L_1;
G_B1_1 = _stringLiteral1323AB1892A2225E6F24FD07AA3BEF29A8C1D9DA;
if (L_1)
{
G_B2_0 = L_1;
G_B2_1 = _stringLiteral1323AB1892A2225E6F24FD07AA3BEF29A8C1D9DA;
goto IL_0014;
}
}
{
G_B2_0 = ((RuntimeObject*)(_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174));
G_B2_1 = G_B1_1;
}
IL_0014:
{
RuntimeObject* L_2 = G_B2_0;
G_B3_0 = L_2;
G_B3_1 = G_B2_1;
if (L_2)
{
G_B4_0 = L_2;
G_B4_1 = G_B2_1;
goto IL_001b;
}
}
{
G_B5_0 = ((String_t*)(NULL));
G_B5_1 = G_B3_1;
goto IL_0020;
}
IL_001b:
{
NullCheck(G_B4_0);
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B4_0);
G_B5_0 = L_3;
G_B5_1 = G_B4_1;
}
IL_0020:
{
String_t* L_4;
L_4 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(G_B5_1, G_B5_0, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
return L_4;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.LoadCachedObjectInstruction::.ctor(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoadCachedObjectInstruction__ctor_m277EA87CB54E9B2A0A47AF410FE5DF05099F6590 (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* __this, uint32_t ___index0, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
uint32_t L_0 = ___index0;
__this->____index_0 = L_0;
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.LoadCachedObjectInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadCachedObjectInstruction_get_ProducedStack_mDA386866A5EBEE1667D0DABF6300CDA52888AC1C (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.LoadCachedObjectInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadCachedObjectInstruction_get_InstructionName_m262BB2FD8775644FF427497EF1F507E4DC5A55AF (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93E59021AA1FD287A1C07E8F986DE8FEBCAE3D1E);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral93E59021AA1FD287A1C07E8F986DE8FEBCAE3D1E;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.LoadCachedObjectInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LoadCachedObjectInstruction_Run_m9748AD3BFFF1589E457F933CA46E634AF22B036F (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0->___Data_7;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = L_2;
NullCheck(L_3);
int32_t L_4 = L_3->___StackIndex_9;
V_0 = L_4;
int32_t L_5 = V_0;
NullCheck(L_3);
L_3->___StackIndex_9 = ((int32_t)il2cpp_codegen_add(L_5, 1));
int32_t L_6 = V_0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
NullCheck(L_7);
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_8 = L_7->___Interpreter_1;
NullCheck(L_8);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_8->____objects_2;
uint32_t L_10 = __this->____index_0;
NullCheck(L_9);
uint32_t L_11 = L_10;
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_12);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (RuntimeObject*)L_12);
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.LoadCachedObjectInstruction::ToDebugString(System.Int32,System.Object,System.Func`2<System.Int32,System.Int32>,System.Collections.Generic.IReadOnlyList`1<System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadCachedObjectInstruction_ToDebugString_mCAFEA66982ABE291E2F0B6AD61B9F9A17553B919 (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* __this, int32_t ___instructionIndex0, RuntimeObject* ___cookie1, Func_2_t2FDA873D8482C79555CFB05233D610E8F1C7C354* ___labelIndexer2, RuntimeObject* ___objects3, 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*)&IReadOnlyList_1_t096750C6D09536A8131A83E4ACF863B54ADEE544_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F776BD59911588685E516ACEE23976AE22E3A73);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_0;
L_0 = CultureInfo_get_InvariantCulture_m78DAB8CBE8766445310782B6E61FB7A9983AD425(NULL);
uint32_t L_1 = __this->____index_0;
uint32_t L_2 = L_1;
RuntimeObject* L_3 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_2);
RuntimeObject* L_4 = ___objects3;
uint32_t L_5 = __this->____index_0;
NullCheck(L_4);
RuntimeObject* L_6;
L_6 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0 /* T System.Collections.Generic.IReadOnlyList`1<System.Object>::get_Item(System.Int32) */, IReadOnlyList_1_t096750C6D09536A8131A83E4ACF863B54ADEE544_il2cpp_TypeInfo_var, L_4, L_5);
String_t* L_7;
L_7 = String_Format_m69D52D3917F3D1BAC76B506B9BAA68A41B483DEF(L_0, _stringLiteral6F776BD59911588685E516ACEE23976AE22E3A73, L_3, L_6, NULL);
return L_7;
}
}
// System.String System.Linq.Expressions.Interpreter.LoadCachedObjectInstruction::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoadCachedObjectInstruction_ToString_m9FE90C071C99A4F2DAD36A9955D8277564A5A5DE (LoadCachedObjectInstruction_tC2D66F522357A01C7A8D7094E1302D774921CB30* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6848DEECFCCEC56DE57741DEDEF53BD57F8B485);
s_Il2CppMethodInitialized = true;
}
{
uint32_t* L_0 = (&__this->____index_0);
String_t* L_1;
L_1 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_0, NULL);
String_t* L_2;
L_2 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_stringLiteralB6848DEECFCCEC56DE57741DEDEF53BD57F8B485, L_1, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
return L_2;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.PopInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopInstruction__ctor_m0E39B8C27443689A671D0C5B225E34A14D784EC6 (PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.PopInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PopInstruction_get_ConsumedStack_mA7E80D0846837E00B7072E352E59E067CE605303 (PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.PopInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PopInstruction_get_InstructionName_m92A940A30642F8FCD7A60C6A5C52C6077888F788 (PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA5EF75A28FAFEB150762CD3CAAB2E68A44342B2);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralCA5EF75A28FAFEB150762CD3CAAB2E68A44342B2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.PopInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PopInstruction_Run_mCEB82C0F0B03F613FAE9F34155F8098B2D50ABA7 (PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.PopInstruction::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PopInstruction__cctor_m7FBBCAA2901D6C306E3B25D487DA63D8CBC42230 (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;
}
{
PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1* L_0 = (PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1*)il2cpp_codegen_object_new(PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_il2cpp_TypeInfo_var);
NullCheck(L_0);
PopInstruction__ctor_m0E39B8C27443689A671D0C5B225E34A14D784EC6(L_0, NULL);
((PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_StaticFields*)il2cpp_codegen_static_fields_for(PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_il2cpp_TypeInfo_var))->___Instance_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_StaticFields*)il2cpp_codegen_static_fields_for(PopInstruction_tD3C3D5D7F36AA6B1D59894B582971B3D924EBCA1_il2cpp_TypeInfo_var))->___Instance_0), (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
// System.Void System.Linq.Expressions.Interpreter.DupInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DupInstruction__ctor_mAE5BCC11AE404FC7AB108C75A8F7AD7ECA860DC4 (DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.DupInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DupInstruction_get_ProducedStack_mB63E4AADF8E2C27A15F283B1218135B81AE144D1 (DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.DupInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DupInstruction_get_InstructionName_m3FC7BBA8958690000B2E53FB40DFA00C110F84C2 (DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAAF600F8A39C04391EECA0A9C77BFF235345A97);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralAAAF600F8A39C04391EECA0A9C77BFF235345A97;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.DupInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DupInstruction_Run_m7CD8350022269A2BCDEA6E175C822E107FAEFD91 (DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
InterpretedFrame_Dup_m3BDC8F67702A2760BE30FF3D2B12959EDCF9EEE8(L_0, NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.DupInstruction::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DupInstruction__cctor_m66348B8CFEE9C26543D7EFC3C073B5C92DD3BDD9 (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;
}
{
DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711* L_0 = (DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711*)il2cpp_codegen_object_new(DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_il2cpp_TypeInfo_var);
NullCheck(L_0);
DupInstruction__ctor_mAE5BCC11AE404FC7AB108C75A8F7AD7ECA860DC4(L_0, NULL);
((DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_StaticFields*)il2cpp_codegen_static_fields_for(DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_il2cpp_TypeInfo_var))->___Instance_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_StaticFields*)il2cpp_codegen_static_fields_for(DupInstruction_tACCF75B05499CD05D5EF6F3633CF23736503D711_il2cpp_TypeInfo_var))->___Instance_0), (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
// System.Int32 System.Linq.Expressions.Interpreter.SubInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubInstruction_get_ConsumedStack_mA7C4ACC020F674695BF25B4A5D8C55C1848B2D73 (SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.SubInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubInstruction_get_ProducedStack_mBBB690CE1605F8B486A20CC956DA63B4D4838FDA (SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.SubInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SubInstruction_get_InstructionName_m37D8D24DDDF87F58D311BA55506E5D0817637F42 (SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C567B66472C21473268B6D9CC5A58936949D65F);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral6C567B66472C21473268B6D9CC5A58936949D65F;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6 (SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* SubInstruction_Create_m71798A4A25236FB9C9D0377C1162460D94EB4B30 (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9_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 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(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 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int16_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_004d;
}
}
{
SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1* L_6 = (SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1*)il2cpp_codegen_object_new(SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1_il2cpp_TypeInfo_var);
NullCheck(L_6);
SubInt16__ctor_m3C32A055A58761159213975CFF29B2BD559FE2E3(L_6, NULL);
SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1* L_7 = L_6;
((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int16_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int16_0), (void*)L_7);
G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
}
IL_004d:
{
return G_B4_0;
}
IL_004e:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int32_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
G_B6_0 = L_9;
if (L_9)
{
G_B7_0 = L_9;
goto IL_0062;
}
}
{
SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E* L_10 = (SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E*)il2cpp_codegen_object_new(SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E_il2cpp_TypeInfo_var);
NullCheck(L_10);
SubInt32__ctor_mFA2BACA07F4307683C82CC7052A799D313DDD2F7(L_10, NULL);
SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E* L_11 = L_10;
((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int32_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int32_1), (void*)L_11);
G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
}
IL_0062:
{
return G_B7_0;
}
IL_0063:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int64_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
G_B9_0 = L_13;
if (L_13)
{
G_B10_0 = L_13;
goto IL_0077;
}
}
{
SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F* L_14 = (SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F*)il2cpp_codegen_object_new(SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F_il2cpp_TypeInfo_var);
NullCheck(L_14);
SubInt64__ctor_m1EE76403B81B438EAAEC38C9A0B5427CC92E60A8(L_14, NULL);
SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F* L_15 = L_14;
((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int64_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Int64_2), (void*)L_15);
G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
}
IL_0077:
{
return G_B10_0;
}
IL_0078:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt16_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
G_B12_0 = L_17;
if (L_17)
{
G_B13_0 = L_17;
goto IL_008c;
}
}
{
SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8* L_18 = (SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8*)il2cpp_codegen_object_new(SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8_il2cpp_TypeInfo_var);
NullCheck(L_18);
SubUInt16__ctor_m50294906DB0B440FA16823EA883509865E19A7CA(L_18, NULL);
SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8* L_19 = L_18;
((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt16_3 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt16_3), (void*)L_19);
G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
}
IL_008c:
{
return G_B13_0;
}
IL_008d:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt32_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
G_B15_0 = L_21;
if (L_21)
{
G_B16_0 = L_21;
goto IL_00a1;
}
}
{
SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5* L_22 = (SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5*)il2cpp_codegen_object_new(SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5_il2cpp_TypeInfo_var);
NullCheck(L_22);
SubUInt32__ctor_mB7F074010C5A26D891541194877B75ACC6393C72(L_22, NULL);
SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5* L_23 = L_22;
((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt32_4 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt32_4), (void*)L_23);
G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
}
IL_00a1:
{
return G_B16_0;
}
IL_00a2:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt64_5;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
G_B18_0 = L_25;
if (L_25)
{
G_B19_0 = L_25;
goto IL_00b6;
}
}
{
SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9* L_26 = (SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9*)il2cpp_codegen_object_new(SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9_il2cpp_TypeInfo_var);
NullCheck(L_26);
SubUInt64__ctor_mFE087AFFA01B8626D21066282F5322908414F9CA(L_26, NULL);
SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9* L_27 = L_26;
((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt64_5 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_UInt64_5), (void*)L_27);
G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
}
IL_00b6:
{
return G_B19_0;
}
IL_00b7:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_28 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Single_6;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29 = L_28;
G_B21_0 = L_29;
if (L_29)
{
G_B22_0 = L_29;
goto IL_00cb;
}
}
{
SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1* L_30 = (SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1*)il2cpp_codegen_object_new(SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1_il2cpp_TypeInfo_var);
NullCheck(L_30);
SubSingle__ctor_mA3014D44CE57335D77B39F3DD5DFE6A402F860DF(L_30, NULL);
SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1* L_31 = L_30;
((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Single_6 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Single_6), (void*)L_31);
G_B22_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_31));
}
IL_00cb:
{
return G_B22_0;
}
IL_00cc:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_32 = ((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Double_7;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_33 = L_32;
G_B24_0 = L_33;
if (L_33)
{
G_B25_0 = L_33;
goto IL_00e0;
}
}
{
SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC* L_34 = (SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC*)il2cpp_codegen_object_new(SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC_il2cpp_TypeInfo_var);
NullCheck(L_34);
SubDouble__ctor_mCE51C5740F059441713D9EB0B1ADAF92B6002BEF(L_34, NULL);
SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC* L_35 = L_34;
((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Double_7 = L_35;
Il2CppCodeGenWriteBarrier((void**)(&((SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_StaticFields*)il2cpp_codegen_static_fields_for(SubInstruction_tEB03CB952BBB367B725EC4FE1DC5D8443E612819_il2cpp_TypeInfo_var))->___s_Double_7), (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_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SubInstruction_Create_m71798A4A25236FB9C9D0377C1162460D94EB4B30_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
// System.Int32 System.Linq.Expressions.Interpreter.SubInstruction/SubInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubInt16_Run_mBBE437693059D6C65FB2A4FBE49E48AD2ADC7AEB (SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
int16_t L_18 = ((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), (int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInt16__ctor_m3C32A055A58761159213975CFF29B2BD559FE2E3 (SubInt16_t3AF164E311EA3EEFF6C6AF0D32CD920F7FED9FA1* __this, const RuntimeMethod* method)
{
{
SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__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
// System.Int32 System.Linq.Expressions.Interpreter.SubInstruction/SubInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubInt32_Run_m0F594830693A2BFE0E6FE29D1CD6FF29030E2BA2 (SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
RuntimeObject* L_18;
L_18 = ScriptingRuntimeHelpers_Int32ToObject_m28C9B2458FC23A37613E37D07F369D466330ADD6(((int32_t)il2cpp_codegen_subtract(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))))), NULL);
G_B4_0 = L_18;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___frame0;
int32_t L_20 = V_0;
NullCheck(L_19);
L_19->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInt32__ctor_mFA2BACA07F4307683C82CC7052A799D313DDD2F7 (SubInt32_t66532CDFED47AA760D44EBB92F2A8CE07781BB2E* __this, const RuntimeMethod* method)
{
{
SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__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
// System.Int32 System.Linq.Expressions.Interpreter.SubInstruction/SubInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubInt64_Run_m95771820D51DC6BE2C52D9F908F92D1C835EBF86 (SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
int64_t L_18 = ((int64_t)il2cpp_codegen_subtract(((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_16, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_17, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubInt64__ctor_m1EE76403B81B438EAAEC38C9A0B5427CC92E60A8 (SubInt64_tE792A5C815550CD703195EE51C97A7B89C000B4F* __this, const RuntimeMethod* method)
{
{
SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__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
// System.Int32 System.Linq.Expressions.Interpreter.SubInstruction/SubUInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubUInt16_Run_m5F79850AE301AE2E10C475F710069CEA055E38CB (SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
uint16_t L_18 = ((uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), (int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))));
RuntimeObject* L_19 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubUInt16__ctor_m50294906DB0B440FA16823EA883509865E19A7CA (SubUInt16_tD1C38C70C27FD2E51B2166F3D6C3BEE14D4A8CC8* __this, const RuntimeMethod* method)
{
{
SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__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
// System.Int32 System.Linq.Expressions.Interpreter.SubInstruction/SubUInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubUInt32_Run_m0D51F6BD3FC438EE80717302362DF8CA09EE7EC6 (SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
uint32_t L_18 = ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_16, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))), (int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_17, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubUInt32__ctor_mB7F074010C5A26D891541194877B75ACC6393C72 (SubUInt32_t3783D25C3CF8CCDDBA917E35ABD55C54A69F23E5* __this, const RuntimeMethod* method)
{
{
SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__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
// System.Int32 System.Linq.Expressions.Interpreter.SubInstruction/SubUInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubUInt64_Run_m096574EAC18613D73FB4815F38F23AFBEABAD983 (SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
uint64_t L_18 = ((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_16, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), (int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_17, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubUInt64__ctor_mFE087AFFA01B8626D21066282F5322908414F9CA (SubUInt64_t3098E169834326DC83AFAA90CB572E5FB66564A9* __this, const RuntimeMethod* method)
{
{
SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__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
// System.Int32 System.Linq.Expressions.Interpreter.SubInstruction/SubSingle::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubSingle_Run_mD8A2C16B4DAE25588E98EFBB152C23E51A67A45D (SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
float L_18 = ((float)il2cpp_codegen_subtract(((*(float*)((float*)(float*)UnBox(L_16, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))), ((*(float*)((float*)(float*)UnBox(L_17, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubSingle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubSingle__ctor_mA3014D44CE57335D77B39F3DD5DFE6A402F860DF (SubSingle_tE6DAD21CDD25D64A9E1CE9E7F24E0181CAD65BB1* __this, const RuntimeMethod* method)
{
{
SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__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
// System.Int32 System.Linq.Expressions.Interpreter.SubInstruction/SubDouble::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubDouble_Run_mEAB83F51AD00CB2A8975BB61567D075CB0BBE1F0 (SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
double L_18 = ((double)il2cpp_codegen_subtract(((*(double*)((double*)(double*)UnBox(L_16, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))), ((*(double*)((double*)(double*)UnBox(L_17, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubInstruction/SubDouble::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubDouble__ctor_mCE51C5740F059441713D9EB0B1ADAF92B6002BEF (SubDouble_t6B658DF8EB08CE26BE5293D1912A5B62F0F647CC* __this, const RuntimeMethod* method)
{
{
SubInstruction__ctor_m28D578F1ECBF0F270446269E31A33AFB1A2D29E6(__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
// System.Int32 System.Linq.Expressions.Interpreter.SubOvfInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfInstruction_get_ConsumedStack_m9B748791AB9902A5B2AB5AB69130554C29319DD2 (SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.SubOvfInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfInstruction_get_ProducedStack_mC99BCCB882641E3DAAAECDA2218E0378ECE2FA8F (SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.SubOvfInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SubOvfInstruction_get_InstructionName_m8FC5B6242EB5BD360B3A354AFDEEDBFE33BCA71A (SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEF6F7164431C5CFB80FE18F1FE84471925F1583);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteralEEF6F7164431C5CFB80FE18F1FE84471925F1583;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56 (SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.SubOvfInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* SubOvfInstruction_Create_m00123E51DE8E1AB5D0A5BF1A7C0E995CE2CDCE8E (Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC_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;
{
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = TypeUtils_GetNonNullableType_mBAD1DC30B766256D44BF08C5B9F786289AA15F11(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(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_002e;
}
case 1:
{
goto IL_006d;
}
case 2:
{
goto IL_0043;
}
case 3:
{
goto IL_0082;
}
case 4:
{
goto IL_0058;
}
case 5:
{
goto IL_0097;
}
}
}
{
goto IL_00ac;
}
IL_002e:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_4 = ((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int16_0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_5 = L_4;
G_B3_0 = L_5;
if (L_5)
{
G_B4_0 = L_5;
goto IL_0042;
}
}
{
SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5* L_6 = (SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5*)il2cpp_codegen_object_new(SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5_il2cpp_TypeInfo_var);
NullCheck(L_6);
SubOvfInt16__ctor_mD2852C60B834D3D8A11ED2602F2A5D514D23161E(L_6, NULL);
SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5* L_7 = L_6;
((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int16_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int16_0), (void*)L_7);
G_B4_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_7));
}
IL_0042:
{
return G_B4_0;
}
IL_0043:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_8 = ((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int32_1;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_9 = L_8;
G_B6_0 = L_9;
if (L_9)
{
G_B7_0 = L_9;
goto IL_0057;
}
}
{
SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3* L_10 = (SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3*)il2cpp_codegen_object_new(SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3_il2cpp_TypeInfo_var);
NullCheck(L_10);
SubOvfInt32__ctor_mCEABAD6EE7379916024430F0646393D06977BF1E(L_10, NULL);
SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3* L_11 = L_10;
((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int32_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int32_1), (void*)L_11);
G_B7_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_11));
}
IL_0057:
{
return G_B7_0;
}
IL_0058:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_12 = ((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int64_2;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_13 = L_12;
G_B9_0 = L_13;
if (L_13)
{
G_B10_0 = L_13;
goto IL_006c;
}
}
{
SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA* L_14 = (SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA*)il2cpp_codegen_object_new(SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA_il2cpp_TypeInfo_var);
NullCheck(L_14);
SubOvfInt64__ctor_mCD62BD5EA9E00C3D83B1DE8A23D9681FAC5DCB11(L_14, NULL);
SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA* L_15 = L_14;
((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int64_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_Int64_2), (void*)L_15);
G_B10_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_15));
}
IL_006c:
{
return G_B10_0;
}
IL_006d:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_16 = ((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt16_3;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_17 = L_16;
G_B12_0 = L_17;
if (L_17)
{
G_B13_0 = L_17;
goto IL_0081;
}
}
{
SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B* L_18 = (SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B*)il2cpp_codegen_object_new(SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B_il2cpp_TypeInfo_var);
NullCheck(L_18);
SubOvfUInt16__ctor_m5BCDF00F583DBE115ADDBAA443C3FAAAE698825D(L_18, NULL);
SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B* L_19 = L_18;
((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt16_3 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt16_3), (void*)L_19);
G_B13_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_19));
}
IL_0081:
{
return G_B13_0;
}
IL_0082:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_20 = ((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt32_4;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_21 = L_20;
G_B15_0 = L_21;
if (L_21)
{
G_B16_0 = L_21;
goto IL_0096;
}
}
{
SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA* L_22 = (SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA*)il2cpp_codegen_object_new(SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA_il2cpp_TypeInfo_var);
NullCheck(L_22);
SubOvfUInt32__ctor_m1CCBC7105296674F6A3B198D739DA6FE856DA5A2(L_22, NULL);
SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA* L_23 = L_22;
((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt32_4 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt32_4), (void*)L_23);
G_B16_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_23));
}
IL_0096:
{
return G_B16_0;
}
IL_0097:
{
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_24 = ((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt64_5;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_25 = L_24;
G_B18_0 = L_25;
if (L_25)
{
G_B19_0 = L_25;
goto IL_00ab;
}
}
{
SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC* L_26 = (SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC*)il2cpp_codegen_object_new(SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC_il2cpp_TypeInfo_var);
NullCheck(L_26);
SubOvfUInt64__ctor_m44110993133A083C76FF17375CD3EE0F0F7C6F6D(L_26, NULL);
SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC* L_27 = L_26;
((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt64_5 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_StaticFields*)il2cpp_codegen_static_fields_for(SubOvfInstruction_tD4711C82E1052DA357221075D4F71E27F1A47D19_il2cpp_TypeInfo_var))->___s_UInt64_5), (void*)L_27);
G_B19_0 = ((Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998*)(L_27));
}
IL_00ab:
{
return G_B19_0;
}
IL_00ac:
{
Type_t* L_28 = ___type0;
Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* L_29;
L_29 = SubInstruction_Create_m71798A4A25236FB9C9D0377C1162460D94EB4B30(L_28, NULL);
return L_29;
}
}
#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
// System.Int32 System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfInt16_Run_m01FA65AC1749B6762A4D8E9FA529BC796B482DCF (SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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*)&SubOvfInt16_Run_m01FA65AC1749B6762A4D8E9FA529BC796B482DCF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if (((int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) - (int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) - (int64_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfInt16_Run_m01FA65AC1749B6762A4D8E9FA529BC796B482DCF_RuntimeMethod_var);
if ((int64_t)(((int32_t)il2cpp_codegen_subtract((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), (int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))))))) > 32767LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfInt16_Run_m01FA65AC1749B6762A4D8E9FA529BC796B482DCF_RuntimeMethod_var);
int16_t L_18 = ((int16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_16, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), (int32_t)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_17, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInt16__ctor_mD2852C60B834D3D8A11ED2602F2A5D514D23161E (SubOvfInt16_t841451E6BE1898E3990D3C7E8C9EA3ED721061E5* __this, const RuntimeMethod* method)
{
{
SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56(__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
// System.Int32 System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfInt32_Run_m924F7C8570670E716A1B86D2003979C5D72082B2 (SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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*)&SubOvfInt32_Run_m924F7C8570670E716A1B86D2003979C5D72082B2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if (((int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) - (int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) - (int64_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfInt32_Run_m924F7C8570670E716A1B86D2003979C5D72082B2_RuntimeMethod_var);
RuntimeObject* L_18;
L_18 = ScriptingRuntimeHelpers_Int32ToObject_m28C9B2458FC23A37613E37D07F369D466330ADD6(((int32_t)il2cpp_codegen_subtract(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_16, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))))), NULL);
G_B4_0 = L_18;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_19 = ___frame0;
int32_t L_20 = V_0;
NullCheck(L_19);
L_19->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_20, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInt32__ctor_mCEABAD6EE7379916024430F0646393D06977BF1E (SubOvfInt32_t1E3B07B24B2144B6A3BFFCBDDEA0C9A2133D4EB3* __this, const RuntimeMethod* method)
{
{
SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56(__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
// System.Int32 System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfInt64_Run_mC7B7F2EFA7EF7A222EC50193A2E1469B7CEDEA0F (SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfInt64_Run_mC7B7F2EFA7EF7A222EC50193A2E1469B7CEDEA0F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if (il2cpp_codegen_check_sub_overflow((int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_16, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), (int64_t)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_17, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfInt64_Run_mC7B7F2EFA7EF7A222EC50193A2E1469B7CEDEA0F_RuntimeMethod_var);
int64_t L_18 = ((int64_t)il2cpp_codegen_subtract(((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_16, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_17, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))))));
RuntimeObject* L_19 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfInt64__ctor_mCD62BD5EA9E00C3D83B1DE8A23D9681FAC5DCB11 (SubOvfInt64_tACCB99935004200D0BFFEC7A7053D79E9472CEDA* __this, const RuntimeMethod* method)
{
{
SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56(__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
// System.Int32 System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt16::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfUInt16_Run_mBF5B39FAF0ECCAAA3795E70614F0332FBDB14701 (SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfUInt16_Run_mBF5B39FAF0ECCAAA3795E70614F0332FBDB14701_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003b;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0039;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if (((int64_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))) - (int64_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))) < (int64_t)kIl2CppInt32Min) || ((int64_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))) - (int64_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfUInt16_Run_mBF5B39FAF0ECCAAA3795E70614F0332FBDB14701_RuntimeMethod_var);
if ((int64_t)(((int32_t)il2cpp_codegen_subtract((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), (int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))))))) > 65535LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfUInt16_Run_mBF5B39FAF0ECCAAA3795E70614F0332FBDB14701_RuntimeMethod_var);
uint16_t L_18 = ((uint16_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_16, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), (int32_t)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_17, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003a;
}
IL_0039:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_003a:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt16::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfUInt16__ctor_m5BCDF00F583DBE115ADDBAA443C3FAAAE698825D (SubOvfUInt16_tFFD5B53B5F3C54290B8B1A6A534BFEACB76AC77B* __this, const RuntimeMethod* method)
{
{
SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56(__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
// System.Int32 System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt32::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfUInt32_Run_mEDD5386DA1080C51BD4A7445AE36FF2E8894685B (SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfUInt32_Run_mEDD5386DA1080C51BD4A7445AE36FF2E8894685B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if ((uint64_t)(uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_16, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))) - (uint64_t)(uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_17, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))) > (uint64_t)(uint32_t)kIl2CppUInt32Max)
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfUInt32_Run_mEDD5386DA1080C51BD4A7445AE36FF2E8894685B_RuntimeMethod_var);
uint32_t L_18 = ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_16, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))), (int32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_17, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt32::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfUInt32__ctor_m1CCBC7105296674F6A3B198D739DA6FE856DA5A2 (SubOvfUInt32_t932A73DDF809B950D1F5CB758FA83F3342686CBA* __this, const RuntimeMethod* method)
{
{
SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56(__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
// System.Int32 System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt64::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SubOvfUInt64_Run_m8D0C7F5C25D9BA6BB08238C2A68C3600DA42BEBE (SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubOvfUInt64_Run_m8D0C7F5C25D9BA6BB08238C2A68C3600DA42BEBE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B2_1 = NULL;
RuntimeObject* G_B4_0 = NULL;
int32_t G_B4_1 = 0;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* G_B4_2 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
int32_t L_1 = L_0->___StackIndex_9;
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2->___Data_7;
V_1 = L_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract(L_5, 2));
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_1;
int32_t L_10 = V_0;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_3 = L_12;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_1;
int32_t L_14 = V_0;
RuntimeObject* L_15 = V_3;
G_B2_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B2_1 = L_13;
if (!L_15)
{
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 2));
G_B3_1 = L_13;
goto IL_0038;
}
}
{
RuntimeObject* L_16 = V_2;
RuntimeObject* L_17 = V_3;
if ((uint64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_16, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))) < (uint64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_17, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), SubOvfUInt64_Run_m8D0C7F5C25D9BA6BB08238C2A68C3600DA42BEBE_RuntimeMethod_var);
uint64_t L_18 = ((uint64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_16, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), (int64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_17, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))))));
RuntimeObject* L_19 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_18);
G_B4_0 = L_19;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0039;
}
IL_0038:
{
G_B4_0 = NULL;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0039:
{
NullCheck(G_B4_2);
ArrayElementTypeCheck (G_B4_2, G_B4_0);
(G_B4_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_1), (RuntimeObject*)G_B4_0);
}
IL_003a:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_20 = ___frame0;
int32_t L_21 = V_0;
NullCheck(L_20);
L_20->___StackIndex_9 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.SubOvfInstruction/SubOvfUInt64::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubOvfUInt64__ctor_m44110993133A083C76FF17375CD3EE0F0F7C6F6D (SubOvfUInt64_t74BCE9D28306123871C806A42D7C5B6E2114A4EC* __this, const RuntimeMethod* method)
{
{
SubOvfInstruction__ctor_mEF186A27204C6EA4C0791669AB47B1592F8FBD56(__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
// System.Void System.Linq.Expressions.Interpreter.CreateDelegateInstruction::.ctor(System.Linq.Expressions.Interpreter.LightDelegateCreator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CreateDelegateInstruction__ctor_m9E024F3684AEE2CBEFD96C2038B143849B4F543B (CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77* __this, LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* ___delegateCreator0, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_0 = ___delegateCreator0;
__this->____creator_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____creator_0), (void*)L_0);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.CreateDelegateInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CreateDelegateInstruction_get_ConsumedStack_m949A48EC66913827DFBBBE800EBACF6FC0E5A6BC (CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77* __this, const RuntimeMethod* method)
{
{
LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_0 = __this->____creator_0;
NullCheck(L_0);
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_1;
L_1 = LightDelegateCreator_get_Interpreter_m67081EFC5128F2FCBDC5306DEC0E513A21FBDFD8_inline(L_0, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = Interpreter_get_ClosureSize_m65DCB33DD9115E6825987C807DB091AE5ED2C1B9(L_1, NULL);
return L_2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.CreateDelegateInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CreateDelegateInstruction_get_ProducedStack_mCEC6C133662327678474E4C1C440439D1D43CD83 (CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.CreateDelegateInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CreateDelegateInstruction_get_InstructionName_mEC2BC5815EF3CC4BB18E22C956815B92F51BCF2E (CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2BC64AE35C295F56448413857663A5EF051A0011);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral2BC64AE35C295F56448413857663A5EF051A0011;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.CreateDelegateInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CreateDelegateInstruction_Run_mC47A749CE922F4D3630CD57D20F6573568847C8B (CreateDelegateInstruction_t7E8A90543BE40282539D1911AB30AD714E03DD77* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* V_0 = NULL;
Delegate_t* V_1 = NULL;
int32_t V_2 = 0;
{
int32_t L_0;
L_0 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Linq.Expressions.Interpreter.Instruction::get_ConsumedStack() */, __this);
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_0035;
}
}
{
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 System.Linq.Expressions.Interpreter.Instruction::get_ConsumedStack() */, __this);
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_2 = (IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F*)(IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F*)SZArrayNew(IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_0 = L_2;
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_3 = V_0;
NullCheck(L_3);
V_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_3)->max_length)), 1));
goto IL_002f;
}
IL_001d:
{
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_4 = V_0;
int32_t L_5 = V_2;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_6 = ___frame0;
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_6, NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, ((RuntimeObject*)Castclass((RuntimeObject*)L_7, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (RuntimeObject*)((RuntimeObject*)Castclass((RuntimeObject*)L_7, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var)));
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract(L_8, 1));
}
IL_002f:
{
int32_t L_9 = V_2;
if ((((int32_t)L_9) >= ((int32_t)0)))
{
goto IL_001d;
}
}
{
goto IL_0037;
}
IL_0035:
{
V_0 = (IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F*)NULL;
}
IL_0037:
{
LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* L_10 = __this->____creator_0;
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_11 = V_0;
NullCheck(L_10);
Delegate_t* L_12;
L_12 = LightDelegateCreator_CreateDelegate_m8B7FD1B579E53A5370C8E0EDB568207E09A0D506(L_10, L_11, NULL);
V_1 = L_12;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_13 = ___frame0;
Delegate_t* L_14 = V_1;
NullCheck(L_13);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_13, L_14, NULL);
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
// System.Void System.Linq.Expressions.Interpreter.TypeIsInstruction::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeIsInstruction__ctor_m5CFC4EDB6C76168474B08A30551DC3A75D56A9A3 (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* __this, Type_t* ___type0, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
Type_t* L_0 = ___type0;
__this->____type_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____type_0), (void*)L_0);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.TypeIsInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeIsInstruction_get_ConsumedStack_mD665A710DADF0A5236256D1BE76B9E9F92925B89 (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.TypeIsInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeIsInstruction_get_ProducedStack_m9323215C9F1134C50A5584D621563CE6F0B20076 (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.TypeIsInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeIsInstruction_get_InstructionName_mFD5821FBF6528F50D853D66D591CB49BF3B17497 (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90AC327F90B7E66F5FF112B5C7A22E3410637079);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral90AC327F90B7E66F5FF112B5C7A22E3410637079;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.TypeIsInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeIsInstruction_Run_m138A8BBD7563924E532B324A23F5CB6DEF493106 (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
Type_t* L_1 = __this->____type_0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
NullCheck(L_1);
bool L_4;
L_4 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(118 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_1, L_3);
NullCheck(L_0);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_0, L_4, NULL);
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.TypeIsInstruction::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeIsInstruction_ToString_m772D78A343799B8CBD1D9231FD7FA18ED6CDA589 (TypeIsInstruction_t9CAC19A57D78839CB7482DFB2B20784C356709E7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD95C2ED2D884B5C688A877039919ADED4E99E0CA);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = __this->____type_0;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0);
String_t* L_2;
L_2 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteralD95C2ED2D884B5C688A877039919ADED4E99E0CA, L_1, NULL);
return L_2;
}
}
#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
// System.Void System.Linq.Expressions.Interpreter.TypeAsInstruction::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeAsInstruction__ctor_m0EBE0371589EAFCA6E3B89991B5FF8AE58056B1F (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* __this, Type_t* ___type0, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
Type_t* L_0 = ___type0;
__this->____type_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____type_0), (void*)L_0);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.TypeAsInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeAsInstruction_get_ConsumedStack_mD8C7248C4D3C55460D7E3DFAF836FEA4BE764DA1 (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.TypeAsInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeAsInstruction_get_ProducedStack_m3728BE7A7B104112AAC27F9CE6AFEAB13EB1306B (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.TypeAsInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeAsInstruction_get_InstructionName_mEB130CA3CFDA3CCFF9B99608596782D9690EAB52 (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58BA1141868CF9DF7DC1100537025997CECB5FBE);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral58BA1141868CF9DF7DC1100537025997CECB5FBE;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.TypeAsInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeAsInstruction_Run_mE84524B8B90BD015AE4456DD67452F7957249CA8 (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_0 = NULL;
RuntimeObject* G_B3_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B3_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
Type_t* L_3 = __this->____type_0;
RuntimeObject* L_4 = V_0;
NullCheck(L_3);
bool L_5;
L_5 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(118 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_3, L_4);
G_B1_0 = L_2;
if (L_5)
{
G_B2_0 = L_2;
goto IL_0019;
}
}
{
G_B3_0 = NULL;
G_B3_1 = G_B1_0;
goto IL_001a;
}
IL_0019:
{
RuntimeObject* L_6 = V_0;
G_B3_0 = L_6;
G_B3_1 = G_B2_0;
}
IL_001a:
{
NullCheck(G_B3_1);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B3_1, G_B3_0, NULL);
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.TypeAsInstruction::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeAsInstruction_ToString_m8F109563B43BFD9E59912B317FD5EE785B119AA1 (TypeAsInstruction_t916C0B99E3CD5FDCA7C224AC11BC824A3495850D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral850D199C641344A6A44ED770E14187B9318C42B8);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = __this->____type_0;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0);
String_t* L_2;
L_2 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_stringLiteral850D199C641344A6A44ED770E14187B9318C42B8, L_1, NULL);
return L_2;
}
}
#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
// System.Int32 System.Linq.Expressions.Interpreter.TypeEqualsInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeEqualsInstruction_get_ConsumedStack_mF09C17E0E55A397D72D0FE47F269D43116D71F9A (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.TypeEqualsInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeEqualsInstruction_get_ProducedStack_m1A173FA276C9C6E8499B4A14F1D74631DFD1FE66 (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.TypeEqualsInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypeEqualsInstruction_get_InstructionName_mECDFDD51C18E6049D9D08D061C946B06597A9508 (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8791811237DD8573F68751524793669D92FFB56C);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral8791811237DD8573F68751524793669D92FFB56C;
}
}
// System.Void System.Linq.Expressions.Interpreter.TypeEqualsInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeEqualsInstruction__ctor_mBEC6E9AFA58D6F91F80823F1B1AB8BB8993C85D5 (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.TypeEqualsInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypeEqualsInstruction_Run_m4350B3B193805F8605327A08A2B8B7CFC21B7D87 (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_0 = NULL;
Type_t* G_B3_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B3_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
V_1 = L_3;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_1;
G_B1_0 = L_4;
if (L_5)
{
G_B2_0 = L_4;
goto IL_0015;
}
}
{
G_B3_0 = ((Type_t*)(NULL));
G_B3_1 = G_B1_0;
goto IL_001b;
}
IL_0015:
{
RuntimeObject* L_6 = V_1;
NullCheck(L_6);
Type_t* L_7;
L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_6, NULL);
G_B3_0 = L_7;
G_B3_1 = G_B2_0;
}
IL_001b:
{
RuntimeObject* L_8 = V_0;
NullCheck(G_B3_1);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(G_B3_1, (bool)((((RuntimeObject*)(Type_t*)G_B3_0) == ((RuntimeObject*)(RuntimeObject*)L_8))? 1 : 0), NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.TypeEqualsInstruction::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeEqualsInstruction__cctor_mFF5311283CA06A818A12147E042B592AC1D6542B (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;
}
{
TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065* L_0 = (TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065*)il2cpp_codegen_object_new(TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_il2cpp_TypeInfo_var);
NullCheck(L_0);
TypeEqualsInstruction__ctor_mBEC6E9AFA58D6F91F80823F1B1AB8BB8993C85D5(L_0, NULL);
((TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_StaticFields*)il2cpp_codegen_static_fields_for(TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_il2cpp_TypeInfo_var))->___Instance_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_StaticFields*)il2cpp_codegen_static_fields_for(TypeEqualsInstruction_t70F87810D9CA6BC0C5916EFF4BB7F67F7888F065_il2cpp_TypeInfo_var))->___Instance_0), (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
// System.Int32 System.Linq.Expressions.Interpreter.NullableMethodCallInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NullableMethodCallInstruction_get_ConsumedStack_mAFF530B1FF34CDBEBD0E51ECFC0A2EFF7DF633C8 (NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NullableMethodCallInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NullableMethodCallInstruction_get_ProducedStack_m188FA68B40F2D59EBCFE8BF94040F76BC156B042 (NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.NullableMethodCallInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NullableMethodCallInstruction_get_InstructionName_mC174BD827A4079797F020B3F7765FD75498FBAF5 (NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CD7E7FF2414D80FAE5A9551C52DAB86F012D220);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral9CD7E7FF2414D80FAE5A9551C52DAB86F012D220;
}
}
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA (NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
return;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NullableMethodCallInstruction::Create(System.String,System.Int32,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NullableMethodCallInstruction_Create_mB155C2369B5C7B103DCCDE1218CFC4C1EE638C19 (String_t* ___method0, int32_t ___argCount1, MethodInfo_t* ___mi2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HasValue_t077D00092529033596F7AFA264F6CDC42C363D52_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD49508FEEE2ED6B87C00368D21B2C11D90DEDA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51622F0ED2A4E247C75FFA4BA372A14ED6A13F9F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA851E31651A2D0B1B2CB61676A144AB45DF71D1D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAABD82B9770C6E8099F04256FEBEE6AA468C2904);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2911BFC8961E9E2ED69E54866A740704F253493);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3B82FCDABA5D124060D937D2E6E876FDC7D5FC0);
s_Il2CppMethodInitialized = true;
}
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B9_0 = NULL;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B8_0 = NULL;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B12_0 = NULL;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B11_0 = NULL;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B15_0 = NULL;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B14_0 = NULL;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B18_0 = NULL;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B17_0 = NULL;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B23_0 = NULL;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B22_0 = NULL;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B26_0 = NULL;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B25_0 = NULL;
{
String_t* L_0 = ___method0;
bool L_1;
L_1 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_0, _stringLiteralE2911BFC8961E9E2ED69E54866A740704F253493, NULL);
if (L_1)
{
goto IL_0053;
}
}
{
String_t* L_2 = ___method0;
bool L_3;
L_3 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_2, _stringLiteralF3B82FCDABA5D124060D937D2E6E876FDC7D5FC0, NULL);
if (L_3)
{
goto IL_0068;
}
}
{
String_t* L_4 = ___method0;
bool L_5;
L_5 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_4, _stringLiteralA851E31651A2D0B1B2CB61676A144AB45DF71D1D, NULL);
if (L_5)
{
goto IL_007d;
}
}
{
String_t* L_6 = ___method0;
bool L_7;
L_7 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_6, _stringLiteral51622F0ED2A4E247C75FFA4BA372A14ED6A13F9F, NULL);
if (L_7)
{
goto IL_0092;
}
}
{
String_t* L_8 = ___method0;
bool L_9;
L_9 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_8, _stringLiteralAABD82B9770C6E8099F04256FEBEE6AA468C2904, NULL);
if (L_9)
{
goto IL_00a7;
}
}
{
String_t* L_10 = ___method0;
bool L_11;
L_11 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_10, _stringLiteral2AD49508FEEE2ED6B87C00368D21B2C11D90DEDA, NULL);
if (L_11)
{
goto IL_00c6;
}
}
{
goto IL_00db;
}
IL_0053:
{
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_12 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_hasValue_0;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_13 = L_12;
G_B8_0 = L_13;
if (L_13)
{
G_B9_0 = L_13;
goto IL_0067;
}
}
{
HasValue_t077D00092529033596F7AFA264F6CDC42C363D52* L_14 = (HasValue_t077D00092529033596F7AFA264F6CDC42C363D52*)il2cpp_codegen_object_new(HasValue_t077D00092529033596F7AFA264F6CDC42C363D52_il2cpp_TypeInfo_var);
NullCheck(L_14);
HasValue__ctor_m3A8499AC413B6A27CAD352EAA374F202821E7F9C(L_14, NULL);
HasValue_t077D00092529033596F7AFA264F6CDC42C363D52* L_15 = L_14;
((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_hasValue_0 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_hasValue_0), (void*)L_15);
G_B9_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_15));
}
IL_0067:
{
return G_B9_0;
}
IL_0068:
{
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_16 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_value_1;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_17 = L_16;
G_B11_0 = L_17;
if (L_17)
{
G_B12_0 = L_17;
goto IL_007c;
}
}
{
GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* L_18 = (GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB*)il2cpp_codegen_object_new(GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB_il2cpp_TypeInfo_var);
NullCheck(L_18);
GetValue__ctor_mD3A4E9654C2EB80AE417EDF5B21F7B4671A40307(L_18, NULL);
GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* L_19 = L_18;
((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_value_1 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_value_1), (void*)L_19);
G_B12_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_19));
}
IL_007c:
{
return G_B12_0;
}
IL_007d:
{
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_20 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_equals_2;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_21 = L_20;
G_B14_0 = L_21;
if (L_21)
{
G_B15_0 = L_21;
goto IL_0091;
}
}
{
EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0* L_22 = (EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0*)il2cpp_codegen_object_new(EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0_il2cpp_TypeInfo_var);
NullCheck(L_22);
EqualsClass__ctor_mDCA7AFBD77DC00E85D43C2DD88539A0B59DCE4C0(L_22, NULL);
EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0* L_23 = L_22;
((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_equals_2 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_equals_2), (void*)L_23);
G_B15_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_23));
}
IL_0091:
{
return G_B15_0;
}
IL_0092:
{
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_24 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_getHashCode_3;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_25 = L_24;
G_B17_0 = L_25;
if (L_25)
{
G_B18_0 = L_25;
goto IL_00a6;
}
}
{
GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249* L_26 = (GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249*)il2cpp_codegen_object_new(GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249_il2cpp_TypeInfo_var);
NullCheck(L_26);
GetHashCodeClass__ctor_m77602F3CA89BA15F510B4C6001A3D59C5E92B78F(L_26, NULL);
GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249* L_27 = L_26;
((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_getHashCode_3 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_getHashCode_3), (void*)L_27);
G_B18_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_27));
}
IL_00a6:
{
return G_B18_0;
}
IL_00a7:
{
int32_t L_28 = ___argCount1;
if (L_28)
{
goto IL_00b1;
}
}
{
MethodInfo_t* L_29 = ___mi2;
GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920* L_30 = (GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920*)il2cpp_codegen_object_new(GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920_il2cpp_TypeInfo_var);
NullCheck(L_30);
GetValueOrDefault__ctor_mAB25DE08AB5DEE517FDAD46D95633874D60451F0(L_30, L_29, NULL);
return L_30;
}
IL_00b1:
{
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_31 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_getValueOrDefault1_4;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_32 = L_31;
G_B22_0 = L_32;
if (L_32)
{
G_B23_0 = L_32;
goto IL_00c5;
}
}
{
GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796* L_33 = (GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796*)il2cpp_codegen_object_new(GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796_il2cpp_TypeInfo_var);
NullCheck(L_33);
GetValueOrDefault1__ctor_m65CD5600D0D4D6BD81E537CA89EBA60368AA4683(L_33, NULL);
GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796* L_34 = L_33;
((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_getValueOrDefault1_4 = L_34;
Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_getValueOrDefault1_4), (void*)L_34);
G_B23_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_34));
}
IL_00c5:
{
return G_B23_0;
}
IL_00c6:
{
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_35 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_toString_5;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_36 = L_35;
G_B25_0 = L_36;
if (L_36)
{
G_B26_0 = L_36;
goto IL_00da;
}
}
{
ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302* L_37 = (ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302*)il2cpp_codegen_object_new(ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302_il2cpp_TypeInfo_var);
NullCheck(L_37);
ToStringClass__ctor_m97AAF2945612C462ABCFFF7C4791FFDF060A8D91(L_37, NULL);
ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302* L_38 = L_37;
((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_toString_5 = L_38;
Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_toString_5), (void*)L_38);
G_B26_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_38));
}
IL_00da:
{
return G_B26_0;
}
IL_00db:
{
Exception_t* L_39;
L_39 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullableMethodCallInstruction_Create_mB155C2369B5C7B103DCCDE1218CFC4C1EE638C19_RuntimeMethod_var)));
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.NullableMethodCallInstruction::CreateGetValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* NullableMethodCallInstruction_CreateGetValue_mD54131D66A154EE9DFF71FB5606DD2E3AC22504E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B2_0 = NULL;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* G_B1_0 = NULL;
{
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_value_1;
NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_0014;
}
}
{
GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* L_2 = (GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB*)il2cpp_codegen_object_new(GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB_il2cpp_TypeInfo_var);
NullCheck(L_2);
GetValue__ctor_mD3A4E9654C2EB80AE417EDF5B21F7B4671A40307(L_2, NULL);
GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* L_3 = L_2;
((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_value_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_StaticFields*)il2cpp_codegen_static_fields_for(NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2_il2cpp_TypeInfo_var))->___s_value_1), (void*)L_3);
G_B2_0 = ((NullableMethodCallInstruction_tD6CDA07B58E16C5AB3FD2C5421D6FD5C5DE17BA2*)(L_3));
}
IL_0014:
{
return G_B2_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
// System.Int32 System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/HasValue::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HasValue_Run_mC3DE9EE5A9747E34C6BC30DBAA23F2B279D6603F (HasValue_t077D00092529033596F7AFA264F6CDC42C363D52* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
RuntimeObject* L_3 = V_0;
NullCheck(L_2);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_2, (bool)((!(((RuntimeObject*)(RuntimeObject*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/HasValue::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HasValue__ctor_m3A8499AC413B6A27CAD352EAA374F202821E7F9C (HasValue_t077D00092529033596F7AFA264F6CDC42C363D52* __this, const RuntimeMethod* method)
{
{
NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__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
// System.Int32 System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValue::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetValue_Run_mDB72964B31EAAD1731BA18D7D11B000EB6ACC88C (GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28 V_0;
memset((&V_0), 0, sizeof(V_0));
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052(L_0, NULL);
if (L_1)
{
goto IL_0017;
}
}
{
Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28* L_2 = (&V_0);
il2cpp_codegen_initobj(L_2, sizeof(Nullable_1_tCF32C56A2641879C053C86F273C0C6EC1B40BC28));
int32_t L_3;
L_3 = Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA(L_2, Nullable_1_get_Value_m0DF3B826A745419D26A168689AEB4BE6F8698ECA_RuntimeMethod_var);
return L_3;
}
IL_0017:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValue::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetValue__ctor_mD3A4E9654C2EB80AE417EDF5B21F7B4671A40307 (GetValue_t5D635A989BA0C0EEA2CCAE93CA482BDD7022B1CB* __this, const RuntimeMethod* method)
{
{
NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__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
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValueOrDefault::.ctor(System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetValueOrDefault__ctor_mAB25DE08AB5DEE517FDAD46D95633874D60451F0 (GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920* __this, MethodInfo_t* ___mi0, const RuntimeMethod* method)
{
{
NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__this, NULL);
MethodInfo_t* L_0 = ___mi0;
NullCheck(L_0);
Type_t* L_1;
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_0);
__this->____defaultValueType_6 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____defaultValueType_6), (void*)L_1);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValueOrDefault::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetValueOrDefault_Run_m8FB055D86CB7431C1399E095423E4D2E924C41B5 (GetValueOrDefault_t678FA117717C3CB10BE1F836B12074C7078E2920* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Peek_mEBF96C5538EA887053E0EE66B4B925B9495A1052(L_0, NULL);
if (L_1)
{
goto IL_0020;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
Type_t* L_5 = __this->____defaultValueType_6;
RuntimeObject* L_6;
L_6 = Activator_CreateInstance_m0A28F274256F1444949E372089034D9FB66FBD67(L_5, NULL);
NullCheck(L_4);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_4, L_6, NULL);
}
IL_0020:
{
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
// System.Int32 System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValueOrDefault1::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetValueOrDefault1_get_ConsumedStack_m713B92903713A9205568EEC678A812A2ECCEFA6E (GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValueOrDefault1::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetValueOrDefault1_Run_m737A901CDEE03F326809F0726FF289A0B6D6D637 (GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
RuntimeObject* G_B2_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_1 = NULL;
RuntimeObject* G_B1_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_2, NULL);
V_1 = L_3;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_4 = ___frame0;
RuntimeObject* L_5 = V_1;
RuntimeObject* L_6 = L_5;
G_B1_0 = L_6;
G_B1_1 = L_4;
if (L_6)
{
G_B2_0 = L_6;
G_B2_1 = L_4;
goto IL_0015;
}
}
{
RuntimeObject* L_7 = V_0;
G_B2_0 = L_7;
G_B2_1 = G_B1_1;
}
IL_0015:
{
NullCheck(G_B2_1);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B2_1, G_B2_0, NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetValueOrDefault1::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetValueOrDefault1__ctor_m65CD5600D0D4D6BD81E537CA89EBA60368AA4683 (GetValueOrDefault1_t40298CB9E297759316BBAA9A380C5FB18619D796* __this, const RuntimeMethod* method)
{
{
NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__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
// System.Int32 System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/EqualsClass::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EqualsClass_get_ConsumedStack_m83FF1E7D375DC1BE03850A40C5DCDBA365F3C65A (EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0* __this, const RuntimeMethod* method)
{
{
return 2;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/EqualsClass::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EqualsClass_Run_m20E7695EB9DB02A3065983CF6E544B9750EE9C5B (EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
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_001d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
RuntimeObject* L_6 = V_0;
NullCheck(L_5);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_5, (bool)((((RuntimeObject*)(RuntimeObject*)L_6) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
goto IL_003a;
}
IL_001d:
{
RuntimeObject* L_7 = V_0;
if (L_7)
{
goto IL_002d;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_8 = ___frame0;
il2cpp_codegen_runtime_class_init_inline(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var);
RuntimeObject* L_9 = ((Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_StaticFields*)il2cpp_codegen_static_fields_for(Utils_tC98EE4BDA92045C3F3A73050A1648C0CD74220F8_il2cpp_TypeInfo_var))->___BoxedFalse_0;
NullCheck(L_8);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_8, L_9, NULL);
goto IL_003a;
}
IL_002d:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_10 = ___frame0;
RuntimeObject* L_11 = V_1;
RuntimeObject* L_12 = V_0;
NullCheck(L_11);
bool L_13;
L_13 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_11, L_12);
NullCheck(L_10);
InterpretedFrame_Push_mE3F348D8327A9AC2B555DC21DFB26F4F0F9C314C(L_10, L_13, NULL);
}
IL_003a:
{
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/EqualsClass::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EqualsClass__ctor_mDCA7AFBD77DC00E85D43C2DD88539A0B59DCE4C0 (EqualsClass_t21E1BAB84AA5EE382AB0B9A9F969F942C43804D0* __this, const RuntimeMethod* method)
{
{
NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__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
// System.Int32 System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/ToStringClass::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ToStringClass_Run_mC3FBF2E97D5E247EF8F227FDA2C0B3A16A8B1EFE (ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B3_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
RuntimeObject* L_3 = V_0;
G_B1_0 = L_2;
if (!L_3)
{
G_B2_0 = L_2;
goto IL_0013;
}
}
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
G_B3_0 = L_5;
G_B3_1 = G_B1_0;
goto IL_0018;
}
IL_0013:
{
G_B3_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
G_B3_1 = G_B2_0;
}
IL_0018:
{
NullCheck(G_B3_1);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B3_1, G_B3_0, NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/ToStringClass::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToStringClass__ctor_m97AAF2945612C462ABCFFF7C4791FFDF060A8D91 (ToStringClass_t6B72AB03C8B716FE45A78CCE06765AC28AD62302* __this, const RuntimeMethod* method)
{
{
NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__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
// System.Int32 System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetHashCodeClass::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetHashCodeClass_Run_mA42921CAD3D34A7D0D06856B8C59F7F220759991 (GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B3_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
RuntimeObject* L_3 = V_0;
G_B1_0 = L_2;
if (L_3)
{
G_B2_0 = L_2;
goto IL_000e;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_0014;
}
IL_000e:
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
int32_t L_5;
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4);
G_B3_0 = L_5;
G_B3_1 = G_B2_0;
}
IL_0014:
{
NullCheck(G_B3_1);
InterpretedFrame_Push_m973D4EA2E1476530D68CAD2305104EE9D65F17F6(G_B3_1, G_B3_0, NULL);
return 1;
}
}
// System.Void System.Linq.Expressions.Interpreter.NullableMethodCallInstruction/GetHashCodeClass::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetHashCodeClass__ctor_m77602F3CA89BA15F510B4C6001A3D59C5E92B78F (GetHashCodeClass_t17DE0FA776EB6082DE02D3B0FFB54D9EF8678249* __this, const RuntimeMethod* method)
{
{
NullableMethodCallInstruction__ctor_mCD30B0115DB744BBCD44B5EA4EFF5A63EB6577BA(__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
// System.Int32 System.Linq.Expressions.Interpreter.CastInstruction::get_ConsumedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CastInstruction_get_ConsumedStack_mACF4E3A6188A746C35C1DCC3EFFECB6DF106B29C (CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.CastInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CastInstruction_get_ProducedStack_m40DFBAA773011CA91EF037F5EA4C6DEC844F8085 (CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.CastInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CastInstruction_get_InstructionName_m6270C2AA86C088D2A030C0CF9F3DEBD3337D75C5 (CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E1EB6DFBBD00E8148E038016D4CF889AED0E1E2);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral2E1EB6DFBBD00E8148E038016D4CF889AED0E1E2;
}
}
// System.Linq.Expressions.Interpreter.Instruction System.Linq.Expressions.Interpreter.CastInstruction::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Instruction_t7ED95EF62BBC5003D30C1CE0FF8B1D79105A8998* CastInstruction_Create_mA612C6B9522F670673B1E9F4AA3D75F65E27CEFA (Type_t* ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_mBC6B50F6A36F8BB053B5EB469A9ED30EF3A6F300_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B4_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B3_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B7_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B6_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B10_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B9_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B13_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B12_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B16_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B15_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B19_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B18_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B22_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B21_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B25_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B24_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B28_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B27_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B31_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B30_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B34_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B33_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B37_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B36_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B40_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B39_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B43_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B42_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B46_0 = NULL;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* G_B45_0 = NULL;
{
Type_t* L_0 = ___t0;
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(L_0, NULL);
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 3)))
{
case 0:
{
goto IL_0054;
}
case 1:
{
goto IL_007e;
}
case 2:
{
goto IL_0111;
}
case 3:
{
goto IL_0069;
}
case 4:
{
goto IL_00d2;
}
case 5:
{
goto IL_0150;
}
case 6:
{
goto IL_00e7;
}
case 7:
{
goto IL_0165;
}
case 8:
{
goto IL_00fc;
}
case 9:
{
goto IL_017a;
}
case 10:
{
goto IL_0126;
}
case 11:
{
goto IL_00bd;
}
case 12:
{
goto IL_00a8;
}
case 13:
{
goto IL_0093;
}
case 14:
{
goto IL_018f;
}
case 15:
{
goto IL_013b;
}
}
}
{
goto IL_018f;
}
IL_0054:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_3 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Boolean_0;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_4 = L_3;
G_B3_0 = L_4;
if (L_4)
{
G_B4_0 = L_4;
goto IL_0068;
}
}
{
CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32* L_5 = (CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32*)il2cpp_codegen_object_new(CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32_il2cpp_TypeInfo_var);
NullCheck(L_5);
CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7(L_5, CastInstructionT_1__ctor_m58BE004D11319ECF9E4CCF67D8332781429F5BD7_RuntimeMethod_var);
CastInstructionT_1_t1CE6795CF4185E76357637CC34A0A245C92AEC32* L_6 = L_5;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Boolean_0 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Boolean_0), (void*)L_6);
G_B4_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_6));
}
IL_0068:
{
return G_B4_0;
}
IL_0069:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_7 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Byte_1;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_8 = L_7;
G_B6_0 = L_8;
if (L_8)
{
G_B7_0 = L_8;
goto IL_007d;
}
}
{
CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307* L_9 = (CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307*)il2cpp_codegen_object_new(CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307_il2cpp_TypeInfo_var);
NullCheck(L_9);
CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE(L_9, CastInstructionT_1__ctor_mD9406F09D0486BABE897D590D41AAB71FE822EAE_RuntimeMethod_var);
CastInstructionT_1_tBC43181A04C45D934037404EA7B20B229F8F9307* L_10 = L_9;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Byte_1 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Byte_1), (void*)L_10);
G_B7_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_10));
}
IL_007d:
{
return G_B7_0;
}
IL_007e:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_11 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Char_2;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_12 = L_11;
G_B9_0 = L_12;
if (L_12)
{
G_B10_0 = L_12;
goto IL_0092;
}
}
{
CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C* L_13 = (CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C*)il2cpp_codegen_object_new(CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C_il2cpp_TypeInfo_var);
NullCheck(L_13);
CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F(L_13, CastInstructionT_1__ctor_mB87CB9405286FCDA852F2FC94ECDB48E9E5FF76F_RuntimeMethod_var);
CastInstructionT_1_t11E48BEFD487A24ADCB855B57A8D3EA63F427B4C* L_14 = L_13;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Char_2 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Char_2), (void*)L_14);
G_B10_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_14));
}
IL_0092:
{
return G_B10_0;
}
IL_0093:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_15 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_DateTime_3;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_16 = L_15;
G_B12_0 = L_16;
if (L_16)
{
G_B13_0 = L_16;
goto IL_00a7;
}
}
{
CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597* L_17 = (CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597*)il2cpp_codegen_object_new(CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597_il2cpp_TypeInfo_var);
NullCheck(L_17);
CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4(L_17, CastInstructionT_1__ctor_m84E0BEAC987FB41877D56C9FA2E2D9B71E59CCE4_RuntimeMethod_var);
CastInstructionT_1_t3FE7076D1D41CFC5FDC8A712E4A1BD2E32731597* L_18 = L_17;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_DateTime_3 = L_18;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_DateTime_3), (void*)L_18);
G_B13_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_18));
}
IL_00a7:
{
return G_B13_0;
}
IL_00a8:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_19 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Decimal_4;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_20 = L_19;
G_B15_0 = L_20;
if (L_20)
{
G_B16_0 = L_20;
goto IL_00bc;
}
}
{
CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47* L_21 = (CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47*)il2cpp_codegen_object_new(CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47_il2cpp_TypeInfo_var);
NullCheck(L_21);
CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F(L_21, CastInstructionT_1__ctor_m0B7AB63E0C98B72B1683391463818050A850028F_RuntimeMethod_var);
CastInstructionT_1_t9BFCAE061A2A959A72C79E989B80D9B09B5A2E47* L_22 = L_21;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Decimal_4 = L_22;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Decimal_4), (void*)L_22);
G_B16_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_22));
}
IL_00bc:
{
return G_B16_0;
}
IL_00bd:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_23 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Double_5;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_24 = L_23;
G_B18_0 = L_24;
if (L_24)
{
G_B19_0 = L_24;
goto IL_00d1;
}
}
{
CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4* L_25 = (CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4*)il2cpp_codegen_object_new(CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4_il2cpp_TypeInfo_var);
NullCheck(L_25);
CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054(L_25, CastInstructionT_1__ctor_mF7DC40075DC4C12BE33A7901A91C1A76A8F91054_RuntimeMethod_var);
CastInstructionT_1_tF14C6A3CC053628C381D130362A753C36FA08ED4* L_26 = L_25;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Double_5 = L_26;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Double_5), (void*)L_26);
G_B19_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_26));
}
IL_00d1:
{
return G_B19_0;
}
IL_00d2:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_27 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int16_6;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_28 = L_27;
G_B21_0 = L_28;
if (L_28)
{
G_B22_0 = L_28;
goto IL_00e6;
}
}
{
CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F* L_29 = (CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F*)il2cpp_codegen_object_new(CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F_il2cpp_TypeInfo_var);
NullCheck(L_29);
CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630(L_29, CastInstructionT_1__ctor_m96B6873CE92856E0F94C0ADD60AFD5E590AB2630_RuntimeMethod_var);
CastInstructionT_1_tE1FD9761999F6F2B66EAE6A837FDDB917620461F* L_30 = L_29;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int16_6 = L_30;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int16_6), (void*)L_30);
G_B22_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_30));
}
IL_00e6:
{
return G_B22_0;
}
IL_00e7:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_31 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int32_7;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_32 = L_31;
G_B24_0 = L_32;
if (L_32)
{
G_B25_0 = L_32;
goto IL_00fb;
}
}
{
CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B* L_33 = (CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B*)il2cpp_codegen_object_new(CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B_il2cpp_TypeInfo_var);
NullCheck(L_33);
CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB(L_33, CastInstructionT_1__ctor_m1246E9401D04D526F7443EFCA8F24476B4FD11EB_RuntimeMethod_var);
CastInstructionT_1_t8C35D171F2AB06E99D5B19D4AD8EA9FE0837335B* L_34 = L_33;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int32_7 = L_34;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int32_7), (void*)L_34);
G_B25_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_34));
}
IL_00fb:
{
return G_B25_0;
}
IL_00fc:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_35 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int64_8;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_36 = L_35;
G_B27_0 = L_36;
if (L_36)
{
G_B28_0 = L_36;
goto IL_0110;
}
}
{
CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4* L_37 = (CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4*)il2cpp_codegen_object_new(CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4_il2cpp_TypeInfo_var);
NullCheck(L_37);
CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102(L_37, CastInstructionT_1__ctor_m12525CB20EA29C1A265F907D102F32AF3A3E2102_RuntimeMethod_var);
CastInstructionT_1_t1EDD3EE8F62527815E0E5769466CBF6088106CE4* L_38 = L_37;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int64_8 = L_38;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Int64_8), (void*)L_38);
G_B28_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_38));
}
IL_0110:
{
return G_B28_0;
}
IL_0111:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_39 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_SByte_9;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_40 = L_39;
G_B30_0 = L_40;
if (L_40)
{
G_B31_0 = L_40;
goto IL_0125;
}
}
{
CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794* L_41 = (CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794*)il2cpp_codegen_object_new(CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794_il2cpp_TypeInfo_var);
NullCheck(L_41);
CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4(L_41, CastInstructionT_1__ctor_m1988FCCEB53595FAE58EFC829CA8FD8026E498C4_RuntimeMethod_var);
CastInstructionT_1_t4D808FE4B5AB1703225AAFA3C16D6FD12DC25794* L_42 = L_41;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_SByte_9 = L_42;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_SByte_9), (void*)L_42);
G_B31_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_42));
}
IL_0125:
{
return G_B31_0;
}
IL_0126:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_43 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Single_10;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_44 = L_43;
G_B33_0 = L_44;
if (L_44)
{
G_B34_0 = L_44;
goto IL_013a;
}
}
{
CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99* L_45 = (CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99*)il2cpp_codegen_object_new(CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99_il2cpp_TypeInfo_var);
NullCheck(L_45);
CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18(L_45, CastInstructionT_1__ctor_m3496FC505BA1245A63DA0988CBD5BFBAB7258D18_RuntimeMethod_var);
CastInstructionT_1_tF2200F9B34B7C71F5A1A6DDDE99461DDFE451C99* L_46 = L_45;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Single_10 = L_46;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_Single_10), (void*)L_46);
G_B34_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_46));
}
IL_013a:
{
return G_B34_0;
}
IL_013b:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_47 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_String_11;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_48 = L_47;
G_B36_0 = L_48;
if (L_48)
{
G_B37_0 = L_48;
goto IL_014f;
}
}
{
CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345* L_49 = (CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345*)il2cpp_codegen_object_new(CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345_il2cpp_TypeInfo_var);
NullCheck(L_49);
CastInstructionT_1__ctor_mBC6B50F6A36F8BB053B5EB469A9ED30EF3A6F300(L_49, CastInstructionT_1__ctor_mBC6B50F6A36F8BB053B5EB469A9ED30EF3A6F300_RuntimeMethod_var);
CastInstructionT_1_tA5C7DE8A4254045FCAAD7690B62816C89E083345* L_50 = L_49;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_String_11 = L_50;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_String_11), (void*)L_50);
G_B37_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_50));
}
IL_014f:
{
return G_B37_0;
}
IL_0150:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_51 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt16_12;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_52 = L_51;
G_B39_0 = L_52;
if (L_52)
{
G_B40_0 = L_52;
goto IL_0164;
}
}
{
CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40* L_53 = (CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40*)il2cpp_codegen_object_new(CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40_il2cpp_TypeInfo_var);
NullCheck(L_53);
CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0(L_53, CastInstructionT_1__ctor_m877FA9CF387A1D1499ACA9218E2265F7B03D29C0_RuntimeMethod_var);
CastInstructionT_1_tC9F92DE8195BCEC4CDB279C63C917611B00CFE40* L_54 = L_53;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt16_12 = L_54;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt16_12), (void*)L_54);
G_B40_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_54));
}
IL_0164:
{
return G_B40_0;
}
IL_0165:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_55 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt32_13;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_56 = L_55;
G_B42_0 = L_56;
if (L_56)
{
G_B43_0 = L_56;
goto IL_0179;
}
}
{
CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C* L_57 = (CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C*)il2cpp_codegen_object_new(CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C_il2cpp_TypeInfo_var);
NullCheck(L_57);
CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3(L_57, CastInstructionT_1__ctor_m788021DAA37B56F7E9CB5965724CD8B0BC354EB3_RuntimeMethod_var);
CastInstructionT_1_tB8E2F2D1EF49B61C42A405AB4D200506D9933A9C* L_58 = L_57;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt32_13 = L_58;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt32_13), (void*)L_58);
G_B43_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_58));
}
IL_0179:
{
return G_B43_0;
}
IL_017a:
{
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_59 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt64_14;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_60 = L_59;
G_B45_0 = L_60;
if (L_60)
{
G_B46_0 = L_60;
goto IL_018e;
}
}
{
CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF* L_61 = (CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF*)il2cpp_codegen_object_new(CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF_il2cpp_TypeInfo_var);
NullCheck(L_61);
CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E(L_61, CastInstructionT_1__ctor_m5CA6FA85DBDD426E44AF2986E2D8A0530EF1084E_RuntimeMethod_var);
CastInstructionT_1_t423CD03F9DACCE016E86EAC21FB1DBFB039088DF* L_62 = L_61;
((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt64_14 = L_62;
Il2CppCodeGenWriteBarrier((void**)(&((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_StaticFields*)il2cpp_codegen_static_fields_for(CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3_il2cpp_TypeInfo_var))->___s_UInt64_14), (void*)L_62);
G_B46_0 = ((CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3*)(L_62));
}
IL_018e:
{
return G_B46_0;
}
IL_018f:
{
Type_t* L_63 = ___t0;
CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* L_64;
L_64 = CastInstructionNoT_Create_mCBB07C0CFA0F7AF84950F8B5BD5E256E3A305CF6(L_63, NULL);
return L_64;
}
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstruction__ctor_mA8851B39A1D7425FA10B4892108C3030590F3430 (CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* __this, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__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
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastInstructionNoT__ctor_m5BA6392C1B91C5698AD5018D1F52CA7E6B248AB0 (CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911* __this, Type_t* ___t0, const RuntimeMethod* method)
{
{
CastInstruction__ctor_mA8851B39A1D7425FA10B4892108C3030590F3430(__this, NULL);
Type_t* L_0 = ___t0;
__this->____t_15 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____t_15), (void*)L_0);
return;
}
}
// System.Linq.Expressions.Interpreter.CastInstruction System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT::Create(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CastInstruction_t7783E75A207B24C1CF06BDF1AFE32F09BA96B0A3* CastInstructionNoT_Create_mCBB07C0CFA0F7AF84950F8B5BD5E256E3A305CF6 (Type_t* ___t0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___t0;
NullCheck(L_0);
bool L_1;
L_1 = Type_get_IsValueType_m59AE2E0439DC06347B8D6B38548F3CBA54D38318(L_0, NULL);
if (!L_1)
{
goto IL_0017;
}
}
{
Type_t* L_2 = ___t0;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
bool L_3;
L_3 = TypeUtils_IsNullableType_mC55F95DC7E0BC9C9411EA2A50DEC8B2BE9ECDA28(L_2, NULL);
if (L_3)
{
goto IL_0017;
}
}
{
Type_t* L_4 = ___t0;
Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2* L_5 = (Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2*)il2cpp_codegen_object_new(Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2_il2cpp_TypeInfo_var);
NullCheck(L_5);
Value__ctor_mEC730A0C8370531D6965B36F99BBB2A87CF35A68(L_5, L_4, NULL);
return L_5;
}
IL_0017:
{
Type_t* L_6 = ___t0;
Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083* L_7 = (Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083*)il2cpp_codegen_object_new(Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083_il2cpp_TypeInfo_var);
NullCheck(L_7);
Ref__ctor_mDA8FF1644CB42BEC53AB28596F9ABD2D39CF9DEC(L_7, L_6, NULL);
return L_7;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CastInstructionNoT_Run_m7BC3AF7DC6DA8508A7D6FB4971BF88190F2EC1F2 (CastInstructionNoT_tDE4DBDB5EF05945D559281267397C9AC39914911* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Type_t* V_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
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_0050;
}
}
{
RuntimeObject* L_3 = V_0;
NullCheck(L_3);
Type_t* L_4;
L_4 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_3, NULL);
V_1 = L_4;
Type_t* L_5 = V_1;
Type_t* L_6 = __this->____t_15;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
bool L_7;
L_7 = TypeUtils_HasReferenceConversionTo_mDB3DDD6D1D47D5BB51DA19C88F1303067EBA411F(L_5, L_6, NULL);
if (L_7)
{
goto IL_0033;
}
}
{
Type_t* L_8 = V_1;
Type_t* L_9 = __this->____t_15;
il2cpp_codegen_runtime_class_init_inline(TypeUtils_t2C9FA7DD0D8907A05421D44B8E7F1D4F602C9FE7_il2cpp_TypeInfo_var);
bool L_10;
L_10 = TypeUtils_HasIdentityPrimitiveOrNullableConversionTo_mD12D7FCD7E954852A10FB50F7489985D4681CB73(L_8, L_9, NULL);
if (L_10)
{
goto IL_0033;
}
}
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_11 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_11);
InvalidCastException__ctor_mCBC218CE25034242D2EB33B3E59933295CE93C56(L_11, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CastInstructionNoT_Run_m7BC3AF7DC6DA8508A7D6FB4971BF88190F2EC1F2_RuntimeMethod_var)));
}
IL_0033:
{
Type_t* L_12 = __this->____t_15;
Type_t* L_13 = V_1;
NullCheck(L_12);
bool L_14;
L_14 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_12, L_13);
if (L_14)
{
goto IL_0047;
}
}
{
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_15 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
NullCheck(L_15);
InvalidCastException__ctor_mCBC218CE25034242D2EB33B3E59933295CE93C56(L_15, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CastInstructionNoT_Run_m7BC3AF7DC6DA8508A7D6FB4971BF88190F2EC1F2_RuntimeMethod_var)));
}
IL_0047:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_16 = ___frame0;
RuntimeObject* L_17 = V_0;
NullCheck(L_16);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_16, L_17, NULL);
goto IL_0057;
}
IL_0050:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_18 = ___frame0;
VirtualActionInvoker1< InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* >::Invoke(11 /* System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT::ConvertNull(System.Linq.Expressions.Interpreter.InterpretedFrame) */, __this, L_18);
}
IL_0057:
{
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
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT/Ref::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ref__ctor_mDA8FF1644CB42BEC53AB28596F9ABD2D39CF9DEC (Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083* __this, Type_t* ___t0, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___t0;
CastInstructionNoT__ctor_m5BA6392C1B91C5698AD5018D1F52CA7E6B248AB0(__this, L_0, NULL);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT/Ref::ConvertNull(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ref_ConvertNull_m3E66AF6EF165F46E243348F4007FE74234D00310 (Ref_t4074E3357BF30EAEF3BE9436A7CA2B5E47F87083* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_0, NULL, 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
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT/Value::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Value__ctor_mEC730A0C8370531D6965B36F99BBB2A87CF35A68 (Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2* __this, Type_t* ___t0, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___t0;
CastInstructionNoT__ctor_m5BA6392C1B91C5698AD5018D1F52CA7E6B248AB0(__this, L_0, NULL);
return;
}
}
// System.Void System.Linq.Expressions.Interpreter.CastInstruction/CastInstructionNoT/Value::ConvertNull(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Value_ConvertNull_mE43A8FE58D0E2AADD9004C23671418EC05A922F8 (Value_t895747421F16F00F13FE02C10DE11F00C90EC9C2* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
{
NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* L_0 = (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NullReferenceException__ctor_mD26D62094A5E49C18D817817E17FDFBC1D3BD752(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Value_ConvertNull_mE43A8FE58D0E2AADD9004C23671418EC05A922F8_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
// System.Void System.Linq.Expressions.Interpreter.CastToEnumInstruction::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastToEnumInstruction__ctor_m53267CBB968F5A0396131ED6E2EC55304426B386 (CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA* __this, Type_t* ___t0, const RuntimeMethod* method)
{
{
CastInstruction__ctor_mA8851B39A1D7425FA10B4892108C3030590F3430(__this, NULL);
Type_t* L_0 = ___t0;
__this->____t_15 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____t_15), (void*)L_0);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.CastToEnumInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CastToEnumInstruction_Run_m6A794466BA57C8004A63AE35D6AB8167F4F96EDE (CastToEnumInstruction_t72DA336A7A9C76576540DAEB206720605A5D7ACA* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B2_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B1_0 = NULL;
RuntimeObject* G_B3_0 = NULL;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* G_B3_1 = NULL;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame0;
RuntimeObject* L_3 = V_0;
G_B1_0 = L_2;
if (!L_3)
{
G_B2_0 = L_2;
goto IL_0019;
}
}
{
Type_t* L_4 = __this->____t_15;
RuntimeObject* L_5 = V_0;
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_6;
L_6 = Enum_ToObject_m6AC36749AA2CE7BCC5416CA230C0E5B4BDCFF4DB(L_4, L_5, NULL);
G_B3_0 = L_6;
G_B3_1 = G_B1_0;
goto IL_001a;
}
IL_0019:
{
G_B3_0 = NULL;
G_B3_1 = G_B2_0;
}
IL_001a:
{
NullCheck(G_B3_1);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(G_B3_1, G_B3_0, NULL);
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
// System.Void System.Linq.Expressions.Interpreter.CastReferenceToEnumInstruction::.ctor(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CastReferenceToEnumInstruction__ctor_m805BCEF1DD5BF8C0887E32D326B9D9928A63B618 (CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B* __this, Type_t* ___t0, const RuntimeMethod* method)
{
{
CastInstruction__ctor_mA8851B39A1D7425FA10B4892108C3030590F3430(__this, NULL);
Type_t* L_0 = ___t0;
__this->____t_15 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____t_15), (void*)L_0);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.CastReferenceToEnumInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CastReferenceToEnumInstruction_Run_m8A3737651F1AB4F8FEEA1EBB60CD64A8B0539F23 (CastReferenceToEnumInstruction_tD870D3A28757A09D95629A291038A55114F4C53B* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, 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*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
int32_t V_1 = 0;
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_0 = ___frame0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterpretedFrame_Pop_mB08F9A4193FC9EEDFA06CF1D1950A4D6FDE035A3(L_0, NULL);
V_0 = L_1;
Type_t* L_2 = __this->____t_15;
il2cpp_codegen_runtime_class_init_inline(TypeExtensions_t3ECEF5C4EFF4A8B50F70EF5C26D9120485701470_il2cpp_TypeInfo_var);
int32_t L_3;
L_3 = TypeExtensions_GetTypeCode_m72ED0D5CAC326EF092D3893CD37677B370F1C7D7(L_2, NULL);
V_1 = L_3;
int32_t L_4 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 4)))
{
case 0:
{
goto IL_011b;
}
case 1:
{
goto IL_00d0;
}
case 2:
{
goto IL_00b4;
}
case 3:
{
goto IL_00e9;
}
case 4:
{
goto IL_0102;
}
case 5:
{
goto IL_0044;
}
case 6:
{
goto IL_007c;
}
case 7:
{
goto IL_0060;
}
case 8:
{
goto IL_0098;
}
}
}
{
goto IL_0134;
}
IL_0044:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = ___frame0;
Type_t* L_6 = __this->____t_15;
RuntimeObject* L_7 = V_0;
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_8;
L_8 = Enum_ToObject_mC0478A293DBEE65409290B7E63700258041C694D(L_6, ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_7, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), NULL);
NullCheck(L_5);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_5, L_8, NULL);
goto IL_0150;
}
IL_0060:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_9 = ___frame0;
Type_t* L_10 = __this->____t_15;
RuntimeObject* L_11 = V_0;
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_12;
L_12 = Enum_ToObject_m615ADA6748A7E5B467983BBFAFEF10BD512C7993(L_10, ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_11, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), NULL);
NullCheck(L_9);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_9, L_12, NULL);
goto IL_0150;
}
IL_007c:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_13 = ___frame0;
Type_t* L_14 = __this->____t_15;
RuntimeObject* L_15 = V_0;
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_16;
L_16 = Enum_ToObject_mB2F0342A61A7C908DCB4824B16C6BC24D8C92B0C(L_14, ((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_15, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))), NULL);
NullCheck(L_13);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_13, L_16, NULL);
goto IL_0150;
}
IL_0098:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_17 = ___frame0;
Type_t* L_18 = __this->____t_15;
RuntimeObject* L_19 = V_0;
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_20;
L_20 = Enum_ToObject_m5F3E7A43003C9B3CD35925F8F659A6EDABD79DC8(L_18, ((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_19, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), NULL);
NullCheck(L_17);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_17, L_20, NULL);
goto IL_0150;
}
IL_00b4:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_21 = ___frame0;
Type_t* L_22 = __this->____t_15;
RuntimeObject* L_23 = V_0;
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_24;
L_24 = Enum_ToObject_m670D844828017B67AC22F2B9519C989D3B34F642(L_22, ((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_23, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))), NULL);
NullCheck(L_21);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_21, L_24, NULL);
goto IL_0150;
}
IL_00d0:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_25 = ___frame0;
Type_t* L_26 = __this->____t_15;
RuntimeObject* L_27 = V_0;
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_28;
L_28 = Enum_ToObject_mC41CC952597610EE4877E1FA863FDBEA3F05609F(L_26, ((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_27, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))), NULL);
NullCheck(L_25);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_25, L_28, NULL);
goto IL_0150;
}
IL_00e9:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_29 = ___frame0;
Type_t* L_30 = __this->____t_15;
RuntimeObject* L_31 = V_0;
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_32;
L_32 = Enum_ToObject_mB18D906A9B0C9E2F0BF3FFF4C3F219D04004217C(L_30, ((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_31, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), NULL);
NullCheck(L_29);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_29, L_32, NULL);
goto IL_0150;
}
IL_0102:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_33 = ___frame0;
Type_t* L_34 = __this->____t_15;
RuntimeObject* L_35 = V_0;
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_36;
L_36 = Enum_ToObject_m4256183D7F180C6E72049AFE023B4DEDF4C0EB24(L_34, ((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_35, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), NULL);
NullCheck(L_33);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_33, L_36, NULL);
goto IL_0150;
}
IL_011b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_37 = ___frame0;
Type_t* L_38 = __this->____t_15;
RuntimeObject* L_39 = V_0;
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_40;
L_40 = Enum_ToObject_m4256183D7F180C6E72049AFE023B4DEDF4C0EB24(L_38, ((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_39, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)))), NULL);
NullCheck(L_37);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_37, L_40, NULL);
goto IL_0150;
}
IL_0134:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_41 = ___frame0;
Type_t* L_42 = __this->____t_15;
RuntimeObject* L_43 = V_0;
bool L_44 = ((*(bool*)((bool*)(bool*)UnBox(L_43, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
RuntimeObject* L_45 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_44);
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
RuntimeObject* L_46;
L_46 = Enum_ToObject_m6AC36749AA2CE7BCC5416CA230C0E5B4BDCFF4DB(L_42, L_45, NULL);
NullCheck(L_41);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_41, L_46, NULL);
}
IL_0150:
{
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
// System.Void System.Linq.Expressions.Interpreter.QuoteInstruction::.ctor(System.Linq.Expressions.Expression,System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QuoteInstruction__ctor_mDB9A0F2AA977B2B75C57E19A894A4EE70619C8FA (QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF* __this, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ___operand0, Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ___hoistedVariables1, const RuntimeMethod* method)
{
{
Instruction__ctor_m7FA7D188887DDFCD2238984FACB1F8850DBB1B6E(__this, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = ___operand0;
__this->____operand_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____operand_0), (void*)L_0);
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_1 = ___hoistedVariables1;
__this->____hoistedVariables_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____hoistedVariables_1), (void*)L_1);
return;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.QuoteInstruction::get_ProducedStack()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QuoteInstruction_get_ProducedStack_mF1CCE87033968381332B968CB40659F69E813B77 (QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// System.String System.Linq.Expressions.Interpreter.QuoteInstruction::get_InstructionName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* QuoteInstruction_get_InstructionName_m8EFBCB289A968B32150E078B33AD68919DF92D1D (QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A405948E47BFC6FE2B2426F6D7E92612B340C40);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral5A405948E47BFC6FE2B2426F6D7E92612B340C40;
}
}
// System.Int32 System.Linq.Expressions.Interpreter.QuoteInstruction::Run(System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QuoteInstruction_Run_m3E6567C4AB4B438D59AF35F64D7AE45A069DCF68 (QuoteInstruction_tE988B6F73ABCE98F3B45C708B36E815991DF96BF* __this, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_0 = NULL;
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_0 = __this->____operand_0;
V_0 = L_0;
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_1 = __this->____hoistedVariables_1;
if (!L_1)
{
goto IL_0022;
}
}
{
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_2 = __this->____hoistedVariables_1;
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_3 = ___frame0;
ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* L_4 = (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536*)il2cpp_codegen_object_new(ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536_il2cpp_TypeInfo_var);
NullCheck(L_4);
ExpressionQuoter__ctor_m200001F390A64D2944785FA53D9799DB85D0DCBD(L_4, L_2, L_3, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_5 = V_0;
NullCheck(L_4);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_6;
L_6 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, L_4, L_5);
V_0 = L_6;
}
IL_0022:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_7 = ___frame0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_8 = V_0;
NullCheck(L_7);
InterpretedFrame_Push_m3AB9DC7D70271DF1C6994B37C196C430FFDDAC53(L_7, L_8, NULL);
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
// System.Void System.Linq.Expressions.Interpreter.QuoteInstruction/ExpressionQuoter::.ctor(System.Collections.Generic.Dictionary`2<System.Linq.Expressions.ParameterExpression,System.Linq.Expressions.Interpreter.LocalVariable>,System.Linq.Expressions.Interpreter.InterpretedFrame)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExpressionQuoter__ctor_m200001F390A64D2944785FA53D9799DB85D0DCBD (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* ___hoistedVariables0, InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* ___frame1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mBD94EE89EC1D2CEAC415AF555E08B7C57CCF1136_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* L_0 = (Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26*)il2cpp_codegen_object_new(Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26_il2cpp_TypeInfo_var);
NullCheck(L_0);
Stack_1__ctor_mBD94EE89EC1D2CEAC415AF555E08B7C57CCF1136(L_0, Stack_1__ctor_mBD94EE89EC1D2CEAC415AF555E08B7C57CCF1136_RuntimeMethod_var);
__this->____shadowedVars_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____shadowedVars_2), (void*)L_0);
ExpressionVisitor__ctor_m2974B344C35DD823BDA6D6313DAE4C7F64541393(__this, NULL);
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_1 = ___hoistedVariables0;
__this->____variables_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____variables_0), (void*)L_1);
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_2 = ___frame1;
__this->____frame_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____frame_1), (void*)L_2);
return;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Interpreter.QuoteInstruction/ExpressionQuoter::VisitBlock(System.Linq.Expressions.BlockExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionQuoter_VisitBlock_m8462AFAEA27D7A6018277E5FA075A788373137C0 (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* ___node0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_mC0C62892114445D0C45381AC389DC3ED65E0D8EA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* V_0 = NULL;
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_0 = ___node0;
NullCheck(L_0);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_1;
L_1 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_0, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B(L_1, ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0024;
}
}
{
Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* L_3 = __this->____shadowedVars_2;
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_4 = ___node0;
NullCheck(L_4);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_5;
L_5 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_4, NULL);
HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_6 = (HashSet_1_t068F5201D923072F46716204841D21328FE6218D*)il2cpp_codegen_object_new(HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var);
NullCheck(L_6);
HashSet_1__ctor_mC0C62892114445D0C45381AC389DC3ED65E0D8EA(L_6, L_5, HashSet_1__ctor_mC0C62892114445D0C45381AC389DC3ED65E0D8EA_RuntimeMethod_var);
NullCheck(L_3);
Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE(L_3, L_6, Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE_RuntimeMethod_var);
}
IL_0024:
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_7 = ___node0;
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_8;
L_8 = ExpressionVisitorUtils_VisitBlockExpressions_mEDE7C8036479335E4AC2A55DB270F2A06D334C37(__this, L_7, NULL);
V_0 = L_8;
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_9 = ___node0;
NullCheck(L_9);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_10;
L_10 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_9, NULL);
NullCheck(L_10);
int32_t L_11;
L_11 = ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B(L_10, ReadOnlyCollection_1_get_Count_m2F38D8E0117E04046EE62C36C9497CE1379B180B_RuntimeMethod_var);
if ((((int32_t)L_11) <= ((int32_t)0)))
{
goto IL_0046;
}
}
{
Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* L_12 = __this->____shadowedVars_2;
NullCheck(L_12);
HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_13;
L_13 = Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5(L_12, Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5_RuntimeMethod_var);
}
IL_0046:
{
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_14 = V_0;
if (L_14)
{
goto IL_004b;
}
}
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_15 = ___node0;
return L_15;
}
IL_004b:
{
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_16 = ___node0;
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_17 = ___node0;
NullCheck(L_17);
ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505* L_18;
L_18 = BlockExpression_get_Variables_m8CBE3418D45C9F5E867CB5AB2BD94655249B4DC5(L_17, NULL);
ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* L_19 = V_0;
NullCheck(L_16);
BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B* L_20;
L_20 = VirtualFuncInvoker2< BlockExpression_tA7BF679A1EA718F7DC918EBF5DE86D4C9327B76B*, ReadOnlyCollection_1_tFF3A96CB3B2F8DC59789963B01C8937823675505*, ExpressionU5BU5D_tA9F782C3F01235FA1BEE94C80141F0CE1CB1BF6F* >::Invoke(14 /* System.Linq.Expressions.BlockExpression System.Linq.Expressions.BlockExpression::Rewrite(System.Collections.ObjectModel.ReadOnlyCollection`1<System.Linq.Expressions.ParameterExpression>,System.Linq.Expressions.Expression[]) */, L_16, L_18, L_19);
return L_20;
}
}
// System.Linq.Expressions.CatchBlock System.Linq.Expressions.Interpreter.QuoteInstruction/ExpressionQuoter::VisitCatchBlock(System.Linq.Expressions.CatchBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ExpressionQuoter_VisitCatchBlock_m4254F310525B53FE2488A5252ABC904585C19F07 (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* ___node0, 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*)&HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_0 = NULL;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* V_1 = NULL;
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_0 = ___node0;
NullCheck(L_0);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1;
L_1 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_0, NULL);
if (!L_1)
{
goto IL_0025;
}
}
{
Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* L_2 = __this->____shadowedVars_2;
HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_3 = (HashSet_1_t068F5201D923072F46716204841D21328FE6218D*)il2cpp_codegen_object_new(HashSet_1_t068F5201D923072F46716204841D21328FE6218D_il2cpp_TypeInfo_var);
NullCheck(L_3);
HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B(L_3, HashSet_1__ctor_mC6742D4B2D1A12A042DB56C25EEF951C4BAC992B_RuntimeMethod_var);
HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_4 = L_3;
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_5 = ___node0;
NullCheck(L_5);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_6;
L_6 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_5, NULL);
NullCheck(L_4);
bool L_7;
L_7 = HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69(L_4, L_6, HashSet_1_Add_m9B1803FBD20D89F056AD75F1B6B0E1F5D5CF4F69_RuntimeMethod_var);
NullCheck(L_2);
Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE(L_2, L_4, Stack_1_Push_m7705C6FDAFECD165E7E24091F066CB47F323E6CE_RuntimeMethod_var);
}
IL_0025:
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_8 = ___node0;
NullCheck(L_8);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_9;
L_9 = CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline(L_8, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_10;
L_10 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_9);
V_0 = L_10;
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_11 = ___node0;
NullCheck(L_11);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_12;
L_12 = CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline(L_11, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_13;
L_13 = VirtualFuncInvoker1< Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*, Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* >::Invoke(4 /* System.Linq.Expressions.Expression System.Linq.Expressions.ExpressionVisitor::Visit(System.Linq.Expressions.Expression) */, __this, L_12);
V_1 = L_13;
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_14 = ___node0;
NullCheck(L_14);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_15;
L_15 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_14, NULL);
if (!L_15)
{
goto IL_0053;
}
}
{
Stack_1_tC4810ACEE7FD00840B5CB4333A83E2E1553CAD26* L_16 = __this->____shadowedVars_2;
NullCheck(L_16);
HashSet_1_t068F5201D923072F46716204841D21328FE6218D* L_17;
L_17 = Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5(L_16, Stack_1_Pop_mBE2B08F95D18382A9C64D99E1065B899EB75E6E5_RuntimeMethod_var);
}
IL_0053:
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_18 = V_0;
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_19 = ___node0;
NullCheck(L_19);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_20;
L_20 = CatchBlock_get_Body_m1C647452E9771C6D1624574DC04BBD595B3A08D5_inline(L_19, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_18) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_20))))
{
goto IL_0067;
}
}
{
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_21 = V_1;
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_22 = ___node0;
NullCheck(L_22);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_23;
L_23 = CatchBlock_get_Filter_m4522AA2B740B4A38DDFF7E896CE91F80E308077B_inline(L_22, NULL);
if ((!(((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_21) == ((RuntimeObject*)(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785*)L_23))))
{
goto IL_0067;
}
}
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_24 = ___node0;
return L_24;
}
IL_0067:
{
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_25 = ___node0;
NullCheck(L_25);
Type_t* L_26;
L_26 = CatchBlock_get_Test_mB47E2C357970AB30B3D039AC601FF071998D45FB_inline(L_25, NULL);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_27 = ___node0;
NullCheck(L_27);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_28;
L_28 = CatchBlock_get_Variable_m8B8E98119FF512EC3A85A2D0CC514FAB3D22F6E2_inline(L_27, NULL);
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_29 = V_0;
Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* L_30 = V_1;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
CatchBlock_tB072D0379075A2B9794C47DD9125E0141A84D7BA* L_31;
L_31 = Expression_MakeCatchBlock_mC75995FDAED24192EDFB275B0EEBF72E288EB498(L_26, L_28, L_29, L_30, NULL);
return L_31;
}
}
// System.Linq.Expressions.Expression System.Linq.Expressions.Interpreter.QuoteInstruction/ExpressionQuoter::VisitParameter(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785* ExpressionQuoter_VisitParameter_m37A17EA2DF22E0AC0AAF961ECBBE3C21776C49E6 (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___node0, 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*)&_stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_0 = ___node0;
RuntimeObject* L_1;
L_1 = ExpressionQuoter_GetBox_m01A076C755644870BDC47A5FE7A3426F60F85A59(__this, L_0, NULL);
V_0 = L_1;
RuntimeObject* L_2 = V_0;
if (L_2)
{
goto IL_000d;
}
}
{
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_3 = ___node0;
return L_3;
}
IL_000d:
{
RuntimeObject* L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(Expression_t70AA908ECBD33E94249BF235E4EBB0F831AD8785_il2cpp_TypeInfo_var);
ConstantExpression_t4BE6B7DFD889CC0EA42B45C32BD511F2764E1547* L_5;
L_5 = Expression_Constant_m5D3728BC22F16A217945079B390E6E622BA5904D(L_4, NULL);
MemberExpression_t133C12A9CE765EF02D622D660CE80E146B15EF89* L_6;
L_6 = Expression_Field_mC65699D55B3B233DE8A7E3D5810C5229039538EA(L_5, _stringLiteral86FADB31129B6F40C720A97600D69389EA3567E3, NULL);
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_7 = ___node0;
NullCheck(L_7);
Type_t* L_8;
L_8 = VirtualFuncInvoker0< Type_t* >::Invoke(5 /* System.Type System.Linq.Expressions.Expression::get_Type() */, L_7);
UnaryExpression_tFB4F40A211A2FF9B58F1A86E0EDB474121867B96* L_9;
L_9 = Expression_Convert_mE26A8F02EF729CCAE06E809F30227B4195B3C392(L_6, L_8, NULL);
return L_9;
}
}
// System.Runtime.CompilerServices.IStrongBox System.Linq.Expressions.Interpreter.QuoteInstruction/ExpressionQuoter::GetBox(System.Linq.Expressions.ParameterExpression)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExpressionQuoter_GetBox_m01A076C755644870BDC47A5FE7A3426F60F85A59 (ExpressionQuoter_t3D5F35B2980800F7F947EBC0819D867CF5AAD536* __this, ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* ___variable0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* V_0 = NULL;
{
Dictionary_2_tEF46B4EA472A35123947A8DF4F68C3E8A5F0C4FD* L_0 = __this->____variables_0;
ParameterExpression_tE8D3A1137422F75D256CBB200EDC82820F240110* L_1 = ___variable0;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m7E0261E786EC867AE99D4A10FDF6D621D6D92050_RuntimeMethod_var);
if (!L_2)
{
goto IL_0043;
}
}
{
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_002b;
}
}
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_5 = __this->____frame_1;
NullCheck(L_5);
IStrongBoxU5BU5D_tE5FF200DF0ED2B51EB4648CE649D7BEF50A8457F* L_6 = L_5->___Closure_8;
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = L_7->___Index_0;
NullCheck(L_6);
int32_t L_9 = L_8;
RuntimeObject* L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
return L_10;
}
IL_002b:
{
InterpretedFrame_tF030A9AC78837B1C2F9CD54B43F7A04D85A8D92D* L_11 = __this->____frame_1;
NullCheck(L_11);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11->___Data_7;
LocalVariable_t833E85320A902536CDDBE18E68AC7B2860C677B4* L_13 = V_0;
NullCheck(L_13);
int32_t L_14 = L_13->___Index_0;
NullCheck(L_12);
int32_t L_15 = L_14;
RuntimeObject* L_16 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
return ((RuntimeObject*)Castclass((RuntimeObject*)L_16, IStrongBox_t30BF40B9E1DBFCF609659C2E0959A6EE239B4A82_il2cpp_TypeInfo_var));
}
IL_0043:
{
return (RuntimeObject*)NULL;
}
}
#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
// System.Type System.Linq.Expressions.Interpreter.DelegateHelpers::MakeDelegate(System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DelegateHelpers_MakeDelegate_m66B485AE73FD24D5BBF2F6EF573C5B80CC54A53A (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___types0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_10_tD7A9E3DE0B11D07E0D63E25276F7BBA7C4E9A97B_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_11_t9C6BD4FA85FF298AFC881AA9E93EE60F513EA0D6_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_12_t9B8F6CB7F4FEB729F2671D3992A84925E605E73D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_13_tA09258AE438CC6AA1D8F3A7085054E2A189053AD_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_14_tA4289448582D8D873202389340DBFE15C1313DC8_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_15_tFAD03EC461BB53B20A27DA051E7540B4FABC2723_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_16_t70A3D02509D19C2ACA006DC786836B6E70B47F08_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tFA646AF302098720700AA3CD3CB9AC4BFA28E1B0_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t2A8978C62C9082E48EEADCFEB0326B90CE3CB076_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_3_t867D6D7DE9468D12476A5F27A12D290FE68F287D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_4_tE90381BC829EF7ACE3ECA8CFA2375FBCCF481C80_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_5_tDDE38C4769C902EA808E47159D1B9F153651F62D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_6_t603F9DF0A22BB1635C856BB89F8F74F1B6BDFAFA_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_7_t307DAF16A3386EB9D49E1903ADA0A7984E3BC292_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_8_t5654601F4F89953214AF7C1A90C80DD9A9D269C8_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_9_t917DFE363CFF41CF6FE2F057EFEF3C3D7A2C9DBE_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisType_t_mF151DF82FA30089366F58A4DF89C3C127553D0A0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Any_TisType_t_mC5D6DFCE497DC8CEBF6409A83B44F8A08AC17725_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_10_t09366C5D86280EF447BEB40036138A17AA215062_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_11_tD63981B69296972A20674830A4563A4E8FA7C3E0_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_12_t7FC2EB9630D813A39977C0564C35164893A5E8E5_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_13_t43710C181ACF9DEA1E066A67867A365FE5AC3428_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_14_tFC347F3FB060C63755F201A281C69C5CF7660733_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_15_t6E31F68BA49C31F5214CCFCD08FC472E9EDC0EBE_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_16_t1C66F76FCBCDB0FF858D057DB67AE7E31654FD7F_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_17_tD48395CB77EA18CB5B956A490E88C8C7893052DD_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tD813A2B3279585A272DD901DC6F526525907BC83_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t3AC8A3183F5A1C862CAF50A783E9EC21564F239E_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_tC3442A85AD23557EC52525D86961D8B2D490067F_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_4_t7051EDF4C05F78B537C5097FA64EAC44552EF988_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_5_t83AACB0866E7F573F23C66E59F49CAC4DAD025FA_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_6_tB99A2858C50984B81ADC0D107031F4FBD732E56D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_7_t75F6CF906DFC4A4BB00CCB185D9C5334BDFE9341_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_8_tFDC735DD9DDBDAF48CDE6D2589668A1EA4DCEAD8_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_9_t174E17850516F511028E94888D9A9989C246EE92_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CMakeDelegateU3Eb__1_0_mC3C80F10C2826839016896F7F73ACAB532CBB40C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Void_t4861ACF8F4594C3437BB48B6E56783494B843915_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* G_B3_0 = NULL;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* G_B3_1 = NULL;
Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* G_B2_0 = NULL;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* G_B2_1 = NULL;
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_0 = ___types0;
NullCheck(L_0);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))) > ((int32_t)((int32_t)17))))
{
goto IL_002e;
}
}
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_1 = ___types0;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var);
Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* L_2 = ((U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var))->___U3CU3E9__1_0_1;
Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* L_3 = L_2;
G_B2_0 = L_3;
G_B2_1 = L_1;
if (L_3)
{
G_B3_0 = L_3;
G_B3_1 = L_1;
goto IL_0027;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var);
U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970* L_4 = ((U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* L_5 = (Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E*)il2cpp_codegen_object_new(Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E_il2cpp_TypeInfo_var);
NullCheck(L_5);
Func_2__ctor_mAFDFA2B152082BBF5E0626BF143EDACD61DE9D74(L_5, L_4, (intptr_t)((void*)U3CU3Ec_U3CMakeDelegateU3Eb__1_0_mC3C80F10C2826839016896F7F73ACAB532CBB40C_RuntimeMethod_var), NULL);
Func_2_t7AF8146EC94DFCBB0F1B3E70111C1FB21D39F00E* L_6 = L_5;
((U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var))->___U3CU3E9__1_0_1 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDBBFFCC678D9C69EC21113E192C94D1BE0F1C970_il2cpp_TypeInfo_var))->___U3CU3E9__1_0_1), (void*)L_6);
G_B3_0 = L_6;
G_B3_1 = G_B2_1;
}
IL_0027:
{
bool L_7;
L_7 = Enumerable_Any_TisType_t_mC5D6DFCE497DC8CEBF6409A83B44F8A08AC17725((RuntimeObject*)G_B3_1, G_B3_0, Enumerable_Any_TisType_t_mC5D6DFCE497DC8CEBF6409A83B44F8A08AC17725_RuntimeMethod_var);
if (!L_7)
{
goto IL_0034;
}
}
IL_002e:
{
Exception_t* L_8;
L_8 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DelegateHelpers_MakeDelegate_m66B485AE73FD24D5BBF2F6EF573C5B80CC54A53A_RuntimeMethod_var)));
}
IL_0034:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_9 = ___types0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_10 = ___types0;
NullCheck(L_10);
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_10)->max_length)), 1));
Type_t* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_13 = { reinterpret_cast<intptr_t> (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_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_13, NULL);
bool L_15;
L_15 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_12, L_14, NULL);
if (!L_15)
{
goto IL_01c9;
}
}
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_16 = ___types0;
NullCheck(L_16);
Array_Resize_TisType_t_mF151DF82FA30089366F58A4DF89C3C127553D0A0((&___types0), ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_16)->max_length)), 1)), Array_Resize_TisType_t_mF151DF82FA30089366F58A4DF89C3C127553D0A0_RuntimeMethod_var);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_17 = ___types0;
NullCheck(L_17);
V_0 = ((int32_t)(((RuntimeArray*)L_17)->max_length));
int32_t L_18 = V_0;
switch (L_18)
{
case 0:
{
goto IL_00ae;
}
case 1:
{
goto IL_00b9;
}
case 2:
{
goto IL_00ca;
}
case 3:
{
goto IL_00db;
}
case 4:
{
goto IL_00ec;
}
case 5:
{
goto IL_00fd;
}
case 6:
{
goto IL_010e;
}
case 7:
{
goto IL_011f;
}
case 8:
{
goto IL_0130;
}
case 9:
{
goto IL_0141;
}
case 10:
{
goto IL_0152;
}
case 11:
{
goto IL_0163;
}
case 12:
{
goto IL_0174;
}
case 13:
{
goto IL_0185;
}
case 14:
{
goto IL_0196;
}
case 15:
{
goto IL_01a7;
}
case 16:
{
goto IL_01b8;
}
}
}
{
goto IL_033f;
}
IL_00ae:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_19 = { reinterpret_cast<intptr_t> (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_20;
L_20 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_19, NULL);
return L_20;
}
IL_00b9:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast<intptr_t> (Action_1_tFA646AF302098720700AA3CD3CB9AC4BFA28E1B0_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_22;
L_22 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_21, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_23 = ___types0;
NullCheck(L_22);
Type_t* L_24;
L_24 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_22, L_23);
return L_24;
}
IL_00ca:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_25 = { reinterpret_cast<intptr_t> (Action_2_t2A8978C62C9082E48EEADCFEB0326B90CE3CB076_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_26;
L_26 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_25, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_27 = ___types0;
NullCheck(L_26);
Type_t* L_28;
L_28 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_26, L_27);
return L_28;
}
IL_00db:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_29 = { reinterpret_cast<intptr_t> (Action_3_t867D6D7DE9468D12476A5F27A12D290FE68F287D_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_30;
L_30 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_29, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_31 = ___types0;
NullCheck(L_30);
Type_t* L_32;
L_32 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_30, L_31);
return L_32;
}
IL_00ec:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_33 = { reinterpret_cast<intptr_t> (Action_4_tE90381BC829EF7ACE3ECA8CFA2375FBCCF481C80_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_34;
L_34 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_33, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_35 = ___types0;
NullCheck(L_34);
Type_t* L_36;
L_36 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_34, L_35);
return L_36;
}
IL_00fd:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_37 = { reinterpret_cast<intptr_t> (Action_5_tDDE38C4769C902EA808E47159D1B9F153651F62D_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_38;
L_38 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_37, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_39 = ___types0;
NullCheck(L_38);
Type_t* L_40;
L_40 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_38, L_39);
return L_40;
}
IL_010e:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_41 = { reinterpret_cast<intptr_t> (Action_6_t603F9DF0A22BB1635C856BB89F8F74F1B6BDFAFA_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_42;
L_42 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_41, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_43 = ___types0;
NullCheck(L_42);
Type_t* L_44;
L_44 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_42, L_43);
return L_44;
}
IL_011f:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_45 = { reinterpret_cast<intptr_t> (Action_7_t307DAF16A3386EB9D49E1903ADA0A7984E3BC292_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_46;
L_46 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_45, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_47 = ___types0;
NullCheck(L_46);
Type_t* L_48;
L_48 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_46, L_47);
return L_48;
}
IL_0130:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_49 = { reinterpret_cast<intptr_t> (Action_8_t5654601F4F89953214AF7C1A90C80DD9A9D269C8_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_50;
L_50 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_49, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_51 = ___types0;
NullCheck(L_50);
Type_t* L_52;
L_52 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_50, L_51);
return L_52;
}
IL_0141:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_53 = { reinterpret_cast<intptr_t> (Action_9_t917DFE363CFF41CF6FE2F057EFEF3C3D7A2C9DBE_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_54;
L_54 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_53, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_55 = ___types0;
NullCheck(L_54);
Type_t* L_56;
L_56 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_54, L_55);
return L_56;
}
IL_0152:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_57 = { reinterpret_cast<intptr_t> (Action_10_tD7A9E3DE0B11D07E0D63E25276F7BBA7C4E9A97B_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_58;
L_58 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_57, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_59 = ___types0;
NullCheck(L_58);
Type_t* L_60;
L_60 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_58, L_59);
return L_60;
}
IL_0163:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_61 = { reinterpret_cast<intptr_t> (Action_11_t9C6BD4FA85FF298AFC881AA9E93EE60F513EA0D6_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_62;
L_62 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_61, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_63 = ___types0;
NullCheck(L_62);
Type_t* L_64;
L_64 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_62, L_63);
return L_64;
}
IL_0174:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_65 = { reinterpret_cast<intptr_t> (Action_12_t9B8F6CB7F4FEB729F2671D3992A84925E605E73D_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_66;
L_66 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_65, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_67 = ___types0;
NullCheck(L_66);
Type_t* L_68;
L_68 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_66, L_67);
return L_68;
}
IL_0185:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_69 = { reinterpret_cast<intptr_t> (Action_13_tA09258AE438CC6AA1D8F3A7085054E2A189053AD_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_70;
L_70 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_69, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_71 = ___types0;
NullCheck(L_70);
Type_t* L_72;
L_72 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_70, L_71);
return L_72;
}
IL_0196:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_73 = { reinterpret_cast<intptr_t> (Action_14_tA4289448582D8D873202389340DBFE15C1313DC8_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_74;
L_74 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_73, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_75 = ___types0;
NullCheck(L_74);
Type_t* L_76;
L_76 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_74, L_75);
return L_76;
}
IL_01a7:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_77 = { reinterpret_cast<intptr_t> (Action_15_tFAD03EC461BB53B20A27DA051E7540B4FABC2723_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_78;
L_78 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_77, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_79 = ___types0;
NullCheck(L_78);
Type_t* L_80;
L_80 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_78, L_79);
return L_80;
}
IL_01b8:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_81 = { reinterpret_cast<intptr_t> (Action_16_t70A3D02509D19C2ACA006DC786836B6E70B47F08_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_82;
L_82 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_81, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_83 = ___types0;
NullCheck(L_82);
Type_t* L_84;
L_84 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_82, L_83);
return L_84;
}
IL_01c9:
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_85 = ___types0;
NullCheck(L_85);
V_0 = ((int32_t)(((RuntimeArray*)L_85)->max_length));
int32_t L_86 = V_0;
switch (((int32_t)il2cpp_codegen_subtract(L_86, 1)))
{
case 0:
{
goto IL_021e;
}
case 1:
{
goto IL_022f;
}
case 2:
{
goto IL_0240;
}
case 3:
{
goto IL_0251;
}
case 4:
{
goto IL_0262;
}
case 5:
{
goto IL_0273;
}
case 6:
{
goto IL_0284;
}
case 7:
{
goto IL_0295;
}
case 8:
{
goto IL_02a6;
}
case 9:
{
goto IL_02b7;
}
case 10:
{
goto IL_02c8;
}
case 11:
{
goto IL_02d9;
}
case 12:
{
goto IL_02ea;
}
case 13:
{
goto IL_02fb;
}
case 14:
{
goto IL_030c;
}
case 15:
{
goto IL_031d;
}
case 16:
{
goto IL_032e;
}
}
}
{
goto IL_033f;
}
IL_021e:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_87 = { reinterpret_cast<intptr_t> (Func_1_tD813A2B3279585A272DD901DC6F526525907BC83_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_88;
L_88 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_87, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_89 = ___types0;
NullCheck(L_88);
Type_t* L_90;
L_90 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_88, L_89);
return L_90;
}
IL_022f:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_91 = { reinterpret_cast<intptr_t> (Func_2_t3AC8A3183F5A1C862CAF50A783E9EC21564F239E_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_92;
L_92 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_91, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_93 = ___types0;
NullCheck(L_92);
Type_t* L_94;
L_94 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_92, L_93);
return L_94;
}
IL_0240:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_95 = { reinterpret_cast<intptr_t> (Func_3_tC3442A85AD23557EC52525D86961D8B2D490067F_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_96;
L_96 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_95, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_97 = ___types0;
NullCheck(L_96);
Type_t* L_98;
L_98 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_96, L_97);
return L_98;
}
IL_0251:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_99 = { reinterpret_cast<intptr_t> (Func_4_t7051EDF4C05F78B537C5097FA64EAC44552EF988_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_100;
L_100 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_99, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_101 = ___types0;
NullCheck(L_100);
Type_t* L_102;
L_102 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_100, L_101);
return L_102;
}
IL_0262:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_103 = { reinterpret_cast<intptr_t> (Func_5_t83AACB0866E7F573F23C66E59F49CAC4DAD025FA_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_104;
L_104 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_103, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_105 = ___types0;
NullCheck(L_104);
Type_t* L_106;
L_106 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_104, L_105);
return L_106;
}
IL_0273:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_107 = { reinterpret_cast<intptr_t> (Func_6_tB99A2858C50984B81ADC0D107031F4FBD732E56D_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_108;
L_108 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_107, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_109 = ___types0;
NullCheck(L_108);
Type_t* L_110;
L_110 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_108, L_109);
return L_110;
}
IL_0284:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_111 = { reinterpret_cast<intptr_t> (Func_7_t75F6CF906DFC4A4BB00CCB185D9C5334BDFE9341_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_112;
L_112 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_111, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_113 = ___types0;
NullCheck(L_112);
Type_t* L_114;
L_114 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_112, L_113);
return L_114;
}
IL_0295:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_115 = { reinterpret_cast<intptr_t> (Func_8_tFDC735DD9DDBDAF48CDE6D2589668A1EA4DCEAD8_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_116;
L_116 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_115, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_117 = ___types0;
NullCheck(L_116);
Type_t* L_118;
L_118 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_116, L_117);
return L_118;
}
IL_02a6:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_119 = { reinterpret_cast<intptr_t> (Func_9_t174E17850516F511028E94888D9A9989C246EE92_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_120;
L_120 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_119, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_121 = ___types0;
NullCheck(L_120);
Type_t* L_122;
L_122 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_120, L_121);
return L_122;
}
IL_02b7:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_123 = { reinterpret_cast<intptr_t> (Func_10_t09366C5D86280EF447BEB40036138A17AA215062_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_124;
L_124 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_123, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_125 = ___types0;
NullCheck(L_124);
Type_t* L_126;
L_126 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_124, L_125);
return L_126;
}
IL_02c8:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_127 = { reinterpret_cast<intptr_t> (Func_11_tD63981B69296972A20674830A4563A4E8FA7C3E0_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_128;
L_128 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_127, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_129 = ___types0;
NullCheck(L_128);
Type_t* L_130;
L_130 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_128, L_129);
return L_130;
}
IL_02d9:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_131 = { reinterpret_cast<intptr_t> (Func_12_t7FC2EB9630D813A39977C0564C35164893A5E8E5_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_132;
L_132 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_131, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_133 = ___types0;
NullCheck(L_132);
Type_t* L_134;
L_134 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_132, L_133);
return L_134;
}
IL_02ea:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_135 = { reinterpret_cast<intptr_t> (Func_13_t43710C181ACF9DEA1E066A67867A365FE5AC3428_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_136;
L_136 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_135, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_137 = ___types0;
NullCheck(L_136);
Type_t* L_138;
L_138 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_136, L_137);
return L_138;
}
IL_02fb:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_139 = { reinterpret_cast<intptr_t> (Func_14_tFC347F3FB060C63755F201A281C69C5CF7660733_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_140;
L_140 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_139, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_141 = ___types0;
NullCheck(L_140);
Type_t* L_142;
L_142 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_140, L_141);
return L_142;
}
IL_030c:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_143 = { reinterpret_cast<intptr_t> (Func_15_t6E31F68BA49C31F5214CCFCD08FC472E9EDC0EBE_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_144;
L_144 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_143, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_145 = ___types0;
NullCheck(L_144);
Type_t* L_146;
L_146 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_144, L_145);
return L_146;
}
IL_031d:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_147 = { reinterpret_cast<intptr_t> (Func_16_t1C66F76FCBCDB0FF858D057DB67AE7E31654FD7F_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_148;
L_148 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_147, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_149 = ___types0;
NullCheck(L_148);
Type_t* L_150;
L_150 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_148, L_149);
return L_150;
}
IL_032e:
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_151 = { reinterpret_cast<intptr_t> (Func_17_tD48395CB77EA18CB5B956A490E88C8C7893052DD_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_152;
L_152 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_151, NULL);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_153 = ___types0;
NullCheck(L_152);
Type_t* L_154;
L_154 = VirtualFuncInvoker1< Type_t*, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(125 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_152, L_153);
return L_154;
}
IL_033f:
{
Exception_t* L_155;
L_155 = ContractUtils_get_Unreachable_m1596C87B73425CB22B386D0BB9359397E26E799A(NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_155, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DelegateHelpers_MakeDelegate_m66B485AE73FD24D5BBF2F6EF573C5B80CC54A53A_RuntimeMethod_var)));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
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_0;
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_2;
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_3;
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_0;
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_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* LightDelegateCreator_get_Interpreter_m67081EFC5128F2FCBDC5306DEC0E513A21FBDFD8_inline (LightDelegateCreator_t6214381DCA109BBF9A5B04DB1BCC2AD0EC08AF58* __this, const RuntimeMethod* method)
{
{
Interpreter_t510C725E2D3A23536CE8C5473739825931F710D1* L_0 = __this->___U3CInterpreterU3Ek__BackingField_1;
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_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* EnterTryCatchFinallyInstruction_get_Handler_m9C4803D04F6D4E26242EBA19BC04E35315C3654A_inline (EnterTryCatchFinallyInstruction_t217EA4C62C7F722E19FB04B1A1BCBD82FCA43880* __this, const RuntimeMethod* method)
{
{
TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* L_0 = __this->____tryHandler_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* TryCatchFinallyHandler_get_Handlers_mF78A1DA068B8002CAE1E8D8BA9AC30E1F5F7421E_inline (TryCatchFinallyHandler_t5155D0E10E251EE92FAFB40FA05722A68F1265D0* __this, const RuntimeMethod* method)
{
{
ExceptionHandlerU5BU5D_t55C2A7230AF6082C4BB4CA2C75E9F1340102EBC4* L_0 = __this->____handlers_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* EnterTryFaultInstruction_get_Handler_m20DEEA616E24D6299D40DA469FAE57FFB5D587B9_inline (EnterTryFaultInstruction_t22BD3FC4E57CC6CF1ED1D6289B02BA3287F0DE36* __this, const RuntimeMethod* method)
{
{
TryFaultHandler_t600645BC04EBB0AF2E3FB58B10C70D6F120AAA2D* L_0 = __this->____tryHandler_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringLength_4;
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_5;
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_6;
return L_0;
}
}
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_3;
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_1;
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_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mD31A9E173A55AE70A2A2902B50D11EDCDAF187D5_gshared_inline (Nullable_1_t8E699A6C21FC31A12A10C20E4F9A9DA84BABD9B2* __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->___hasValue_0;
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 = (LocalDefinition_t7B90DE35AAE919E1C79BA7EAFB99BF70589B1C02)__this->___value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
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_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
int32_t L_7 = V_1;
RuntimeObject* L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
return;
}
IL_0034:
{
RuntimeObject* L_9 = ___item0;
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_2_Invoke_mDBA25DA5DA5B7E056FB9B026AF041F1385FB58A9_gshared_inline (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___arg0, const RuntimeMethod* method)
{
typedef RuntimeObject* (*FunctionPointerType) (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___arg0, const RuntimeMethod* method);
return ((FunctionPointerType)__this->___invoke_impl_1)(__this, ___arg0, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_m55011E8360A8199FB239A5787BA8631CDD6116FC_gshared_inline (const RuntimeMethod* method)
{
{
il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 0));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ((EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 0)))->___Value_0;
return L_0;
}
}