10569 lines
568 KiB
C++
10569 lines
568 KiB
C++
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
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);
|
|
}
|
|
};
|
|
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 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);
|
|
}
|
|
};
|
|
|
|
struct Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3;
|
|
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
|
|
struct Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A;
|
|
struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710;
|
|
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83;
|
|
struct EventHandler_1_tF46A0252BA462E35F6B72C69AB6C0F751E7443D7;
|
|
struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457;
|
|
struct IEnumerable_1_tBB99AF9544626908B7F394A8B9680A03D15400ED;
|
|
struct IEnumerable_1_t22EB452F3C9F35C76F0D2DDBD2F6CBDA38158D52;
|
|
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
|
|
struct IEnumerator_1_t0BD94AEF0E788D0813F29C79B68E45B92FF26F4A;
|
|
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
|
|
struct KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342;
|
|
struct List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C;
|
|
struct List_1_t425196350A2888B269895DE1C865A3E7E4E2C9B6;
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
|
|
struct ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76;
|
|
struct Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418;
|
|
struct EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7;
|
|
struct Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E;
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893;
|
|
struct GroupU5BU5D_t9924453EAB39E5BC350475A536C5C7093F9A04A9;
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
struct AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76;
|
|
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F;
|
|
struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A;
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
|
|
struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA;
|
|
struct AssemblyLoadEventHandler_t74AF5FF25F520B9786A20D862AE69BE733774A42;
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
struct Capture_tE11B735186DAFEE5F7A3BF5A739E9CCCE99DC24A;
|
|
struct CaptureCollection_t38405272BD6A6DA77CD51487FD39624C6E95CC93;
|
|
struct CrashlyticsInternal_t1198375AF15958EFC45F6D435154BE2C8E75EE4F;
|
|
struct CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B;
|
|
struct Delegate_t;
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
struct DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279;
|
|
struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82;
|
|
struct Exception_t;
|
|
struct ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B;
|
|
struct FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25;
|
|
struct FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2;
|
|
struct FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6;
|
|
struct FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40;
|
|
struct Group_t26371E9136D6F43782C487B63C67C5FC4F472881;
|
|
struct GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E;
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D;
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5;
|
|
struct IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131;
|
|
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
|
|
struct IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910;
|
|
struct IOSImpl_tEF2F7F764B96CC904685F5137112DB87893D8CBD;
|
|
struct Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF;
|
|
struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82;
|
|
struct InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E;
|
|
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E;
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
struct LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887;
|
|
struct Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F;
|
|
struct MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC;
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
struct Metadata_tC80E86736BA3888D72B8344C8F8DB0E7AA5AB094;
|
|
struct MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9;
|
|
struct MethodInfo_t;
|
|
struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB;
|
|
struct OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F;
|
|
struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C;
|
|
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772;
|
|
struct ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692;
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
struct StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC;
|
|
struct StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D;
|
|
struct String_t;
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295;
|
|
struct Type_t;
|
|
struct UnhandledExceptionEventArgs_tA03BC4C11522215795EF708F89F187AD312310C0;
|
|
struct UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C;
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
struct U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4;
|
|
struct U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67;
|
|
struct U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8;
|
|
struct U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02;
|
|
struct U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C;
|
|
struct U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38;
|
|
struct LogCallback_tCFFF3C009186124A6A83A1E6BB7E360C5674C413;
|
|
struct SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970;
|
|
struct SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35;
|
|
struct SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B;
|
|
struct StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7;
|
|
struct ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8;
|
|
struct ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB;
|
|
struct SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Crashlytics_tF21B662C3F976D9980F52B473208474F6C31CBE5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t22EB452F3C9F35C76F0D2DDBD2F6CBDA38158D52_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t0BD94AEF0E788D0813F29C79B68E45B92FF26F4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IOSImpl_tEF2F7F764B96CC904685F5137112DB87893D8CBD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LogCallback_tCFFF3C009186124A6A83A1E6BB7E360C5674C413_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Metadata_tC80E86736BA3888D72B8344C8F8DB0E7AA5AB094_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral03192D84C8D434E3FC95E27AEF403CA3C3B7EB4D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0B47BC9031A69F662702621810EC706E2C081467;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0C6D64B7A0CDB6E3207FA23727AD41AA18ED8FF5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral19C0B9E0E1EFCD9A51E0CB2EE00076EA6CED0506;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral295135142B09D162981C567F1D15A5ED78CAAE14;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral31589BBA58A25664603E1D2DC687F87365BA9CFB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral324D2803BB6B3DD1B3536395FEC38B50ED1281C8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3AD2F5AF88C152B2F91CF71DD68BAEBA297C3D0C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4765970D0D7133F1C1A69C95B203411B88124CF0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral57A5B9F3116ECBC21D1419A60997CB549020FC53;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5A4CFF02A93B9B578AEFBB165D5837F2A3B4A9F3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral600E1D48E83D34B2EEB0C31402A28C22DD80665E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6D33B14DB067EECF8C3B3E9865F06820B6E0FE56;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6F58E55899F98AFC5E1E6EA30DD8C9C5B9EC984E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral73CFB0B100DCFB0240F5F961DCC32569C0D22AED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral865E2C8D46CB11CE0AF2692E2570B521A2687293;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87335D17F4C1DED94C576C65C1DC4F16D278C988;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral88B277217AED4CBAA42043A4D5CD8DB154680BFA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9084C0AE5B471F4073C715BDAC3F750C32FE483A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral918DADB10CAA24134994433C2D451F166C4F7B0D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral94638D7F4A43B841B52AF845739D3C73F4D2A8BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral94EFF030C9A3F8836D2235E04B3792B04BC2F807;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9554853CD2CD9EEDD72166DE0A017D5806CFA8CD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B4764AFFD207D0B7AF7D7AB0CF29E7D5902B664;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9DCE673A15F93E009DFB69F958FAFBBA5A7EF8B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9F9B4EE95D601BB0BC08F3411BA88D91604FD8F9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA87D8447ADA4FCBB0C1453670109D4DDFF27315D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBE84FE8ECE4A6DB8454F274D15DECBFFE3DE403F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC3057D1377FA08EA4DE91A6E7C58FFCB2E443146;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC5D8AF07339C92C1C8A544FB0AED646C001200E8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCB9902E2A4DFEBC0D9FA90B929984CE8637D6BAE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD1679B4D03C356BE642045EBD6252C205D1E0B84;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD2185E2B320102DBAC16E15976BE9935D7508BC0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD36337CE50D01489EBB3C0651FFACABE7674F341;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD7D6709CAC9D8FCE4933C82CDA34EE45277DBD95;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD57D613EE89CAA812BA2441F086552F388D6865;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE5FCE0B9BAB969557C9E40E4FB4EFF9C00C5F242;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF2A5607525186BE61B973E77753BBA0D8227A406;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF2BFAE70197C0E422760DF3A996C13C7A418B318;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AndroidImpl_CallInternalMethod_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0D7D8DBEF7844E65BDAAA04044FA857D2525D7A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AndroidImpl_Log_m30D658A4BF274481383E2CF103269151B104B10C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AndroidImpl_SetCustomKey_mCDEFCD6B84D8F1AE2798A5B312033D1C6057EECF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AndroidImpl_SetUserId_m585051B602D493801D9B47D34EEF53430C8A131D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AndroidImpl_U3CIsCrashlyticsCollectionEnabledU3Eb__14_0_mC501DF85D2F9E774C5D97BD4ED42992DDE4750B8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AndroidImpl__ctor_m94EE2C86B032B1858535A88AE69EBCF297634EDD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Skip_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_mF95EB107F9B1D2AEF1A34FA4D682DAF1954BDE96_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Take_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_mBB883D0427D32B9BDF80D680BC69EC474F874258_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_ToArray_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_m274B6528560C1E1DE5B74049843690753D75F9FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ExceptionHandler_HandleException_m019C3CCDB0E4A56D7EF1D613A92A9405985D8DD1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ExceptionHandler_HandleLog_mB827A404BA118DF75799C14138B7AD36C9E4F80F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsFrame__ctor_m9DA1BB6CA3308B17F33415FEE2AED3DC82C29DEF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsFrame_get_fileName_mBF925AD43D91CD4FF66037BED31C3CA6D5A3D771_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsFrame_get_library_mCE1D12FA2F50AF4D1E04100A6BF0B6782B177EAE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsFrame_get_lineNumber_m9518444D57CBD42882742335116804080B1D228C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsFrame_get_symbol_mBBF254843211071C048817F811790595A3DEB8A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsFrame_set_fileName_m3AFA0BF3D283C4C1D9FE5A5ABAE4313C830430BF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsFrame_set_library_mB81DF0DDF42C58EA110682BD125D8F22C46C6415_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsFrame_set_lineNumber_m6781FC7BCF6E06470EFAB334A586AEDB396B3A1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsFrame_set_symbol_m503E5CBE71D6BF7C9A2D3A369881D4EA53C1FD52_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsInternal_GetInstance_m7694E41DBD129C2659D76998342EA62F1BD1655B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsInternal_GetInstance_m77444EA867262D3DD401BF188FA867EBBF797587_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsInternal_IsCrashlyticsCollectionEnabled_m8B0F6A511B4FF974F950C832E76D0F0297FD3746_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsInternal_LogExceptionAsFatal_mAC6A59B7BC7CA43428C57BFAE742B10D08283595_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsInternal_LogException_mE3B015FF0065897102D02198BD039A56FB41FF5F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsInternal_Log_m8057616927524ACD8E755BDC890C902CD2051925_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsInternal_SetCrashlyticsCollectionEnabled_m8F65E7BB971FC63D9CE8E1949377C78C342962F7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsInternal_SetCustomKey_m9B8D0E4A846E3236A41643B16B25C2025AE4C175_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FirebaseCrashlyticsInternal_SetUserId_m6D4B4ECD872FA6653B66F80EB857F7C5E7D6614D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m468CC11F68E7B1323DBC33BC15634AA8C520224A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m9E06DB4CA8D1508D73839BB47732C5FECFD88E5E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4AA6E535BC1DD1E1308FD2D14FFE0E6A75A63207_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingApplicationException_m03E10310C9BEA49D70510AE54FD69872BEB6223B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingArgumentException_m9328D2B5324318692EA8649E9082486DB945D086_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingArgumentNullException_m557CD226F1BE122B3024C595BCB8128CF8647D01_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_mE74E25F37439F92F034A3D627ABFABCC90228584_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingArithmeticException_m6D012A4E05C48170C997A2871F27F38AB063A69A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingDivideByZeroException_m54067EBE88920805AB28472ED33CE3DB5212A0F7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingIOException_mF9A0B67215855A711DE08F4BA2A3E75014557F0E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mB2ACE9652C9860DBDCC0DC5194EFA13A2CE55727_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingInvalidCastException_m68623120FA2541F90C3A4841451AEBC02AAFFF44_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingInvalidOperationException_m2A68AE67B33AB532674544EC10C4F5F779563B1F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingNullReferenceException_m4C8C2D804AC4E330D2DEB2DBB5DE952A4CCA1A04_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingOutOfMemoryException_m1EE6354A4417CA3BCA1DC79EB0F3E1E5D41A7931_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingOverflowException_m064964DA67BCC95474FB0366AE430DC6205676B2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGExceptionHelper_SetPendingSystemException_m9485A13F4877E86D94B2738D8A809B7CC6C4EFD4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* SWIGStringHelper_CreateString_m08B722FA58870A3DE3A0F8010490F9A042D28CCD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFramesEnumerator_Reset_m2BABC3CDC79D1A6C5FB7D950AFD2C9E01393AFD5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFramesEnumerator_get_Current_m62894756C8E5C2A869EE03F2B680545834419AF8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_AddRange_mA01C00836161C7DF981A51F77867B2E0BDD62D64_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_Add_m188426B94129413908EFB8B1B3C1BA8810A582F2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_Clear_m027990FA59F9FA5D252B11FA71999AB1A4F24ABC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_CopyTo_m44D18400C39797A587506A7B0976077CA662D16B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_GetRange_m47F0E3D3E46D6CB5055F28048AF69E539A1E0188_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_InsertRange_m6FE96BA9F3A71CE45CB4708E452680AA492C85CE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_Insert_m34BB41A2F11D4065B425CE3CA7F6EE31E7644047_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_RemoveAt_m06CB6178430E33F3A542E690BA8FC4D1B2B17E07_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_RemoveRange_mCCC1E39A0F049754AC2AA760BB9A508836D99082_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_Repeat_m8EF98295384FE99EC79555BB03686489B1503E8A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_Reverse_mA8B9E959C2E2D27A1C4F5C39B8715682090484CE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_Reverse_mE785AFA0C824B52E1DE4B9DBD25602F4FB8C2BAB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_SetRange_mA41F307C8A63B91B9411C2C09694EEBF0410BCC9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames__ctor_m154610C7162D1D01490CB2174E425C6122B53C8C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames__ctor_m603FB6440AD4CDF23E7505330F40B3D640302795_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames__ctor_m7BAE44037164EB4CC513C0C9D63CCDBB083FC9FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames__ctor_mA057E98C2B6DD4B8AD7CB0D3046EAFD12C13E71D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames__ctor_mA81CB50CD3418AD62D91B904EEBE772326550BF6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_capacity_mD56EE3591F4DAF53E0C7D923280A5BC728D15C48_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_getitem_m96452DB2FAB36B546241F1790B7F5D583CAD7494_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_getitemcopy_m453240A356113355CC19AC1F0E7A42A429FFE958_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_reserve_mBA541E0FD68A15DD4321DB49574E91FC703F08A1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_set_Capacity_mF89EF2F62DEB547F5A1B5C2BDC766C6B6ADB89F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_setitem_mCC6DC1B74D4E5F46E3002A9EF8040127226D822C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* StackFrames_size_mC2CBB9AE3E1B0C68C56037D4C8018A55D8392F1C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass10_0_U3CSetCustomKeyU3Eb__0_m53E23B0462F4B953E3B295127EF0FBCA9C86D8A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass11_0_U3CSetUserIdU3Eb__0_m4E03EB78B3300745574D18BD1FB3E54F37D29A4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass12_0_U3CLogExceptionU3Eb__0_m3942CBB37AB288888545C3BF46D03B30572E39AE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass13_0_U3CLogExceptionAsFatalU3Eb__0_mC83930D3619DC28181CECB6F045867682ADD8DD1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass15_0_U3CSetCrashlyticsCollectionEnabledU3Eb__0_mF5FA1CE3B9A9FC6B91BD7D49E56188AC8FDED955_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass9_0_U3CLogU3Eb__0_m64E9B26706039F9AAC94794387278E0C8E623C86_RuntimeMethod_var;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
|
|
struct Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418;
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
struct U3CModuleU3E_tD72281B98D15D89CD09C70337AAA4E4E93D2A64E
|
|
{
|
|
};
|
|
struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83 : public RuntimeObject
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
|
|
EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7* ____entries;
|
|
int32_t ____count;
|
|
int32_t ____freeList;
|
|
int32_t ____freeCount;
|
|
int32_t ____version;
|
|
RuntimeObject* ____comparer;
|
|
KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* ____keys;
|
|
ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76* ____values;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C : public RuntimeObject
|
|
{
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct Capture_tE11B735186DAFEE5F7A3BF5A739E9CCCE99DC24A : public RuntimeObject
|
|
{
|
|
int32_t ___U3CIndexU3Ek__BackingField;
|
|
int32_t ___U3CLengthU3Ek__BackingField;
|
|
String_t* ___U3CTextU3Ek__BackingField;
|
|
};
|
|
struct Crashlytics_tF21B662C3F976D9980F52B473208474F6C31CBE5 : public RuntimeObject
|
|
{
|
|
};
|
|
struct CrashlyticsInternal_t1198375AF15958EFC45F6D435154BE2C8E75EE4F : public RuntimeObject
|
|
{
|
|
};
|
|
struct CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B : public RuntimeObject
|
|
{
|
|
};
|
|
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject
|
|
{
|
|
};
|
|
struct ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B : public RuntimeObject
|
|
{
|
|
bool ___isRegistered;
|
|
};
|
|
struct GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E : public RuntimeObject
|
|
{
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* ____match;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____captureMap;
|
|
GroupU5BU5D_t9924453EAB39E5BC350475A536C5C7093F9A04A9* ____groups;
|
|
};
|
|
struct Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF : public RuntimeObject
|
|
{
|
|
};
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject
|
|
{
|
|
RuntimeObject* ____identity;
|
|
};
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____identity;
|
|
};
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____identity;
|
|
};
|
|
struct MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC : public RuntimeObject
|
|
{
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ____regex;
|
|
List_1_t425196350A2888B269895DE1C865A3E7E4E2C9B6* ____matches;
|
|
bool ____done;
|
|
String_t* ____input;
|
|
int32_t ____beginning;
|
|
int32_t ____length;
|
|
int32_t ____startat;
|
|
int32_t ____prevlen;
|
|
};
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
struct MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9 : public RuntimeObject
|
|
{
|
|
};
|
|
struct StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D : public RuntimeObject
|
|
{
|
|
};
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
int32_t ____stringLength;
|
|
Il2CppChar ____firstChar;
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
struct U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4 : public RuntimeObject
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* ___U3CU3E4__this;
|
|
String_t* ___key;
|
|
String_t* ___value;
|
|
};
|
|
struct U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67 : public RuntimeObject
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* ___U3CU3E4__this;
|
|
String_t* ___identifier;
|
|
};
|
|
struct U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8 : public RuntimeObject
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* ___U3CU3E4__this;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* ___loggedException;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___frames;
|
|
};
|
|
struct U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02 : public RuntimeObject
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* ___U3CU3E4__this;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* ___loggedException;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___frames;
|
|
};
|
|
struct U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C : public RuntimeObject
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* ___U3CU3E4__this;
|
|
bool ___enabled;
|
|
};
|
|
struct U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38 : public RuntimeObject
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* ___U3CU3E4__this;
|
|
String_t* ___message;
|
|
};
|
|
struct PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D : public RuntimeObject
|
|
{
|
|
};
|
|
struct SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970 : public RuntimeObject
|
|
{
|
|
};
|
|
struct SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35 : public RuntimeObject
|
|
{
|
|
};
|
|
struct SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B : public RuntimeObject
|
|
{
|
|
};
|
|
struct StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7 : public RuntimeObject
|
|
{
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___collectionRef;
|
|
int32_t ___currentIndex;
|
|
RuntimeObject* ___currentObject;
|
|
int32_t ___currentSize;
|
|
};
|
|
struct AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76 : public Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF
|
|
{
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* ___crashlyticsInternal;
|
|
FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___firebaseApp;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
bool ___m_value;
|
|
};
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
|
|
{
|
|
Il2CppChar ___m_value;
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
struct Group_t26371E9136D6F43782C487B63C67C5FC4F472881 : public Capture_tE11B735186DAFEE5F7A3BF5A739E9CCCE99DC24A
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____caps;
|
|
int32_t ____capcount;
|
|
CaptureCollection_t38405272BD6A6DA77CD51487FD39624C6E95CC93* ____capcoll;
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
};
|
|
struct IOSImpl_tEF2F7F764B96CC904685F5137112DB87893D8CBD : public Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF
|
|
{
|
|
};
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
int32_t ___m_value;
|
|
};
|
|
struct IntPtr_t
|
|
{
|
|
void* ___m_value;
|
|
};
|
|
struct RefreshRate_t44FF0D3F256477CC8AB97FA49D08B636AFB4F68F
|
|
{
|
|
uint32_t ___numerator;
|
|
uint32_t ___denominator;
|
|
};
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
float ___m_value;
|
|
};
|
|
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
|
|
{
|
|
uint32_t ___m_value;
|
|
};
|
|
struct UnhandledExceptionEventArgs_tA03BC4C11522215795EF708F89F187AD312310C0 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377
|
|
{
|
|
RuntimeObject* ____exception;
|
|
bool ____isTerminating;
|
|
};
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
intptr_t ____mono_app_domain;
|
|
RuntimeObject* ____evidence;
|
|
RuntimeObject* ____granted;
|
|
int32_t ____principalPolicy;
|
|
AssemblyLoadEventHandler_t74AF5FF25F520B9786A20D862AE69BE733774A42* ___AssemblyLoad;
|
|
ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___AssemblyResolve;
|
|
EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___DomainUnload;
|
|
EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___ProcessExit;
|
|
ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___ResourceResolve;
|
|
ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___TypeResolve;
|
|
UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C* ___UnhandledException;
|
|
EventHandler_1_tF46A0252BA462E35F6B72C69AB6C0F751E7443D7* ___FirstChanceException;
|
|
RuntimeObject* ____domain_manager;
|
|
ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___ReflectionOnlyAssemblyResolve;
|
|
RuntimeObject* ____activation;
|
|
RuntimeObject* ____applicationIdentity;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch;
|
|
};
|
|
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_marshaled_pinvoke : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
|
|
{
|
|
intptr_t ____mono_app_domain;
|
|
Il2CppIUnknown* ____evidence;
|
|
Il2CppIUnknown* ____granted;
|
|
int32_t ____principalPolicy;
|
|
Il2CppMethodPointer ___AssemblyLoad;
|
|
Il2CppMethodPointer ___AssemblyResolve;
|
|
Il2CppMethodPointer ___DomainUnload;
|
|
Il2CppMethodPointer ___ProcessExit;
|
|
Il2CppMethodPointer ___ResourceResolve;
|
|
Il2CppMethodPointer ___TypeResolve;
|
|
Il2CppMethodPointer ___UnhandledException;
|
|
Il2CppMethodPointer ___FirstChanceException;
|
|
Il2CppIUnknown* ____domain_manager;
|
|
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve;
|
|
Il2CppIUnknown* ____activation;
|
|
Il2CppIUnknown* ____applicationIdentity;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch;
|
|
};
|
|
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_marshaled_com : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
|
|
{
|
|
intptr_t ____mono_app_domain;
|
|
Il2CppIUnknown* ____evidence;
|
|
Il2CppIUnknown* ____granted;
|
|
int32_t ____principalPolicy;
|
|
Il2CppMethodPointer ___AssemblyLoad;
|
|
Il2CppMethodPointer ___AssemblyResolve;
|
|
Il2CppMethodPointer ___DomainUnload;
|
|
Il2CppMethodPointer ___ProcessExit;
|
|
Il2CppMethodPointer ___ResourceResolve;
|
|
Il2CppMethodPointer ___TypeResolve;
|
|
Il2CppMethodPointer ___UnhandledException;
|
|
Il2CppMethodPointer ___FirstChanceException;
|
|
Il2CppIUnknown* ____domain_manager;
|
|
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve;
|
|
Il2CppIUnknown* ____activation;
|
|
Il2CppIUnknown* ____applicationIdentity;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch;
|
|
};
|
|
struct CopyTextureSupport_t4EFE718FA2FC4A185D5011E063FAA1249550C644
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
RuntimeObject* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
bool ___method_is_virtual;
|
|
};
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
Il2CppIUnknown* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
int32_t ___method_is_virtual;
|
|
};
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
Il2CppIUnknown* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
int32_t ___method_is_virtual;
|
|
};
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
String_t* ____className;
|
|
String_t* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t* ____innerException;
|
|
String_t* ____helpURL;
|
|
RuntimeObject* ____stackTrace;
|
|
String_t* ____stackTraceString;
|
|
String_t* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
RuntimeObject* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
String_t* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className;
|
|
char* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t_marshaled_pinvoke* ____innerException;
|
|
char* ____helpURL;
|
|
Il2CppIUnknown* ____stackTrace;
|
|
char* ____stackTraceString;
|
|
char* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
Il2CppIUnknown* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
char* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
Il2CppSafeArray* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className;
|
|
Il2CppChar* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t_marshaled_com* ____innerException;
|
|
Il2CppChar* ____helpURL;
|
|
Il2CppIUnknown* ____stackTrace;
|
|
Il2CppChar* ____stackTraceString;
|
|
Il2CppChar* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
Il2CppIUnknown* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
Il2CppChar* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
Il2CppSafeArray* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct GraphicsDeviceType_t65150C9055D1BC1E377E894972629BF22BA2CBF5
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F
|
|
{
|
|
RuntimeObject* ____wrapper;
|
|
intptr_t ____handle;
|
|
};
|
|
struct InitResult_tC00C167B9510F6F0D684EBFC560FE2BA1DEE6ED7
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct LogLevel_tB190ABBB8AA2A85C2334AB7D3667BC6AA3763ECF
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct LogType_t9CC0F1B620DFBF3A01E8C2D2316A850D745EF331
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F : public Group_t26371E9136D6F43782C487B63C67C5FC4F472881
|
|
{
|
|
GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* ____groupcoll;
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ____regex;
|
|
int32_t ____textbeg;
|
|
int32_t ____textpos;
|
|
int32_t ____textend;
|
|
int32_t ____textstart;
|
|
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* ____matches;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____matchcount;
|
|
bool ____balancing;
|
|
};
|
|
struct Resolution_tDF215F567EEFFD07B9A8FB7CEACC08EA6B8B9525
|
|
{
|
|
int32_t ___m_Width;
|
|
int32_t ___m_Height;
|
|
RefreshRate_t44FF0D3F256477CC8AB97FA49D08B636AFB4F68F ___m_RefreshRate;
|
|
};
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
intptr_t ___value;
|
|
};
|
|
struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct StringSplitOptions_t4DD892C76C70DD4800FC1B76054D69826F770062
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A : public Exception_t
|
|
{
|
|
};
|
|
struct FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25 : public RuntimeObject
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr;
|
|
bool ___swigCMemOwn;
|
|
String_t* ___name;
|
|
EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___AppDisposed;
|
|
FirebaseAppPlatform_t5AD8517EA34467536BAC8C7C6EB4D4B6880312A2* ___appPlatform;
|
|
};
|
|
struct FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6 : public RuntimeObject
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr;
|
|
bool ___swigCMemOwn;
|
|
};
|
|
struct FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40 : public RuntimeObject
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr;
|
|
bool ___swigCMemOwn;
|
|
};
|
|
struct InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E : public Exception_t
|
|
{
|
|
int32_t ___U3CInitResultU3Ek__BackingField;
|
|
};
|
|
struct LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887 : public Exception_t
|
|
{
|
|
String_t* ___U3CNameU3Ek__BackingField;
|
|
String_t* ___U3CCustomStackTraceU3Ek__BackingField;
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* ___U3CParsedStackTraceU3Ek__BackingField;
|
|
};
|
|
struct Metadata_tC80E86736BA3888D72B8344C8F8DB0E7AA5AB094 : public RuntimeObject
|
|
{
|
|
String_t* ___uv;
|
|
bool ___idb;
|
|
String_t* ___pt;
|
|
int32_t ___pc;
|
|
int32_t ___pf;
|
|
int32_t ___sms;
|
|
int32_t ___gms;
|
|
int32_t ___gdid;
|
|
int32_t ___gdvid;
|
|
String_t* ___gdn;
|
|
String_t* ___gdv;
|
|
String_t* ___gdver;
|
|
int32_t ___gdt;
|
|
int32_t ___gsl;
|
|
int32_t ___grtc;
|
|
int32_t ___gcts;
|
|
int32_t ___gmts;
|
|
String_t* ___ss;
|
|
float ___sdpi;
|
|
int32_t ___srr;
|
|
};
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates;
|
|
};
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates;
|
|
};
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates;
|
|
};
|
|
struct StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC : public RuntimeObject
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___swigCPtr;
|
|
bool ___swigCMemOwn;
|
|
};
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl;
|
|
};
|
|
struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
String_t* ____paramName;
|
|
};
|
|
struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct LogCallback_tCFFF3C009186124A6A83A1E6BB7E360C5674C413 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
RuntimeObject* ____actualValue;
|
|
};
|
|
struct DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279 : public ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA
|
|
{
|
|
};
|
|
struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C : public ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA
|
|
{
|
|
};
|
|
struct List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C_StaticFields
|
|
{
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* ___s_emptyArray;
|
|
};
|
|
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray;
|
|
};
|
|
struct Crashlytics_tF21B662C3F976D9980F52B473208474F6C31CBE5_StaticFields
|
|
{
|
|
bool ___U3CReportUncaughtExceptionsAsFatalU3Ek__BackingField;
|
|
};
|
|
struct CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_StaticFields
|
|
{
|
|
SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970* ___swigExceptionHelper;
|
|
SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B* ___swigStringHelper;
|
|
};
|
|
struct Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields
|
|
{
|
|
String_t* ___LogString;
|
|
String_t* ___SetKeyValueString;
|
|
String_t* ___SetUserIdentifierString;
|
|
String_t* ___LogExceptionString;
|
|
String_t* ___LogExceptionAsFatalString;
|
|
String_t* ___IsCrashlyticsCollectionEnabledString;
|
|
String_t* ___SetCrashlyticsCollectionEnabledString;
|
|
};
|
|
struct MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9_StaticFields
|
|
{
|
|
String_t* ___METADATA_KEY;
|
|
};
|
|
struct StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields
|
|
{
|
|
String_t* ___FrameArgsRegex;
|
|
String_t* ___FrameRegexWithoutFileInfo;
|
|
String_t* ___FrameRegexWithFileInfo;
|
|
String_t* ___MonoFilenameUnknownString;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___StringDelimiters;
|
|
};
|
|
struct String_t_StaticFields
|
|
{
|
|
String_t* ___Empty;
|
|
};
|
|
struct PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_StaticFields
|
|
{
|
|
ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* ____exceptionHandler;
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* ____impl;
|
|
FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ____app;
|
|
};
|
|
struct SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields
|
|
{
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___applicationDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___arithmeticDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___divideByZeroDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___indexOutOfRangeDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___invalidCastDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___invalidOperationDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___ioDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___nullReferenceDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___outOfMemoryDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___overflowDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___systemDelegate;
|
|
ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* ___argumentDelegate;
|
|
ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* ___argumentNullDelegate;
|
|
ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* ___argumentOutOfRangeDelegate;
|
|
};
|
|
struct SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields
|
|
{
|
|
int32_t ___numExceptionsPending;
|
|
RuntimeObject* ___exceptionsLock;
|
|
};
|
|
struct SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_ThreadStaticFields
|
|
{
|
|
Exception_t* ___pendingException;
|
|
};
|
|
struct SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B_StaticFields
|
|
{
|
|
SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* ___stringDelegate;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
String_t* ___TrueString;
|
|
String_t* ___FalseString;
|
|
};
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1;
|
|
};
|
|
struct Group_t26371E9136D6F43782C487B63C67C5FC4F472881_StaticFields
|
|
{
|
|
Group_t26371E9136D6F43782C487B63C67C5FC4F472881* ___s_emptyGroup;
|
|
};
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
intptr_t ___Zero;
|
|
};
|
|
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_StaticFields
|
|
{
|
|
String_t* ____process_guid;
|
|
};
|
|
struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_ThreadStaticFields
|
|
{
|
|
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___type_resolve_in_progress;
|
|
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___assembly_resolve_in_progress;
|
|
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___assembly_resolve_in_progress_refonly;
|
|
};
|
|
struct Exception_t_StaticFields
|
|
{
|
|
RuntimeObject* ___s_EDILock;
|
|
};
|
|
struct Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_StaticFields
|
|
{
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* ___U3CEmptyU3Ek__BackingField;
|
|
};
|
|
struct FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields
|
|
{
|
|
RuntimeObject* ___disposeLock;
|
|
Dictionary_2_t070EAA8A0D7DC2B4DA1223E3809A83B3933BF21A* ___nameToProxy;
|
|
Dictionary_2_tD81F54C87D78FE70A5DE7DAA170AE5EB4E54E8C3* ___cPtrToProxy;
|
|
bool ___AppUtilCallbacksInitialized;
|
|
RuntimeObject* ___AppUtilCallbacksLock;
|
|
bool ___PreventOnAllAppsDestroyed;
|
|
bool ___crashlyticsInitializationAttempted;
|
|
bool ___userAgentRegistered;
|
|
int32_t ___CheckDependenciesThread;
|
|
RuntimeObject* ___CheckDependenciesThreadLock;
|
|
};
|
|
struct Type_t_StaticFields
|
|
{
|
|
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder;
|
|
Il2CppChar ___Delimiter;
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes;
|
|
RuntimeObject* ___Missing;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase;
|
|
};
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
struct 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);
|
|
}
|
|
};
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Il2CppChar m_Items[1];
|
|
|
|
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* 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, Il2CppChar value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
|
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* m_Items[1];
|
|
|
|
inline Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83** 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, Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* m_Items[1];
|
|
|
|
inline FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6** 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, FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Delegate_t* m_Items[1];
|
|
|
|
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_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, Delegate_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Skip_TisRuntimeObject_mC63F7758979C7B3D3C94A57B8BCD63C5237EA697_gshared (RuntimeObject* ___0_source, int32_t ___1_count, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Take_TisRuntimeObject_m0D329A9F9B3CB4DFDA8FC9F35FFBFE45804B32D5_gshared (RuntimeObject* ___0_source, int32_t ___1_count, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared (RuntimeObject* ___0_source, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22_gshared (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AndroidImpl_CallInternalMethod_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0D7D8DBEF7844E65BDAAA04044FA857D2525D7A5_gshared (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___0_methodCall, String_t* ___1_operation, bool ___2_errorValue, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* PlatformAccessor_get_Impl_m54C83B529355CC79F44F1A4EA8BFD5277E2083E0 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHandler__ctor_m58A8415C857D6D2BE34A4E3AAAB1B825F9A0E268 (ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* Impl_Make_mFFEA30C47F99C9779D5EDCD228396DD73243FF36 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* FirebaseApp_get_DefaultInstance_m2387909BEFA7CA8F51D87B62700EAE8DA6FC13A0 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49 (int32_t ___0_logLevel, String_t* ___1_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHandler_Register_mE30C7CB413E2A8E667406AA948E71D01F086AB6A (ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* AppDomain_get_CurrentDomain_m38D86FD149C2C62AD0FAB0159D70ECB13D841667 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnhandledExceptionEventHandler__ctor_m97305729C8FD4CB2370169FBEB8E4364A9EE803A (UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AppDomain_add_UnhandledException_m14767641F2904E88E142CA76D4EAD955E67354C7 (AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* __this, UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_unityVersion_m27BB3207901305BD239E1C3A74035E15CF3E5D21 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264 (String_t* __this, String_t* ___0_value, int32_t ___1_comparisonType, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogCallback__ctor_m327A4C69691F8A4B01D405858E48B8A7D9D2A79D (LogCallback_tCFFF3C009186124A6A83A1E6BB7E360C5674C413* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_RegisterLogCallback_mE0FF6CCC29725C4B7FDA75AF48B8522A585335E6 (LogCallback_tCFFF3C009186124A6A83A1E6BB7E360C5674C413* ___0_handler, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_logMessageReceived_mE45B1D93B44D26B8FE979595D5346FC8C7B8E38C (LogCallback_tCFFF3C009186124A6A83A1E6BB7E360C5674C413* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* UnhandledExceptionEventArgs_get_ExceptionObject_m8DC2648F45071BF54F6EF908704224A805032F33_inline (UnhandledExceptionEventArgs_tA03BC4C11522215795EF708F89F187AD312310C0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* LoggedException_FromException_mB66098F5B3617FE9C23C100DB4C1DE21B5704E6E (Exception_t* ___0_exception, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ExceptionHandler_getMessageParts_mC1066AD48D7CF0C8E1A8CCEBD4E70F5F559EA04C (ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoggedException__ctor_m36E35A2257C4C4E77F61E97CDDF654E2E6B81A07 (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, String_t* ___0_name, String_t* ___1_message, String_t* ___2_stackTrace, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m2BE72C065A76F6655308BAB67057CD03FED80D56 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_separator, int32_t ___1_count, int32_t ___2_options, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3 (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Crashlytics_get_ReportUncaughtExceptionsAsFatal_mDE723695962FC10E3F0E20C673B668E7D73D4F11_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Crashlytics_LogExceptionAsFatal_m8B0E15D37EFA76ADC82898B12275228D952BFF6D (Exception_t* ___0_exception, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Crashlytics_LogException_mACA1BB2ED2669E632854AB55478710EC0C281618 (Exception_t* ___0_exception, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformInformation_get_IsIOS_mC19E79F4C15D4B8B2CF22DE2517074235DCF7082 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOSImpl__ctor_mB8C8A9D9B5516E0F464BFD962656ED87ACA6E70E (IOSImpl_tEF2F7F764B96CC904685F5137112DB87893D8CBD* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlatformInformation_get_IsAndroid_mA671D9472B9FDCE9060CD79409611B524ACEB61B (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl__ctor_m94EE2C86B032B1858535A88AE69EBCF297634EDD (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Impl__ctor_m761BF52C0FBB4326D40254285021B9E3F67404C6 (Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m918500C1EFB475181349A79989BB79BB36102894 (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LoggedException_set_Name_m1896D9976E235E316D5E9942212844B5A70830B0_inline (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LoggedException_set_CustomStackTrace_m96C1F56677E625D1E964AE5EE6657BC51DACB08B_inline (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LoggedException_get_CustomStackTrace_m09CFBAE4B46B47D83C10DD64462E13C250A83289_inline (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* StackTraceParser_ParseStackTraceString_m8C1BCC3D040CAA6827E0EFFE408EC500E0A485D0 (String_t* ___0_stackTrace, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LoggedException_set_ParsedStackTrace_m3B96F287A2952EC305C06EE0D55A8C6F002FDF20_inline (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09 (Exception_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Debug_get_isDebugBuild_m9277C4A9591F7E1D8B76340B4CAE5EA33D63AF01 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_processorType_m985AB6C66E69918DF641BC1A589A3F9B4CE76FBE (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_processorCount_m6B20AC11AEA09CA06278FBC47BAAEAA01BC7DB55 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_processorFrequency_mC3B994657AC07ECDFFF09E2B67AA90F5ED7F39E8 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_systemMemorySize_m3BFE40CF5A43FEAB94F5C552A47D04ECD88B771E (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsMemorySize_m05C833741F5F5C06FE9B4B9F50078A21E9E71ACF (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceID_m9CB876E71515AF035A36AF3185992D10AE2ED646 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceVendorID_m9806D2F3459612C9FFE1A152BEB6BFB9D02C3309 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_graphicsDeviceName_mA3F2E2CA587AD5E212A38AD7D28559FD017451A2 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_graphicsDeviceVendor_mE2D7A85437C820636639ADC124C965DB37B52204 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SystemInfo_get_graphicsDeviceVersion_m8A157C76206F3CF7D9A3DA6F4BE188A6FEC0769C (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsShaderLevel_m9E6B001FA80EFBFC92EF4E7440AE64828B15070F (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_supportedRenderTargetCount_mA8696B2D9AB343F9D04B0F4F14A4A1F7098DBC34 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_copyTextureSupport_m35C5E2D749B53757DD6F05492B5D79F364F466C2 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_maxTextureSize_mEE557C09643222591C6F4D3F561D7A60CD403991 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Screen_get_dpi_mEEDAA2189F84A47BD69D62A611E031D5C59CFE8E (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Resolution_tDF215F567EEFFD07B9A8FB7CEACC08EA6B8B9525 Screen_get_currentResolution_m8FE4C43E4F6EF28E0B85EB94B6C69D1EC5687CCD (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Resolution_get_refreshRate_mBA65C6BC920F0045E798C9F096E830C135F37870 (Resolution_tDF215F567EEFFD07B9A8FB7CEACC08EA6B8B9525* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Metadata__ctor_m152B834D7423AF0ED2D3A500786662C4350BEE92 (Metadata_tC80E86736BA3888D72B8344C8F8DB0E7AA5AB094* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonUtility_ToJson_m28CC6843B9D3723D88AD13EA3829B71FDE7826BA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
inline void List_1__ctor_m4AA6E535BC1DD1E1308FD2D14FFE0E6A75A63207 (List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m03F46561E2DF46D1E3AE749A77706EFC2F6488F4 (String_t* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_separator, int32_t ___1_options, const RuntimeMethod* method) ;
|
|
inline Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* List_1_ToArray_m9E06DB4CA8D1508D73839BB47732C5FECFD88E5E (List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* (*) (List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC* Regex_Matches_m6173BAB925E8664D3E962C59D780625528CAC22F (String_t* ___0_input, String_t* ___1_pattern, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MatchCollection_get_Count_mF9D979B5B9D3835CC61977CBFB4110173B1CC926 (MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* StackTraceParser_ParseFrameString_m4A987A4B13FCA52A4B510B4FB7A1C7C0E85B62C2 (String_t* ___0_regex, String_t* ___1_frameString, const RuntimeMethod* method) ;
|
|
inline void List_1_Add_m468CC11F68E7B1323DBC33BC15634AA8C520224A_inline (List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C* __this, Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C*, Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Group_t26371E9136D6F43782C487B63C67C5FC4F472881* GroupCollection_get_Item_mE9B3A83B3563620EF70CFCD5F13E404864351B7A (GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* __this, String_t* ___0_groupname, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Group_get_Success_m4E0238EE4B1E7F927E2AF13E2E5901BCA92BE62F (Group_t26371E9136D6F43782C487B63C67C5FC4F472881* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Capture_get_Value_m1AB4193C2FC4B0D08AA34FECF10D03876D848BDC (Capture_tE11B735186DAFEE5F7A3BF5A739E9CCCE99DC24A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
inline void Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
|
|
}
|
|
inline void Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* FirebaseCrashlyticsInternal_GetInstance_m7694E41DBD129C2659D76998342EA62F1BD1655B (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_app, int32_t* ___1_init_result_out, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ErrorMessages_get_DependencyNotFoundErrorMessage_mA71EBFCD6E5CC0C61BD0E3624738175EADBCC0F7 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InitializationException__ctor_mC48C74EE90B137CDEA82068C2E1695D81974C5BF (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* __this, int32_t ___0_result, String_t* ___1_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MetadataBuilder_GenerateMetadataJSON_m9C53E7A4FEE2F79806EE7A176AC1FADA1080CBFC (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl_Dispose_m714BD421D57553F92279EBBA6102F5975BE24626 (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_Dispose_mEC68C9F82F64E23D0B1A14A32DC456861F9CF86E (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseCrashlyticsInternal_get_IsDisposed_m47E32597ACDF3FAC963438574982F9D43965EEB2 (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl_LogOperationFailedWarningDueToShutdown_m7FF1B7FA100D2AA4AE5D871CB6845FA5B0FE0FCF (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, String_t* ___0_operation, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m31F3CA1DC10F0C825271CE9FA48B273F94415FB9 (U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl_CallInternalMethod_m9C5C34687B2BF68323167272BD8CA776EFD9721C (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_methodCall, String_t* ___1_operation, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_mF147C7CE8AC90010A41E5DA84972C087A2AA59D0 (U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m0EB8479C67C53276E16ABEEA6B956808B02C66B1 (U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_mF9651A0100550DB8DAD1092D7BAD4DE337BC07D8 (U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames__ctor_mA81CB50CD3418AD62D91B904EEBE772326550BF6 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* LoggedException_get_ParsedStackTrace_m672B6D6A5AFFA99DAB7C4001BCCB7E2B5B4B7E56_inline (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame__ctor_m9DA1BB6CA3308B17F33415FEE2AED3DC82C29DEF (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, const RuntimeMethod* method) ;
|
|
inline String_t* Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( String_t* (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared)(__this, ___0_key, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame_set_library_mB81DF0DDF42C58EA110682BD125D8F22C46C6415 (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame_set_symbol_m503E5CBE71D6BF7C9A2D3A369881D4EA53C1FD52 (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame_set_fileName_m3AFA0BF3D283C4C1D9FE5A5ABAE4313C830430BF (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame_set_lineNumber_m6781FC7BCF6E06470EFAB334A586AEDB396B3A1C (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_Add_m188426B94129413908EFB8B1B3C1BA8810A582F2 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m565FD7D8C742F6C17ACC16F39F84058941DB1DB6 (U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_StackTrace_mE8E276A919C9C9D59220E6D2BA867FABFD9B011D (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LoggedException_get_Name_mDF6DE03566F5AF6854F272676AAFF9CCA93709E7_inline (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* Enumerable_Skip_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_mF95EB107F9B1D2AEF1A34FA4D682DAF1954BDE96 (RuntimeObject* ___0_source, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, int32_t, const RuntimeMethod*))Enumerable_Skip_TisRuntimeObject_mC63F7758979C7B3D3C94A57B8BCD63C5237EA697_gshared)(___0_source, ___1_count, method);
|
|
}
|
|
inline RuntimeObject* Enumerable_Take_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_mBB883D0427D32B9BDF80D680BC69EC474F874258 (RuntimeObject* ___0_source, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RuntimeObject*, int32_t, const RuntimeMethod*))Enumerable_Take_TisRuntimeObject_m0D329A9F9B3CB4DFDA8FC9F35FFBFE45804B32D5_gshared)(___0_source, ___1_count, method);
|
|
}
|
|
inline Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* Enumerable_ToArray_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_m274B6528560C1E1DE5B74049843690753D75F9FD (RuntimeObject* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* (*) (RuntimeObject*, const RuntimeMethod*))Enumerable_ToArray_TisRuntimeObject_mA54265C2C8A0864929ECD300B75E4952D553D17D_gshared)(___0_source, method);
|
|
}
|
|
inline void Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22 (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline bool AndroidImpl_CallInternalMethod_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0D7D8DBEF7844E65BDAAA04044FA857D2525D7A5 (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___0_methodCall, String_t* ___1_operation, bool ___2_errorValue, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76*, Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*, String_t*, bool, const RuntimeMethod*))AndroidImpl_CallInternalMethod_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0D7D8DBEF7844E65BDAAA04044FA857D2525D7A5_gshared)(__this, ___0_methodCall, ___1_operation, ___2_errorValue, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0__ctor_mA9B8C9F5344A8C9B913EEB1540F8F17DB2D55587 (U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseCrashlyticsInternal_IsCrashlyticsCollectionEnabled_m8B0F6A511B4FF974F950C832E76D0F0297FD3746 (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_Log_m8057616927524ACD8E755BDC890C902CD2051925 (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_SetCustomKey_m9B8D0E4A846E3236A41643B16B25C2025AE4C175 (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_SetUserId_m6D4B4ECD872FA6653B66F80EB857F7C5E7D6614D (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, String_t* ___0_id, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_LogException_mE3B015FF0065897102D02198BD039A56FB41FF5F (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, String_t* ___0_name, String_t* ___1_reason, StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___2_frames, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_LogExceptionAsFatal_mAC6A59B7BC7CA43428C57BFAE742B10D08283595 (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, String_t* ___0_name, String_t* ___1_reason, StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___2_frames, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_SetCrashlyticsCollectionEnabled_m8F65E7BB971FC63D9CE8E1949377C78C342962F7 (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, bool ___0_enabled, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* __this, RuntimeObject* ___0_wrapper, intptr_t ___1_handle, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_delete_StackFrames_m4EA34D0C701894E8795AE665576A1F62A3D9618D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* StackFrames_getitem_m96452DB2FAB36B546241F1790B7F5D583CAD7494 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_setitem_mCC6DC1B74D4E5F46E3002A9EF8040127226D822C (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* ___1_val, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StackFrames_capacity_mD56EE3591F4DAF53E0C7D923280A5BC728D15C48 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StackFrames_size_mC2CBB9AE3E1B0C68C56037D4C8018A55D8392F1C (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_reserve_mBA541E0FD68A15DD4321DB49574E91FC703F08A1 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, uint32_t ___0_n, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StackFrames_get_Count_m0958035410232E160BEC1A9460ACC066BFAD28AF (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_CopyTo_m44D18400C39797A587506A7B0976077CA662D16B (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* ___1_array, int32_t ___2_arrayIndex, int32_t ___3_count, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m9383A200A2ECC89ECA44FE5F812ECFB874449C5F (RuntimeArray* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* StackFrames_getitemcopy_m453240A356113355CC19AC1F0E7A42A429FFE958 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8 (RuntimeArray* __this, RuntimeObject* ___0_value, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_CopyTo_mD6786F8233550E2E972ACE67CC34F3F0A8611C45 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* ___0_array, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFramesEnumerator__ctor_mD55C7A38A2CE7623C9ADAEB17530A3777BD35B4C (StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* __this, StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___0_collection, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_Clear_m20CF7AA415931B97F5CCB4529491E8F30ABC46F4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FirebaseCrashlyticsFrame_getCPtr_m4281734D57B9AF8E872175F2FA917F8EE65A09E8 (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_Add_mDF89291DE8B9599F728D14830690566AE531D516 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CrashlyticsInternalPINVOKE_StackFrames_size_m090FEF39B03B5484DD49C9701E31E2B7F076359F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CrashlyticsInternalPINVOKE_StackFrames_capacity_m165CDFF1C3786FEFD599CCEE11A92B8E6EB2C2EE (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_reserve_m1C93A16E0AE0A200852FC00A8BFAAC634633BF5D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint32_t ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_new_StackFrames__SWIG_0_mFC4A4B65630ECC987339CD38873E792E061347D4 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames__ctor_m2E63D872A684465CF450AF466FF6FE41A676B301 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F StackFrames_getCPtr_m30A24B0C2DE1FED2672EB1BB5DF07FE09D409CCC (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_new_StackFrames__SWIG_1_mBD474977CCCEACD03DEF2012875FE726F9761FD4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_new_StackFrames__SWIG_2_mBE174105994B2FDE472C41B44B4F7B8977E476D4 (int32_t ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_StackFrames_getitemcopy_m908CA3F7DE4B53AFE15BA844E5A1340D4FD36E00 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame__ctor_m8EFB5DD66A14E7684F3D46FED84D22B70EFE7EE1 (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_StackFrames_getitem_m8A1DAF2D47FA9205AED13CCE05913E0F53752344 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_setitem_mF6575AA03F7D5385BE300B2A44CD982D4A2D3BB0 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_AddRange_mCBF3B9C53746C1C4D79F7998E9A5440DDA3DE078 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_StackFrames_GetRange_m07BB2999C26A25C04BF7C131B4D38DFC7CBD2C64 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271 (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_Insert_m0AD19EE3437369DBD3A8823DD37276BFDBEA8295 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_InsertRange_m92F68F4254D7049F1FBBD5EA0870502ACEF424ED (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_RemoveAt_m9A229A1026A7C044281A4DDE862433AF2728D281 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_RemoveRange_mBEF532D9B8CB7228CF08BFF2CB3C47D1682721A9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_StackFrames_Repeat_mBDF4A315C18E4C92D0443BC1F9BA909ABDCEC440 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_Reverse__SWIG_0_mF6BC171AFB66B529A3340DF2A1982A56F546933D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_Reverse__SWIG_1_m787CF092DE513B45B170A80AC7FD12945C4EFD35 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_SetRange_m9B6936D70280BBA9FBEC2A90FE90551E50C4CC4E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* StackFramesEnumerator_get_Current_m62894756C8E5C2A869EE03F2B680545834419AF8 (StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* StackFrames_get_Item_m32836E4763E91A672FF9B4DB4F25AFAEA002191F (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_delete_FirebaseCrashlyticsFrame_mEC95B6399A6738043AC5194825BE82E99250CCB5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_library_set_mF96EE34A687E1AA525355FEB4FC4FDF2959A5043 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_library_get_m70A305F5287489782B29719B32A8467B97FFE32C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_symbol_set_m0D1E4AE62FF2FDF75BAF87E25861A9BE9A7B32B5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_symbol_get_m7EEE82FA37D62D0A606C3F8C3A427D3EC9E5C8CF (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_fileName_set_m73BDE8555783084CFA79EE639ABE1206066B58E4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_fileName_get_mF6D9802B79AC9F47B425525E9896A169DB6F8439 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_lineNumber_set_mA3BE7A0676C748ECFA463EFAD7081EB2E90EAF6E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_lineNumber_get_mD9835E32221828A989085CABE1829B8F06EA4A1B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_new_FirebaseCrashlyticsFrame_m3330BC946A155D6A98677FE5A57727C0B58BE7B2 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FirebaseApp_getCPtr_m54B5DAC73BA43E79771E0181BEFD846BBE06C84F (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_obj, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_GetInstance__SWIG_0_m4CDA19D7A13B164DC98C35862F5BBC9078905D70 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t* ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal__ctor_m0F036F78B6C768B5E41BC035AD4A05AE1AFF6B4E (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_GetInstance__SWIG_1_m357C3C71DDC7E18161AC01A983D68BD0002F7883 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_Log_m1ECF2F812DC690FC5B25DAEA0EB79AAE7AF6C81F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_SetCustomKey_m7E64C42B3D81D23AD0D34D6C995EC646196A3515 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_SetUserId_m67C959CFE6D343DFC33FFFF73865CA0388F16F7A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_LogException_mA62769499269758561B5C9D0F8784D4772195286 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___3_jarg4, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_LogExceptionAsFatal_m26B5841969232D99C21E396AA7455A7D952B8C0F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___3_jarg4, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_IsCrashlyticsCollectionEnabled_m297A157A0B099F261574BABFF98CA60399B7B962 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_SetCrashlyticsCollectionEnabled_m69BDC66670D46091F77EB8B1AA5BE8C94AF07798 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, bool ___1_jarg2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper__ctor_mF409E5795DF0D4C8B410A552093AA9F1E2C29237 (SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringHelper__ctor_m95ABC184E68900F762EF1107ACEE3C2BA370319F (SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingApplicationException_m03E10310C9BEA49D70510AE54FD69872BEB6223B (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArithmeticException_m6D012A4E05C48170C997A2871F27F38AB063A69A (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingDivideByZeroException_m54067EBE88920805AB28472ED33CE3DB5212A0F7 (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mB2ACE9652C9860DBDCC0DC5194EFA13A2CE55727 (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingInvalidCastException_m68623120FA2541F90C3A4841451AEBC02AAFFF44 (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingInvalidOperationException_m2A68AE67B33AB532674544EC10C4F5F779563B1F (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingIOException_mF9A0B67215855A711DE08F4BA2A3E75014557F0E (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingNullReferenceException_m4C8C2D804AC4E330D2DEB2DBB5DE952A4CCA1A04 (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingOutOfMemoryException_m1EE6354A4417CA3BCA1DC79EB0F3E1E5D41A7931 (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingOverflowException_m064964DA67BCC95474FB0366AE430DC6205676B2 (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingSystemException_m9485A13F4877E86D94B2738D8A809B7CC6C4EFD4 (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArgumentException_m9328D2B5324318692EA8649E9082486DB945D086 (String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArgumentNullException_m557CD226F1BE122B3024C595BCB8128CF8647D01 (String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_mE74E25F37439F92F034A3D627ABFABCC90228584 (String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ApplicationException__ctor_m924E77609BAFA0595453363EB8B7BCCBA03B32DD (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427 (Exception_t* ___0_e, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArithmeticException__ctor_m880D58CC9B6CD2F0E867298BA748343216D89A8B (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DivideByZeroException__ctor_mE15900048AEEE9B66A4DD9F2ACAC4448D85D4F23 (DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m390691571A232F79022C84ED002FDEF8974255E1 (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m40BCFD6C1C79DE81191B829AF71BEB590E300396 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m63F5561BE647F655D22C8289E53A5D3A2196B668 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mFA9F39D1AF43FBC40BFA68A7BFE07852D1EF8B1B (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_mD00D7FE987C285C8DB23883700F44BC0025F55EF (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_mC60E0CF8E50CA43F0518570ACC051F6BA8A1D1F2 (OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_mB00A07CDB7E5230B8D2BB31696E63F3CB1C36EF9 (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m790F28810569425B0503056EF1A9CDDF9AFBB3F0 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, Exception_t* ___2_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155 (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDelegate__ctor_m325BD927515251BC55A1CE8B0F3DA92F3A79C68C (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionArgumentDelegate__ctor_mDAC537D87898CF3B04F0EC9C694EF4DC98D7DC03 (ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SWIGRegisterExceptionCallbacks_CrashlyticsInternal_mBB0DFC9F1612E2E41DA95D12AC0DFC4B9918E875 (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___0_applicationDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___1_arithmeticDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___2_divideByZeroDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___3_indexOutOfRangeDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___4_invalidCastDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___5_invalidOperationDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___6_ioDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___7_nullReferenceDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___8_outOfMemoryDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___9_overflowDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___10_systemExceptionDelegate, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SWIGRegisterExceptionCallbacksArgument_CrashlyticsInternal_mC80B2E02B2EA6558A578B4E588F52340E354A802 (ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* ___0_argumentDelegate, ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* ___1_argumentNullDelegate, ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* ___2_argumentOutOfRangeDelegate, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SWIGStringHelper_CreateString_m08B722FA58870A3DE3A0F8010490F9A042D28CCD (String_t* ___0_cString, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringDelegate__ctor_m6D9162F9A14874C135F545DA77E00EBD67D17E51 (SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringHelper_SWIGRegisterStringCallback_CrashlyticsInternal_m90DCF1734E3FA330D0093ADB2A0AD067EC585934 (SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* ___0_stringDelegate, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_ExportFix_m64AB1B4B2F30507C69D7FD9CE80631979D1D6DA3 (const RuntimeMethod* method) ;
|
|
inline void List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4_gshared)(__this, ___0_item, method);
|
|
}
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_ExportFix();
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_Clear(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_Add(void*, void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C uint32_t DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_size(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C uint32_t DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_capacity(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_reserve(void*, uint32_t);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_Crashlytics_CSharp_new_StackFrames__SWIG_0();
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_Crashlytics_CSharp_new_StackFrames__SWIG_1(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_Crashlytics_CSharp_new_StackFrames__SWIG_2(int32_t);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_getitemcopy(void*, int32_t);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_getitem(void*, int32_t);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_setitem(void*, int32_t, void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_AddRange(void*, void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_GetRange(void*, int32_t, int32_t);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_Insert(void*, int32_t, void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_InsertRange(void*, int32_t, void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_RemoveAt(void*, int32_t);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_RemoveRange(void*, int32_t, int32_t);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_Repeat(void*, int32_t);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_Reverse__SWIG_0(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_Reverse__SWIG_1(void*, int32_t, int32_t);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_StackFrames_SetRange(void*, int32_t, void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_delete_StackFrames(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_library_set(void*, char*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_library_get(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_symbol_set(void*, char*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_symbol_get(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_fileName_set(void*, char*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_fileName_get(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_lineNumber_set(void*, char*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C char* DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_lineNumber_get(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_Crashlytics_CSharp_new_FirebaseCrashlyticsFrame();
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_delete_FirebaseCrashlyticsFrame(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_delete_FirebaseCrashlyticsInternal(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_GetInstance__SWIG_0(void*, int32_t*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C intptr_t DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_GetInstance__SWIG_1(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_Log(void*, char*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_SetCustomKey(void*, char*, char*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_SetUserId(void*, char*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_LogException(void*, char*, char*, void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_LogExceptionAsFatal(void*, char*, char*, void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C int32_t DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_IsCrashlyticsCollectionEnabled(void*);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_SetCrashlyticsCollectionEnabled(void*, int32_t);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL SWIGRegisterExceptionCallbacks_CrashlyticsInternal(Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL SWIGRegisterExceptionArgumentCallbacks_CrashlyticsInternal(Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer);
|
|
#endif
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
IL2CPP_EXTERN_C void DEFAULT_CALL SWIGRegisterStringCallback_CrashlyticsInternal(Il2CppMethodPointer);
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Crashlytics_get_ReportUncaughtExceptionsAsFatal_mDE723695962FC10E3F0E20C673B668E7D73D4F11 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Crashlytics_tF21B662C3F976D9980F52B473208474F6C31CBE5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ((Crashlytics_tF21B662C3F976D9980F52B473208474F6C31CBE5_StaticFields*)il2cpp_codegen_static_fields_for(Crashlytics_tF21B662C3F976D9980F52B473208474F6C31CBE5_il2cpp_TypeInfo_var))->___U3CReportUncaughtExceptionsAsFatalU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Crashlytics_set_ReportUncaughtExceptionsAsFatal_m8B83B6BBD60CC82B39613CB649427C170E70C345 (bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Crashlytics_tF21B662C3F976D9980F52B473208474F6C31CBE5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ___0_value;
|
|
((Crashlytics_tF21B662C3F976D9980F52B473208474F6C31CBE5_StaticFields*)il2cpp_codegen_static_fields_for(Crashlytics_tF21B662C3F976D9980F52B473208474F6C31CBE5_il2cpp_TypeInfo_var))->___U3CReportUncaughtExceptionsAsFatalU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Crashlytics_get_IsCrashlyticsCollectionEnabled_mFF5A0704E3FB14108AE2184E49D2F95A23203269 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_0;
|
|
L_0 = PlatformAccessor_get_Impl_m54C83B529355CC79F44F1A4EA8BFD5277E2083E0(NULL);
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = VirtualFuncInvoker0< bool >::Invoke(10, L_0);
|
|
V_0 = L_1;
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
bool L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Crashlytics_set_IsCrashlyticsCollectionEnabled_m37331D265F5DFECB54B1AC20DEF7933288C39B66 (bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_0;
|
|
L_0 = PlatformAccessor_get_Impl_m54C83B529355CC79F44F1A4EA8BFD5277E2083E0(NULL);
|
|
bool L_1 = ___0_value;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker1< bool >::Invoke(11, L_0, L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Crashlytics_Initialize_m6CF4D2B9E6FC44184E71739DD67A918222A0B79B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* V_0 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_0;
|
|
L_0 = PlatformAccessor_get_Impl_m54C83B529355CC79F44F1A4EA8BFD5277E2083E0(NULL);
|
|
V_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Crashlytics_Log_m5E525AD54DFA4B3BD565BEB52B9BEBDB577F7734 (String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_0;
|
|
L_0 = PlatformAccessor_get_Impl_m54C83B529355CC79F44F1A4EA8BFD5277E2083E0(NULL);
|
|
String_t* L_1 = ___0_message;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker1< String_t* >::Invoke(5, L_0, L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Crashlytics_SetCustomKey_mC7E714E7B85F727524BD8ABA8A26068773F157FA (String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_0;
|
|
L_0 = PlatformAccessor_get_Impl_m54C83B529355CC79F44F1A4EA8BFD5277E2083E0(NULL);
|
|
String_t* L_1 = ___0_key;
|
|
String_t* L_2 = ___1_value;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker2< String_t*, String_t* >::Invoke(6, L_0, L_1, L_2);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Crashlytics_SetUserId_m854ECF61100752B1189DA1EC4C11C802DC69E80A (String_t* ___0_identifier, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_0;
|
|
L_0 = PlatformAccessor_get_Impl_m54C83B529355CC79F44F1A4EA8BFD5277E2083E0(NULL);
|
|
String_t* L_1 = ___0_identifier;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker1< String_t* >::Invoke(7, L_0, L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Crashlytics_LogException_mACA1BB2ED2669E632854AB55478710EC0C281618 (Exception_t* ___0_exception, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_0;
|
|
L_0 = PlatformAccessor_get_Impl_m54C83B529355CC79F44F1A4EA8BFD5277E2083E0(NULL);
|
|
Exception_t* L_1 = ___0_exception;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker1< Exception_t* >::Invoke(8, L_0, L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Crashlytics_LogExceptionAsFatal_m8B0E15D37EFA76ADC82898B12275228D952BFF6D (Exception_t* ___0_exception, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_0;
|
|
L_0 = PlatformAccessor_get_Impl_m54C83B529355CC79F44F1A4EA8BFD5277E2083E0(NULL);
|
|
Exception_t* L_1 = ___0_exception;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker1< Exception_t* >::Invoke(9, L_0, L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlatformAccessor__cctor_m06ED3208BB78889FAD2C364D3B12EA0498DF7941 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D33B14DB067EECF8C3B3E9865F06820B6E0FE56);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* L_0 = (ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B*)il2cpp_codegen_object_new(ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B_il2cpp_TypeInfo_var);
|
|
ExceptionHandler__ctor_m58A8415C857D6D2BE34A4E3AAAB1B825F9A0E268(L_0, NULL);
|
|
((PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_StaticFields*)il2cpp_codegen_static_fields_for(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var))->____exceptionHandler = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_StaticFields*)il2cpp_codegen_static_fields_for(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var))->____exceptionHandler), (void*)L_0);
|
|
il2cpp_codegen_runtime_class_init_inline(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_1;
|
|
L_1 = Impl_Make_mFFEA30C47F99C9779D5EDCD228396DD73243FF36(NULL);
|
|
((PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_StaticFields*)il2cpp_codegen_static_fields_for(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var))->____impl = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_StaticFields*)il2cpp_codegen_static_fields_for(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var))->____impl), (void*)L_1);
|
|
il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_2;
|
|
L_2 = FirebaseApp_get_DefaultInstance_m2387909BEFA7CA8F51D87B62700EAE8DA6FC13A0(NULL);
|
|
((PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_StaticFields*)il2cpp_codegen_static_fields_for(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var))->____app = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_StaticFields*)il2cpp_codegen_static_fields_for(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var))->____app), (void*)L_2);
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_3 = ((PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_StaticFields*)il2cpp_codegen_static_fields_for(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var))->____impl;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = VirtualFuncInvoker0< bool >::Invoke(4, L_3);
|
|
V_0 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
|
|
bool L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(1, _stringLiteral6D33B14DB067EECF8C3B3E9865F06820B6E0FE56, NULL);
|
|
goto IL_004a;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* L_6 = ((PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_StaticFields*)il2cpp_codegen_static_fields_for(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var))->____exceptionHandler;
|
|
NullCheck(L_6);
|
|
ExceptionHandler_Register_mE30C7CB413E2A8E667406AA948E71D01F086AB6A(L_6, NULL);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* PlatformAccessor_get_ExceptionHandler_m8AF8A9273B091E976CC694134BD4C6497EDF1D88 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* V_0 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* L_0 = ((PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_StaticFields*)il2cpp_codegen_static_fields_for(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var))->____exceptionHandler;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* PlatformAccessor_get_Impl_m54C83B529355CC79F44F1A4EA8BFD5277E2083E0 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* V_0 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_0 = ((PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_StaticFields*)il2cpp_codegen_static_fields_for(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var))->____impl;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* PlatformAccessor_get_App_m5FE468924AC3D288FEB582C4C10DC12BAA2BDDE7 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* V_0 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var);
|
|
FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_0 = ((PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_StaticFields*)il2cpp_codegen_static_fields_for(PlatformAccessor_tB02E4C5B35E2A951376B828D3F51E6623A65336D_il2cpp_TypeInfo_var))->____app;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_1 = V_0;
|
|
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
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHandler_Register_mE30C7CB413E2A8E667406AA948E71D01F086AB6A (ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionHandler_HandleException_m019C3CCDB0E4A56D7EF1D613A92A9405985D8DD1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionHandler_HandleLog_mB827A404BA118DF75799C14138B7AD36C9E4F80F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogCallback_tCFFF3C009186124A6A83A1E6BB7E360C5674C413_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4CFF02A93B9B578AEFBB165D5837F2A3B4A9F3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral918DADB10CAA24134994433C2D451F166C4F7B0D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
bool L_0 = __this->___isRegistered;
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(1, _stringLiteral5A4CFF02A93B9B578AEFBB165D5837F2A3B4A9F3, NULL);
|
|
AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* L_2;
|
|
L_2 = AppDomain_get_CurrentDomain_m38D86FD149C2C62AD0FAB0159D70ECB13D841667(NULL);
|
|
UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C* L_3 = (UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C*)il2cpp_codegen_object_new(UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C_il2cpp_TypeInfo_var);
|
|
UnhandledExceptionEventHandler__ctor_m97305729C8FD4CB2370169FBEB8E4364A9EE803A(L_3, __this, (intptr_t)((void*)ExceptionHandler_HandleException_m019C3CCDB0E4A56D7EF1D613A92A9405985D8DD1_RuntimeMethod_var), NULL);
|
|
NullCheck(L_2);
|
|
AppDomain_add_UnhandledException_m14767641F2904E88E142CA76D4EAD955E67354C7(L_2, L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
|
String_t* L_4;
|
|
L_4 = Application_get_unityVersion_m27BB3207901305BD239E1C3A74035E15CF3E5D21(NULL);
|
|
NullCheck(L_4);
|
|
bool L_5;
|
|
L_5 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_4, _stringLiteral918DADB10CAA24134994433C2D451F166C4F7B0D, 5, NULL);
|
|
V_1 = L_5;
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
LogCallback_tCFFF3C009186124A6A83A1E6BB7E360C5674C413* L_7 = (LogCallback_tCFFF3C009186124A6A83A1E6BB7E360C5674C413*)il2cpp_codegen_object_new(LogCallback_tCFFF3C009186124A6A83A1E6BB7E360C5674C413_il2cpp_TypeInfo_var);
|
|
LogCallback__ctor_m327A4C69691F8A4B01D405858E48B8A7D9D2A79D(L_7, __this, (intptr_t)((void*)ExceptionHandler_HandleLog_mB827A404BA118DF75799C14138B7AD36C9E4F80F_RuntimeMethod_var), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
|
Application_RegisterLogCallback_mE0FF6CCC29725C4B7FDA75AF48B8522A585335E6(L_7, NULL);
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
LogCallback_tCFFF3C009186124A6A83A1E6BB7E360C5674C413* L_8 = (LogCallback_tCFFF3C009186124A6A83A1E6BB7E360C5674C413*)il2cpp_codegen_object_new(LogCallback_tCFFF3C009186124A6A83A1E6BB7E360C5674C413_il2cpp_TypeInfo_var);
|
|
LogCallback__ctor_m327A4C69691F8A4B01D405858E48B8A7D9D2A79D(L_8, __this, (intptr_t)((void*)ExceptionHandler_HandleLog_mB827A404BA118DF75799C14138B7AD36C9E4F80F_RuntimeMethod_var), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
|
Application_add_logMessageReceived_mE45B1D93B44D26B8FE979595D5346FC8C7B8E38C(L_8, NULL);
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
__this->___isRegistered = (bool)1;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHandler_HandleException_m019C3CCDB0E4A56D7EF1D613A92A9405985D8DD1 (ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* __this, RuntimeObject* ___0_sender, UnhandledExceptionEventArgs_tA03BC4C11522215795EF708F89F187AD312310C0* ___1_eArgs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* V_1 = NULL;
|
|
{
|
|
UnhandledExceptionEventArgs_tA03BC4C11522215795EF708F89F187AD312310C0* L_0 = ___1_eArgs;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = UnhandledExceptionEventArgs_get_ExceptionObject_m8DC2648F45071BF54F6EF908704224A805032F33_inline(L_0, NULL);
|
|
V_0 = ((Exception_t*)CastclassClass((RuntimeObject*)L_1, Exception_t_il2cpp_TypeInfo_var));
|
|
Exception_t* L_2 = V_0;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_3;
|
|
L_3 = LoggedException_FromException_mB66098F5B3617FE9C23C100DB4C1DE21B5704E6E(L_2, NULL);
|
|
V_1 = L_3;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_4 = V_1;
|
|
VirtualActionInvoker1< LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* >::Invoke(4, __this, L_4);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHandler_HandleLog_mB827A404BA118DF75799C14138B7AD36C9E4F80F (ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* __this, String_t* ___0_message, String_t* ___1_stackTraceString, int32_t ___2_type, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* V_2 = NULL;
|
|
{
|
|
int32_t L_0 = ___2_type;
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)4))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_message;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3;
|
|
L_3 = ExceptionHandler_getMessageParts_mC1066AD48D7CF0C8E1A8CCEBD4E70F5F559EA04C(__this, L_2, NULL);
|
|
V_1 = L_3;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = 0;
|
|
String_t* L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = 1;
|
|
String_t* L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
String_t* L_10 = ___1_stackTraceString;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_11 = (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887*)il2cpp_codegen_object_new(LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887_il2cpp_TypeInfo_var);
|
|
LoggedException__ctor_m36E35A2257C4C4E77F61E97CDDF654E2E6B81A07(L_11, L_6, L_9, L_10, NULL);
|
|
V_2 = L_11;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_12 = V_2;
|
|
VirtualActionInvoker1< LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* >::Invoke(4, __this, L_12);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ExceptionHandler_getMessageParts_mC1066AD48D7CF0C8E1A8CCEBD4E70F5F559EA04C (ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57A5B9F3116ECBC21D1419A60997CB549020FC53);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
|
|
bool V_2 = false;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_7 = NULL;
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)58));
|
|
V_0 = L_1;
|
|
String_t* L_2 = ___0_message;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_0;
|
|
NullCheck(L_2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4;
|
|
L_4 = String_Split_m2BE72C065A76F6655308BAB67057CD03FED80D56(L_2, L_3, 2, 0, NULL);
|
|
V_1 = L_4;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
V_2 = (bool)((((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))) == ((int32_t)2))? 1 : 0);
|
|
bool L_6 = V_2;
|
|
if (!L_6)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
V_3 = L_7;
|
|
V_4 = 0;
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = V_3;
|
|
int32_t L_9 = V_4;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = V_1;
|
|
int32_t L_11 = V_4;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = L_11;
|
|
String_t* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_13, NULL);
|
|
NullCheck(L_8);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (String_t*)L_14);
|
|
int32_t L_15 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
int32_t L_16 = V_4;
|
|
V_5 = (bool)((((int32_t)L_16) < ((int32_t)2))? 1 : 0);
|
|
bool L_17 = V_5;
|
|
if (L_17)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = V_3;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = 0;
|
|
String_t* L_20 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
NullCheck(L_20);
|
|
bool L_21;
|
|
L_21 = String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3(L_20, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, NULL);
|
|
V_6 = (bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0);
|
|
bool L_22 = V_6;
|
|
if (!L_22)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = V_3;
|
|
V_7 = L_23;
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_25 = L_24;
|
|
NullCheck(L_25);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral57A5B9F3116ECBC21D1419A60997CB549020FC53);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_26 = L_25;
|
|
String_t* L_27 = ___0_message;
|
|
NullCheck(L_26);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_27);
|
|
V_7 = L_26;
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28 = V_7;
|
|
return L_28;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHandler_LogException_m6F538C16D74EDF3EE2256312DF6C87ABAD5155B6 (ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* __this, LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73CFB0B100DCFB0240F5F961DCC32569C0D22AED);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_0 = ___0_e;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_0);
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_2 = ___0_e;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(9, L_2);
|
|
String_t* L_4;
|
|
L_4 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral73CFB0B100DCFB0240F5F961DCC32569C0D22AED, L_1, L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(1, L_4, NULL);
|
|
bool L_5;
|
|
L_5 = Crashlytics_get_ReportUncaughtExceptionsAsFatal_mDE723695962FC10E3F0E20C673B668E7D73D4F11_inline(NULL);
|
|
V_0 = L_5;
|
|
bool L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_7 = ___0_e;
|
|
Crashlytics_LogExceptionAsFatal_m8B0E15D37EFA76ADC82898B12275228D952BFF6D(L_7, NULL);
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_8 = ___0_e;
|
|
Crashlytics_LogException_mACA1BB2ED2669E632854AB55478710EC0C281618(L_8, NULL);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionHandler__ctor_m58A8415C857D6D2BE34A4E3AAAB1B825F9A0E268 (ExceptionHandler_t2DDC3721AFC96975EA180F4E7A4902FFB2CE138B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___isRegistered = (bool)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
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* Impl_Make_mFFEA30C47F99C9779D5EDCD228396DD73243FF36 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOSImpl_tEF2F7F764B96CC904685F5137112DB87893D8CBD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* V_1 = NULL;
|
|
bool V_2 = false;
|
|
{
|
|
bool L_0;
|
|
L_0 = PlatformInformation_get_IsIOS_mC19E79F4C15D4B8B2CF22DE2517074235DCF7082(NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
IOSImpl_tEF2F7F764B96CC904685F5137112DB87893D8CBD* L_2 = (IOSImpl_tEF2F7F764B96CC904685F5137112DB87893D8CBD*)il2cpp_codegen_object_new(IOSImpl_tEF2F7F764B96CC904685F5137112DB87893D8CBD_il2cpp_TypeInfo_var);
|
|
IOSImpl__ctor_mB8C8A9D9B5516E0F464BFD962656ED87ACA6E70E(L_2, NULL);
|
|
V_1 = L_2;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
bool L_3;
|
|
L_3 = PlatformInformation_get_IsAndroid_mA671D9472B9FDCE9060CD79409611B524ACEB61B(NULL);
|
|
V_2 = L_3;
|
|
bool L_4 = V_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* L_5 = (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76*)il2cpp_codegen_object_new(AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76_il2cpp_TypeInfo_var);
|
|
AndroidImpl__ctor_m94EE2C86B032B1858535A88AE69EBCF297634EDD(L_5, NULL);
|
|
V_1 = L_5;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_6 = (Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF*)il2cpp_codegen_object_new(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
Impl__ctor_m761BF52C0FBB4326D40254285021B9E3F67404C6(L_6, NULL);
|
|
V_1 = L_6;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Impl_IsSDKInitialized_m908ADF3BBFDB0D9DBDBC0DD58BF892EA1721CEAD (Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_0005;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
bool L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Impl_Log_m075706FF0EA6859E67F727B474E7D7908B30217B (Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___LogString;
|
|
String_t* L_1 = ___0_message;
|
|
String_t* L_2;
|
|
L_2 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Impl_SetCustomKey_m16E43EB997C00A9D7AB5A0A2337B25B04EDB0ABD (Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___SetKeyValueString;
|
|
String_t* L_1 = ___0_key;
|
|
String_t* L_2 = ___1_value;
|
|
String_t* L_3;
|
|
L_3 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(L_0, L_1, L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(1, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Impl_SetUserId_m05507E3650519D29A70A0FE86EA54BAD569B57FD (Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* __this, String_t* ___0_identifier, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___SetUserIdentifierString;
|
|
String_t* L_1 = ___0_identifier;
|
|
String_t* L_2;
|
|
L_2 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Impl_LogException_mD43F6B4E311EE7D1E62F38AF096EBA19FD9130C0 (Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* __this, Exception_t* ___0_exception, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___LogExceptionString;
|
|
Exception_t* L_1 = ___0_exception;
|
|
String_t* L_2;
|
|
L_2 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Impl_LogExceptionAsFatal_mC4B598CB8D4F18B85F2084EF6E96B16CA0C349F7 (Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* __this, Exception_t* ___0_exception, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___LogExceptionAsFatalString;
|
|
Exception_t* L_1 = ___0_exception;
|
|
String_t* L_2;
|
|
L_2 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Impl_IsCrashlyticsCollectionEnabled_mA98708519A1DFE3B59B4702C48860D829EF70952 (Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___IsCrashlyticsCollectionEnabledString;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)0);
|
|
String_t* L_2;
|
|
L_2 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(1, L_2, NULL);
|
|
V_0 = (bool)1;
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Impl_SetCrashlyticsCollectionEnabled_m8308BD776FAF70191EBECE3ABA160E407AB75F63 (Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* __this, bool ___0_enabled, 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*)&Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
String_t* L_0 = ((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___SetCrashlyticsCollectionEnabledString;
|
|
bool L_1 = ___0_enabled;
|
|
bool L_2 = L_1;
|
|
RuntimeObject* L_3 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_2);
|
|
String_t* L_4;
|
|
L_4 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(L_0, L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(1, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Impl__ctor_m761BF52C0FBB4326D40254285021B9E3F67404C6 (Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Impl__cctor_mD41926AA62E73080BADB30857B67FDA73D83112D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral295135142B09D162981C567F1D15A5ED78CAAE14);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31589BBA58A25664603E1D2DC687F87365BA9CFB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4765970D0D7133F1C1A69C95B203411B88124CF0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F58E55899F98AFC5E1E6EA30DD8C9C5B9EC984E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9084C0AE5B471F4073C715BDAC3F750C32FE483A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F9B4EE95D601BB0BC08F3411BA88D91604FD8F9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5FCE0B9BAB969557C9E40E4FB4EFF9C00C5F242);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___LogString = _stringLiteral31589BBA58A25664603E1D2DC687F87365BA9CFB;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___LogString), (void*)_stringLiteral31589BBA58A25664603E1D2DC687F87365BA9CFB);
|
|
((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___SetKeyValueString = _stringLiteral9084C0AE5B471F4073C715BDAC3F750C32FE483A;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___SetKeyValueString), (void*)_stringLiteral9084C0AE5B471F4073C715BDAC3F750C32FE483A);
|
|
((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___SetUserIdentifierString = _stringLiteralE5FCE0B9BAB969557C9E40E4FB4EFF9C00C5F242;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___SetUserIdentifierString), (void*)_stringLiteralE5FCE0B9BAB969557C9E40E4FB4EFF9C00C5F242);
|
|
((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___LogExceptionString = _stringLiteral6F58E55899F98AFC5E1E6EA30DD8C9C5B9EC984E;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___LogExceptionString), (void*)_stringLiteral6F58E55899F98AFC5E1E6EA30DD8C9C5B9EC984E);
|
|
((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___LogExceptionAsFatalString = _stringLiteral4765970D0D7133F1C1A69C95B203411B88124CF0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___LogExceptionAsFatalString), (void*)_stringLiteral4765970D0D7133F1C1A69C95B203411B88124CF0);
|
|
((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___IsCrashlyticsCollectionEnabledString = _stringLiteral9F9B4EE95D601BB0BC08F3411BA88D91604FD8F9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___IsCrashlyticsCollectionEnabledString), (void*)_stringLiteral9F9B4EE95D601BB0BC08F3411BA88D91604FD8F9);
|
|
((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___SetCrashlyticsCollectionEnabledString = _stringLiteral295135142B09D162981C567F1D15A5ED78CAAE14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_StaticFields*)il2cpp_codegen_static_fields_for(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var))->___SetCrashlyticsCollectionEnabledString), (void*)_stringLiteral295135142B09D162981C567F1D15A5ED78CAAE14);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoggedException__ctor_m36E35A2257C4C4E77F61E97CDDF654E2E6B81A07 (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, String_t* ___0_name, String_t* ___1_message, String_t* ___2_stackTrace, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
String_t* L_0 = ___1_message;
|
|
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(__this, L_0, NULL);
|
|
String_t* L_1 = ___0_name;
|
|
LoggedException_set_Name_m1896D9976E235E316D5E9942212844B5A70830B0_inline(__this, L_1, NULL);
|
|
String_t* L_2 = ___2_stackTrace;
|
|
V_0 = (bool)((((RuntimeObject*)(String_t*)L_2) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
LoggedException_set_CustomStackTrace_m96C1F56677E625D1E964AE5EE6657BC51DACB08B_inline(__this, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
String_t* L_4 = ___2_stackTrace;
|
|
LoggedException_set_CustomStackTrace_m96C1F56677E625D1E964AE5EE6657BC51DACB08B_inline(__this, L_4, NULL);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
String_t* L_5;
|
|
L_5 = LoggedException_get_CustomStackTrace_m09CFBAE4B46B47D83C10DD64462E13C250A83289_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var);
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_6;
|
|
L_6 = StackTraceParser_ParseStackTraceString_m8C1BCC3D040CAA6827E0EFFE408EC500E0A485D0(L_5, NULL);
|
|
LoggedException_set_ParsedStackTrace_m3B96F287A2952EC305C06EE0D55A8C6F002FDF20_inline(__this, L_6, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* LoggedException_FromException_mB66098F5B3617FE9C23C100DB4C1DE21B5704E6E (Exception_t* ___0_exception, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
bool V_3 = false;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* V_4 = NULL;
|
|
{
|
|
Exception_t* L_0 = ___0_exception;
|
|
V_3 = (bool)((!(((RuntimeObject*)(LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887*)((LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887*)IsInstClass((RuntimeObject*)L_0, LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_3;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_2 = ___0_exception;
|
|
V_4 = ((LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887*)CastclassClass((RuntimeObject*)L_2, LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887_il2cpp_TypeInfo_var));
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Exception_t* L_3 = ___0_exception;
|
|
NullCheck(L_3);
|
|
Type_t* L_4;
|
|
L_4 = Exception_GetType_mAD1230385BDC06119C339187CC37F22B6A79CF09(L_3, NULL);
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(8, L_4);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = ___0_exception;
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_6);
|
|
V_1 = L_7;
|
|
Exception_t* L_8 = ___0_exception;
|
|
NullCheck(L_8);
|
|
String_t* L_9;
|
|
L_9 = VirtualFuncInvoker0< String_t* >::Invoke(9, L_8);
|
|
V_2 = L_9;
|
|
String_t* L_10 = V_0;
|
|
String_t* L_11 = V_1;
|
|
String_t* L_12 = V_2;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_13 = (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887*)il2cpp_codegen_object_new(LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887_il2cpp_TypeInfo_var);
|
|
LoggedException__ctor_m36E35A2257C4C4E77F61E97CDDF654E2E6B81A07(L_13, L_10, L_11, L_12, NULL);
|
|
V_4 = L_13;
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_14 = V_4;
|
|
return L_14;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoggedException_get_Name_mDF6DE03566F5AF6854F272676AAFF9CCA93709E7 (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoggedException_set_Name_m1896D9976E235E316D5E9942212844B5A70830B0 (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CNameU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LoggedException_get_CustomStackTrace_m09CFBAE4B46B47D83C10DD64462E13C250A83289 (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CCustomStackTraceU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoggedException_set_CustomStackTrace_m96C1F56677E625D1E964AE5EE6657BC51DACB08B (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CCustomStackTraceU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCustomStackTraceU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* LoggedException_get_ParsedStackTrace_m672B6D6A5AFFA99DAB7C4001BCCB7E2B5B4B7E56 (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_0 = __this->___U3CParsedStackTraceU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LoggedException_set_ParsedStackTrace_m3B96F287A2952EC305C06EE0D55A8C6F002FDF20 (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_0 = ___0_value;
|
|
__this->___U3CParsedStackTraceU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CParsedStackTraceU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Metadata__ctor_m152B834D7423AF0ED2D3A500786662C4350BEE92 (Metadata_tC80E86736BA3888D72B8344C8F8DB0E7AA5AB094* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5D8AF07339C92C1C8A544FB0AED646C001200E8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Resolution_tDF215F567EEFFD07B9A8FB7CEACC08EA6B8B9525 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
|
String_t* L_0;
|
|
L_0 = Application_get_unityVersion_m27BB3207901305BD239E1C3A74035E15CF3E5D21(NULL);
|
|
__this->___uv = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___uv), (void*)L_0);
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Debug_get_isDebugBuild_m9277C4A9591F7E1D8B76340B4CAE5EA33D63AF01(NULL);
|
|
__this->___idb = L_1;
|
|
String_t* L_2;
|
|
L_2 = SystemInfo_get_processorType_m985AB6C66E69918DF641BC1A589A3F9B4CE76FBE(NULL);
|
|
__this->___pt = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___pt), (void*)L_2);
|
|
int32_t L_3;
|
|
L_3 = SystemInfo_get_processorCount_m6B20AC11AEA09CA06278FBC47BAAEAA01BC7DB55(NULL);
|
|
__this->___pc = L_3;
|
|
int32_t L_4;
|
|
L_4 = SystemInfo_get_processorFrequency_mC3B994657AC07ECDFFF09E2B67AA90F5ED7F39E8(NULL);
|
|
__this->___pf = L_4;
|
|
int32_t L_5;
|
|
L_5 = SystemInfo_get_systemMemorySize_m3BFE40CF5A43FEAB94F5C552A47D04ECD88B771E(NULL);
|
|
__this->___sms = L_5;
|
|
int32_t L_6;
|
|
L_6 = SystemInfo_get_graphicsMemorySize_m05C833741F5F5C06FE9B4B9F50078A21E9E71ACF(NULL);
|
|
__this->___gms = L_6;
|
|
int32_t L_7;
|
|
L_7 = SystemInfo_get_graphicsDeviceID_m9CB876E71515AF035A36AF3185992D10AE2ED646(NULL);
|
|
__this->___gdid = L_7;
|
|
int32_t L_8;
|
|
L_8 = SystemInfo_get_graphicsDeviceVendorID_m9806D2F3459612C9FFE1A152BEB6BFB9D02C3309(NULL);
|
|
__this->___gdvid = L_8;
|
|
String_t* L_9;
|
|
L_9 = SystemInfo_get_graphicsDeviceName_mA3F2E2CA587AD5E212A38AD7D28559FD017451A2(NULL);
|
|
__this->___gdn = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___gdn), (void*)L_9);
|
|
String_t* L_10;
|
|
L_10 = SystemInfo_get_graphicsDeviceVendor_mE2D7A85437C820636639ADC124C965DB37B52204(NULL);
|
|
__this->___gdv = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___gdv), (void*)L_10);
|
|
String_t* L_11;
|
|
L_11 = SystemInfo_get_graphicsDeviceVersion_m8A157C76206F3CF7D9A3DA6F4BE188A6FEC0769C(NULL);
|
|
__this->___gdver = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___gdver), (void*)L_11);
|
|
int32_t L_12;
|
|
L_12 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL);
|
|
__this->___gdt = L_12;
|
|
int32_t L_13;
|
|
L_13 = SystemInfo_get_graphicsShaderLevel_m9E6B001FA80EFBFC92EF4E7440AE64828B15070F(NULL);
|
|
__this->___gsl = L_13;
|
|
int32_t L_14;
|
|
L_14 = SystemInfo_get_supportedRenderTargetCount_mA8696B2D9AB343F9D04B0F4F14A4A1F7098DBC34(NULL);
|
|
__this->___grtc = L_14;
|
|
int32_t L_15;
|
|
L_15 = SystemInfo_get_copyTextureSupport_m35C5E2D749B53757DD6F05492B5D79F364F466C2(NULL);
|
|
__this->___gcts = L_15;
|
|
int32_t L_16;
|
|
L_16 = SystemInfo_get_maxTextureSize_mEE557C09643222591C6F4D3F561D7A60CD403991(NULL);
|
|
__this->___gmts = L_16;
|
|
int32_t L_17;
|
|
L_17 = Screen_get_width_mF608FF3252213E7EFA1F0D2F744C28110E9E5AC9(NULL);
|
|
int32_t L_18 = L_17;
|
|
RuntimeObject* L_19 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_18);
|
|
int32_t L_20;
|
|
L_20 = Screen_get_height_m01A3102DE71EE1FBEA51D09D6B0261CF864FE8F9(NULL);
|
|
int32_t L_21 = L_20;
|
|
RuntimeObject* L_22 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_21);
|
|
String_t* L_23;
|
|
L_23 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralC5D8AF07339C92C1C8A544FB0AED646C001200E8, L_19, L_22, NULL);
|
|
__this->___ss = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ss), (void*)L_23);
|
|
float L_24;
|
|
L_24 = Screen_get_dpi_mEEDAA2189F84A47BD69D62A611E031D5C59CFE8E(NULL);
|
|
__this->___sdpi = L_24;
|
|
Resolution_tDF215F567EEFFD07B9A8FB7CEACC08EA6B8B9525 L_25;
|
|
L_25 = Screen_get_currentResolution_m8FE4C43E4F6EF28E0B85EB94B6C69D1EC5687CCD(NULL);
|
|
V_0 = L_25;
|
|
int32_t L_26;
|
|
L_26 = Resolution_get_refreshRate_mBA65C6BC920F0045E798C9F096E830C135F37870((&V_0), NULL);
|
|
__this->___srr = L_26;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MetadataBuilder_GenerateMetadataJSON_m9C53E7A4FEE2F79806EE7A176AC1FADA1080CBFC (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Metadata_tC80E86736BA3888D72B8344C8F8DB0E7AA5AB094_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Metadata_tC80E86736BA3888D72B8344C8F8DB0E7AA5AB094* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
Exception_t* V_2 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
}
|
|
try
|
|
{
|
|
Metadata_tC80E86736BA3888D72B8344C8F8DB0E7AA5AB094* L_0 = (Metadata_tC80E86736BA3888D72B8344C8F8DB0E7AA5AB094*)il2cpp_codegen_object_new(Metadata_tC80E86736BA3888D72B8344C8F8DB0E7AA5AB094_il2cpp_TypeInfo_var);
|
|
Metadata__ctor_m152B834D7423AF0ED2D3A500786662C4350BEE92(L_0, NULL);
|
|
V_0 = L_0;
|
|
Metadata_tC80E86736BA3888D72B8344C8F8DB0E7AA5AB094* L_1 = V_0;
|
|
String_t* L_2;
|
|
L_2 = JsonUtility_ToJson_m28CC6843B9D3723D88AD13EA3829B71FDE7826BA(L_1, NULL);
|
|
V_1 = L_2;
|
|
goto IL_0031;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0011;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0011:
|
|
{
|
|
Exception_t* L_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_2 = L_3;
|
|
Exception_t* L_4 = V_2;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral94EFF030C9A3F8836D2235E04B3792B04BC2F807)), L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_6, NULL);
|
|
V_1 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
String_t* L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MetadataBuilder__ctor_mFC83FB11982F7494AF9368981C644DE324F19483 (MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MetadataBuilder__cctor_mEB269BA2D8F3CB67EF1F25C9D64B4DB84504B540 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2BFAE70197C0E422760DF3A996C13C7A418B318);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9_StaticFields*)il2cpp_codegen_static_fields_for(MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9_il2cpp_TypeInfo_var))->___METADATA_KEY = _stringLiteralF2BFAE70197C0E422760DF3A996C13C7A418B318;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9_StaticFields*)il2cpp_codegen_static_fields_for(MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9_il2cpp_TypeInfo_var))->___METADATA_KEY), (void*)_stringLiteralF2BFAE70197C0E422760DF3A996C13C7A418B318);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* StackTraceParser_ParseStackTraceString_m8C1BCC3D040CAA6827E0EFFE408EC500E0A485D0 (String_t* ___0_stackTrace, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m468CC11F68E7B1323DBC33BC15634AA8C520224A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m9E06DB4CA8D1508D73839BB47732C5FECFD88E5E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4AA6E535BC1DD1E1308FD2D14FFE0E6A75A63207_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C* V_1 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_2 = NULL;
|
|
bool V_3 = false;
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* V_4 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
String_t* V_7 = NULL;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* V_8 = NULL;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
{
|
|
V_0 = (String_t*)NULL;
|
|
List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C* L_0 = (List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C*)il2cpp_codegen_object_new(List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m4AA6E535BC1DD1E1308FD2D14FFE0E6A75A63207(L_0, List_1__ctor_m4AA6E535BC1DD1E1308FD2D14FFE0E6A75A63207_RuntimeMethod_var);
|
|
V_1 = L_0;
|
|
String_t* L_1 = ___0_stackTrace;
|
|
il2cpp_codegen_runtime_class_init_inline(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___StringDelimiters;
|
|
NullCheck(L_1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3;
|
|
L_3 = String_Split_m03F46561E2DF46D1E3AE749A77706EFC2F6488F4(L_1, L_2, 0, NULL);
|
|
V_2 = L_3;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = V_2;
|
|
NullCheck(L_4);
|
|
V_3 = (bool)((((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))) < ((int32_t)1))? 1 : 0);
|
|
bool L_5 = V_3;
|
|
if (!L_5)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_7;
|
|
L_7 = List_1_ToArray_m9E06DB4CA8D1508D73839BB47732C5FECFD88E5E(L_6, List_1_ToArray_m9E06DB4CA8D1508D73839BB47732C5FECFD88E5E_RuntimeMethod_var);
|
|
V_4 = L_7;
|
|
goto IL_00c6;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = V_2;
|
|
V_5 = L_8;
|
|
V_6 = 0;
|
|
goto IL_00b1;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = V_5;
|
|
int32_t L_10 = V_6;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
String_t* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
V_7 = L_12;
|
|
String_t* L_13 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var);
|
|
String_t* L_14 = ((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___FrameRegexWithFileInfo;
|
|
il2cpp_codegen_runtime_class_init_inline(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC* L_15;
|
|
L_15 = Regex_Matches_m6173BAB925E8664D3E962C59D780625528CAC22F(L_13, L_14, NULL);
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = MatchCollection_get_Count_mF9D979B5B9D3835CC61977CBFB4110173B1CC926(L_15, NULL);
|
|
V_9 = (bool)((((int32_t)L_16) == ((int32_t)1))? 1 : 0);
|
|
bool L_17 = V_9;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var);
|
|
String_t* L_18 = ((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___FrameRegexWithFileInfo;
|
|
V_0 = L_18;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
String_t* L_19 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var);
|
|
String_t* L_20 = ((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___FrameRegexWithoutFileInfo;
|
|
il2cpp_codegen_runtime_class_init_inline(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC* L_21;
|
|
L_21 = Regex_Matches_m6173BAB925E8664D3E962C59D780625528CAC22F(L_19, L_20, NULL);
|
|
NullCheck(L_21);
|
|
int32_t L_22;
|
|
L_22 = MatchCollection_get_Count_mF9D979B5B9D3835CC61977CBFB4110173B1CC926(L_21, NULL);
|
|
V_10 = (bool)((((int32_t)L_22) == ((int32_t)1))? 1 : 0);
|
|
bool L_23 = V_10;
|
|
if (!L_23)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var);
|
|
String_t* L_24 = ((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___FrameRegexWithoutFileInfo;
|
|
V_0 = L_24;
|
|
goto IL_008a;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
String_t* L_25 = V_0;
|
|
String_t* L_26 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_27;
|
|
L_27 = StackTraceParser_ParseFrameString_m4A987A4B13FCA52A4B510B4FB7A1C7C0E85B62C2(L_25, L_26, NULL);
|
|
V_8 = L_27;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_28 = V_8;
|
|
V_11 = (bool)((!(((RuntimeObject*)(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)L_28) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_29 = V_11;
|
|
if (!L_29)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C* L_30 = V_1;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_31 = V_8;
|
|
NullCheck(L_30);
|
|
List_1_Add_m468CC11F68E7B1323DBC33BC15634AA8C520224A_inline(L_30, L_31, List_1_Add_m468CC11F68E7B1323DBC33BC15634AA8C520224A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
int32_t L_32 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_32, 1));
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
int32_t L_33 = V_6;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_34 = V_5;
|
|
NullCheck(L_34);
|
|
if ((((int32_t)L_33) < ((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
List_1_t57C4718BFC29C0490EDA5E5E0FD72088A3797A7C* L_35 = V_1;
|
|
NullCheck(L_35);
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_36;
|
|
L_36 = List_1_ToArray_m9E06DB4CA8D1508D73839BB47732C5FECFD88E5E(L_35, List_1_ToArray_m9E06DB4CA8D1508D73839BB47732C5FECFD88E5E_RuntimeMethod_var);
|
|
V_4 = L_36;
|
|
goto IL_00c6;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_37 = V_4;
|
|
return L_37;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* StackTraceParser_ParseFrameString_m4A987A4B13FCA52A4B510B4FB7A1C7C0E85B62C2 (String_t* ___0_regex, String_t* ___1_frameString, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral614B501556B12B5890C878B29FB23C1807F2B680);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA87D8447ADA4FCBB0C1453670109D4DDFF27315D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC* V_0 = NULL;
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* V_4 = NULL;
|
|
bool V_5 = false;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* V_6 = NULL;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
int32_t G_B5_0 = 0;
|
|
String_t* G_B10_0 = NULL;
|
|
String_t* G_B13_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___1_frameString;
|
|
String_t* L_1 = ___0_regex;
|
|
il2cpp_codegen_runtime_class_init_inline(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC* L_2;
|
|
L_2 = Regex_Matches_m6173BAB925E8664D3E962C59D780625528CAC22F(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = MatchCollection_get_Count_mF9D979B5B9D3835CC61977CBFB4110173B1CC926(L_3, NULL);
|
|
V_5 = (bool)((((int32_t)L_4) < ((int32_t)1))? 1 : 0);
|
|
bool L_5 = V_5;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
V_6 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)NULL;
|
|
goto IL_017e;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* L_7;
|
|
L_7 = VirtualFuncInvoker1< Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F*, int32_t >::Invoke(35, L_6, 0);
|
|
V_1 = L_7;
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* L_9;
|
|
L_9 = VirtualFuncInvoker0< GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* >::Invoke(5, L_8);
|
|
NullCheck(L_9);
|
|
Group_t26371E9136D6F43782C487B63C67C5FC4F472881* L_10;
|
|
L_10 = GroupCollection_get_Item_mE9B3A83B3563620EF70CFCD5F13E404864351B7A(L_9, _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680, NULL);
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = Group_get_Success_m4E0238EE4B1E7F927E2AF13E2E5901BCA92BE62F(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* L_13;
|
|
L_13 = VirtualFuncInvoker0< GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* >::Invoke(5, L_12);
|
|
NullCheck(L_13);
|
|
Group_t26371E9136D6F43782C487B63C67C5FC4F472881* L_14;
|
|
L_14 = GroupCollection_get_Item_mE9B3A83B3563620EF70CFCD5F13E404864351B7A(L_13, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, NULL);
|
|
NullCheck(L_14);
|
|
bool L_15;
|
|
L_15 = Group_get_Success_m4E0238EE4B1E7F927E2AF13E2E5901BCA92BE62F(L_14, NULL);
|
|
G_B5_0 = ((((int32_t)L_15) == ((int32_t)0))? 1 : 0);
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
V_7 = (bool)G_B5_0;
|
|
bool L_16 = V_7;
|
|
if (!L_16)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
V_6 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)NULL;
|
|
goto IL_017e;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* L_18;
|
|
L_18 = VirtualFuncInvoker0< GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* >::Invoke(5, L_17);
|
|
NullCheck(L_18);
|
|
Group_t26371E9136D6F43782C487B63C67C5FC4F472881* L_19;
|
|
L_19 = GroupCollection_get_Item_mE9B3A83B3563620EF70CFCD5F13E404864351B7A(L_18, _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E, NULL);
|
|
NullCheck(L_19);
|
|
bool L_20;
|
|
L_20 = Group_get_Success_m4E0238EE4B1E7F927E2AF13E2E5901BCA92BE62F(L_19, NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* L_22;
|
|
L_22 = VirtualFuncInvoker0< GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* >::Invoke(5, L_21);
|
|
NullCheck(L_22);
|
|
Group_t26371E9136D6F43782C487B63C67C5FC4F472881* L_23;
|
|
L_23 = GroupCollection_get_Item_mE9B3A83B3563620EF70CFCD5F13E404864351B7A(L_22, _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680, NULL);
|
|
NullCheck(L_23);
|
|
String_t* L_24;
|
|
L_24 = Capture_get_Value_m1AB4193C2FC4B0D08AA34FECF10D03876D848BDC(L_23, NULL);
|
|
G_B10_0 = L_24;
|
|
goto IL_00ad;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* L_26;
|
|
L_26 = VirtualFuncInvoker0< GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* >::Invoke(5, L_25);
|
|
NullCheck(L_26);
|
|
Group_t26371E9136D6F43782C487B63C67C5FC4F472881* L_27;
|
|
L_27 = GroupCollection_get_Item_mE9B3A83B3563620EF70CFCD5F13E404864351B7A(L_26, _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E, NULL);
|
|
NullCheck(L_27);
|
|
String_t* L_28;
|
|
L_28 = Capture_get_Value_m1AB4193C2FC4B0D08AA34FECF10D03876D848BDC(L_27, NULL);
|
|
G_B10_0 = L_28;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
V_2 = G_B10_0;
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* L_30;
|
|
L_30 = VirtualFuncInvoker0< GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* >::Invoke(5, L_29);
|
|
NullCheck(L_30);
|
|
Group_t26371E9136D6F43782C487B63C67C5FC4F472881* L_31;
|
|
L_31 = GroupCollection_get_Item_mE9B3A83B3563620EF70CFCD5F13E404864351B7A(L_30, _stringLiteralA87D8447ADA4FCBB0C1453670109D4DDFF27315D, NULL);
|
|
NullCheck(L_31);
|
|
bool L_32;
|
|
L_32 = Group_get_Success_m4E0238EE4B1E7F927E2AF13E2E5901BCA92BE62F(L_31, NULL);
|
|
if (L_32)
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
G_B13_0 = _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024;
|
|
goto IL_00e1;
|
|
}
|
|
|
|
IL_00cc:
|
|
{
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* L_33 = V_1;
|
|
NullCheck(L_33);
|
|
GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* L_34;
|
|
L_34 = VirtualFuncInvoker0< GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* >::Invoke(5, L_33);
|
|
NullCheck(L_34);
|
|
Group_t26371E9136D6F43782C487B63C67C5FC4F472881* L_35;
|
|
L_35 = GroupCollection_get_Item_mE9B3A83B3563620EF70CFCD5F13E404864351B7A(L_34, _stringLiteralA87D8447ADA4FCBB0C1453670109D4DDFF27315D, NULL);
|
|
NullCheck(L_35);
|
|
String_t* L_36;
|
|
L_36 = Capture_get_Value_m1AB4193C2FC4B0D08AA34FECF10D03876D848BDC(L_35, NULL);
|
|
G_B13_0 = L_36;
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
V_3 = G_B13_0;
|
|
String_t* L_37 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var);
|
|
String_t* L_38 = ((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___MonoFilenameUnknownString;
|
|
bool L_39;
|
|
L_39 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_37, L_38, NULL);
|
|
V_8 = L_39;
|
|
bool L_40 = V_8;
|
|
if (!L_40)
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
}
|
|
{
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* L_41 = V_1;
|
|
NullCheck(L_41);
|
|
GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* L_42;
|
|
L_42 = VirtualFuncInvoker0< GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* >::Invoke(5, L_41);
|
|
NullCheck(L_42);
|
|
Group_t26371E9136D6F43782C487B63C67C5FC4F472881* L_43;
|
|
L_43 = GroupCollection_get_Item_mE9B3A83B3563620EF70CFCD5F13E404864351B7A(L_42, _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680, NULL);
|
|
NullCheck(L_43);
|
|
String_t* L_44;
|
|
L_44 = Capture_get_Value_m1AB4193C2FC4B0D08AA34FECF10D03876D848BDC(L_43, NULL);
|
|
V_2 = L_44;
|
|
V_3 = _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024;
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_45 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_45, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var);
|
|
V_4 = L_45;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_46 = V_4;
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* L_47 = V_1;
|
|
NullCheck(L_47);
|
|
GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* L_48;
|
|
L_48 = VirtualFuncInvoker0< GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* >::Invoke(5, L_47);
|
|
NullCheck(L_48);
|
|
Group_t26371E9136D6F43782C487B63C67C5FC4F472881* L_49;
|
|
L_49 = GroupCollection_get_Item_mE9B3A83B3563620EF70CFCD5F13E404864351B7A(L_48, _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680, NULL);
|
|
NullCheck(L_49);
|
|
String_t* L_50;
|
|
L_50 = Capture_get_Value_m1AB4193C2FC4B0D08AA34FECF10D03876D848BDC(L_49, NULL);
|
|
NullCheck(L_46);
|
|
Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_46, _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680, L_50, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_51 = V_4;
|
|
Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* L_52 = V_1;
|
|
NullCheck(L_52);
|
|
GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* L_53;
|
|
L_53 = VirtualFuncInvoker0< GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* >::Invoke(5, L_52);
|
|
NullCheck(L_53);
|
|
Group_t26371E9136D6F43782C487B63C67C5FC4F472881* L_54;
|
|
L_54 = GroupCollection_get_Item_mE9B3A83B3563620EF70CFCD5F13E404864351B7A(L_53, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, NULL);
|
|
NullCheck(L_54);
|
|
String_t* L_55;
|
|
L_55 = Capture_get_Value_m1AB4193C2FC4B0D08AA34FECF10D03876D848BDC(L_54, NULL);
|
|
NullCheck(L_51);
|
|
Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_51, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, L_55, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_56 = V_4;
|
|
String_t* L_57 = V_2;
|
|
NullCheck(L_56);
|
|
Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_56, _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E, L_57, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_58 = V_4;
|
|
String_t* L_59 = V_3;
|
|
NullCheck(L_58);
|
|
Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13(L_58, _stringLiteralA87D8447ADA4FCBB0C1453670109D4DDFF27315D, L_59, Dictionary_2_Add_mC78C20D5901C87AAC38F37C906FAB6946BDE5F13_RuntimeMethod_var);
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_60 = V_4;
|
|
V_6 = L_60;
|
|
goto IL_017e;
|
|
}
|
|
|
|
IL_017e:
|
|
{
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_61 = V_6;
|
|
return L_61;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTraceParser__ctor_m98701D3D72572EB33E29BB369541E5990654CBDB (StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackTraceParser__cctor_m8414564CE5C51F358C64A7814D32BF603A26359E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0C6D64B7A0CDB6E3207FA23727AD41AA18ED8FF5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94638D7F4A43B841B52AF845739D3C73F4D2A8BB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE84FE8ECE4A6DB8454F274D15DECBFFE3DE403F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD36337CE50D01489EBB3C0651FFACABE7674F341);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___FrameArgsRegex = _stringLiteralD36337CE50D01489EBB3C0651FFACABE7674F341;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___FrameArgsRegex), (void*)_stringLiteralD36337CE50D01489EBB3C0651FFACABE7674F341);
|
|
String_t* L_0 = ((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___FrameArgsRegex;
|
|
String_t* L_1;
|
|
L_1 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralBE84FE8ECE4A6DB8454F274D15DECBFFE3DE403F, L_0, NULL);
|
|
((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___FrameRegexWithoutFileInfo = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___FrameRegexWithoutFileInfo), (void*)L_1);
|
|
String_t* L_2 = ((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___FrameRegexWithoutFileInfo;
|
|
String_t* L_3;
|
|
L_3 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_2, _stringLiteral94638D7F4A43B841B52AF845739D3C73F4D2A8BB, NULL);
|
|
((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___FrameRegexWithFileInfo = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___FrameRegexWithFileInfo), (void*)L_3);
|
|
((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___MonoFilenameUnknownString = _stringLiteral0C6D64B7A0CDB6E3207FA23727AD41AA18ED8FF5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___MonoFilenameUnknownString), (void*)_stringLiteral0C6D64B7A0CDB6E3207FA23727AD41AA18ED8FF5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4;
|
|
String_t* L_6;
|
|
L_6 = Environment_get_NewLine_m8BF68A4EFDAFFB66500984CE779629811BA98FFF(NULL);
|
|
NullCheck(L_5);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_6);
|
|
((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___StringDelimiters = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_StaticFields*)il2cpp_codegen_static_fields_for(StackTraceParser_tCD308CD049C1C2B3A198DBBDB3357B628F793B7D_il2cpp_TypeInfo_var))->___StringDelimiters), (void*)L_5);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOSImpl__ctor_mB8C8A9D9B5516E0F464BFD962656ED87ACA6E70E (IOSImpl_tEF2F7F764B96CC904685F5137112DB87893D8CBD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
Impl__ctor_m761BF52C0FBB4326D40254285021B9E3F67404C6(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl__ctor_m94EE2C86B032B1858535A88AE69EBCF297634EDD (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral865E2C8D46CB11CE0AF2692E2570B521A2687293);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
Impl__ctor_m761BF52C0FBB4326D40254285021B9E3F67404C6(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_0;
|
|
L_0 = FirebaseApp_get_DefaultInstance_m2387909BEFA7CA8F51D87B62700EAE8DA6FC13A0(NULL);
|
|
__this->___firebaseApp = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___firebaseApp), (void*)L_0);
|
|
FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_1 = __this->___firebaseApp;
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_2;
|
|
L_2 = FirebaseCrashlyticsInternal_GetInstance_m7694E41DBD129C2659D76998342EA62F1BD1655B(L_1, (&V_0), NULL);
|
|
__this->___crashlyticsInternal = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___crashlyticsInternal), (void*)L_2);
|
|
int32_t L_3 = V_0;
|
|
V_1 = (bool)((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ErrorMessages_t2367D208FBD8BCCCA1785A2713B206653DEC47BE_il2cpp_TypeInfo_var)));
|
|
String_t* L_6;
|
|
L_6 = ErrorMessages_get_DependencyNotFoundErrorMessage_mA71EBFCD6E5CC0C61BD0E3624738175EADBCC0F7(NULL);
|
|
InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E* L_7 = (InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InitializationException_t20C1D7EF5FABCAF5A71F226B433ABC58C64A1E2E_il2cpp_TypeInfo_var)));
|
|
InitializationException__ctor_mC48C74EE90B137CDEA82068C2E1695D81974C5BF(L_7, L_5, L_6, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AndroidImpl__ctor_m94EE2C86B032B1858535A88AE69EBCF297634EDD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_8 = __this->___crashlyticsInternal;
|
|
V_2 = (bool)((((RuntimeObject*)(FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40*)L_8) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(3, _stringLiteral865E2C8D46CB11CE0AF2692E2570B521A2687293, NULL);
|
|
goto IL_0068;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9_il2cpp_TypeInfo_var);
|
|
String_t* L_10 = ((MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9_StaticFields*)il2cpp_codegen_static_fields_for(MetadataBuilder_t7BB701F903E4674E17AF9A4C8EE07943B6616FE9_il2cpp_TypeInfo_var))->___METADATA_KEY;
|
|
String_t* L_11;
|
|
L_11 = MetadataBuilder_GenerateMetadataJSON_m9C53E7A4FEE2F79806EE7A176AC1FADA1080CBFC(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Impl_t9BC9F6C5466C4F180F0FE9B6736ED9B2354D87DF_il2cpp_TypeInfo_var);
|
|
VirtualActionInvoker2< String_t*, String_t* >::Invoke(6, __this, L_10, L_11);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl_Finalize_m5FA94B9946EE378EDF3572626D2D0674F69A227A (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_000b:
|
|
{
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
AndroidImpl_Dispose_m714BD421D57553F92279EBBA6102F5975BE24626(__this, NULL);
|
|
goto IL_0013;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl_Dispose_m714BD421D57553F92279EBBA6102F5975BE24626 (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
V_0 = __this;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_003b:
|
|
{
|
|
{
|
|
bool L_0 = V_1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* L_1 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_1, NULL);
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* L_2 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_2, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_3 = __this->___crashlyticsInternal;
|
|
V_2 = (bool)((!(((RuntimeObject*)(FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_4 = V_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0038_1;
|
|
}
|
|
}
|
|
{
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_5 = __this->___crashlyticsInternal;
|
|
NullCheck(L_5);
|
|
FirebaseCrashlyticsInternal_Dispose_mEC68C9F82F64E23D0B1A14A32DC456861F9CF86E(L_5, NULL);
|
|
__this->___crashlyticsInternal = (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___crashlyticsInternal), (void*)(FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40*)NULL);
|
|
}
|
|
|
|
IL_0038_1:
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AndroidImpl_IsSDKInitialized_mF7824BB125EE65FCF064C156633AFF0667917739 (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_0 = __this->___crashlyticsInternal;
|
|
V_0 = (bool)((!(((RuntimeObject*)(FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
bool L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl_LogOperationFailedWarningDueToShutdown_m7FF1B7FA100D2AA4AE5D871CB6845FA5B0FE0FCF (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, String_t* ___0_operation, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B4764AFFD207D0B7AF7D7AB0CF29E7D5902B664);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_operation;
|
|
String_t* L_1;
|
|
L_1 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral9B4764AFFD207D0B7AF7D7AB0CF29E7D5902B664, L_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(LogUtil_t004F911611FD3AE3085F5CA8159A798C3CA16D39_il2cpp_TypeInfo_var);
|
|
LogUtil_LogMessage_mA96CEACFEBC0F9B08D7F282A4E55685F6E803A49(3, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl_CallInternalMethod_m9C5C34687B2BF68323167272BD8CA776EFD9721C (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_methodCall, String_t* ___1_operation, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_003d:
|
|
{
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_4 = __this->___crashlyticsInternal;
|
|
if (!L_4)
|
|
{
|
|
goto IL_002b_1;
|
|
}
|
|
}
|
|
{
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_5 = __this->___crashlyticsInternal;
|
|
NullCheck(L_5);
|
|
bool L_6;
|
|
L_6 = FirebaseCrashlyticsInternal_get_IsDisposed_m47E32597ACDF3FAC963438574982F9D43965EEB2(L_5, NULL);
|
|
G_B4_0 = ((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
|
|
goto IL_002c_1;
|
|
}
|
|
|
|
IL_002b_1:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_002c_1:
|
|
{
|
|
V_2 = (bool)G_B4_0;
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_003a_1;
|
|
}
|
|
}
|
|
{
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_8 = ___0_methodCall;
|
|
NullCheck(L_8);
|
|
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_8, NULL);
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_003a_1:
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
String_t* L_9 = ___1_operation;
|
|
AndroidImpl_LogOperationFailedWarningDueToShutdown_m7FF1B7FA100D2AA4AE5D871CB6845FA5B0FE0FCF(__this, L_9, NULL);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl_Log_m30D658A4BF274481383E2CF103269151B104B10C (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, String_t* ___0_message, 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*)&U3CU3Ec__DisplayClass9_0_U3CLogU3Eb__0_m64E9B26706039F9AAC94794387278E0C8E623C86_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2185E2B320102DBAC16E15976BE9935D7508BC0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38* L_0 = (U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass9_0__ctor_m31F3CA1DC10F0C825271CE9FA48B273F94415FB9(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this), (void*)__this);
|
|
U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38* L_2 = V_0;
|
|
String_t* L_3 = ___0_message;
|
|
NullCheck(L_2);
|
|
L_2->___message = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___message), (void*)L_3);
|
|
U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = L_4->___message;
|
|
V_1 = (bool)((((RuntimeObject*)(String_t*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_7 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral600E1D48E83D34B2EEB0C31402A28C22DD80665E)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AndroidImpl_Log_m30D658A4BF274481383E2CF103269151B104B10C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38* L_8 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_9, L_8, (intptr_t)((void*)U3CU3Ec__DisplayClass9_0_U3CLogU3Eb__0_m64E9B26706039F9AAC94794387278E0C8E623C86_RuntimeMethod_var), NULL);
|
|
AndroidImpl_CallInternalMethod_m9C5C34687B2BF68323167272BD8CA776EFD9721C(__this, L_9, _stringLiteralD2185E2B320102DBAC16E15976BE9935D7508BC0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl_SetCustomKey_mCDEFCD6B84D8F1AE2798A5B312033D1C6057EECF (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, String_t* ___0_key, String_t* ___1_value, 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*)&U3CU3Ec__DisplayClass10_0_U3CSetCustomKeyU3Eb__0_m53E23B0462F4B953E3B295127EF0FBCA9C86D8A4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral324D2803BB6B3DD1B3536395FEC38B50ED1281C8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4* V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4* L_0 = (U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass10_0__ctor_mF147C7CE8AC90010A41E5DA84972C087A2AA59D0(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this), (void*)__this);
|
|
U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4* L_2 = V_0;
|
|
String_t* L_3 = ___0_key;
|
|
NullCheck(L_2);
|
|
L_2->___key = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___key), (void*)L_3);
|
|
U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4* L_4 = V_0;
|
|
String_t* L_5 = ___1_value;
|
|
NullCheck(L_4);
|
|
L_4->___value = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___value), (void*)L_5);
|
|
U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = L_6->___key;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
String_t* L_9 = L_8->___value;
|
|
G_B3_0 = ((((RuntimeObject*)(String_t*)L_9) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
goto IL_0030;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_10 = V_1;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_11 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD1679B4D03C356BE642045EBD6252C205D1E0B84)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AndroidImpl_SetCustomKey_mCDEFCD6B84D8F1AE2798A5B312033D1C6057EECF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4* L_12 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_13 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_13, L_12, (intptr_t)((void*)U3CU3Ec__DisplayClass10_0_U3CSetCustomKeyU3Eb__0_m53E23B0462F4B953E3B295127EF0FBCA9C86D8A4_RuntimeMethod_var), NULL);
|
|
AndroidImpl_CallInternalMethod_m9C5C34687B2BF68323167272BD8CA776EFD9721C(__this, L_13, _stringLiteral324D2803BB6B3DD1B3536395FEC38B50ED1281C8, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl_SetUserId_m585051B602D493801D9B47D34EEF53430C8A131D (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, String_t* ___0_identifier, 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*)&U3CU3Ec__DisplayClass11_0_U3CSetUserIdU3Eb__0_m4E03EB78B3300745574D18BD1FB3E54F37D29A4D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3057D1377FA08EA4DE91A6E7C58FFCB2E443146);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67* L_0 = (U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass11_0__ctor_m0EB8479C67C53276E16ABEEA6B956808B02C66B1(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this), (void*)__this);
|
|
U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67* L_2 = V_0;
|
|
String_t* L_3 = ___0_identifier;
|
|
NullCheck(L_2);
|
|
L_2->___identifier = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___identifier), (void*)L_3);
|
|
U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = L_4->___identifier;
|
|
V_1 = (bool)((((RuntimeObject*)(String_t*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_7 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9554853CD2CD9EEDD72166DE0A017D5806CFA8CD)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AndroidImpl_SetUserId_m585051B602D493801D9B47D34EEF53430C8A131D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67* L_8 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_9, L_8, (intptr_t)((void*)U3CU3Ec__DisplayClass11_0_U3CSetUserIdU3Eb__0_m4E03EB78B3300745574D18BD1FB3E54F37D29A4D_RuntimeMethod_var), NULL);
|
|
AndroidImpl_CallInternalMethod_m9C5C34687B2BF68323167272BD8CA776EFD9721C(__this, L_9, _stringLiteralC3057D1377FA08EA4DE91A6E7C58FFCB2E443146, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl_LogException_mDF90FB374AD907E3271DEC3E7FED30E6CEA9533A (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, Exception_t* ___0_exception, 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*)&Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass12_0_U3CLogExceptionU3Eb__0_m3942CBB37AB288888545C3BF46D03B30572E39AE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral614B501556B12B5890C878B29FB23C1807F2B680);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DCE673A15F93E009DFB69F958FAFBBA5A7EF8B5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA87D8447ADA4FCBB0C1453670109D4DDFF27315D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8* V_0 = NULL;
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* V_3 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8* L_0 = (U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass12_0__ctor_mF9651A0100550DB8DAD1092D7BAD4DE337BC07D8(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this), (void*)__this);
|
|
U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8* L_2 = V_0;
|
|
Exception_t* L_3 = ___0_exception;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_4;
|
|
L_4 = LoggedException_FromException_mB66098F5B3617FE9C23C100DB4C1DE21B5704E6E(L_3, NULL);
|
|
NullCheck(L_2);
|
|
L_2->___loggedException = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___loggedException), (void*)L_4);
|
|
U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8* L_5 = V_0;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_6 = (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC*)il2cpp_codegen_object_new(StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC_il2cpp_TypeInfo_var);
|
|
StackFrames__ctor_mA81CB50CD3418AD62D91B904EEBE772326550BF6(L_6, NULL);
|
|
NullCheck(L_5);
|
|
L_5->___frames = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___frames), (void*)L_6);
|
|
U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_8 = L_7->___loggedException;
|
|
NullCheck(L_8);
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_9;
|
|
L_9 = LoggedException_get_ParsedStackTrace_m672B6D6A5AFFA99DAB7C4001BCCB7E2B5B4B7E56_inline(L_8, NULL);
|
|
V_1 = L_9;
|
|
V_2 = 0;
|
|
goto IL_0099;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_10 = V_1;
|
|
int32_t L_11 = V_2;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = L_11;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
V_3 = L_13;
|
|
U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_15 = L_14->___frames;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_16 = (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6*)il2cpp_codegen_object_new(FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6_il2cpp_TypeInfo_var);
|
|
FirebaseCrashlyticsFrame__ctor_m9DA1BB6CA3308B17F33415FEE2AED3DC82C29DEF(L_16, NULL);
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_17 = L_16;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_18 = V_3;
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB(L_18, _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680, Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
|
|
NullCheck(L_17);
|
|
FirebaseCrashlyticsFrame_set_library_mB81DF0DDF42C58EA110682BD125D8F22C46C6415(L_17, L_19, NULL);
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_20 = L_17;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_21 = V_3;
|
|
NullCheck(L_21);
|
|
String_t* L_22;
|
|
L_22 = Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB(L_21, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
|
|
NullCheck(L_20);
|
|
FirebaseCrashlyticsFrame_set_symbol_m503E5CBE71D6BF7C9A2D3A369881D4EA53C1FD52(L_20, L_22, NULL);
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_23 = L_20;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_24 = V_3;
|
|
NullCheck(L_24);
|
|
String_t* L_25;
|
|
L_25 = Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB(L_24, _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E, Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
|
|
NullCheck(L_23);
|
|
FirebaseCrashlyticsFrame_set_fileName_m3AFA0BF3D283C4C1D9FE5A5ABAE4313C830430BF(L_23, L_25, NULL);
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_26 = L_23;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_27 = V_3;
|
|
NullCheck(L_27);
|
|
String_t* L_28;
|
|
L_28 = Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB(L_27, _stringLiteralA87D8447ADA4FCBB0C1453670109D4DDFF27315D, Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
|
|
NullCheck(L_26);
|
|
FirebaseCrashlyticsFrame_set_lineNumber_m6781FC7BCF6E06470EFAB334A586AEDB396B3A1C(L_26, L_28, NULL);
|
|
NullCheck(L_15);
|
|
StackFrames_Add_m188426B94129413908EFB8B1B3C1BA8810A582F2(L_15, L_26, NULL);
|
|
int32_t L_29 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
int32_t L_30 = V_2;
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_31 = V_1;
|
|
NullCheck(L_31);
|
|
if ((((int32_t)L_30) < ((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8* L_32 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_33 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_33, L_32, (intptr_t)((void*)U3CU3Ec__DisplayClass12_0_U3CLogExceptionU3Eb__0_m3942CBB37AB288888545C3BF46D03B30572E39AE_RuntimeMethod_var), NULL);
|
|
AndroidImpl_CallInternalMethod_m9C5C34687B2BF68323167272BD8CA776EFD9721C(__this, L_33, _stringLiteral9DCE673A15F93E009DFB69F958FAFBBA5A7EF8B5, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl_LogExceptionAsFatal_m7F0B0FD81D937E01333B0622432B447BBD0C618C (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, Exception_t* ___0_exception, 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*)&Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Skip_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_mF95EB107F9B1D2AEF1A34FA4D682DAF1954BDE96_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Take_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_mBB883D0427D32B9BDF80D680BC69EC474F874258_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_ToArray_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_m274B6528560C1E1DE5B74049843690753D75F9FD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_0_U3CLogExceptionAsFatalU3Eb__0_mC83930D3619DC28181CECB6F045867682ADD8DD1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3AD2F5AF88C152B2F91CF71DD68BAEBA297C3D0C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral614B501556B12B5890C878B29FB23C1807F2B680);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA87D8447ADA4FCBB0C1453670109D4DDFF27315D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02* V_0 = NULL;
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* V_1 = NULL;
|
|
bool V_2 = false;
|
|
String_t* V_3 = NULL;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* V_4 = NULL;
|
|
bool V_5 = false;
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* V_6 = NULL;
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* V_9 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02* L_0 = (U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass13_0__ctor_m565FD7D8C742F6C17ACC16F39F84058941DB1DB6(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this), (void*)__this);
|
|
U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02* L_2 = V_0;
|
|
Exception_t* L_3 = ___0_exception;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_4;
|
|
L_4 = LoggedException_FromException_mB66098F5B3617FE9C23C100DB4C1DE21B5704E6E(L_3, NULL);
|
|
NullCheck(L_2);
|
|
L_2->___loggedException = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___loggedException), (void*)L_4);
|
|
U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_6 = L_5->___loggedException;
|
|
NullCheck(L_6);
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_7;
|
|
L_7 = LoggedException_get_ParsedStackTrace_m672B6D6A5AFFA99DAB7C4001BCCB7E2B5B4B7E56_inline(L_6, NULL);
|
|
V_1 = L_7;
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
V_2 = (bool)((((int32_t)(((RuntimeArray*)L_8)->max_length)) == ((int32_t)0))? 1 : 0);
|
|
bool L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10;
|
|
L_10 = Environment_get_StackTrace_mE8E276A919C9C9D59220E6D2BA867FABFD9B011D(NULL);
|
|
V_3 = L_10;
|
|
U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_12 = L_11->___loggedException;
|
|
NullCheck(L_12);
|
|
String_t* L_13;
|
|
L_13 = LoggedException_get_Name_mDF6DE03566F5AF6854F272676AAFF9CCA93709E7_inline(L_12, NULL);
|
|
U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_15 = L_14->___loggedException;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_15);
|
|
String_t* L_17 = V_3;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_18 = (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887*)il2cpp_codegen_object_new(LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887_il2cpp_TypeInfo_var);
|
|
LoggedException__ctor_m36E35A2257C4C4E77F61E97CDDF654E2E6B81A07(L_18, L_13, L_16, L_17, NULL);
|
|
V_4 = L_18;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_19 = V_4;
|
|
NullCheck(L_19);
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_20;
|
|
L_20 = LoggedException_get_ParsedStackTrace_m672B6D6A5AFFA99DAB7C4001BCCB7E2B5B4B7E56_inline(L_19, NULL);
|
|
V_1 = L_20;
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
V_5 = (bool)((((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))) > ((int32_t)3))? 1 : 0);
|
|
bool L_22 = V_5;
|
|
if (!L_22)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_23 = V_1;
|
|
RuntimeObject* L_24;
|
|
L_24 = Enumerable_Skip_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_mF95EB107F9B1D2AEF1A34FA4D682DAF1954BDE96((RuntimeObject*)L_23, 3, Enumerable_Skip_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_mF95EB107F9B1D2AEF1A34FA4D682DAF1954BDE96_RuntimeMethod_var);
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
RuntimeObject* L_26;
|
|
L_26 = Enumerable_Take_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_mBB883D0427D32B9BDF80D680BC69EC474F874258(L_24, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_25)->max_length)), 3)), Enumerable_Take_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_mBB883D0427D32B9BDF80D680BC69EC474F874258_RuntimeMethod_var);
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_27;
|
|
L_27 = Enumerable_ToArray_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_m274B6528560C1E1DE5B74049843690753D75F9FD(L_26, Enumerable_ToArray_TisDictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_m274B6528560C1E1DE5B74049843690753D75F9FD_RuntimeMethod_var);
|
|
V_6 = L_27;
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_28 = V_6;
|
|
V_1 = L_28;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02* L_29 = V_0;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_30 = (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC*)il2cpp_codegen_object_new(StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC_il2cpp_TypeInfo_var);
|
|
StackFrames__ctor_mA81CB50CD3418AD62D91B904EEBE772326550BF6(L_30, NULL);
|
|
NullCheck(L_29);
|
|
L_29->___frames = L_30;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_29->___frames), (void*)L_30);
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_31 = V_1;
|
|
V_7 = L_31;
|
|
V_8 = 0;
|
|
goto IL_0106;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_32 = V_7;
|
|
int32_t L_33 = V_8;
|
|
NullCheck(L_32);
|
|
int32_t L_34 = L_33;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
|
|
V_9 = L_35;
|
|
U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02* L_36 = V_0;
|
|
NullCheck(L_36);
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_37 = L_36->___frames;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_38 = (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6*)il2cpp_codegen_object_new(FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6_il2cpp_TypeInfo_var);
|
|
FirebaseCrashlyticsFrame__ctor_m9DA1BB6CA3308B17F33415FEE2AED3DC82C29DEF(L_38, NULL);
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_39 = L_38;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_40 = V_9;
|
|
NullCheck(L_40);
|
|
String_t* L_41;
|
|
L_41 = Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB(L_40, _stringLiteral614B501556B12B5890C878B29FB23C1807F2B680, Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
|
|
NullCheck(L_39);
|
|
FirebaseCrashlyticsFrame_set_library_mB81DF0DDF42C58EA110682BD125D8F22C46C6415(L_39, L_41, NULL);
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_42 = L_39;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_43 = V_9;
|
|
NullCheck(L_43);
|
|
String_t* L_44;
|
|
L_44 = Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB(L_43, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
|
|
NullCheck(L_42);
|
|
FirebaseCrashlyticsFrame_set_symbol_m503E5CBE71D6BF7C9A2D3A369881D4EA53C1FD52(L_42, L_44, NULL);
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_45 = L_42;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_46 = V_9;
|
|
NullCheck(L_46);
|
|
String_t* L_47;
|
|
L_47 = Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB(L_46, _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E, Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
|
|
NullCheck(L_45);
|
|
FirebaseCrashlyticsFrame_set_fileName_m3AFA0BF3D283C4C1D9FE5A5ABAE4313C830430BF(L_45, L_47, NULL);
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_48 = L_45;
|
|
Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_49 = V_9;
|
|
NullCheck(L_49);
|
|
String_t* L_50;
|
|
L_50 = Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB(L_49, _stringLiteralA87D8447ADA4FCBB0C1453670109D4DDFF27315D, Dictionary_2_get_Item_mB13DFB3E7499031847CF544977D4EFB1AC0157AB_RuntimeMethod_var);
|
|
NullCheck(L_48);
|
|
FirebaseCrashlyticsFrame_set_lineNumber_m6781FC7BCF6E06470EFAB334A586AEDB396B3A1C(L_48, L_50, NULL);
|
|
NullCheck(L_37);
|
|
StackFrames_Add_m188426B94129413908EFB8B1B3C1BA8810A582F2(L_37, L_48, NULL);
|
|
int32_t L_51 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_51, 1));
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
int32_t L_52 = V_8;
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_53 = V_7;
|
|
NullCheck(L_53);
|
|
if ((((int32_t)L_52) < ((int32_t)((int32_t)(((RuntimeArray*)L_53)->max_length)))))
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02* L_54 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_55 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_55, L_54, (intptr_t)((void*)U3CU3Ec__DisplayClass13_0_U3CLogExceptionAsFatalU3Eb__0_mC83930D3619DC28181CECB6F045867682ADD8DD1_RuntimeMethod_var), NULL);
|
|
AndroidImpl_CallInternalMethod_m9C5C34687B2BF68323167272BD8CA776EFD9721C(__this, L_55, _stringLiteral3AD2F5AF88C152B2F91CF71DD68BAEBA297C3D0C, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AndroidImpl_IsCrashlyticsCollectionEnabled_mB69D6F8CF40A1AFA84D4A05655781950C871BF63 (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndroidImpl_CallInternalMethod_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0D7D8DBEF7844E65BDAAA04044FA857D2525D7A5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AndroidImpl_U3CIsCrashlyticsCollectionEnabledU3Eb__14_0_mC501DF85D2F9E774C5D97BD4ED42992DDE4750B8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral19C0B9E0E1EFCD9A51E0CB2EE00076EA6CED0506);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_0 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_0, __this, (intptr_t)((void*)AndroidImpl_U3CIsCrashlyticsCollectionEnabledU3Eb__14_0_mC501DF85D2F9E774C5D97BD4ED42992DDE4750B8_RuntimeMethod_var), NULL);
|
|
bool L_1;
|
|
L_1 = AndroidImpl_CallInternalMethod_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0D7D8DBEF7844E65BDAAA04044FA857D2525D7A5(__this, L_0, _stringLiteral19C0B9E0E1EFCD9A51E0CB2EE00076EA6CED0506, (bool)0, AndroidImpl_CallInternalMethod_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m0D7D8DBEF7844E65BDAAA04044FA857D2525D7A5_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
bool L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AndroidImpl_SetCrashlyticsCollectionEnabled_m7C714312B0E4C0D23A8CAC52C977634292635A38 (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, bool ___0_enabled, 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*)&U3CU3Ec__DisplayClass15_0_U3CSetCrashlyticsCollectionEnabledU3Eb__0_mF5FA1CE3B9A9FC6B91BD7D49E56188AC8FDED955_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03192D84C8D434E3FC95E27AEF403CA3C3B7EB4D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C* V_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C* L_0 = (U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass15_0__ctor_mA9B8C9F5344A8C9B913EEB1540F8F17DB2D55587(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
L_1->___U3CU3E4__this = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this), (void*)__this);
|
|
U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C* L_2 = V_0;
|
|
bool L_3 = ___0_enabled;
|
|
NullCheck(L_2);
|
|
L_2->___enabled = L_3;
|
|
U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C* L_4 = V_0;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
|
|
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_5, L_4, (intptr_t)((void*)U3CU3Ec__DisplayClass15_0_U3CSetCrashlyticsCollectionEnabledU3Eb__0_mF5FA1CE3B9A9FC6B91BD7D49E56188AC8FDED955_RuntimeMethod_var), NULL);
|
|
AndroidImpl_CallInternalMethod_m9C5C34687B2BF68323167272BD8CA776EFD9721C(__this, L_5, _stringLiteral03192D84C8D434E3FC95E27AEF403CA3C3B7EB4D, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AndroidImpl_U3CIsCrashlyticsCollectionEnabledU3Eb__14_0_mC501DF85D2F9E774C5D97BD4ED42992DDE4750B8 (AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_0 = __this->___crashlyticsInternal;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = FirebaseCrashlyticsInternal_IsCrashlyticsCollectionEnabled_m8B0F6A511B4FF974F950C832E76D0F0297FD3746(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
bool L_2 = V_0;
|
|
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
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m31F3CA1DC10F0C825271CE9FA48B273F94415FB9 (U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3CLogU3Eb__0_m64E9B26706039F9AAC94794387278E0C8E623C86 (U3CU3Ec__DisplayClass9_0_t0096658451BC13683ACECDD52FAC745D29902B38* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* L_0 = __this->___U3CU3E4__this;
|
|
NullCheck(L_0);
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_1 = L_0->___crashlyticsInternal;
|
|
String_t* L_2 = __this->___message;
|
|
NullCheck(L_1);
|
|
FirebaseCrashlyticsInternal_Log_m8057616927524ACD8E755BDC890C902CD2051925(L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0__ctor_mF147C7CE8AC90010A41E5DA84972C087A2AA59D0 (U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass10_0_U3CSetCustomKeyU3Eb__0_m53E23B0462F4B953E3B295127EF0FBCA9C86D8A4 (U3CU3Ec__DisplayClass10_0_tA6F97120F2E5B2ABEAD9A699B89CD4634A18A5C4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* L_0 = __this->___U3CU3E4__this;
|
|
NullCheck(L_0);
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_1 = L_0->___crashlyticsInternal;
|
|
String_t* L_2 = __this->___key;
|
|
String_t* L_3 = __this->___value;
|
|
NullCheck(L_1);
|
|
FirebaseCrashlyticsInternal_SetCustomKey_m9B8D0E4A846E3236A41643B16B25C2025AE4C175(L_1, L_2, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m0EB8479C67C53276E16ABEEA6B956808B02C66B1 (U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0_U3CSetUserIdU3Eb__0_m4E03EB78B3300745574D18BD1FB3E54F37D29A4D (U3CU3Ec__DisplayClass11_0_t6D738A8D0E346716602B8C6F34D153738AE3BA67* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* L_0 = __this->___U3CU3E4__this;
|
|
NullCheck(L_0);
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_1 = L_0->___crashlyticsInternal;
|
|
String_t* L_2 = __this->___identifier;
|
|
NullCheck(L_1);
|
|
FirebaseCrashlyticsInternal_SetUserId_m6D4B4ECD872FA6653B66F80EB857F7C5E7D6614D(L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0__ctor_mF9651A0100550DB8DAD1092D7BAD4DE337BC07D8 (U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass12_0_U3CLogExceptionU3Eb__0_m3942CBB37AB288888545C3BF46D03B30572E39AE (U3CU3Ec__DisplayClass12_0_tA94F8B49166D662B0158EE54B686BAC3CA6277A8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* L_0 = __this->___U3CU3E4__this;
|
|
NullCheck(L_0);
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_1 = L_0->___crashlyticsInternal;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_2 = __this->___loggedException;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = LoggedException_get_Name_mDF6DE03566F5AF6854F272676AAFF9CCA93709E7_inline(L_2, NULL);
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_4 = __this->___loggedException;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_4);
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_6 = __this->___frames;
|
|
NullCheck(L_1);
|
|
FirebaseCrashlyticsInternal_LogException_mE3B015FF0065897102D02198BD039A56FB41FF5F(L_1, L_3, L_5, L_6, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0__ctor_m565FD7D8C742F6C17ACC16F39F84058941DB1DB6 (U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass13_0_U3CLogExceptionAsFatalU3Eb__0_mC83930D3619DC28181CECB6F045867682ADD8DD1 (U3CU3Ec__DisplayClass13_0_tC07A3B673C37AD43EA7C7F21E09A8F6D7E359D02* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* L_0 = __this->___U3CU3E4__this;
|
|
NullCheck(L_0);
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_1 = L_0->___crashlyticsInternal;
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_2 = __this->___loggedException;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = LoggedException_get_Name_mDF6DE03566F5AF6854F272676AAFF9CCA93709E7_inline(L_2, NULL);
|
|
LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* L_4 = __this->___loggedException;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_4);
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_6 = __this->___frames;
|
|
NullCheck(L_1);
|
|
FirebaseCrashlyticsInternal_LogExceptionAsFatal_mAC6A59B7BC7CA43428C57BFAE742B10D08283595(L_1, L_3, L_5, L_6, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0__ctor_mA9B8C9F5344A8C9B913EEB1540F8F17DB2D55587 (U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass15_0_U3CSetCrashlyticsCollectionEnabledU3Eb__0_mF5FA1CE3B9A9FC6B91BD7D49E56188AC8FDED955 (U3CU3Ec__DisplayClass15_0_tDCFA46D209F1CE12DD65E7ABF470E570E6EE909C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AndroidImpl_t09BB72854905028A1DF3FBA8772392723D2CCD76* L_0 = __this->___U3CU3E4__this;
|
|
NullCheck(L_0);
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_1 = L_0->___crashlyticsInternal;
|
|
bool L_2 = __this->___enabled;
|
|
NullCheck(L_1);
|
|
FirebaseCrashlyticsInternal_SetCrashlyticsCollectionEnabled_m8F65E7BB971FC63D9CE8E1949377C78C342962F7(L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames__ctor_m2E63D872A684465CF450AF466FF6FE41A676B301 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
bool L_0 = ___1_cMemoryOwn;
|
|
__this->___swigCMemOwn = L_0;
|
|
intptr_t L_1 = ___0_cPtr;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, NULL);
|
|
__this->___swigCPtr = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr))->____wrapper), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F StackFrames_getCPtr_m30A24B0C2DE1FED2672EB1BB5DF07FE09D409CCC (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_0 = ___0_obj;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_1 = ___0_obj;
|
|
NullCheck(L_1);
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr;
|
|
G_B3_0 = L_2;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_3), NULL, 0, NULL);
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_Finalize_m51374BE37772CAB650674C32A77C17F2D9BD49EE (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_000c:
|
|
{
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
VirtualActionInvoker1< bool >::Invoke(7, __this, (bool)0);
|
|
goto IL_0014;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_Dispose_m7A1ACF349202CD7EC2B8C076BD38F97A48D4B570 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
VirtualActionInvoker1< bool >::Invoke(7, __this, (bool)1);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_Dispose_m4737E3605EE955A8A02F2F9BDE9D0D5863C8D0BD (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0068:
|
|
{
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F*)(&__this->___swigCPtr);
|
|
intptr_t L_5;
|
|
L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL);
|
|
bool L_6;
|
|
L_6 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, 0, NULL);
|
|
V_2 = L_6;
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_005e_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_8 = __this->___swigCMemOwn;
|
|
V_3 = L_8;
|
|
bool L_9 = V_3;
|
|
if (!L_9)
|
|
{
|
|
goto IL_004c_1;
|
|
}
|
|
}
|
|
{
|
|
__this->___swigCMemOwn = (bool)0;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = __this->___swigCPtr;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_delete_StackFrames_m4EA34D0C701894E8795AE665576A1F62A3D9618D(L_10, NULL);
|
|
}
|
|
|
|
IL_004c_1:
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11;
|
|
memset((&L_11), 0, sizeof(L_11));
|
|
HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_11), NULL, 0, NULL);
|
|
__this->___swigCPtr = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr))->____wrapper), (void*)NULL);
|
|
}
|
|
|
|
IL_005e_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames__ctor_mA057E98C2B6DD4B8AD7CB0D3046EAFD12C13E71D (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, RuntimeObject* ___0_c, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
RuntimeObject* V_1 = NULL;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
{
|
|
StackFrames__ctor_mA81CB50CD3418AD62D91B904EEBE772326550BF6(__this, NULL);
|
|
RuntimeObject* L_0 = ___0_c;
|
|
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames__ctor_mA057E98C2B6DD4B8AD7CB0D3046EAFD12C13E71D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
RuntimeObject* L_3 = ___0_c;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4;
|
|
L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_3);
|
|
V_1 = L_4;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0045:
|
|
{
|
|
{
|
|
RuntimeObject* L_5 = V_1;
|
|
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_6 = V_3;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_7 = V_3;
|
|
NullCheck(L_7);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_003b_1;
|
|
}
|
|
|
|
IL_0025_1:
|
|
{
|
|
RuntimeObject* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_9;
|
|
L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_8);
|
|
V_2 = ((FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6*)CastclassClass((RuntimeObject*)L_9, FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6_il2cpp_TypeInfo_var));
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_10 = V_2;
|
|
StackFrames_Add_m188426B94129413908EFB8B1B3C1BA8810A582F2(__this, L_10, NULL);
|
|
}
|
|
|
|
IL_003b_1:
|
|
{
|
|
RuntimeObject* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
bool L_12;
|
|
L_12 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11);
|
|
if (L_12)
|
|
{
|
|
goto IL_0025_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames__ctor_m603FB6440AD4CDF23E7505330F40B3D640302795 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, RuntimeObject* ___0_c, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t22EB452F3C9F35C76F0D2DDBD2F6CBDA38158D52_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t0BD94AEF0E788D0813F29C79B68E45B92FF26F4A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
RuntimeObject* V_1 = NULL;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* V_2 = NULL;
|
|
{
|
|
StackFrames__ctor_mA81CB50CD3418AD62D91B904EEBE772326550BF6(__this, NULL);
|
|
RuntimeObject* L_0 = ___0_c;
|
|
V_0 = (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5B9FE05484B470B354696B4F06C3B12F71B5BB4A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames__ctor_m603FB6440AD4CDF23E7505330F40B3D640302795_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
RuntimeObject* L_3 = ___0_c;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4;
|
|
L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t22EB452F3C9F35C76F0D2DDBD2F6CBDA38158D52_il2cpp_TypeInfo_var, L_3);
|
|
V_1 = L_4;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0040:
|
|
{
|
|
{
|
|
RuntimeObject* L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_0036_1;
|
|
}
|
|
|
|
IL_0025_1:
|
|
{
|
|
RuntimeObject* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_8;
|
|
L_8 = InterfaceFuncInvoker0< FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* >::Invoke(0, IEnumerator_1_t0BD94AEF0E788D0813F29C79B68E45B92FF26F4A_il2cpp_TypeInfo_var, L_7);
|
|
V_2 = L_8;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_9 = V_2;
|
|
StackFrames_Add_m188426B94129413908EFB8B1B3C1BA8810A582F2(__this, L_9, NULL);
|
|
}
|
|
|
|
IL_0036_1:
|
|
{
|
|
RuntimeObject* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10);
|
|
if (L_11)
|
|
{
|
|
goto IL_0025_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackFrames_get_IsFixedSize_m1C335B07F35B27CEABDF05C3F658350828A8FEEE (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_0005;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
bool L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackFrames_get_IsReadOnly_m4694F249787F3EB9B880CA3F869E7DA8793582B8 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_0005;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
bool L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* StackFrames_get_Item_m32836E4763E91A672FF9B4DB4F25AFAEA002191F (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* V_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___0_index;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_1;
|
|
L_1 = StackFrames_getitem_m96452DB2FAB36B546241F1790B7F5D583CAD7494(__this, L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_set_Item_mE65E000FCE9CFB09A4D4D52BAD2E938AF3A69044 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_index;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_1 = ___1_value;
|
|
StackFrames_setitem_mCC6DC1B74D4E5F46E3002A9EF8040127226D822C(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StackFrames_get_Capacity_m01084515BDE7AE79FDE858AE0149FB6D023D0110 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
uint32_t L_0;
|
|
L_0 = StackFrames_capacity_mD56EE3591F4DAF53E0C7D923280A5BC728D15C48(__this, NULL);
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_set_Capacity_mF89EF2F62DEB547F5A1B5C2BDC766C6B6ADB89F5 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
uint32_t L_1;
|
|
L_1 = StackFrames_size_mC2CBB9AE3E1B0C68C56037D4C8018A55D8392F1C(__this, NULL);
|
|
V_0 = (bool)((((int64_t)((int64_t)L_0)) < ((int64_t)((int64_t)(uint64_t)L_1)))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD57D613EE89CAA812BA2441F086552F388D6865)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_set_Capacity_mF89EF2F62DEB547F5A1B5C2BDC766C6B6ADB89F5_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
int32_t L_4 = ___0_value;
|
|
StackFrames_reserve_mBA541E0FD68A15DD4321DB49574E91FC703F08A1(__this, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StackFrames_get_Count_m0958035410232E160BEC1A9460ACC066BFAD28AF (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
uint32_t L_0;
|
|
L_0 = StackFrames_size_mC2CBB9AE3E1B0C68C56037D4C8018A55D8392F1C(__this, NULL);
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackFrames_get_IsSynchronized_mFED277B50104AAD97C6FCD280C6A4F2C87EEDE88 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_0005;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
bool L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_CopyTo_mD6786F8233550E2E972ACE67CC34F3F0A8611C45 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* ___0_array, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* L_0 = ___0_array;
|
|
int32_t L_1;
|
|
L_1 = StackFrames_get_Count_m0958035410232E160BEC1A9460ACC066BFAD28AF(__this, NULL);
|
|
StackFrames_CopyTo_m44D18400C39797A587506A7B0976077CA662D16B(__this, 0, L_0, 0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_CopyTo_m13A63C8B52D7F2F12686FFD0758E578F190C02E9 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* ___0_array, int32_t ___1_arrayIndex, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* L_0 = ___0_array;
|
|
int32_t L_1 = ___1_arrayIndex;
|
|
int32_t L_2;
|
|
L_2 = StackFrames_get_Count_m0958035410232E160BEC1A9460ACC066BFAD28AF(__this, NULL);
|
|
StackFrames_CopyTo_m44D18400C39797A587506A7B0976077CA662D16B(__this, 0, L_0, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_CopyTo_m44D18400C39797A587506A7B0976077CA662D16B (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* ___1_array, int32_t ___2_arrayIndex, int32_t ___3_count, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
int32_t V_6 = 0;
|
|
bool V_7 = false;
|
|
int32_t G_B13_0 = 0;
|
|
{
|
|
FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* L_0 = ___1_array;
|
|
V_0 = (bool)((((RuntimeObject*)(FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_CopyTo_m44D18400C39797A587506A7B0976077CA662D16B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = ___0_index;
|
|
V_1 = (bool)((((int32_t)L_3) < ((int32_t)0))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_CopyTo_m44D18400C39797A587506A7B0976077CA662D16B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
int32_t L_6 = ___2_arrayIndex;
|
|
V_2 = (bool)((((int32_t)L_6) < ((int32_t)0))? 1 : 0);
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_8 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC00660333703C551EA80371B54D0ADCEB74C33B4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_CopyTo_m44D18400C39797A587506A7B0976077CA662D16B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
int32_t L_9 = ___3_count;
|
|
V_3 = (bool)((((int32_t)L_9) < ((int32_t)0))? 1 : 0);
|
|
bool L_10 = V_3;
|
|
if (!L_10)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_11 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFB12F16C75DE3806ED28E20C65FB81D432F0D52F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_CopyTo_m44D18400C39797A587506A7B0976077CA662D16B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* L_12 = ___1_array;
|
|
NullCheck((RuntimeArray*)L_12);
|
|
int32_t L_13;
|
|
L_13 = Array_get_Rank_m9383A200A2ECC89ECA44FE5F812ECFB874449C5F((RuntimeArray*)L_12, NULL);
|
|
V_4 = (bool)((((int32_t)L_13) > ((int32_t)1))? 1 : 0);
|
|
bool L_14 = V_4;
|
|
if (!L_14)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_15 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_15, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF2A5607525186BE61B973E77753BBA0D8227A406)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB829404B947F7E1629A30B5E953A49EB21CCD2ED)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_CopyTo_m44D18400C39797A587506A7B0976077CA662D16B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
int32_t L_16 = ___0_index;
|
|
int32_t L_17 = ___3_count;
|
|
int32_t L_18;
|
|
L_18 = StackFrames_get_Count_m0958035410232E160BEC1A9460ACC066BFAD28AF(__this, NULL);
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_16, L_17))) > ((int32_t)L_18)))
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = ___2_arrayIndex;
|
|
int32_t L_20 = ___3_count;
|
|
FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* L_21 = ___1_array;
|
|
NullCheck(L_21);
|
|
G_B13_0 = ((((int32_t)((int32_t)il2cpp_codegen_add(L_19, L_20))) > ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))))? 1 : 0);
|
|
goto IL_0094;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
G_B13_0 = 1;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
V_5 = (bool)G_B13_0;
|
|
bool L_22 = V_5;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_23 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral87335D17F4C1DED94C576C65C1DC4F16D278C988)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_CopyTo_m44D18400C39797A587506A7B0976077CA662D16B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
V_6 = 0;
|
|
goto IL_00c5;
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* L_24 = ___1_array;
|
|
int32_t L_25 = ___0_index;
|
|
int32_t L_26 = V_6;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_27;
|
|
L_27 = StackFrames_getitemcopy_m453240A356113355CC19AC1F0E7A42A429FFE958(__this, ((int32_t)il2cpp_codegen_add(L_25, L_26)), NULL);
|
|
int32_t L_28 = ___2_arrayIndex;
|
|
int32_t L_29 = V_6;
|
|
NullCheck((RuntimeArray*)L_24);
|
|
Array_SetValue_mE9507B366ED84E91E92BF32649D36916F96C67B8((RuntimeArray*)L_24, L_27, ((int32_t)il2cpp_codegen_add(L_28, L_29)), NULL);
|
|
int32_t L_30 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_30, 1));
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
int32_t L_31 = V_6;
|
|
int32_t L_32 = ___3_count;
|
|
V_7 = (bool)((((int32_t)L_31) < ((int32_t)L_32))? 1 : 0);
|
|
bool L_33 = V_7;
|
|
if (L_33)
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* StackFrames_ToArray_m73CF50507954DD6605A2643FB4C0CC448047C5AD (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* V_0 = NULL;
|
|
FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* V_1 = NULL;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = StackFrames_get_Count_m0958035410232E160BEC1A9460ACC066BFAD28AF(__this, NULL);
|
|
FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* L_1 = (FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893*)(FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893*)SZArrayNew(FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893_il2cpp_TypeInfo_var, (uint32_t)L_0);
|
|
V_0 = L_1;
|
|
FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* L_2 = V_0;
|
|
StackFrames_CopyTo_mD6786F8233550E2E972ACE67CC34F3F0A8611C45(__this, L_2, NULL);
|
|
FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* L_3 = V_0;
|
|
V_1 = L_3;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
FirebaseCrashlyticsFrameU5BU5D_t9560A4C8BDBD12F09BCD9DA3F7F63B1342F4C893* L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StackFrames_globalU3AU3ASystem_Collections_Generic_IEnumerableU3CFirebase_Crashlytics_FirebaseCrashlyticsFrameU3E_GetEnumerator_m89A2704A394963DE8458C3FBE541AF97458FA677 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* L_0 = (StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7*)il2cpp_codegen_object_new(StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7_il2cpp_TypeInfo_var);
|
|
StackFramesEnumerator__ctor_mD55C7A38A2CE7623C9ADAEB17530A3777BD35B4C(L_0, __this, NULL);
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
RuntimeObject* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StackFrames_globalU3AU3ASystem_Collections_IEnumerable_GetEnumerator_m6AE5D04A7C8E8BDA047A765BBD09277932F932F5 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* L_0 = (StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7*)il2cpp_codegen_object_new(StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7_il2cpp_TypeInfo_var);
|
|
StackFramesEnumerator__ctor_mD55C7A38A2CE7623C9ADAEB17530A3777BD35B4C(L_0, __this, NULL);
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
RuntimeObject* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* StackFrames_GetEnumerator_m8A6CDC715D4BE01533C7446D5E3348AA85C2D85E (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* V_0 = NULL;
|
|
{
|
|
StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* L_0 = (StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7*)il2cpp_codegen_object_new(StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7_il2cpp_TypeInfo_var);
|
|
StackFramesEnumerator__ctor_mD55C7A38A2CE7623C9ADAEB17530A3777BD35B4C(L_0, __this, NULL);
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_Clear_m027990FA59F9FA5D252B11FA71999AB1A4F24ABC (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_StackFrames_Clear_m20CF7AA415931B97F5CCB4529491E8F30ABC46F4(L_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_3;
|
|
L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_Clear_m027990FA59F9FA5D252B11FA71999AB1A4F24ABC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_Add_m188426B94129413908EFB8B1B3C1BA8810A582F2 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* ___0_x, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_1 = ___0_x;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2;
|
|
L_2 = FirebaseCrashlyticsFrame_getCPtr_m4281734D57B9AF8E872175F2FA917F8EE65A09E8(L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_StackFrames_Add_mDF89291DE8B9599F728D14830690566AE531D516(L_0, L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_3;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_5;
|
|
L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_Add_m188426B94129413908EFB8B1B3C1BA8810A582F2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StackFrames_size_mC2CBB9AE3E1B0C68C56037D4C8018A55D8392F1C (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
uint32_t V_2 = 0;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
uint32_t L_1;
|
|
L_1 = CrashlyticsInternalPINVOKE_StackFrames_size_m090FEF39B03B5484DD49C9701E31E2B7F076359F(L_0, NULL);
|
|
V_0 = L_1;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_size_mC2CBB9AE3E1B0C68C56037D4C8018A55D8392F1C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
uint32_t L_5 = V_0;
|
|
V_2 = L_5;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
uint32_t L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t StackFrames_capacity_mD56EE3591F4DAF53E0C7D923280A5BC728D15C48 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
uint32_t V_2 = 0;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
uint32_t L_1;
|
|
L_1 = CrashlyticsInternalPINVOKE_StackFrames_capacity_m165CDFF1C3786FEFD599CCEE11A92B8E6EB2C2EE(L_0, NULL);
|
|
V_0 = L_1;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_capacity_mD56EE3591F4DAF53E0C7D923280A5BC728D15C48_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
uint32_t L_5 = V_0;
|
|
V_2 = L_5;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
uint32_t L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_reserve_mBA541E0FD68A15DD4321DB49574E91FC703F08A1 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, uint32_t ___0_n, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
uint32_t L_1 = ___0_n;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_StackFrames_reserve_m1C93A16E0AE0A200852FC00A8BFAAC634633BF5D(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_reserve_mBA541E0FD68A15DD4321DB49574E91FC703F08A1_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames__ctor_mA81CB50CD3418AD62D91B904EEBE772326550BF6 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
intptr_t L_0;
|
|
L_0 = CrashlyticsInternalPINVOKE_new_StackFrames__SWIG_0_mFC4A4B65630ECC987339CD38873E792E061347D4(NULL);
|
|
StackFrames__ctor_m2E63D872A684465CF450AF466FF6FE41A676B301(__this, L_0, (bool)1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_3;
|
|
L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames__ctor_mA81CB50CD3418AD62D91B904EEBE772326550BF6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames__ctor_m7BAE44037164EB4CC513C0C9D63CCDBB083FC9FF (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_0 = ___0_other;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1;
|
|
L_1 = StackFrames_getCPtr_m30A24B0C2DE1FED2672EB1BB5DF07FE09D409CCC(L_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
intptr_t L_2;
|
|
L_2 = CrashlyticsInternalPINVOKE_new_StackFrames__SWIG_1_mBD474977CCCEACD03DEF2012875FE726F9761FD4(L_1, NULL);
|
|
StackFrames__ctor_m2E63D872A684465CF450AF466FF6FE41A676B301(__this, L_2, (bool)1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_3;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_5;
|
|
L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames__ctor_m7BAE44037164EB4CC513C0C9D63CCDBB083FC9FF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames__ctor_m154610C7162D1D01490CB2174E425C6122B53C8C (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = ___0_capacity;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
intptr_t L_1;
|
|
L_1 = CrashlyticsInternalPINVOKE_new_StackFrames__SWIG_2_mBE174105994B2FDE472C41B44B4F7B8977E476D4(L_0, NULL);
|
|
StackFrames__ctor_m2E63D872A684465CF450AF466FF6FE41A676B301(__this, L_1, (bool)1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames__ctor_m154610C7162D1D01490CB2174E425C6122B53C8C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* StackFrames_getitemcopy_m453240A356113355CC19AC1F0E7A42A429FFE958 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* V_0 = NULL;
|
|
bool V_1 = false;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* V_2 = NULL;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
int32_t L_1 = ___0_index;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
intptr_t L_2;
|
|
L_2 = CrashlyticsInternalPINVOKE_StackFrames_getitemcopy_m908CA3F7DE4B53AFE15BA844E5A1340D4FD36E00(L_0, L_1, NULL);
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_3 = (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6*)il2cpp_codegen_object_new(FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6_il2cpp_TypeInfo_var);
|
|
FirebaseCrashlyticsFrame__ctor_m8EFB5DD66A14E7684F3D46FED84D22B70EFE7EE1(L_3, L_2, (bool)1, NULL);
|
|
V_0 = L_3;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_1 = L_4;
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_6;
|
|
L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_getitemcopy_m453240A356113355CC19AC1F0E7A42A429FFE958_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_7 = V_0;
|
|
V_2 = L_7;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* StackFrames_getitem_m96452DB2FAB36B546241F1790B7F5D583CAD7494 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* V_0 = NULL;
|
|
bool V_1 = false;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* V_2 = NULL;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
int32_t L_1 = ___0_index;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
intptr_t L_2;
|
|
L_2 = CrashlyticsInternalPINVOKE_StackFrames_getitem_m8A1DAF2D47FA9205AED13CCE05913E0F53752344(L_0, L_1, NULL);
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_3 = (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6*)il2cpp_codegen_object_new(FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6_il2cpp_TypeInfo_var);
|
|
FirebaseCrashlyticsFrame__ctor_m8EFB5DD66A14E7684F3D46FED84D22B70EFE7EE1(L_3, L_2, (bool)0, NULL);
|
|
V_0 = L_3;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_1 = L_4;
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_6;
|
|
L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_getitem_m96452DB2FAB36B546241F1790B7F5D583CAD7494_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_7 = V_0;
|
|
V_2 = L_7;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_setitem_mCC6DC1B74D4E5F46E3002A9EF8040127226D822C (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* ___1_val, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
int32_t L_1 = ___0_index;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_2 = ___1_val;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3;
|
|
L_3 = FirebaseCrashlyticsFrame_getCPtr_m4281734D57B9AF8E872175F2FA917F8EE65A09E8(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_StackFrames_setitem_mF6575AA03F7D5385BE300B2A44CD982D4A2D3BB0(L_0, L_1, L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_4;
|
|
bool L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_6;
|
|
L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_setitem_mCC6DC1B74D4E5F46E3002A9EF8040127226D822C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_AddRange_mA01C00836161C7DF981A51F77867B2E0BDD62D64 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___0_values, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_1 = ___0_values;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2;
|
|
L_2 = StackFrames_getCPtr_m30A24B0C2DE1FED2672EB1BB5DF07FE09D409CCC(L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_StackFrames_AddRange_mCBF3B9C53746C1C4D79F7998E9A5440DDA3DE078(L_0, L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_3;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_5;
|
|
L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_AddRange_mA01C00836161C7DF981A51F77867B2E0BDD62D64_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* StackFrames_GetRange_m47F0E3D3E46D6CB5055F28048AF69E539A1E0188 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* V_1 = NULL;
|
|
bool V_2 = false;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* V_3 = NULL;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* G_B3_0 = NULL;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2 = ___1_count;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
intptr_t L_3;
|
|
L_3 = CrashlyticsInternalPINVOKE_StackFrames_GetRange_m07BB2999C26A25C04BF7C131B4D38DFC7CBD2C64(L_0, L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
intptr_t L_4 = V_0;
|
|
bool L_5;
|
|
L_5 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_4, 0, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_6 = V_0;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_7 = (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC*)il2cpp_codegen_object_new(StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC_il2cpp_TypeInfo_var);
|
|
StackFrames__ctor_m2E63D872A684465CF450AF466FF6FE41A676B301(L_7, L_6, (bool)1, NULL);
|
|
G_B3_0 = L_7;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
G_B3_0 = ((StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC*)(NULL));
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
V_1 = G_B3_0;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_8;
|
|
L_8 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_2 = L_8;
|
|
bool L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_10;
|
|
L_10 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_GetRange_m47F0E3D3E46D6CB5055F28048AF69E539A1E0188_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_11 = V_1;
|
|
V_3 = L_11;
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_12 = V_3;
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_Insert_m34BB41A2F11D4065B425CE3CA7F6EE31E7644047 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* ___1_x, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
int32_t L_1 = ___0_index;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_2 = ___1_x;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3;
|
|
L_3 = FirebaseCrashlyticsFrame_getCPtr_m4281734D57B9AF8E872175F2FA917F8EE65A09E8(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_StackFrames_Insert_m0AD19EE3437369DBD3A8823DD37276BFDBEA8295(L_0, L_1, L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_4;
|
|
bool L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_6;
|
|
L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_Insert_m34BB41A2F11D4065B425CE3CA7F6EE31E7644047_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_InsertRange_m6FE96BA9F3A71CE45CB4708E452680AA492C85CE (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___1_values, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
int32_t L_1 = ___0_index;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_2 = ___1_values;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3;
|
|
L_3 = StackFrames_getCPtr_m30A24B0C2DE1FED2672EB1BB5DF07FE09D409CCC(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_StackFrames_InsertRange_m92F68F4254D7049F1FBBD5EA0870502ACEF424ED(L_0, L_1, L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_4;
|
|
bool L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_6;
|
|
L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_InsertRange_m6FE96BA9F3A71CE45CB4708E452680AA492C85CE_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_RemoveAt_m06CB6178430E33F3A542E690BA8FC4D1B2B17E07 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
int32_t L_1 = ___0_index;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_StackFrames_RemoveAt_m9A229A1026A7C044281A4DDE862433AF2728D281(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_RemoveAt_m06CB6178430E33F3A542E690BA8FC4D1B2B17E07_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_RemoveRange_mCCC1E39A0F049754AC2AA760BB9A508836D99082 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2 = ___1_count;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_StackFrames_RemoveRange_mBEF532D9B8CB7228CF08BFF2CB3C47D1682721A9(L_0, L_1, L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_3;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_5;
|
|
L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_RemoveRange_mCCC1E39A0F049754AC2AA760BB9A508836D99082_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* StackFrames_Repeat_m8EF98295384FE99EC79555BB03686489B1503E8A (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* ___0_value, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* V_1 = NULL;
|
|
bool V_2 = false;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* V_3 = NULL;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* G_B3_0 = NULL;
|
|
{
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_0 = ___0_value;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1;
|
|
L_1 = FirebaseCrashlyticsFrame_getCPtr_m4281734D57B9AF8E872175F2FA917F8EE65A09E8(L_0, NULL);
|
|
int32_t L_2 = ___1_count;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
intptr_t L_3;
|
|
L_3 = CrashlyticsInternalPINVOKE_StackFrames_Repeat_mBDF4A315C18E4C92D0443BC1F9BA909ABDCEC440(L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
intptr_t L_4 = V_0;
|
|
bool L_5;
|
|
L_5 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_4, 0, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_6 = V_0;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_7 = (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC*)il2cpp_codegen_object_new(StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC_il2cpp_TypeInfo_var);
|
|
StackFrames__ctor_m2E63D872A684465CF450AF466FF6FE41A676B301(L_7, L_6, (bool)1, NULL);
|
|
G_B3_0 = L_7;
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
G_B3_0 = ((StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC*)(NULL));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
V_1 = G_B3_0;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_8;
|
|
L_8 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_2 = L_8;
|
|
bool L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_10;
|
|
L_10 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_Repeat_m8EF98295384FE99EC79555BB03686489B1503E8A_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_11 = V_1;
|
|
V_3 = L_11;
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_12 = V_3;
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_Reverse_mE785AFA0C824B52E1DE4B9DBD25602F4FB8C2BAB (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_StackFrames_Reverse__SWIG_0_mF6BC171AFB66B529A3340DF2A1982A56F546933D(L_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_3;
|
|
L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_Reverse_mE785AFA0C824B52E1DE4B9DBD25602F4FB8C2BAB_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_Reverse_mA8B9E959C2E2D27A1C4F5C39B8715682090484CE (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2 = ___1_count;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_StackFrames_Reverse__SWIG_1_m787CF092DE513B45B170A80AC7FD12945C4EFD35(L_0, L_1, L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_3;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_5;
|
|
L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_Reverse_mA8B9E959C2E2D27A1C4F5C39B8715682090484CE_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFrames_SetRange_mA41F307C8A63B91B9411C2C09694EEBF0410BCC9 (StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* __this, int32_t ___0_index, StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___1_values, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
int32_t L_1 = ___0_index;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_2 = ___1_values;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3;
|
|
L_3 = StackFrames_getCPtr_m30A24B0C2DE1FED2672EB1BB5DF07FE09D409CCC(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_StackFrames_SetRange_m9B6936D70280BBA9FBEC2A90FE90551E50C4CC4E(L_0, L_1, L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_4;
|
|
bool L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_6;
|
|
L_6 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFrames_SetRange_mA41F307C8A63B91B9411C2C09694EEBF0410BCC9_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFramesEnumerator__ctor_mD55C7A38A2CE7623C9ADAEB17530A3777BD35B4C (StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* __this, StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___0_collection, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_0 = ___0_collection;
|
|
__this->___collectionRef = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___collectionRef), (void*)L_0);
|
|
__this->___currentIndex = (-1);
|
|
__this->___currentObject = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject), (void*)NULL);
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_1 = __this->___collectionRef;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = StackFrames_get_Count_m0958035410232E160BEC1A9460ACC066BFAD28AF(L_1, NULL);
|
|
__this->___currentSize = L_2;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* StackFramesEnumerator_get_Current_m62894756C8E5C2A869EE03F2B680545834419AF8 (StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* V_3 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___currentIndex;
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral88B277217AED4CBAA42043A4D5CD8DB154680BFA)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFramesEnumerator_get_Current_m62894756C8E5C2A869EE03F2B680545834419AF8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_3 = __this->___currentIndex;
|
|
int32_t L_4 = __this->___currentSize;
|
|
V_1 = (bool)((((int32_t)L_3) > ((int32_t)((int32_t)il2cpp_codegen_subtract(L_4, 1))))? 1 : 0);
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD7D6709CAC9D8FCE4933C82CDA34EE45277DBD95)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFramesEnumerator_get_Current_m62894756C8E5C2A869EE03F2B680545834419AF8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
RuntimeObject* L_7 = __this->___currentObject;
|
|
V_2 = (bool)((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_9 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFramesEnumerator_get_Current_m62894756C8E5C2A869EE03F2B680545834419AF8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
RuntimeObject* L_10 = __this->___currentObject;
|
|
V_3 = ((FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6*)CastclassClass((RuntimeObject*)L_10, FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6_il2cpp_TypeInfo_var));
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_11 = V_3;
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* StackFramesEnumerator_globalU3AU3ASystem_Collections_IEnumerator_get_Current_mB8D85EF907C85E1C4397A869CB93B15D0620B523 (StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* __this, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_0;
|
|
L_0 = StackFramesEnumerator_get_Current_m62894756C8E5C2A869EE03F2B680545834419AF8(__this, NULL);
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
RuntimeObject* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StackFramesEnumerator_MoveNext_m7A790EB54E3801580758ED507001F918B9908312 (StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_0 = __this->___collectionRef;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = StackFrames_get_Count_m0958035410232E160BEC1A9460ACC066BFAD28AF(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->___currentIndex;
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_2, 1))) >= ((int32_t)L_3)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = __this->___currentSize;
|
|
G_B3_0 = ((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0);
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_6 = V_1;
|
|
V_2 = L_6;
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = __this->___currentIndex;
|
|
__this->___currentIndex = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_9 = __this->___collectionRef;
|
|
int32_t L_10 = __this->___currentIndex;
|
|
NullCheck(L_9);
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_11;
|
|
L_11 = StackFrames_get_Item_m32836E4763E91A672FF9B4DB4F25AFAEA002191F(L_9, L_10, NULL);
|
|
__this->___currentObject = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject), (void*)L_11);
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
__this->___currentObject = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject), (void*)NULL);
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
bool L_12 = V_1;
|
|
V_3 = L_12;
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
bool L_13 = V_3;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFramesEnumerator_Reset_m2BABC3CDC79D1A6C5FB7D950AFD2C9E01393AFD5 (StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
__this->___currentIndex = (-1);
|
|
__this->___currentObject = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject), (void*)NULL);
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_0 = __this->___collectionRef;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = StackFrames_get_Count_m0958035410232E160BEC1A9460ACC066BFAD28AF(L_0, NULL);
|
|
int32_t L_2 = __this->___currentSize;
|
|
V_0 = (bool)((((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral572FD223BFCEC6E8E552A7CC84FEDA3269F3A5F7)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StackFramesEnumerator_Reset_m2BABC3CDC79D1A6C5FB7D950AFD2C9E01393AFD5_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackFramesEnumerator_Dispose_mA1E8DAD0FDA6D0C580299A4466E99270BCD53B6D (StackFramesEnumerator_tDC4E1B8FC390A2688F9CAF90ACF938CBD75605A7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___currentIndex = (-1);
|
|
__this->___currentObject = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentObject), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame__ctor_m8EFB5DD66A14E7684F3D46FED84D22B70EFE7EE1 (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
bool L_0 = ___1_cMemoryOwn;
|
|
__this->___swigCMemOwn = L_0;
|
|
intptr_t L_1 = ___0_cPtr;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, NULL);
|
|
__this->___swigCPtr = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr))->____wrapper), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FirebaseCrashlyticsFrame_getCPtr_m4281734D57B9AF8E872175F2FA917F8EE65A09E8 (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_0 = ___0_obj;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* L_1 = ___0_obj;
|
|
NullCheck(L_1);
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr;
|
|
G_B3_0 = L_2;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_3), NULL, 0, NULL);
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame_Finalize_m040EF00BD32D42B991D6839884FBBB07FA1FE857 (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_000c:
|
|
{
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
VirtualActionInvoker1< bool >::Invoke(5, __this, (bool)0);
|
|
goto IL_0014;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame_Dispose_m4CA40983D62BF45C9565198571F3E2457D538D20 (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
VirtualActionInvoker1< bool >::Invoke(5, __this, (bool)1);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame_Dispose_m7963824976123BE0921675A71352846FEBD75B94 (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0068:
|
|
{
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_4 = (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F*)(&__this->___swigCPtr);
|
|
intptr_t L_5;
|
|
L_5 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_4, NULL);
|
|
bool L_6;
|
|
L_6 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, 0, NULL);
|
|
V_2 = L_6;
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_005e_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_8 = __this->___swigCMemOwn;
|
|
V_3 = L_8;
|
|
bool L_9 = V_3;
|
|
if (!L_9)
|
|
{
|
|
goto IL_004c_1;
|
|
}
|
|
}
|
|
{
|
|
__this->___swigCMemOwn = (bool)0;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_10 = __this->___swigCPtr;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_delete_FirebaseCrashlyticsFrame_mEC95B6399A6738043AC5194825BE82E99250CCB5(L_10, NULL);
|
|
}
|
|
|
|
IL_004c_1:
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_11;
|
|
memset((&L_11), 0, sizeof(L_11));
|
|
HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_11), NULL, 0, NULL);
|
|
__this->___swigCPtr = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr))->____wrapper), (void*)NULL);
|
|
}
|
|
|
|
IL_005e_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame_set_library_mB81DF0DDF42C58EA110682BD125D8F22C46C6415 (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
String_t* L_1 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_library_set_mF96EE34A687E1AA525355FEB4FC4FDF2959A5043(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsFrame_set_library_mB81DF0DDF42C58EA110682BD125D8F22C46C6415_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseCrashlyticsFrame_get_library_mCE1D12FA2F50AF4D1E04100A6BF0B6782B177EAE (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
String_t* L_1;
|
|
L_1 = CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_library_get_m70A305F5287489782B29719B32A8467B97FFE32C(L_0, NULL);
|
|
V_0 = L_1;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsFrame_get_library_mCE1D12FA2F50AF4D1E04100A6BF0B6782B177EAE_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_5 = V_0;
|
|
V_2 = L_5;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
String_t* L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame_set_symbol_m503E5CBE71D6BF7C9A2D3A369881D4EA53C1FD52 (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
String_t* L_1 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_symbol_set_m0D1E4AE62FF2FDF75BAF87E25861A9BE9A7B32B5(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsFrame_set_symbol_m503E5CBE71D6BF7C9A2D3A369881D4EA53C1FD52_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseCrashlyticsFrame_get_symbol_mBBF254843211071C048817F811790595A3DEB8A5 (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
String_t* L_1;
|
|
L_1 = CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_symbol_get_m7EEE82FA37D62D0A606C3F8C3A427D3EC9E5C8CF(L_0, NULL);
|
|
V_0 = L_1;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsFrame_get_symbol_mBBF254843211071C048817F811790595A3DEB8A5_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_5 = V_0;
|
|
V_2 = L_5;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
String_t* L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame_set_fileName_m3AFA0BF3D283C4C1D9FE5A5ABAE4313C830430BF (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
String_t* L_1 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_fileName_set_m73BDE8555783084CFA79EE639ABE1206066B58E4(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsFrame_set_fileName_m3AFA0BF3D283C4C1D9FE5A5ABAE4313C830430BF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseCrashlyticsFrame_get_fileName_mBF925AD43D91CD4FF66037BED31C3CA6D5A3D771 (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
String_t* L_1;
|
|
L_1 = CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_fileName_get_mF6D9802B79AC9F47B425525E9896A169DB6F8439(L_0, NULL);
|
|
V_0 = L_1;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsFrame_get_fileName_mBF925AD43D91CD4FF66037BED31C3CA6D5A3D771_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_5 = V_0;
|
|
V_2 = L_5;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
String_t* L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame_set_lineNumber_m6781FC7BCF6E06470EFAB334A586AEDB396B3A1C (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
String_t* L_1 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_lineNumber_set_mA3BE7A0676C748ECFA463EFAD7081EB2E90EAF6E(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsFrame_set_lineNumber_m6781FC7BCF6E06470EFAB334A586AEDB396B3A1C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FirebaseCrashlyticsFrame_get_lineNumber_m9518444D57CBD42882742335116804080B1D228C (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
String_t* L_1;
|
|
L_1 = CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_lineNumber_get_mD9835E32221828A989085CABE1829B8F06EA4A1B(L_0, NULL);
|
|
V_0 = L_1;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsFrame_get_lineNumber_m9518444D57CBD42882742335116804080B1D228C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_5 = V_0;
|
|
V_2 = L_5;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
String_t* L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsFrame__ctor_m9DA1BB6CA3308B17F33415FEE2AED3DC82C29DEF (FirebaseCrashlyticsFrame_tF9A1EF7CF973F7510734D32E076E07391C77B7D6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
intptr_t L_0;
|
|
L_0 = CrashlyticsInternalPINVOKE_new_FirebaseCrashlyticsFrame_m3330BC946A155D6A98677FE5A57727C0B58BE7B2(NULL);
|
|
FirebaseCrashlyticsFrame__ctor_m8EFB5DD66A14E7684F3D46FED84D22B70EFE7EE1(__this, L_0, (bool)1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_3;
|
|
L_3 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsFrame__ctor_m9DA1BB6CA3308B17F33415FEE2AED3DC82C29DEF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal__ctor_m0F036F78B6C768B5E41BC035AD4A05AE1AFF6B4E (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, intptr_t ___0_cPtr, bool ___1_cMemoryOwn, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
bool L_0 = ___1_cMemoryOwn;
|
|
__this->___swigCMemOwn = L_0;
|
|
intptr_t L_1 = ___0_cPtr;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_2), __this, L_1, NULL);
|
|
__this->___swigCPtr = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr))->____wrapper), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F FirebaseCrashlyticsInternal_getCPtr_m2178FF255248E265847ED48AD769ED5129435609 (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
{
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_0 = ___0_obj;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_1 = ___0_obj;
|
|
NullCheck(L_1);
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_2 = L_1->___swigCPtr;
|
|
G_B3_0 = L_2;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_3), NULL, 0, NULL);
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
V_0 = G_B3_0;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_Finalize_m5B09164D2F57415BE10DD21BD668FEA55F02E89A (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_000c:
|
|
{
|
|
Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
VirtualActionInvoker1< bool >::Invoke(5, __this, (bool)0);
|
|
goto IL_0014;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_Dispose_mEC68C9F82F64E23D0B1A14A32DC456861F9CF86E (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
VirtualActionInvoker1< bool >::Invoke(5, __this, (bool)1);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_Dispose_m215847702E7944797E17AC760D1425A164DD9D4E (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_0 = ((FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_StaticFields*)il2cpp_codegen_static_fields_for(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var))->___disposeLock;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0035:
|
|
{
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
__this->___swigCMemOwn = (bool)0;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
HandleRef__ctor_m0298D55E5F35F77B6A6CCA75C8E828C3F3127DE7((&L_4), NULL, 0, NULL);
|
|
__this->___swigCPtr = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___swigCPtr))->____wrapper), (void*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
|
|
goto IL_0040;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseCrashlyticsInternal_get_IsDisposed_m47E32597ACDF3FAC963438574982F9D43965EEB2 (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* L_0 = (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F*)(&__this->___swigCPtr);
|
|
intptr_t L_1;
|
|
L_1 = HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline(L_0, NULL);
|
|
bool L_2;
|
|
L_2 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_1, 0, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
bool L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* FirebaseCrashlyticsInternal_GetInstance_m7694E41DBD129C2659D76998342EA62F1BD1655B (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_app, int32_t* ___1_init_result_out, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* V_2 = NULL;
|
|
bool V_3 = false;
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* V_4 = NULL;
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* G_B4_0 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_003e:
|
|
{
|
|
int32_t* L_0 = ___1_init_result_out;
|
|
int32_t L_1 = V_0;
|
|
*((int32_t*)L_0) = (int32_t)L_1;
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_2 = ___0_app;
|
|
il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_3;
|
|
L_3 = FirebaseApp_getCPtr_m54B5DAC73BA43E79771E0181BEFD846BBE06C84F(L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
intptr_t L_4;
|
|
L_4 = CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_GetInstance__SWIG_0_m4CDA19D7A13B164DC98C35862F5BBC9078905D70(L_3, (&V_0), NULL);
|
|
V_1 = L_4;
|
|
intptr_t L_5 = V_1;
|
|
bool L_6;
|
|
L_6 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_5, 0, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0028_1;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_7 = V_1;
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_8 = (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40*)il2cpp_codegen_object_new(FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40_il2cpp_TypeInfo_var);
|
|
FirebaseCrashlyticsInternal__ctor_m0F036F78B6C768B5E41BC035AD4A05AE1AFF6B4E(L_8, L_7, (bool)0, NULL);
|
|
G_B4_0 = L_8;
|
|
goto IL_0029_1;
|
|
}
|
|
|
|
IL_0028_1:
|
|
{
|
|
G_B4_0 = ((FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40*)(NULL));
|
|
}
|
|
|
|
IL_0029_1:
|
|
{
|
|
V_2 = G_B4_0;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_3 = L_9;
|
|
bool L_10 = V_3;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_11;
|
|
L_11 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsInternal_GetInstance_m7694E41DBD129C2659D76998342EA62F1BD1655B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0039_1:
|
|
{
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_12 = V_2;
|
|
V_4 = L_12;
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_13 = V_4;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* FirebaseCrashlyticsInternal_GetInstance_m77444EA867262D3DD401BF188FA867EBBF797587 (FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* ___0_app, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* V_1 = NULL;
|
|
bool V_2 = false;
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* V_3 = NULL;
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* G_B3_0 = NULL;
|
|
{
|
|
FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25* L_0 = ___0_app;
|
|
il2cpp_codegen_runtime_class_init_inline(FirebaseApp_tD23C437863A3502177988D1382B58820B0571A25_il2cpp_TypeInfo_var);
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_1;
|
|
L_1 = FirebaseApp_getCPtr_m54B5DAC73BA43E79771E0181BEFD846BBE06C84F(L_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
intptr_t L_2;
|
|
L_2 = CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_GetInstance__SWIG_1_m357C3C71DDC7E18161AC01A983D68BD0002F7883(L_1, NULL);
|
|
V_0 = L_2;
|
|
intptr_t L_3 = V_0;
|
|
bool L_4;
|
|
L_4 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_3, 0, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_5 = V_0;
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_6 = (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40*)il2cpp_codegen_object_new(FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40_il2cpp_TypeInfo_var);
|
|
FirebaseCrashlyticsInternal__ctor_m0F036F78B6C768B5E41BC035AD4A05AE1AFF6B4E(L_6, L_5, (bool)0, NULL);
|
|
G_B3_0 = L_6;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
G_B3_0 = ((FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40*)(NULL));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = G_B3_0;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_7;
|
|
L_7 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_2 = L_7;
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_9;
|
|
L_9 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsInternal_GetInstance_m77444EA867262D3DD401BF188FA867EBBF797587_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_10 = V_1;
|
|
V_3 = L_10;
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* L_11 = V_3;
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_Log_m8057616927524ACD8E755BDC890C902CD2051925 (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
String_t* L_1 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_Log_m1ECF2F812DC690FC5B25DAEA0EB79AAE7AF6C81F(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsInternal_Log_m8057616927524ACD8E755BDC890C902CD2051925_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_SetCustomKey_m9B8D0E4A846E3236A41643B16B25C2025AE4C175 (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
String_t* L_1 = ___0_key;
|
|
String_t* L_2 = ___1_value;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_SetCustomKey_m7E64C42B3D81D23AD0D34D6C995EC646196A3515(L_0, L_1, L_2, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_3;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_5;
|
|
L_5 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsInternal_SetCustomKey_m9B8D0E4A846E3236A41643B16B25C2025AE4C175_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_SetUserId_m6D4B4ECD872FA6653B66F80EB857F7C5E7D6614D (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, String_t* ___0_id, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
String_t* L_1 = ___0_id;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_SetUserId_m67C959CFE6D343DFC33FFFF73865CA0388F16F7A(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsInternal_SetUserId_m6D4B4ECD872FA6653B66F80EB857F7C5E7D6614D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_LogException_mE3B015FF0065897102D02198BD039A56FB41FF5F (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, String_t* ___0_name, String_t* ___1_reason, StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___2_frames, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
String_t* L_1 = ___0_name;
|
|
String_t* L_2 = ___1_reason;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_3 = ___2_frames;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4;
|
|
L_4 = StackFrames_getCPtr_m30A24B0C2DE1FED2672EB1BB5DF07FE09D409CCC(L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_LogException_mA62769499269758561B5C9D0F8784D4772195286(L_0, L_1, L_2, L_4, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_5;
|
|
bool L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_7;
|
|
L_7 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsInternal_LogException_mE3B015FF0065897102D02198BD039A56FB41FF5F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_LogExceptionAsFatal_mAC6A59B7BC7CA43428C57BFAE742B10D08283595 (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, String_t* ___0_name, String_t* ___1_reason, StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* ___2_frames, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
String_t* L_1 = ___0_name;
|
|
String_t* L_2 = ___1_reason;
|
|
StackFrames_t8F4306185C13967101E94E78F0D2312DDC4401AC* L_3 = ___2_frames;
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_4;
|
|
L_4 = StackFrames_getCPtr_m30A24B0C2DE1FED2672EB1BB5DF07FE09D409CCC(L_3, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_LogExceptionAsFatal_m26B5841969232D99C21E396AA7455A7D952B8C0F(L_0, L_1, L_2, L_4, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_5;
|
|
bool L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_7;
|
|
L_7 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsInternal_LogExceptionAsFatal_mAC6A59B7BC7CA43428C57BFAE742B10D08283595_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FirebaseCrashlyticsInternal_IsCrashlyticsCollectionEnabled_m8B0F6A511B4FF974F950C832E76D0F0297FD3746 (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_IsCrashlyticsCollectionEnabled_m297A157A0B099F261574BABFF98CA60399B7B962(L_0, NULL);
|
|
V_0 = L_1;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsInternal_IsCrashlyticsCollectionEnabled_m8B0F6A511B4FF974F950C832E76D0F0297FD3746_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
bool L_5 = V_0;
|
|
V_2 = L_5;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
bool L_6 = V_2;
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FirebaseCrashlyticsInternal_SetCrashlyticsCollectionEnabled_m8F65E7BB971FC63D9CE8E1949377C78C342962F7 (FirebaseCrashlyticsInternal_t674756D0479C8ED14FE9E114B533CD274F9D6F40* __this, bool ___0_enabled, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F L_0 = __this->___swigCPtr;
|
|
bool L_1 = ___0_enabled;
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_SetCrashlyticsCollectionEnabled_m69BDC66670D46091F77EB8B1AA5BE8C94AF07798(L_0, L_1, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = SWIGPendingException_get_Pending_mFF0B94BEAD2C48E3CD3BB7EFB5EB23A0B6CF55EE(NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_tABBC4E77437B082457DE5327A693947CE0C7CF63_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = SWIGPendingException_Retrieve_m5AF2B72B0C255B87F0044137B357F55F50101D51(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FirebaseCrashlyticsInternal_SetCrashlyticsCollectionEnabled_m8F65E7BB971FC63D9CE8E1949377C78C342962F7_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE__cctor_m2C71F03CBFEF07AF82B4C66A5FBFFA8EF7715B88 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970* L_0 = (SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970*)il2cpp_codegen_object_new(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var);
|
|
SWIGExceptionHelper__ctor_mF409E5795DF0D4C8B410A552093AA9F1E2C29237(L_0, NULL);
|
|
((CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_StaticFields*)il2cpp_codegen_static_fields_for(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var))->___swigExceptionHelper = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_StaticFields*)il2cpp_codegen_static_fields_for(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var))->___swigExceptionHelper), (void*)L_0);
|
|
SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B* L_1 = (SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B*)il2cpp_codegen_object_new(SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B_il2cpp_TypeInfo_var);
|
|
SWIGStringHelper__ctor_m95ABC184E68900F762EF1107ACEE3C2BA370319F(L_1, NULL);
|
|
((CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_StaticFields*)il2cpp_codegen_static_fields_for(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var))->___swigStringHelper = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_StaticFields*)il2cpp_codegen_static_fields_for(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var))->___swigStringHelper), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_ExportFix_m64AB1B4B2F30507C69D7FD9CE80631979D1D6DA3 (const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) ();
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = 0;
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_ExportFix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_ExportFix)();
|
|
#else
|
|
il2cppPInvokeFunc();
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_Clear_m20CF7AA415931B97F5CCB4529491E8F30ABC46F4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_Clear", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_Clear)(____0_jarg1_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_Add_mDF89291DE8B9599F728D14830690566AE531D516 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_Add", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
void* ____1_jarg2_marshaled = NULL;
|
|
____1_jarg2_marshaled = (void*)___1_jarg2.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_Add)(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CrashlyticsInternalPINVOKE_StackFrames_size_m090FEF39B03B5484DD49C9701E31E2B7F076359F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_size", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
uint32_t returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_size)(____0_jarg1_marshaled);
|
|
#else
|
|
uint32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t CrashlyticsInternalPINVOKE_StackFrames_capacity_m165CDFF1C3786FEFD599CCEE11A92B8E6EB2C2EE (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef uint32_t (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_capacity", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
uint32_t returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_capacity)(____0_jarg1_marshaled);
|
|
#else
|
|
uint32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_reserve_m1C93A16E0AE0A200852FC00A8BFAAC634633BF5D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, uint32_t ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, uint32_t);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(uint32_t);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_reserve", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_reserve)(____0_jarg1_marshaled, ___1_jarg2);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_new_StackFrames__SWIG_0_mFC4A4B65630ECC987339CD38873E792E061347D4 (const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (DEFAULT_CALL *PInvokeFunc) ();
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = 0;
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_new_StackFrames__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_new_StackFrames__SWIG_0)();
|
|
#else
|
|
intptr_t returnValue = il2cppPInvokeFunc();
|
|
#endif
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_new_StackFrames__SWIG_1_mBD474977CCCEACD03DEF2012875FE726F9761FD4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_new_StackFrames__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_new_StackFrames__SWIG_1)(____0_jarg1_marshaled);
|
|
#else
|
|
intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_new_StackFrames__SWIG_2_mBE174105994B2FDE472C41B44B4F7B8977E476D4 (int32_t ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (int32_t);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(int32_t);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_new_StackFrames__SWIG_2", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_new_StackFrames__SWIG_2)(___0_jarg1);
|
|
#else
|
|
intptr_t returnValue = il2cppPInvokeFunc(___0_jarg1);
|
|
#endif
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_StackFrames_getitemcopy_m908CA3F7DE4B53AFE15BA844E5A1340D4FD36E00 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, int32_t);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(int32_t);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_getitemcopy", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_getitemcopy)(____0_jarg1_marshaled, ___1_jarg2);
|
|
#else
|
|
intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2);
|
|
#endif
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_StackFrames_getitem_m8A1DAF2D47FA9205AED13CCE05913E0F53752344 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, int32_t);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(int32_t);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_getitem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_getitem)(____0_jarg1_marshaled, ___1_jarg2);
|
|
#else
|
|
intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2);
|
|
#endif
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_setitem_mF6575AA03F7D5385BE300B2A44CD982D4A2D3BB0 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_setitem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
void* ____2_jarg3_marshaled = NULL;
|
|
____2_jarg3_marshaled = (void*)___2_jarg3.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_setitem)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_AddRange_mCBF3B9C53746C1C4D79F7998E9A5440DDA3DE078 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_AddRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
void* ____1_jarg2_marshaled = NULL;
|
|
____1_jarg2_marshaled = (void*)___1_jarg2.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_AddRange)(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_StackFrames_GetRange_m07BB2999C26A25C04BF7C131B4D38DFC7CBD2C64 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, int32_t);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(int32_t);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_GetRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_GetRange)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3);
|
|
#else
|
|
intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3);
|
|
#endif
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_Insert_m0AD19EE3437369DBD3A8823DD37276BFDBEA8295 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_Insert", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
void* ____2_jarg3_marshaled = NULL;
|
|
____2_jarg3_marshaled = (void*)___2_jarg3.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_Insert)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_InsertRange_m92F68F4254D7049F1FBBD5EA0870502ACEF424ED (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_InsertRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
void* ____2_jarg3_marshaled = NULL;
|
|
____2_jarg3_marshaled = (void*)___2_jarg3.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_InsertRange)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_RemoveAt_m9A229A1026A7C044281A4DDE862433AF2728D281 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(int32_t);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_RemoveAt", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_RemoveAt)(____0_jarg1_marshaled, ___1_jarg2);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_RemoveRange_mBEF532D9B8CB7228CF08BFF2CB3C47D1682721A9 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, int32_t);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(int32_t);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_RemoveRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_RemoveRange)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_StackFrames_Repeat_mBDF4A315C18E4C92D0443BC1F9BA909ABDCEC440 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, int32_t);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(int32_t);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_Repeat", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_Repeat)(____0_jarg1_marshaled, ___1_jarg2);
|
|
#else
|
|
intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2);
|
|
#endif
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_Reverse__SWIG_0_mF6BC171AFB66B529A3340DF2A1982A56F546933D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_Reverse__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_Reverse__SWIG_0)(____0_jarg1_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_Reverse__SWIG_1_m787CF092DE513B45B170A80AC7FD12945C4EFD35 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, int32_t ___2_jarg3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, int32_t);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(int32_t);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_Reverse__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_Reverse__SWIG_1)(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ___2_jarg3);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_StackFrames_SetRange_m9B6936D70280BBA9FBEC2A90FE90551E50C4CC4E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t ___1_jarg2, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___2_jarg3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t, void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(int32_t) + sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_StackFrames_SetRange", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
void* ____2_jarg3_marshaled = NULL;
|
|
____2_jarg3_marshaled = (void*)___2_jarg3.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_StackFrames_SetRange)(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2, ____2_jarg3_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_delete_StackFrames_m4EA34D0C701894E8795AE665576A1F62A3D9618D (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_delete_StackFrames", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_delete_StackFrames)(____0_jarg1_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_library_set_mF96EE34A687E1AA525355FEB4FC4FDF2959A5043 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(char*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_library_set", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
char* ____1_jarg2_marshaled = NULL;
|
|
____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2);
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_library_set)(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#endif
|
|
|
|
il2cpp_codegen_marshal_free(____1_jarg2_marshaled);
|
|
____1_jarg2_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_library_get_m70A305F5287489782B29719B32A8467B97FFE32C (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef char* (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_library_get", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
char* returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_library_get)(____0_jarg1_marshaled);
|
|
#else
|
|
char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
String_t* _returnValue_unmarshaled = NULL;
|
|
_returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue);
|
|
|
|
il2cpp_codegen_marshal_free(returnValue);
|
|
returnValue = NULL;
|
|
|
|
return _returnValue_unmarshaled;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_symbol_set_m0D1E4AE62FF2FDF75BAF87E25861A9BE9A7B32B5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(char*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_symbol_set", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
char* ____1_jarg2_marshaled = NULL;
|
|
____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2);
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_symbol_set)(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#endif
|
|
|
|
il2cpp_codegen_marshal_free(____1_jarg2_marshaled);
|
|
____1_jarg2_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_symbol_get_m7EEE82FA37D62D0A606C3F8C3A427D3EC9E5C8CF (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef char* (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_symbol_get", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
char* returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_symbol_get)(____0_jarg1_marshaled);
|
|
#else
|
|
char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
String_t* _returnValue_unmarshaled = NULL;
|
|
_returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue);
|
|
|
|
il2cpp_codegen_marshal_free(returnValue);
|
|
returnValue = NULL;
|
|
|
|
return _returnValue_unmarshaled;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_fileName_set_m73BDE8555783084CFA79EE639ABE1206066B58E4 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(char*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_fileName_set", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
char* ____1_jarg2_marshaled = NULL;
|
|
____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2);
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_fileName_set)(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#endif
|
|
|
|
il2cpp_codegen_marshal_free(____1_jarg2_marshaled);
|
|
____1_jarg2_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_fileName_get_mF6D9802B79AC9F47B425525E9896A169DB6F8439 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef char* (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_fileName_get", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
char* returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_fileName_get)(____0_jarg1_marshaled);
|
|
#else
|
|
char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
String_t* _returnValue_unmarshaled = NULL;
|
|
_returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue);
|
|
|
|
il2cpp_codegen_marshal_free(returnValue);
|
|
returnValue = NULL;
|
|
|
|
return _returnValue_unmarshaled;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_lineNumber_set_mA3BE7A0676C748ECFA463EFAD7081EB2E90EAF6E (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(char*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_lineNumber_set", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
char* ____1_jarg2_marshaled = NULL;
|
|
____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2);
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_lineNumber_set)(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#endif
|
|
|
|
il2cpp_codegen_marshal_free(____1_jarg2_marshaled);
|
|
____1_jarg2_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CrashlyticsInternalPINVOKE_FirebaseCrashlyticsFrame_lineNumber_get_mD9835E32221828A989085CABE1829B8F06EA4A1B (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef char* (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_lineNumber_get", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
char* returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsFrame_lineNumber_get)(____0_jarg1_marshaled);
|
|
#else
|
|
char* returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
String_t* _returnValue_unmarshaled = NULL;
|
|
_returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue);
|
|
|
|
il2cpp_codegen_marshal_free(returnValue);
|
|
returnValue = NULL;
|
|
|
|
return _returnValue_unmarshaled;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_new_FirebaseCrashlyticsFrame_m3330BC946A155D6A98677FE5A57727C0B58BE7B2 (const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (DEFAULT_CALL *PInvokeFunc) ();
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = 0;
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_new_FirebaseCrashlyticsFrame", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_new_FirebaseCrashlyticsFrame)();
|
|
#else
|
|
intptr_t returnValue = il2cppPInvokeFunc();
|
|
#endif
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_delete_FirebaseCrashlyticsFrame_mEC95B6399A6738043AC5194825BE82E99250CCB5 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_delete_FirebaseCrashlyticsFrame", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_delete_FirebaseCrashlyticsFrame)(____0_jarg1_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_delete_FirebaseCrashlyticsInternal_m755663FBD358B74EF58F9EE8E34AD26A4240AA79 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_delete_FirebaseCrashlyticsInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_delete_FirebaseCrashlyticsInternal)(____0_jarg1_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_GetInstance__SWIG_0_m4CDA19D7A13B164DC98C35862F5BBC9078905D70 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, int32_t* ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*, int32_t*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(int32_t*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_GetInstance__SWIG_0", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_GetInstance__SWIG_0)(____0_jarg1_marshaled, ___1_jarg2);
|
|
#else
|
|
intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled, ___1_jarg2);
|
|
#endif
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_GetInstance__SWIG_1_m357C3C71DDC7E18161AC01A983D68BD0002F7883 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_GetInstance__SWIG_1", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
intptr_t returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_GetInstance__SWIG_1)(____0_jarg1_marshaled);
|
|
#else
|
|
intptr_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
return returnValue;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_Log_m1ECF2F812DC690FC5B25DAEA0EB79AAE7AF6C81F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(char*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_Log", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
char* ____1_jarg2_marshaled = NULL;
|
|
____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2);
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_Log)(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#endif
|
|
|
|
il2cpp_codegen_marshal_free(____1_jarg2_marshaled);
|
|
____1_jarg2_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_SetCustomKey_m7E64C42B3D81D23AD0D34D6C995EC646196A3515 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*, char*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(char*) + sizeof(char*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_SetCustomKey", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
char* ____1_jarg2_marshaled = NULL;
|
|
____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2);
|
|
|
|
char* ____2_jarg3_marshaled = NULL;
|
|
____2_jarg3_marshaled = il2cpp_codegen_marshal_string(___2_jarg3);
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_SetCustomKey)(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled);
|
|
#endif
|
|
|
|
il2cpp_codegen_marshal_free(____1_jarg2_marshaled);
|
|
____1_jarg2_marshaled = NULL;
|
|
|
|
il2cpp_codegen_marshal_free(____2_jarg3_marshaled);
|
|
____2_jarg3_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_SetUserId_m67C959CFE6D343DFC33FFFF73865CA0388F16F7A (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(char*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_SetUserId", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
char* ____1_jarg2_marshaled = NULL;
|
|
____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2);
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_SetUserId)(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled);
|
|
#endif
|
|
|
|
il2cpp_codegen_marshal_free(____1_jarg2_marshaled);
|
|
____1_jarg2_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_LogException_mA62769499269758561B5C9D0F8784D4772195286 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___3_jarg4, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*, char*, void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(char*) + sizeof(char*) + sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_LogException", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
char* ____1_jarg2_marshaled = NULL;
|
|
____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2);
|
|
|
|
char* ____2_jarg3_marshaled = NULL;
|
|
____2_jarg3_marshaled = il2cpp_codegen_marshal_string(___2_jarg3);
|
|
|
|
void* ____3_jarg4_marshaled = NULL;
|
|
____3_jarg4_marshaled = (void*)___3_jarg4.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_LogException)(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled, ____3_jarg4_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled, ____3_jarg4_marshaled);
|
|
#endif
|
|
|
|
il2cpp_codegen_marshal_free(____1_jarg2_marshaled);
|
|
____1_jarg2_marshaled = NULL;
|
|
|
|
il2cpp_codegen_marshal_free(____2_jarg3_marshaled);
|
|
____2_jarg3_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_LogExceptionAsFatal_m26B5841969232D99C21E396AA7455A7D952B8C0F (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, String_t* ___1_jarg2, String_t* ___2_jarg3, HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___3_jarg4, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, char*, char*, void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(char*) + sizeof(char*) + sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_LogExceptionAsFatal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
char* ____1_jarg2_marshaled = NULL;
|
|
____1_jarg2_marshaled = il2cpp_codegen_marshal_string(___1_jarg2);
|
|
|
|
char* ____2_jarg3_marshaled = NULL;
|
|
____2_jarg3_marshaled = il2cpp_codegen_marshal_string(___2_jarg3);
|
|
|
|
void* ____3_jarg4_marshaled = NULL;
|
|
____3_jarg4_marshaled = (void*)___3_jarg4.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_LogExceptionAsFatal)(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled, ____3_jarg4_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, ____1_jarg2_marshaled, ____2_jarg3_marshaled, ____3_jarg4_marshaled);
|
|
#endif
|
|
|
|
il2cpp_codegen_marshal_free(____1_jarg2_marshaled);
|
|
____1_jarg2_marshaled = NULL;
|
|
|
|
il2cpp_codegen_marshal_free(____2_jarg3_marshaled);
|
|
____2_jarg3_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_IsCrashlyticsCollectionEnabled_m297A157A0B099F261574BABFF98CA60399B7B962 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (void*);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_IsCrashlyticsCollectionEnabled", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
int32_t returnValue = reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_IsCrashlyticsCollectionEnabled)(____0_jarg1_marshaled);
|
|
#else
|
|
int32_t returnValue = il2cppPInvokeFunc(____0_jarg1_marshaled);
|
|
#endif
|
|
|
|
return static_cast<bool>(returnValue);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE_FirebaseCrashlyticsInternal_SetCrashlyticsCollectionEnabled_m69BDC66670D46091F77EB8B1AA5BE8C94AF07798 (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F ___0_jarg1, bool ___1_jarg2, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (void*, int32_t);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + 4;
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_SetCrashlyticsCollectionEnabled", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
void* ____0_jarg1_marshaled = NULL;
|
|
____0_jarg1_marshaled = (void*)___0_jarg1.____handle;
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(Firebase_Crashlytics_CSharp_FirebaseCrashlyticsInternal_SetCrashlyticsCollectionEnabled)(____0_jarg1_marshaled, static_cast<int32_t>(___1_jarg2));
|
|
#else
|
|
il2cppPInvokeFunc(____0_jarg1_marshaled, static_cast<int32_t>(___1_jarg2));
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternalPINVOKE__ctor_m1B51A022616F7EBCACCF6DD0EB7D4B21C07B3B16 (CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingApplicationException_m03E10310C9BEA49D70510AE54FD69872BEB6223B(char* ___0_message)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
SWIGExceptionHelper_SetPendingApplicationException_m03E10310C9BEA49D70510AE54FD69872BEB6223B(____0_message_unmarshaled, NULL);
|
|
|
|
}
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingArithmeticException_m6D012A4E05C48170C997A2871F27F38AB063A69A(char* ___0_message)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
SWIGExceptionHelper_SetPendingArithmeticException_m6D012A4E05C48170C997A2871F27F38AB063A69A(____0_message_unmarshaled, NULL);
|
|
|
|
}
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingDivideByZeroException_m54067EBE88920805AB28472ED33CE3DB5212A0F7(char* ___0_message)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
SWIGExceptionHelper_SetPendingDivideByZeroException_m54067EBE88920805AB28472ED33CE3DB5212A0F7(____0_message_unmarshaled, NULL);
|
|
|
|
}
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mB2ACE9652C9860DBDCC0DC5194EFA13A2CE55727(char* ___0_message)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mB2ACE9652C9860DBDCC0DC5194EFA13A2CE55727(____0_message_unmarshaled, NULL);
|
|
|
|
}
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingInvalidCastException_m68623120FA2541F90C3A4841451AEBC02AAFFF44(char* ___0_message)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
SWIGExceptionHelper_SetPendingInvalidCastException_m68623120FA2541F90C3A4841451AEBC02AAFFF44(____0_message_unmarshaled, NULL);
|
|
|
|
}
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingInvalidOperationException_m2A68AE67B33AB532674544EC10C4F5F779563B1F(char* ___0_message)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
SWIGExceptionHelper_SetPendingInvalidOperationException_m2A68AE67B33AB532674544EC10C4F5F779563B1F(____0_message_unmarshaled, NULL);
|
|
|
|
}
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingIOException_mF9A0B67215855A711DE08F4BA2A3E75014557F0E(char* ___0_message)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
SWIGExceptionHelper_SetPendingIOException_mF9A0B67215855A711DE08F4BA2A3E75014557F0E(____0_message_unmarshaled, NULL);
|
|
|
|
}
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingNullReferenceException_m4C8C2D804AC4E330D2DEB2DBB5DE952A4CCA1A04(char* ___0_message)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
SWIGExceptionHelper_SetPendingNullReferenceException_m4C8C2D804AC4E330D2DEB2DBB5DE952A4CCA1A04(____0_message_unmarshaled, NULL);
|
|
|
|
}
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingOutOfMemoryException_m1EE6354A4417CA3BCA1DC79EB0F3E1E5D41A7931(char* ___0_message)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
SWIGExceptionHelper_SetPendingOutOfMemoryException_m1EE6354A4417CA3BCA1DC79EB0F3E1E5D41A7931(____0_message_unmarshaled, NULL);
|
|
|
|
}
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingOverflowException_m064964DA67BCC95474FB0366AE430DC6205676B2(char* ___0_message)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
SWIGExceptionHelper_SetPendingOverflowException_m064964DA67BCC95474FB0366AE430DC6205676B2(____0_message_unmarshaled, NULL);
|
|
|
|
}
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingSystemException_m9485A13F4877E86D94B2738D8A809B7CC6C4EFD4(char* ___0_message)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
SWIGExceptionHelper_SetPendingSystemException_m9485A13F4877E86D94B2738D8A809B7CC6C4EFD4(____0_message_unmarshaled, NULL);
|
|
|
|
}
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingArgumentException_m9328D2B5324318692EA8649E9082486DB945D086(char* ___0_message, char* ___1_paramName)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
String_t* ____1_paramName_unmarshaled = NULL;
|
|
____1_paramName_unmarshaled = il2cpp_codegen_marshal_string_result(___1_paramName);
|
|
|
|
SWIGExceptionHelper_SetPendingArgumentException_m9328D2B5324318692EA8649E9082486DB945D086(____0_message_unmarshaled, ____1_paramName_unmarshaled, NULL);
|
|
|
|
}
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingArgumentNullException_m557CD226F1BE122B3024C595BCB8128CF8647D01(char* ___0_message, char* ___1_paramName)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
String_t* ____1_paramName_unmarshaled = NULL;
|
|
____1_paramName_unmarshaled = il2cpp_codegen_marshal_string_result(___1_paramName);
|
|
|
|
SWIGExceptionHelper_SetPendingArgumentNullException_m557CD226F1BE122B3024C595BCB8128CF8647D01(____0_message_unmarshaled, ____1_paramName_unmarshaled, NULL);
|
|
|
|
}
|
|
extern "C" void DEFAULT_CALL ReversePInvokeWrapper_SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_mE74E25F37439F92F034A3D627ABFABCC90228584(char* ___0_message, char* ___1_paramName)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_message_unmarshaled = NULL;
|
|
____0_message_unmarshaled = il2cpp_codegen_marshal_string_result(___0_message);
|
|
|
|
String_t* ____1_paramName_unmarshaled = NULL;
|
|
____1_paramName_unmarshaled = il2cpp_codegen_marshal_string_result(___1_paramName);
|
|
|
|
SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_mE74E25F37439F92F034A3D627ABFABCC90228584(____0_message_unmarshaled, ____1_paramName_unmarshaled, NULL);
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SWIGRegisterExceptionCallbacks_CrashlyticsInternal_mBB0DFC9F1612E2E41DA95D12AC0DFC4B9918E875 (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___0_applicationDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___1_arithmeticDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___2_divideByZeroDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___3_indexOutOfRangeDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___4_invalidCastDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___5_invalidOperationDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___6_ioDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___7_nullReferenceDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___8_outOfMemoryDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___9_overflowDelegate, ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* ___10_systemExceptionDelegate, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*) + sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "SWIGRegisterExceptionCallbacks_CrashlyticsInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
Il2CppMethodPointer ____0_applicationDelegate_marshaled = NULL;
|
|
____0_applicationDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___0_applicationDelegate));
|
|
|
|
Il2CppMethodPointer ____1_arithmeticDelegate_marshaled = NULL;
|
|
____1_arithmeticDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___1_arithmeticDelegate));
|
|
|
|
Il2CppMethodPointer ____2_divideByZeroDelegate_marshaled = NULL;
|
|
____2_divideByZeroDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___2_divideByZeroDelegate));
|
|
|
|
Il2CppMethodPointer ____3_indexOutOfRangeDelegate_marshaled = NULL;
|
|
____3_indexOutOfRangeDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___3_indexOutOfRangeDelegate));
|
|
|
|
Il2CppMethodPointer ____4_invalidCastDelegate_marshaled = NULL;
|
|
____4_invalidCastDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___4_invalidCastDelegate));
|
|
|
|
Il2CppMethodPointer ____5_invalidOperationDelegate_marshaled = NULL;
|
|
____5_invalidOperationDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___5_invalidOperationDelegate));
|
|
|
|
Il2CppMethodPointer ____6_ioDelegate_marshaled = NULL;
|
|
____6_ioDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___6_ioDelegate));
|
|
|
|
Il2CppMethodPointer ____7_nullReferenceDelegate_marshaled = NULL;
|
|
____7_nullReferenceDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___7_nullReferenceDelegate));
|
|
|
|
Il2CppMethodPointer ____8_outOfMemoryDelegate_marshaled = NULL;
|
|
____8_outOfMemoryDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___8_outOfMemoryDelegate));
|
|
|
|
Il2CppMethodPointer ____9_overflowDelegate_marshaled = NULL;
|
|
____9_overflowDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___9_overflowDelegate));
|
|
|
|
Il2CppMethodPointer ____10_systemExceptionDelegate_marshaled = NULL;
|
|
____10_systemExceptionDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___10_systemExceptionDelegate));
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(SWIGRegisterExceptionCallbacks_CrashlyticsInternal)(____0_applicationDelegate_marshaled, ____1_arithmeticDelegate_marshaled, ____2_divideByZeroDelegate_marshaled, ____3_indexOutOfRangeDelegate_marshaled, ____4_invalidCastDelegate_marshaled, ____5_invalidOperationDelegate_marshaled, ____6_ioDelegate_marshaled, ____7_nullReferenceDelegate_marshaled, ____8_outOfMemoryDelegate_marshaled, ____9_overflowDelegate_marshaled, ____10_systemExceptionDelegate_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_applicationDelegate_marshaled, ____1_arithmeticDelegate_marshaled, ____2_divideByZeroDelegate_marshaled, ____3_indexOutOfRangeDelegate_marshaled, ____4_invalidCastDelegate_marshaled, ____5_invalidOperationDelegate_marshaled, ____6_ioDelegate_marshaled, ____7_nullReferenceDelegate_marshaled, ____8_outOfMemoryDelegate_marshaled, ____9_overflowDelegate_marshaled, ____10_systemExceptionDelegate_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SWIGRegisterExceptionCallbacksArgument_CrashlyticsInternal_mC80B2E02B2EA6558A578B4E588F52340E354A802 (ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* ___0_argumentDelegate, ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* ___1_argumentNullDelegate, ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* ___2_argumentOutOfRangeDelegate, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (Il2CppMethodPointer, Il2CppMethodPointer, Il2CppMethodPointer);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*) + sizeof(void*) + sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "SWIGRegisterExceptionArgumentCallbacks_CrashlyticsInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
Il2CppMethodPointer ____0_argumentDelegate_marshaled = NULL;
|
|
____0_argumentDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___0_argumentDelegate));
|
|
|
|
Il2CppMethodPointer ____1_argumentNullDelegate_marshaled = NULL;
|
|
____1_argumentNullDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___1_argumentNullDelegate));
|
|
|
|
Il2CppMethodPointer ____2_argumentOutOfRangeDelegate_marshaled = NULL;
|
|
____2_argumentOutOfRangeDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___2_argumentOutOfRangeDelegate));
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(SWIGRegisterExceptionArgumentCallbacks_CrashlyticsInternal)(____0_argumentDelegate_marshaled, ____1_argumentNullDelegate_marshaled, ____2_argumentOutOfRangeDelegate_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_argumentDelegate_marshaled, ____1_argumentNullDelegate_marshaled, ____2_argumentOutOfRangeDelegate_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingApplicationException_m03E10310C9BEA49D70510AE54FD69872BEB6223B (String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_1;
|
|
L_1 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_2 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var);
|
|
ApplicationException__ctor_m924E77609BAFA0595453363EB8B7BCCBA03B32DD(L_2, L_0, L_1, NULL);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArithmeticException_m6D012A4E05C48170C997A2871F27F38AB063A69A (String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_1;
|
|
L_1 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA* L_2 = (ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA*)il2cpp_codegen_object_new(ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA_il2cpp_TypeInfo_var);
|
|
ArithmeticException__ctor_m880D58CC9B6CD2F0E867298BA748343216D89A8B(L_2, L_0, L_1, NULL);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingDivideByZeroException_m54067EBE88920805AB28472ED33CE3DB5212A0F7 (String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_1;
|
|
L_1 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279* L_2 = (DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279*)il2cpp_codegen_object_new(DivideByZeroException_tC43171E50A38F5CD4242D258D0B0C6B74898C279_il2cpp_TypeInfo_var);
|
|
DivideByZeroException__ctor_mE15900048AEEE9B66A4DD9F2ACAC4448D85D4F23(L_2, L_0, L_1, NULL);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mB2ACE9652C9860DBDCC0DC5194EFA13A2CE55727 (String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_1;
|
|
L_1 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82* L_2 = (IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82*)il2cpp_codegen_object_new(IndexOutOfRangeException_t7ECB35264FB6CA8FAA516BD958F4B2ADC78E8A82_il2cpp_TypeInfo_var);
|
|
IndexOutOfRangeException__ctor_m390691571A232F79022C84ED002FDEF8974255E1(L_2, L_0, L_1, NULL);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingInvalidCastException_m68623120FA2541F90C3A4841451AEBC02AAFFF44 (String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_1;
|
|
L_1 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_2 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var);
|
|
InvalidCastException__ctor_m40BCFD6C1C79DE81191B829AF71BEB590E300396(L_2, L_0, L_1, NULL);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingInvalidOperationException_m2A68AE67B33AB532674544EC10C4F5F779563B1F (String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_1;
|
|
L_1 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var);
|
|
InvalidOperationException__ctor_m63F5561BE647F655D22C8289E53A5D3A2196B668(L_2, L_0, L_1, NULL);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingIOException_mF9A0B67215855A711DE08F4BA2A3E75014557F0E (String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_1;
|
|
L_1 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910* L_2 = (IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910*)il2cpp_codegen_object_new(IOException_t5D599190B003D41D45D4839A9B6B9AB53A755910_il2cpp_TypeInfo_var);
|
|
IOException__ctor_mFA9F39D1AF43FBC40BFA68A7BFE07852D1EF8B1B(L_2, L_0, L_1, NULL);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingNullReferenceException_m4C8C2D804AC4E330D2DEB2DBB5DE952A4CCA1A04 (String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_1;
|
|
L_1 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB* L_2 = (NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB*)il2cpp_codegen_object_new(NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var);
|
|
NullReferenceException__ctor_mD00D7FE987C285C8DB23883700F44BC0025F55EF(L_2, L_0, L_1, NULL);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingOutOfMemoryException_m1EE6354A4417CA3BCA1DC79EB0F3E1E5D41A7931 (String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_1;
|
|
L_1 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F* L_2 = (OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F*)il2cpp_codegen_object_new(OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var);
|
|
OutOfMemoryException__ctor_mC60E0CF8E50CA43F0518570ACC051F6BA8A1D1F2(L_2, L_0, L_1, NULL);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingOverflowException_m064964DA67BCC95474FB0366AE430DC6205676B2 (String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_1;
|
|
L_1 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_2 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var);
|
|
OverflowException__ctor_mB00A07CDB7E5230B8D2BB31696E63F3CB1C36EF9(L_2, L_0, L_1, NULL);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingSystemException_m9485A13F4877E86D94B2738D8A809B7CC6C4EFD4 (String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_1;
|
|
L_1 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* L_2 = (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295*)il2cpp_codegen_object_new(SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295_il2cpp_TypeInfo_var);
|
|
SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611(L_2, L_0, L_1, NULL);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArgumentException_m9328D2B5324318692EA8649E9082486DB945D086 (String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
String_t* L_1 = ___1_paramName;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_2;
|
|
L_2 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m790F28810569425B0503056EF1A9CDDF9AFBB3F0(L_3, L_0, L_1, L_2, NULL);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArgumentNullException_m557CD226F1BE122B3024C595BCB8128CF8647D01 (String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B47BC9031A69F662702621810EC706E2C081467);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_0;
|
|
L_0 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
V_0 = L_0;
|
|
Exception_t* L_1 = V_0;
|
|
V_1 = (bool)((!(((RuntimeObject*)(Exception_t*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___0_message;
|
|
Exception_t* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_3, _stringLiteral0B47BC9031A69F662702621810EC706E2C081467, L_5, NULL);
|
|
___0_message = L_6;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
String_t* L_7 = ___1_paramName;
|
|
String_t* L_8 = ___0_message;
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_9 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var);
|
|
ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_9, L_7, L_8, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_9, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_mE74E25F37439F92F034A3D627ABFABCC90228584 (String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0B47BC9031A69F662702621810EC706E2C081467);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_0;
|
|
L_0 = SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD(NULL);
|
|
V_0 = L_0;
|
|
Exception_t* L_1 = V_0;
|
|
V_1 = (bool)((!(((RuntimeObject*)(Exception_t*)L_1) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___0_message;
|
|
Exception_t* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_3, _stringLiteral0B47BC9031A69F662702621810EC706E2C081467, L_5, NULL);
|
|
___0_message = L_6;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
String_t* L_7 = ___1_paramName;
|
|
String_t* L_8 = ___0_message;
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var);
|
|
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_9, L_7, L_8, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427(L_9, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper__cctor_mB60ECF13C4DED47D76189362B96B9479DC8892AD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingApplicationException_m03E10310C9BEA49D70510AE54FD69872BEB6223B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingArgumentException_m9328D2B5324318692EA8649E9082486DB945D086_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingArgumentNullException_m557CD226F1BE122B3024C595BCB8128CF8647D01_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_mE74E25F37439F92F034A3D627ABFABCC90228584_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingArithmeticException_m6D012A4E05C48170C997A2871F27F38AB063A69A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingDivideByZeroException_m54067EBE88920805AB28472ED33CE3DB5212A0F7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingIOException_mF9A0B67215855A711DE08F4BA2A3E75014557F0E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mB2ACE9652C9860DBDCC0DC5194EFA13A2CE55727_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingInvalidCastException_m68623120FA2541F90C3A4841451AEBC02AAFFF44_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingInvalidOperationException_m2A68AE67B33AB532674544EC10C4F5F779563B1F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingNullReferenceException_m4C8C2D804AC4E330D2DEB2DBB5DE952A4CCA1A04_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingOutOfMemoryException_m1EE6354A4417CA3BCA1DC79EB0F3E1E5D41A7931_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingOverflowException_m064964DA67BCC95474FB0366AE430DC6205676B2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_SetPendingSystemException_m9485A13F4877E86D94B2738D8A809B7CC6C4EFD4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_0 = (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB*)il2cpp_codegen_object_new(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB_il2cpp_TypeInfo_var);
|
|
ExceptionDelegate__ctor_m325BD927515251BC55A1CE8B0F3DA92F3A79C68C(L_0, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingApplicationException_m03E10310C9BEA49D70510AE54FD69872BEB6223B_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___applicationDelegate = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___applicationDelegate), (void*)L_0);
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_1 = (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB*)il2cpp_codegen_object_new(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB_il2cpp_TypeInfo_var);
|
|
ExceptionDelegate__ctor_m325BD927515251BC55A1CE8B0F3DA92F3A79C68C(L_1, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingArithmeticException_m6D012A4E05C48170C997A2871F27F38AB063A69A_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___arithmeticDelegate = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___arithmeticDelegate), (void*)L_1);
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_2 = (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB*)il2cpp_codegen_object_new(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB_il2cpp_TypeInfo_var);
|
|
ExceptionDelegate__ctor_m325BD927515251BC55A1CE8B0F3DA92F3A79C68C(L_2, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingDivideByZeroException_m54067EBE88920805AB28472ED33CE3DB5212A0F7_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___divideByZeroDelegate = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___divideByZeroDelegate), (void*)L_2);
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_3 = (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB*)il2cpp_codegen_object_new(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB_il2cpp_TypeInfo_var);
|
|
ExceptionDelegate__ctor_m325BD927515251BC55A1CE8B0F3DA92F3A79C68C(L_3, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingIndexOutOfRangeException_mB2ACE9652C9860DBDCC0DC5194EFA13A2CE55727_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___indexOutOfRangeDelegate = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___indexOutOfRangeDelegate), (void*)L_3);
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_4 = (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB*)il2cpp_codegen_object_new(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB_il2cpp_TypeInfo_var);
|
|
ExceptionDelegate__ctor_m325BD927515251BC55A1CE8B0F3DA92F3A79C68C(L_4, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingInvalidCastException_m68623120FA2541F90C3A4841451AEBC02AAFFF44_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___invalidCastDelegate = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___invalidCastDelegate), (void*)L_4);
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_5 = (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB*)il2cpp_codegen_object_new(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB_il2cpp_TypeInfo_var);
|
|
ExceptionDelegate__ctor_m325BD927515251BC55A1CE8B0F3DA92F3A79C68C(L_5, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingInvalidOperationException_m2A68AE67B33AB532674544EC10C4F5F779563B1F_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___invalidOperationDelegate = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___invalidOperationDelegate), (void*)L_5);
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_6 = (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB*)il2cpp_codegen_object_new(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB_il2cpp_TypeInfo_var);
|
|
ExceptionDelegate__ctor_m325BD927515251BC55A1CE8B0F3DA92F3A79C68C(L_6, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingIOException_mF9A0B67215855A711DE08F4BA2A3E75014557F0E_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___ioDelegate = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___ioDelegate), (void*)L_6);
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_7 = (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB*)il2cpp_codegen_object_new(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB_il2cpp_TypeInfo_var);
|
|
ExceptionDelegate__ctor_m325BD927515251BC55A1CE8B0F3DA92F3A79C68C(L_7, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingNullReferenceException_m4C8C2D804AC4E330D2DEB2DBB5DE952A4CCA1A04_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___nullReferenceDelegate = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___nullReferenceDelegate), (void*)L_7);
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_8 = (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB*)il2cpp_codegen_object_new(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB_il2cpp_TypeInfo_var);
|
|
ExceptionDelegate__ctor_m325BD927515251BC55A1CE8B0F3DA92F3A79C68C(L_8, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingOutOfMemoryException_m1EE6354A4417CA3BCA1DC79EB0F3E1E5D41A7931_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___outOfMemoryDelegate = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___outOfMemoryDelegate), (void*)L_8);
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_9 = (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB*)il2cpp_codegen_object_new(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB_il2cpp_TypeInfo_var);
|
|
ExceptionDelegate__ctor_m325BD927515251BC55A1CE8B0F3DA92F3A79C68C(L_9, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingOverflowException_m064964DA67BCC95474FB0366AE430DC6205676B2_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___overflowDelegate = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___overflowDelegate), (void*)L_9);
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_10 = (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB*)il2cpp_codegen_object_new(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB_il2cpp_TypeInfo_var);
|
|
ExceptionDelegate__ctor_m325BD927515251BC55A1CE8B0F3DA92F3A79C68C(L_10, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingSystemException_m9485A13F4877E86D94B2738D8A809B7CC6C4EFD4_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___systemDelegate = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___systemDelegate), (void*)L_10);
|
|
ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* L_11 = (ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8*)il2cpp_codegen_object_new(ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8_il2cpp_TypeInfo_var);
|
|
ExceptionArgumentDelegate__ctor_mDAC537D87898CF3B04F0EC9C694EF4DC98D7DC03(L_11, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingArgumentException_m9328D2B5324318692EA8649E9082486DB945D086_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___argumentDelegate = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___argumentDelegate), (void*)L_11);
|
|
ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* L_12 = (ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8*)il2cpp_codegen_object_new(ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8_il2cpp_TypeInfo_var);
|
|
ExceptionArgumentDelegate__ctor_mDAC537D87898CF3B04F0EC9C694EF4DC98D7DC03(L_12, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingArgumentNullException_m557CD226F1BE122B3024C595BCB8128CF8647D01_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___argumentNullDelegate = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___argumentNullDelegate), (void*)L_12);
|
|
ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* L_13 = (ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8*)il2cpp_codegen_object_new(ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8_il2cpp_TypeInfo_var);
|
|
ExceptionArgumentDelegate__ctor_mDAC537D87898CF3B04F0EC9C694EF4DC98D7DC03(L_13, NULL, (intptr_t)((void*)SWIGExceptionHelper_SetPendingArgumentOutOfRangeException_mE74E25F37439F92F034A3D627ABFABCC90228584_RuntimeMethod_var), NULL);
|
|
((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___argumentOutOfRangeDelegate = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___argumentOutOfRangeDelegate), (void*)L_13);
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_14 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___applicationDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_15 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___arithmeticDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_16 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___divideByZeroDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_17 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___indexOutOfRangeDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_18 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___invalidCastDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_19 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___invalidOperationDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_20 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___ioDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_21 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___nullReferenceDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_22 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___outOfMemoryDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_23 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___overflowDelegate;
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* L_24 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___systemDelegate;
|
|
SWIGExceptionHelper_SWIGRegisterExceptionCallbacks_CrashlyticsInternal_mBB0DFC9F1612E2E41DA95D12AC0DFC4B9918E875(L_14, L_15, L_16, L_17, L_18, L_19, L_20, L_21, L_22, L_23, L_24, NULL);
|
|
ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* L_25 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___argumentDelegate;
|
|
ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* L_26 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___argumentNullDelegate;
|
|
ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* L_27 = ((SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_StaticFields*)il2cpp_codegen_static_fields_for(SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970_il2cpp_TypeInfo_var))->___argumentOutOfRangeDelegate;
|
|
SWIGExceptionHelper_SWIGRegisterExceptionCallbacksArgument_CrashlyticsInternal_mC80B2E02B2EA6558A578B4E588F52340E354A802(L_25, L_26, L_27, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGExceptionHelper__ctor_mF409E5795DF0D4C8B410A552093AA9F1E2C29237 (SWIGExceptionHelper_t991C08ABAEC4AB8BB0C48ACEC6436F8B9C1F8970* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
void ExceptionDelegate_Invoke_m17CD779AD1ADF57BEEFFC70A641EED21780E9B77_Multicast(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_array_size_t length = __this->___delegates->max_length;
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates->GetAddressAtUnchecked(0));
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* currentDelegate = reinterpret_cast<ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB*>(delegatesToInvoke[i]);
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*);
|
|
((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_message, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method));
|
|
}
|
|
}
|
|
void ExceptionDelegate_Invoke_m17CD779AD1ADF57BEEFFC70A641EED21780E9B77_OpenInst(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_message);
|
|
typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr)(___0_message, method);
|
|
}
|
|
void ExceptionDelegate_Invoke_m17CD779AD1ADF57BEEFFC70A641EED21780E9B77_OpenStatic(ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr)(___0_message, method);
|
|
}
|
|
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc)(char*);
|
|
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
|
|
char* ____0_message_marshaled = NULL;
|
|
____0_message_marshaled = il2cpp_codegen_marshal_string(___0_message);
|
|
|
|
il2cppPInvokeFunc(____0_message_marshaled);
|
|
|
|
il2cpp_codegen_marshal_free(____0_message_marshaled);
|
|
____0_message_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDelegate__ctor_m325BD927515251BC55A1CE8B0F3DA92F3A79C68C (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
__this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method);
|
|
__this->___method = ___1_method;
|
|
__this->___m_target = ___0_object;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object);
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
|
|
__this->___method_code = (intptr_t)__this;
|
|
if (MethodIsStatic((RuntimeMethod*)___1_method))
|
|
{
|
|
bool isOpen = parameterCount == 1;
|
|
if (isOpen)
|
|
__this->___invoke_impl = (intptr_t)&ExceptionDelegate_Invoke_m17CD779AD1ADF57BEEFFC70A641EED21780E9B77_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
bool isOpen = parameterCount == 0;
|
|
if (isOpen)
|
|
{
|
|
__this->___invoke_impl = (intptr_t)&ExceptionDelegate_Invoke_m17CD779AD1ADF57BEEFFC70A641EED21780E9B77_OpenInst;
|
|
}
|
|
else
|
|
{
|
|
if (___0_object == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
__this->___extra_arg = (intptr_t)&ExceptionDelegate_Invoke_m17CD779AD1ADF57BEEFFC70A641EED21780E9B77_Multicast;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDelegate_Invoke_m17CD779AD1ADF57BEEFFC70A641EED21780E9B77 (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_message, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExceptionDelegate_BeginInvoke_m033173C9EA1AD3C46234EBFC8322A01D90366D3F (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* __this, String_t* ___0_message, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[2] = {0};
|
|
__d_args[0] = ___0_message;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionDelegate_EndInvoke_m049E4325BAEB1B22F3EFEB84B8C9A08FBB504B00 (ExceptionDelegate_tA0B6FF90773F94E8F4ADB26E59C022EA9F4793BB* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 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
|
|
void ExceptionArgumentDelegate_Invoke_m50B35BF2C22627C07B603FB7CFFA13E730386BDF_Multicast(ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_array_size_t length = __this->___delegates->max_length;
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates->GetAddressAtUnchecked(0));
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* currentDelegate = reinterpret_cast<ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8*>(delegatesToInvoke[i]);
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, String_t*, const RuntimeMethod*);
|
|
((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_message, ___1_paramName, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method));
|
|
}
|
|
}
|
|
void ExceptionArgumentDelegate_Invoke_m50B35BF2C22627C07B603FB7CFFA13E730386BDF_OpenInst(ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_message);
|
|
typedef void (*FunctionPointerType) (String_t*, String_t*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr)(___0_message, ___1_paramName, method);
|
|
}
|
|
void ExceptionArgumentDelegate_Invoke_m50B35BF2C22627C07B603FB7CFFA13E730386BDF_OpenStatic(ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (String_t*, String_t*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr)(___0_message, ___1_paramName, method);
|
|
}
|
|
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8 (ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc)(char*, char*);
|
|
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
|
|
char* ____0_message_marshaled = NULL;
|
|
____0_message_marshaled = il2cpp_codegen_marshal_string(___0_message);
|
|
|
|
char* ____1_paramName_marshaled = NULL;
|
|
____1_paramName_marshaled = il2cpp_codegen_marshal_string(___1_paramName);
|
|
|
|
il2cppPInvokeFunc(____0_message_marshaled, ____1_paramName_marshaled);
|
|
|
|
il2cpp_codegen_marshal_free(____0_message_marshaled);
|
|
____0_message_marshaled = NULL;
|
|
|
|
il2cpp_codegen_marshal_free(____1_paramName_marshaled);
|
|
____1_paramName_marshaled = NULL;
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionArgumentDelegate__ctor_mDAC537D87898CF3B04F0EC9C694EF4DC98D7DC03 (ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
__this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method);
|
|
__this->___method = ___1_method;
|
|
__this->___m_target = ___0_object;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object);
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
|
|
__this->___method_code = (intptr_t)__this;
|
|
if (MethodIsStatic((RuntimeMethod*)___1_method))
|
|
{
|
|
bool isOpen = parameterCount == 2;
|
|
if (isOpen)
|
|
__this->___invoke_impl = (intptr_t)&ExceptionArgumentDelegate_Invoke_m50B35BF2C22627C07B603FB7CFFA13E730386BDF_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
bool isOpen = parameterCount == 1;
|
|
if (isOpen)
|
|
{
|
|
__this->___invoke_impl = (intptr_t)&ExceptionArgumentDelegate_Invoke_m50B35BF2C22627C07B603FB7CFFA13E730386BDF_OpenInst;
|
|
}
|
|
else
|
|
{
|
|
if (___0_object == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
__this->___extra_arg = (intptr_t)&ExceptionArgumentDelegate_Invoke_m50B35BF2C22627C07B603FB7CFFA13E730386BDF_Multicast;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionArgumentDelegate_Invoke_m50B35BF2C22627C07B603FB7CFFA13E730386BDF (ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, String_t*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_message, ___1_paramName, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExceptionArgumentDelegate_BeginInvoke_m4CE46D580A27BF2787F29CDE23E7AEEDD067C787 (ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* __this, String_t* ___0_message, String_t* ___1_paramName, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[3] = {0};
|
|
__d_args[0] = ___0_message;
|
|
__d_args[1] = ___1_paramName;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExceptionArgumentDelegate_EndInvoke_mE974BCC1D74A39D72A6CAD16B260D7687E7E561A (ExceptionArgumentDelegate_tE99B0B8FC5C781502FEC342E761FC29F4DB986B8* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SWIGPendingException_get_Pending_m3B77CC7FA151D56B16C2DD1675AAB8DB2DE19F1B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
V_0 = (bool)0;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___numExceptionsPending;
|
|
V_1 = (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_2 = ((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___pendingException;
|
|
V_2 = (bool)((!(((RuntimeObject*)(Exception_t*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
bool L_4 = V_0;
|
|
V_3 = L_4;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_5 = V_3;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427 (Exception_t* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
RuntimeObject* V_1 = NULL;
|
|
bool V_2 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_0 = ((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___pendingException;
|
|
V_0 = (bool)((!(((RuntimeObject*)(Exception_t*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_2 = ((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))))->___pendingException;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_2);
|
|
String_t* L_4;
|
|
L_4 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB9902E2A4DFEBC0D9FA90B929984CE8637D6BAE)), L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D)), NULL);
|
|
Exception_t* L_5 = ___0_e;
|
|
ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A* L_6 = (ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A_il2cpp_TypeInfo_var)));
|
|
ApplicationException__ctor_m924E77609BAFA0595453363EB8B7BCCBA03B32DD(L_6, L_4, L_5, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SWIGPendingException_Set_m6C815495194D85BC7B81F0B7996C1E9E3D275427_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
Exception_t* L_7 = ___0_e;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___pendingException = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___pendingException), (void*)L_7);
|
|
RuntimeObject* L_8 = ((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___exceptionsLock;
|
|
V_1 = L_8;
|
|
V_2 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0054:
|
|
{
|
|
{
|
|
bool L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_10 = V_1;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_10, NULL);
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
RuntimeObject* L_11 = V_1;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_11, (&V_2), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
int32_t L_12 = ((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___numExceptionsPending;
|
|
((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___numExceptionsPending = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
goto IL_005f;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* SWIGPendingException_Retrieve_mAF451D4DE70D882276BC7836CCD9C73834120BCD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
RuntimeObject* V_3 = NULL;
|
|
bool V_4 = false;
|
|
Exception_t* V_5 = NULL;
|
|
{
|
|
V_0 = (Exception_t*)NULL;
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___numExceptionsPending;
|
|
V_1 = (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_2 = ((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___pendingException;
|
|
V_2 = (bool)((!(((RuntimeObject*)(Exception_t*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
Exception_t* L_4 = ((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___pendingException;
|
|
V_0 = L_4;
|
|
((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___pendingException = (Exception_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___pendingException), (void*)(Exception_t*)NULL);
|
|
RuntimeObject* L_5 = ((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___exceptionsLock;
|
|
V_3 = L_5;
|
|
V_4 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_004b:
|
|
{
|
|
{
|
|
bool L_6 = V_4;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_7 = V_3;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_7, NULL);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
RuntimeObject* L_8 = V_3;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_8, (&V_4), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
int32_t L_9 = ((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___numExceptionsPending;
|
|
((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___numExceptionsPending = ((int32_t)il2cpp_codegen_subtract(L_9, 1));
|
|
goto IL_0057;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
Exception_t* L_10 = V_0;
|
|
V_5 = L_10;
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
Exception_t* L_11 = V_5;
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGPendingException__cctor_mE1321482E3A3C3B521B0E6822F26F959BCD470C4 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___pendingException = (Exception_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___pendingException), (void*)(Exception_t*)NULL);
|
|
((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___numExceptionsPending = 0;
|
|
((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___exceptionsLock = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___exceptionsLock), (void*)NULL);
|
|
RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL);
|
|
((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___exceptionsLock = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_StaticFields*)il2cpp_codegen_static_fields_for(SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35_il2cpp_TypeInfo_var))->___exceptionsLock), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGPendingException__ctor_mEE1377EF19D23DEE113902252520C5795EC692A3 (SWIGPendingException_t9C3365ED3C047C6935279BA7C05F89F3BDE54E35* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
extern "C" char* DEFAULT_CALL ReversePInvokeWrapper_SWIGStringHelper_CreateString_m08B722FA58870A3DE3A0F8010490F9A042D28CCD(char* ___0_cString)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
String_t* ____0_cString_unmarshaled = NULL;
|
|
____0_cString_unmarshaled = il2cpp_codegen_marshal_string_result(___0_cString);
|
|
|
|
String_t* returnValue;
|
|
returnValue = SWIGStringHelper_CreateString_m08B722FA58870A3DE3A0F8010490F9A042D28CCD(____0_cString_unmarshaled, NULL);
|
|
|
|
char* _returnValue_marshaled = NULL;
|
|
_returnValue_marshaled = il2cpp_codegen_marshal_string(returnValue);
|
|
|
|
return _returnValue_marshaled;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringHelper_SWIGRegisterStringCallback_CrashlyticsInternal_m90DCF1734E3FA330D0093ADB2A0AD067EC585934 (SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* ___0_stringDelegate, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc) (Il2CppMethodPointer);
|
|
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
static PInvokeFunc il2cppPInvokeFunc;
|
|
if (il2cppPInvokeFunc == NULL)
|
|
{
|
|
int parameterSize = sizeof(void*);
|
|
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("FirebaseCppApp-12_6_0"), "SWIGRegisterStringCallback_CrashlyticsInternal", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
|
|
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
|
|
}
|
|
#endif
|
|
|
|
Il2CppMethodPointer ____0_stringDelegate_marshaled = NULL;
|
|
____0_stringDelegate_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___0_stringDelegate));
|
|
|
|
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_FirebaseCppApp_12_6_0_INTERNAL
|
|
reinterpret_cast<PInvokeFunc>(SWIGRegisterStringCallback_CrashlyticsInternal)(____0_stringDelegate_marshaled);
|
|
#else
|
|
il2cppPInvokeFunc(____0_stringDelegate_marshaled);
|
|
#endif
|
|
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SWIGStringHelper_CreateString_m08B722FA58870A3DE3A0F8010490F9A042D28CCD (String_t* ___0_cString, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_cString;
|
|
V_0 = L_0;
|
|
goto IL_0005;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
String_t* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringHelper__cctor_mE527AA10C1053FAC43670B9EBECC6AFA7B389683 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGStringHelper_CreateString_m08B722FA58870A3DE3A0F8010490F9A042D28CCD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* L_0 = (SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959*)il2cpp_codegen_object_new(SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959_il2cpp_TypeInfo_var);
|
|
SWIGStringDelegate__ctor_m6D9162F9A14874C135F545DA77E00EBD67D17E51(L_0, NULL, (intptr_t)((void*)SWIGStringHelper_CreateString_m08B722FA58870A3DE3A0F8010490F9A042D28CCD_RuntimeMethod_var), NULL);
|
|
((SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B_StaticFields*)il2cpp_codegen_static_fields_for(SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B_il2cpp_TypeInfo_var))->___stringDelegate = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B_StaticFields*)il2cpp_codegen_static_fields_for(SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B_il2cpp_TypeInfo_var))->___stringDelegate), (void*)L_0);
|
|
SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* L_1 = ((SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B_StaticFields*)il2cpp_codegen_static_fields_for(SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B_il2cpp_TypeInfo_var))->___stringDelegate;
|
|
SWIGStringHelper_SWIGRegisterStringCallback_CrashlyticsInternal_m90DCF1734E3FA330D0093ADB2A0AD067EC585934(L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringHelper__ctor_m95ABC184E68900F762EF1107ACEE3C2BA370319F (SWIGStringHelper_tA8CF9EF78BD75BC8C5CB597CC99E74764BFE361B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
String_t* SWIGStringDelegate_Invoke_m9BCFD3654712ED936EC8CA40A19B3D82DFBC36C0_Multicast(SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_array_size_t length = __this->___delegates->max_length;
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates->GetAddressAtUnchecked(0));
|
|
String_t* retVal = NULL;
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* currentDelegate = reinterpret_cast<SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959*>(delegatesToInvoke[i]);
|
|
typedef String_t* (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*);
|
|
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_message, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method));
|
|
}
|
|
return retVal;
|
|
}
|
|
String_t* SWIGStringDelegate_Invoke_m9BCFD3654712ED936EC8CA40A19B3D82DFBC36C0_OpenInst(SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_message);
|
|
typedef String_t* (*FunctionPointerType) (String_t*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___method_ptr)(___0_message, method);
|
|
}
|
|
String_t* SWIGStringDelegate_Invoke_m9BCFD3654712ED936EC8CA40A19B3D82DFBC36C0_OpenStatic(SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*FunctionPointerType) (String_t*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___method_ptr)(___0_message, method);
|
|
}
|
|
IL2CPP_EXTERN_C String_t* DelegatePInvokeWrapper_SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959 (SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
typedef char* (DEFAULT_CALL *PInvokeFunc)(char*);
|
|
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
|
|
char* ____0_message_marshaled = NULL;
|
|
____0_message_marshaled = il2cpp_codegen_marshal_string(___0_message);
|
|
|
|
char* returnValue = il2cppPInvokeFunc(____0_message_marshaled);
|
|
|
|
String_t* _returnValue_unmarshaled = NULL;
|
|
_returnValue_unmarshaled = il2cpp_codegen_marshal_string_result(returnValue);
|
|
|
|
il2cpp_codegen_marshal_free(returnValue);
|
|
returnValue = NULL;
|
|
|
|
il2cpp_codegen_marshal_free(____0_message_marshaled);
|
|
____0_message_marshaled = NULL;
|
|
|
|
return _returnValue_unmarshaled;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SWIGStringDelegate__ctor_m6D9162F9A14874C135F545DA77E00EBD67D17E51 (SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
__this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_method);
|
|
__this->___method = ___1_method;
|
|
__this->___m_target = ___0_object;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_object);
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
|
|
__this->___method_code = (intptr_t)__this;
|
|
if (MethodIsStatic((RuntimeMethod*)___1_method))
|
|
{
|
|
bool isOpen = parameterCount == 1;
|
|
if (isOpen)
|
|
__this->___invoke_impl = (intptr_t)&SWIGStringDelegate_Invoke_m9BCFD3654712ED936EC8CA40A19B3D82DFBC36C0_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
bool isOpen = parameterCount == 0;
|
|
if (isOpen)
|
|
{
|
|
__this->___invoke_impl = (intptr_t)&SWIGStringDelegate_Invoke_m9BCFD3654712ED936EC8CA40A19B3D82DFBC36C0_OpenInst;
|
|
}
|
|
else
|
|
{
|
|
if (___0_object == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
__this->___extra_arg = (intptr_t)&SWIGStringDelegate_Invoke_m9BCFD3654712ED936EC8CA40A19B3D82DFBC36C0_Multicast;
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SWIGStringDelegate_Invoke_m9BCFD3654712ED936EC8CA40A19B3D82DFBC36C0 (SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_message, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SWIGStringDelegate_BeginInvoke_m26A240015EE0A0F0D01C929F1D626BD7B777BF34 (SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* __this, String_t* ___0_message, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[2] = {0};
|
|
__d_args[0] = ___0_message;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SWIGStringDelegate_EndInvoke_mF5DB64886EEF83041A1A725E3234C344B265F631 (SWIGStringDelegate_t37770D7DA2368AE963BFF83DE2B3FC28CC710959* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
|
|
return (String_t*)__result;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternal_ExportFix_mFE91E4A789F7B5FBDBF2D9A9601600D22CF93677 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(CrashlyticsInternalPINVOKE_t691F261E9A85343DA87F1275433EFC3767B4981B_il2cpp_TypeInfo_var);
|
|
CrashlyticsInternalPINVOKE_ExportFix_m64AB1B4B2F30507C69D7FD9CE80631979D1D6DA3(NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CrashlyticsInternal__ctor_m96ECA4D606726ED7C649CC35AC70FA6560A1851A (CrashlyticsInternal_t1198375AF15958EFC45F6D435154BE2C8E75EE4F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* UnhandledExceptionEventArgs_get_ExceptionObject_m8DC2648F45071BF54F6EF908704224A805032F33_inline (UnhandledExceptionEventArgs_tA03BC4C11522215795EF708F89F187AD312310C0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->____exception;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Crashlytics_get_ReportUncaughtExceptionsAsFatal_mDE723695962FC10E3F0E20C673B668E7D73D4F11_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Crashlytics_tF21B662C3F976D9980F52B473208474F6C31CBE5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ((Crashlytics_tF21B662C3F976D9980F52B473208474F6C31CBE5_StaticFields*)il2cpp_codegen_static_fields_for(Crashlytics_tF21B662C3F976D9980F52B473208474F6C31CBE5_il2cpp_TypeInfo_var))->___U3CReportUncaughtExceptionsAsFatalU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LoggedException_set_Name_m1896D9976E235E316D5E9942212844B5A70830B0_inline (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CNameU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LoggedException_set_CustomStackTrace_m96C1F56677E625D1E964AE5EE6657BC51DACB08B_inline (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CCustomStackTraceU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CCustomStackTraceU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LoggedException_get_CustomStackTrace_m09CFBAE4B46B47D83C10DD64462E13C250A83289_inline (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CCustomStackTraceU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LoggedException_set_ParsedStackTrace_m3B96F287A2952EC305C06EE0D55A8C6F002FDF20_inline (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_0 = ___0_value;
|
|
__this->___U3CParsedStackTraceU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CParsedStackTraceU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* LoggedException_get_ParsedStackTrace_m672B6D6A5AFFA99DAB7C4001BCCB7E2B5B4B7E56_inline (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Dictionary_2U5BU5D_tE4669D9AC2F1B83C2557CE335CA7669AED87E418* L_0 = __this->___U3CParsedStackTraceU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* LoggedException_get_Name_mDF6DE03566F5AF6854F272676AAFF9CCA93709E7_inline (LoggedException_t43B89090462BFFD9B76040EF52EE2EFD63359887* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CNameU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t HandleRef_get_Handle_m2055005E349E895499E1B3B826C89228FFAC4C17_inline (HandleRef_t4B05E32B68797F702257D4E838B85A976313F08F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = __this->____handle;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = __this->____items;
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->____size;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
__this->____size = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
RuntimeObject* L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
RuntimeObject* L_9 = ___0_item;
|
|
List_1_AddWithResize_m79A9BF770BEF9C06BE40D5401E55E375F2726CC4(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
|
|
return;
|
|
}
|
|
}
|