123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- #include "il2cpp-config.h"
- #ifndef _MSC_VER
- # include <alloca.h>
- #else
- # include <malloc.h>
- #endif
- #include <cstring>
- #include <string.h>
- #include <stdio.h>
- #include <cmath>
- #include <limits>
- #include <assert.h>
- #include "il2cpp-class-internals.h"
- #include "codegen/il2cpp-codegen.h"
- extern const Il2CppMethodPointer g_MethodPointers[];
- extern const Il2CppMethodPointer g_ReversePInvokeWrapperPointers[];
- extern const Il2CppMethodPointer g_Il2CppGenericMethodPointers[];
- extern const InvokerMethod g_Il2CppInvokerPointers[];
- extern const CustomAttributesCacheGenerator g_AttributeGenerators[];
- extern const Il2CppMethodPointer g_UnresolvedVirtualMethodPointers[];
- extern Il2CppInteropData g_Il2CppInteropData[];
- extern const Il2CppCodeRegistration g_CodeRegistration =
- {
- 38431,
- g_MethodPointers,
- 8,
- g_ReversePInvokeWrapperPointers,
- 11404,
- g_Il2CppGenericMethodPointers,
- 3181,
- g_Il2CppInvokerPointers,
- 6261,
- g_AttributeGenerators,
- 466,
- g_UnresolvedVirtualMethodPointers,
- 229,
- g_Il2CppInteropData,
- };
- extern const Il2CppMetadataRegistration g_MetadataRegistration;
- static const Il2CppCodeGenOptions s_Il2CppCodeGenOptions =
- {
- false,
- };
- void s_Il2CppCodegenRegistration()
- {
- il2cpp_codegen_register (&g_CodeRegistration, &g_MetadataRegistration, &s_Il2CppCodeGenOptions);
- }
- #if RUNTIME_IL2CPP
- static il2cpp::utils::RegisterRuntimeInitializeAndCleanup s_Il2CppCodegenRegistrationVariable (&s_Il2CppCodegenRegistration, NULL);
- #endif
|