78 lines
3.2 KiB
C
78 lines
3.2 KiB
C
|
#include "pch-c.h"
|
|||
|
#ifndef _MSC_VER
|
|||
|
# include <alloca.h>
|
|||
|
#else
|
|||
|
# include <malloc.h>
|
|||
|
#endif
|
|||
|
|
|||
|
|
|||
|
#include "codegen/il2cpp-codegen-metadata.h"
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
// 0x00000001 System.Int32 HybridCLR.ReversePInvokeWrapperGenerationAttribute::get_ReserveWrapperCount()
|
|||
|
extern void ReversePInvokeWrapperGenerationAttribute_get_ReserveWrapperCount_m39F675FA90E65D8E9F8550796F774133E33A7967 (void);
|
|||
|
// 0x00000002 System.Void HybridCLR.ReversePInvokeWrapperGenerationAttribute::.ctor(System.Int32)
|
|||
|
extern void ReversePInvokeWrapperGenerationAttribute__ctor_mF2B8EE86D31188FEDB364935852C113DF7BBA68D (void);
|
|||
|
// 0x00000003 HybridCLR.LoadImageErrorCode HybridCLR.RuntimeApi::LoadMetadataForAOTAssembly(System.Byte[],HybridCLR.HomologousImageMode)
|
|||
|
extern void RuntimeApi_LoadMetadataForAOTAssembly_mE1E398132DBF86D7DE042300E1EE6AC37B7649D8 (void);
|
|||
|
// 0x00000004 System.Int32 HybridCLR.RuntimeApi::GetInterpreterThreadObjectStackSize()
|
|||
|
extern void RuntimeApi_GetInterpreterThreadObjectStackSize_m14F7A9B2189031E90AF86604ED7C1A51206BE13B (void);
|
|||
|
// 0x00000005 System.Void HybridCLR.RuntimeApi::SetInterpreterThreadObjectStackSize(System.Int32)
|
|||
|
extern void RuntimeApi_SetInterpreterThreadObjectStackSize_m979FCC41260D4408BB9DFA200A9C0A2F9010C2C5 (void);
|
|||
|
// 0x00000006 System.Int32 HybridCLR.RuntimeApi::GetInterpreterThreadFrameStackSize()
|
|||
|
extern void RuntimeApi_GetInterpreterThreadFrameStackSize_m455CC0C9D87B847CAEB778E9A0E1588D9506F1D4 (void);
|
|||
|
// 0x00000007 System.Void HybridCLR.RuntimeApi::SetInterpreterThreadFrameStackSize(System.Int32)
|
|||
|
extern void RuntimeApi_SetInterpreterThreadFrameStackSize_mFAF106800174ED6F6BC7FA25832081B21A4CAD97 (void);
|
|||
|
// 0x00000008 System.Void HybridCLR.RuntimeApi::SetRuntimeOption(HybridCLR.RuntimeOptionId,System.Int32)
|
|||
|
extern void RuntimeApi_SetRuntimeOption_m13F799D33A63051677C46AF46EC2653E387D314B (void);
|
|||
|
// 0x00000009 System.Int32 HybridCLR.RuntimeApi::GetRuntimeOption(HybridCLR.RuntimeOptionId)
|
|||
|
extern void RuntimeApi_GetRuntimeOption_m050B3408C95C5D700A12893A54D952D64B54CBE8 (void);
|
|||
|
static Il2CppMethodPointer s_methodPointers[9] =
|
|||
|
{
|
|||
|
ReversePInvokeWrapperGenerationAttribute_get_ReserveWrapperCount_m39F675FA90E65D8E9F8550796F774133E33A7967,
|
|||
|
ReversePInvokeWrapperGenerationAttribute__ctor_mF2B8EE86D31188FEDB364935852C113DF7BBA68D,
|
|||
|
RuntimeApi_LoadMetadataForAOTAssembly_mE1E398132DBF86D7DE042300E1EE6AC37B7649D8,
|
|||
|
RuntimeApi_GetInterpreterThreadObjectStackSize_m14F7A9B2189031E90AF86604ED7C1A51206BE13B,
|
|||
|
RuntimeApi_SetInterpreterThreadObjectStackSize_m979FCC41260D4408BB9DFA200A9C0A2F9010C2C5,
|
|||
|
RuntimeApi_GetInterpreterThreadFrameStackSize_m455CC0C9D87B847CAEB778E9A0E1588D9506F1D4,
|
|||
|
RuntimeApi_SetInterpreterThreadFrameStackSize_mFAF106800174ED6F6BC7FA25832081B21A4CAD97,
|
|||
|
RuntimeApi_SetRuntimeOption_m13F799D33A63051677C46AF46EC2653E387D314B,
|
|||
|
RuntimeApi_GetRuntimeOption_m050B3408C95C5D700A12893A54D952D64B54CBE8,
|
|||
|
};
|
|||
|
static const int32_t s_InvokerIndices[9] =
|
|||
|
{
|
|||
|
14584,
|
|||
|
11633,
|
|||
|
18590,
|
|||
|
22037,
|
|||
|
21128,
|
|||
|
22037,
|
|||
|
21128,
|
|||
|
19111,
|
|||
|
20368,
|
|||
|
};
|
|||
|
IL2CPP_EXTERN_C const Il2CppCodeGenModule g_HybridCLR_Runtime_CodeGenModule;
|
|||
|
const Il2CppCodeGenModule g_HybridCLR_Runtime_CodeGenModule =
|
|||
|
{
|
|||
|
"HybridCLR.Runtime.dll",
|
|||
|
9,
|
|||
|
s_methodPointers,
|
|||
|
0,
|
|||
|
NULL,
|
|||
|
s_InvokerIndices,
|
|||
|
0,
|
|||
|
NULL,
|
|||
|
0,
|
|||
|
NULL,
|
|||
|
0,
|
|||
|
NULL,
|
|||
|
NULL,
|
|||
|
NULL, // module initializer,
|
|||
|
NULL,
|
|||
|
NULL,
|
|||
|
NULL,
|
|||
|
};
|