il2cpp-codegen-il2cpp.h
31.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
#pragma once
#include "il2cpp-codegen-common.h"
#include "il2cpp-pinvoke-support.h"
#include "icalls/mscorlib/System.Threading/Interlocked.h"
#include "icalls/mscorlib/System.Runtime.InteropServices/Marshal.h"
#include "utils/Il2CppHStringReference.h"
#include "utils/RegisterRuntimeInitializeAndCleanup.h"
#include "vm/Atomic.h"
#include "vm/ClassInlines.h"
#include "vm/ScopedThreadAttacher.h"
#include "vm/String.h"
#if IL2CPP_ENABLE_PROFILER
void il2cpp_codegen_profiler_method_enter(const RuntimeMethod* method);
void il2cpp_codegen_profiler_method_exit(const RuntimeMethod* method);
#endif
struct ProfilerMethodSentry
{
ProfilerMethodSentry(const RuntimeMethod* method)
#if IL2CPP_ENABLE_PROFILER
: m_method(method)
#endif
{
#if IL2CPP_ENABLE_PROFILER
il2cpp_codegen_profiler_method_enter(m_method);
#endif
}
~ProfilerMethodSentry()
{
#if IL2CPP_ENABLE_PROFILER
il2cpp_codegen_profiler_method_exit(m_method);
#endif
}
private:
const RuntimeMethod* m_method;
};
void il2cpp_codegen_stacktrace_push_frame(Il2CppStackFrameInfo& frame);
void il2cpp_codegen_stacktrace_pop_frame();
struct StackTraceSentry
{
StackTraceSentry(const RuntimeMethod* method) : m_method(method)
{
Il2CppStackFrameInfo frame_info;
frame_info.method = method;
il2cpp_codegen_stacktrace_push_frame(frame_info);
}
~StackTraceSentry()
{
il2cpp_codegen_stacktrace_pop_frame();
}
private:
const RuntimeMethod* m_method;
};
#define IL2CPP_FAKE_BOX_SENTRY (MonitorData*)UINTPTR_MAX
template<typename T>
struct Il2CppFakeBox : RuntimeObject
{
T m_Value;
Il2CppFakeBox(RuntimeClass* boxedType, T* value)
{
klass = boxedType;
monitor = IL2CPP_FAKE_BOX_SENTRY;
m_Value = *value;
}
};
inline bool il2cpp_codegen_is_fake_boxed_object(RuntimeObject* object)
{
return object->monitor == IL2CPP_FAKE_BOX_SENTRY;
}
// TODO: This file should contain all the functions and type declarations needed for the generated code.
// Hopefully, we stop including everything in the generated code and know exactly what dependencies we have.
// Note that all parameter and return types should match the generated types not the runtime types.
void il2cpp_codegen_register(const Il2CppCodeRegistration* const codeRegistration, const Il2CppMetadataRegistration* const metadataRegistration, const Il2CppCodeGenOptions* const codeGenOptions);
// type registration
void* il2cpp_codegen_get_thread_static_data(RuntimeClass* klass);
String_t* il2cpp_codegen_string_new_wrapper(const char* str);
String_t* il2cpp_codegen_string_new_utf16(const il2cpp::utils::StringView<Il2CppChar>& str);
Type_t* il2cpp_codegen_type_get_object(const RuntimeType* type);
NORETURN void il2cpp_codegen_raise_exception(Exception_t *ex, MethodInfo* lastManagedFrame = NULL);
NORETURN void il2cpp_codegen_raise_exception(il2cpp_hresult_t hresult, bool defaultToCOMException);
void il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(const RuntimeMethod* method);
void il2cpp_codegen_raise_execution_engine_exception(const RuntimeMethod* method);
NORETURN void il2cpp_codegen_raise_out_of_memory_exception();
NORETURN void il2cpp_codegen_raise_null_reference_exception();
NORETURN void il2cpp_codegen_raise_divide_by_zero_exception();
Exception_t* il2cpp_codegen_get_argument_exception(const char* param, const char* msg);
Exception_t* il2cpp_codegen_get_argument_null_exception(const char* param);
Exception_t* il2cpp_codegen_get_overflow_exception();
Exception_t* il2cpp_codegen_get_not_supported_exception(const char* msg);
Exception_t* il2cpp_codegen_get_array_type_mismatch_exception();
Exception_t* il2cpp_codegen_get_invalid_cast_exception(const char* msg);
Exception_t* il2cpp_codegen_get_invalid_operation_exception(const char* msg);
Exception_t* il2cpp_codegen_get_marshal_directive_exception(const char* msg);
Exception_t* il2cpp_codegen_get_missing_method_exception(const char* msg);
Exception_t* il2cpp_codegen_get_maximum_nested_generics_exception();
Exception_t* il2cpp_codegen_get_index_out_of_range_exception();
Exception_t* il2cpp_codegen_get_exception(il2cpp_hresult_t hresult, bool defaultToCOMException);
inline RuntimeClass* il2cpp_codegen_object_class(RuntimeObject* obj)
{
return obj->klass;
}
// OpCode.IsInst
RuntimeObject* IsInst(RuntimeObject *obj, RuntimeClass* targetType);
inline RuntimeObject* IsInstSealed(RuntimeObject *obj, RuntimeClass* targetType)
{
#if IL2CPP_DEBUG
IL2CPP_ASSERT((targetType->flags & TYPE_ATTRIBUTE_SEALED) != 0);
IL2CPP_ASSERT((targetType->flags & TYPE_ATTRIBUTE_INTERFACE) == 0);
#endif
if (!obj)
return NULL;
// optimized version to compare sealed classes
return (obj->klass == targetType ? obj : NULL);
}
inline RuntimeObject* IsInstClass(RuntimeObject *obj, RuntimeClass* targetType)
{
#if IL2CPP_DEBUG
IL2CPP_ASSERT((targetType->flags & TYPE_ATTRIBUTE_INTERFACE) == 0);
#endif
if (!obj)
return NULL;
// optimized version to compare classes
return il2cpp::vm::ClassInlines::HasParentUnsafe(obj->klass, targetType) ? obj : NULL;
}
// OpCode.Castclass
NORETURN void RaiseInvalidCastException(RuntimeObject* obj, RuntimeClass* targetType);
inline RuntimeObject* Castclass(RuntimeObject *obj, RuntimeClass* targetType)
{
if (!obj)
return NULL;
RuntimeObject* result = IsInst(obj, targetType);
if (result)
return result;
RaiseInvalidCastException(obj, targetType);
return NULL;
}
inline RuntimeObject* CastclassSealed(RuntimeObject *obj, RuntimeClass* targetType)
{
if (!obj)
return NULL;
RuntimeObject* result = IsInstSealed(obj, targetType);
if (result)
return result;
RaiseInvalidCastException(obj, targetType);
return NULL;
}
inline RuntimeObject* CastclassClass(RuntimeObject *obj, RuntimeClass* targetType)
{
if (!obj)
return NULL;
RuntimeObject* result = IsInstClass(obj, targetType);
if (result)
return result;
RaiseInvalidCastException(obj, targetType);
return NULL;
}
inline void NullCheck(void* this_ptr)
{
if (this_ptr != NULL)
return;
il2cpp_codegen_raise_null_reference_exception();
}
// OpCode.Box
RuntimeObject* Box(RuntimeClass* type, void* data);
// OpCode.UnBox
void* Unbox_internal(Il2CppObject* obj);
inline void* UnBox(RuntimeObject* obj)
{
NullCheck(obj);
return Unbox_internal(obj);
}
inline void* UnBox(RuntimeObject* obj, RuntimeClass* expectedBoxedClass)
{
NullCheck(obj);
if (obj->klass->element_class == expectedBoxedClass->element_class)
return Unbox_internal(obj);
RaiseInvalidCastException(obj, expectedBoxedClass);
return NULL;
}
void UnBoxNullable_internal(RuntimeObject* obj, RuntimeClass* expectedBoxedClass, void* storage);
inline void UnBoxNullable(RuntimeObject* obj, RuntimeClass* expectedBoxedClass, void* storage)
{
// We only need to do type checks if obj is not null
// Unboxing null nullable is perfectly valid and returns an instance that has no value
if (obj != NULL)
{
if (obj->klass->element_class != expectedBoxedClass->element_class)
RaiseInvalidCastException(obj, expectedBoxedClass);
}
UnBoxNullable_internal(obj, expectedBoxedClass, storage);
}
int32_t il2cpp_codgen_class_get_instance_size(RuntimeClass* klass);
inline uint32_t il2cpp_codegen_sizeof(RuntimeClass* klass)
{
if (!klass->valuetype)
{
return sizeof(void*);
}
return il2cpp_codgen_class_get_instance_size(klass) - sizeof(RuntimeObject);
}
inline bool il2cpp_codegen_method_is_virtual(RuntimeMethod* method)
{
return method->slot != kInvalidIl2CppMethodSlot;
}
inline bool il2cpp_codegen_object_is_of_sealed_type(RuntimeObject* obj)
{
return obj != NULL && (obj->klass->flags & TYPE_ATTRIBUTE_SEALED) != 0;
}
bool il2cpp_codegen_method_is_generic_instance(RuntimeMethod* method);
RuntimeClass* il2cpp_codegen_method_get_declaring_type(RuntimeMethod* method);
bool il2cpp_codegen_method_is_interface_method(RuntimeMethod* method);
inline uint16_t il2cpp_codegen_method_get_slot(RuntimeMethod* method)
{
return method->slot;
}
IL2CPP_FORCE_INLINE const VirtualInvokeData& il2cpp_codegen_get_virtual_invoke_data(Il2CppMethodSlot slot, const RuntimeObject* obj)
{
Assert(slot != kInvalidIl2CppMethodSlot && "il2cpp_codegen_get_virtual_invoke_data got called on a non-virtual method");
return obj->klass->vtable[slot];
}
IL2CPP_FORCE_INLINE const VirtualInvokeData& il2cpp_codegen_get_interface_invoke_data(Il2CppMethodSlot slot, RuntimeObject* obj, const RuntimeClass* declaringInterface)
{
Assert(slot != kInvalidIl2CppMethodSlot && "il2cpp_codegen_get_interface_invoke_data got called on a non-virtual method");
return il2cpp::vm::ClassInlines::GetInterfaceInvokeDataFromVTable(obj, declaringInterface, slot);
}
const RuntimeMethod* il2cpp_codegen_get_generic_virtual_method_internal(const RuntimeMethod* methodDefinition, const RuntimeMethod* inflatedMethod);
IL2CPP_FORCE_INLINE const RuntimeMethod* il2cpp_codegen_get_generic_virtual_method(const RuntimeMethod* method, const RuntimeObject* obj)
{
uint16_t slot = method->slot;
const RuntimeMethod* methodDefinition = obj->klass->vtable[slot].method;
return il2cpp_codegen_get_generic_virtual_method_internal(methodDefinition, method);
}
IL2CPP_FORCE_INLINE void il2cpp_codegen_get_generic_virtual_invoke_data(const RuntimeMethod* method, const RuntimeObject* obj, VirtualInvokeData* invokeData)
{
const RuntimeMethod* targetRuntimeMethod = il2cpp_codegen_get_generic_virtual_method(method, obj);
#if IL2CPP_DEBUG
IL2CPP_ASSERT(targetRuntimeMethod);
#endif
invokeData->methodPtr = targetRuntimeMethod->methodPointer;
invokeData->method = targetRuntimeMethod;
}
IL2CPP_FORCE_INLINE const RuntimeMethod* il2cpp_codegen_get_generic_interface_method(const RuntimeMethod* method, RuntimeObject* obj)
{
const RuntimeMethod* methodDefinition = il2cpp::vm::ClassInlines::GetInterfaceInvokeDataFromVTable(obj, method->klass, method->slot).method;
return il2cpp_codegen_get_generic_virtual_method_internal(methodDefinition, method);
}
IL2CPP_FORCE_INLINE void il2cpp_codegen_get_generic_interface_invoke_data(const RuntimeMethod* method, RuntimeObject* obj, VirtualInvokeData* invokeData)
{
const RuntimeMethod* targetRuntimeMethod = il2cpp_codegen_get_generic_interface_method(method, obj);
#if IL2CPP_DEBUG
IL2CPP_ASSERT(targetRuntimeMethod);
#endif
invokeData->methodPtr = targetRuntimeMethod->methodPointer;
invokeData->method = targetRuntimeMethod;
}
inline RuntimeClass* InitializedTypeInfo(RuntimeClass* klass)
{
il2cpp::vm::ClassInlines::InitFromCodegen(klass);
return klass;
}
RuntimeClass* il2cpp_codegen_class_from_type_internal(const RuntimeType* type);
inline RuntimeClass* il2cpp_codegen_class_from_type(const RuntimeType *type)
{
return InitializedTypeInfo(il2cpp_codegen_class_from_type_internal(type));
}
inline void* InterlockedExchangeImplRef(void** location, void* value)
{
return il2cpp::icalls::mscorlib::System::Threading::Interlocked::ExchangePointer(location, value);
}
template<typename T>
inline T InterlockedCompareExchangeImpl(T* location, T value, T comparand)
{
return (T)il2cpp::icalls::mscorlib::System::Threading::Interlocked::CompareExchange_T((void**)location, value, comparand);
}
template<typename T>
inline T InterlockedExchangeImpl(T* location, T value)
{
return (T)InterlockedExchangeImplRef((void**)location, value);
}
void il2cpp_codegen_memory_barrier();
inline void ArrayGetGenericValueImpl(RuntimeArray* thisPtr, int32_t pos, void* value)
{
memcpy(value, ((uint8_t*)thisPtr) + sizeof(RuntimeArray) + pos * thisPtr->klass->element_size, thisPtr->klass->element_size);
}
inline void ArraySetGenericValueImpl(RuntimeArray * thisPtr, int32_t pos, void* value)
{
memcpy(((uint8_t*)thisPtr) + sizeof(RuntimeArray) + pos * thisPtr->klass->element_size, value, thisPtr->klass->element_size);
}
RuntimeArray* SZArrayNew(RuntimeClass* arrayType, uint32_t length);
RuntimeArray* GenArrayNew(RuntimeClass* arrayType, il2cpp_array_size_t* dimensions);
// Performance optimization as detailed here: http://blogs.msdn.com/b/clrcodegeneration/archive/2009/08/13/array-bounds-check-elimination-in-the-clr.aspx
// Since array size is a signed int32_t, a single unsigned check can be performed to determine if index is less than array size.
// Negative indices will map to a unsigned number greater than or equal to 2^31 which is larger than allowed for a valid array.
#define IL2CPP_ARRAY_BOUNDS_CHECK(index, length) \
do { \
if (((uint32_t)(index)) >= ((uint32_t)length)) il2cpp_codegen_raise_exception (il2cpp_codegen_get_index_out_of_range_exception()); \
} while (0)
bool il2cpp_codegen_class_is_assignable_from(RuntimeClass *klass, RuntimeClass *oklass);
RuntimeObject* il2cpp_codegen_object_new(RuntimeClass *klass);
Il2CppMethodPointer il2cpp_codegen_resolve_icall(const char* name);
Il2CppMethodPointer il2cpp_codegen_resolve(const PInvokeArguments& pinvokeArgs);
template<typename FunctionPointerType, size_t dynamicLibraryLength, size_t entryPointLength>
inline FunctionPointerType il2cpp_codegen_resolve_pinvoke(const Il2CppNativeChar(&nativeDynamicLibrary)[dynamicLibraryLength], const char(&entryPoint)[entryPointLength],
Il2CppCallConvention callingConvention, Il2CppCharSet charSet, int parameterSize, bool isNoMangle)
{
const PInvokeArguments pinvokeArgs =
{
il2cpp::utils::StringView<Il2CppNativeChar>(nativeDynamicLibrary),
il2cpp::utils::StringView<char>(entryPoint),
callingConvention,
charSet,
parameterSize,
isNoMangle
};
return reinterpret_cast<FunctionPointerType>(il2cpp_codegen_resolve(pinvokeArgs));
}
void* il2cpp_codegen_marshal_allocate(size_t size);
template<typename T>
inline T* il2cpp_codegen_marshal_allocate_array(size_t length)
{
return static_cast<T*>(il2cpp_codegen_marshal_allocate((il2cpp_array_size_t)(sizeof(T) * length)));
}
template<typename T>
inline T* il2cpp_codegen_marshal_allocate()
{
return static_cast<T*>(il2cpp_codegen_marshal_allocate(sizeof(T)));
}
char* il2cpp_codegen_marshal_string(String_t* string);
void il2cpp_codegen_marshal_string_fixed(String_t* string, char* buffer, int numberOfCharacters);
Il2CppChar* il2cpp_codegen_marshal_wstring(String_t* string);
void il2cpp_codegen_marshal_wstring_fixed(String_t* string, Il2CppChar* buffer, int numberOfCharacters);
Il2CppChar* il2cpp_codegen_marshal_bstring(String_t* string);
String_t* il2cpp_codegen_marshal_string_result(const char* value);
String_t* il2cpp_codegen_marshal_wstring_result(const Il2CppChar* value);
String_t* il2cpp_codegen_marshal_bstring_result(const Il2CppChar* value);
void il2cpp_codegen_marshal_free_bstring(Il2CppChar* value);
char* il2cpp_codegen_marshal_empty_string_builder(StringBuilder_t* stringBuilder);
char* il2cpp_codegen_marshal_string_builder(StringBuilder_t* stringBuilder);
Il2CppChar* il2cpp_codegen_marshal_empty_wstring_builder(StringBuilder_t* stringBuilder);
Il2CppChar* il2cpp_codegen_marshal_wstring_builder(StringBuilder_t* stringBuilder);
void il2cpp_codegen_marshal_string_builder_result(StringBuilder_t* stringBuilder, char* buffer);
void il2cpp_codegen_marshal_wstring_builder_result(StringBuilder_t* stringBuilder, Il2CppChar* buffer);
Il2CppHString il2cpp_codegen_create_hstring(String_t* str);
String_t* il2cpp_codegen_marshal_hstring_result(Il2CppHString hstring);
void il2cpp_codegen_marshal_free_hstring(Il2CppHString hstring);
void il2cpp_codegen_marshal_type_to_native(Type_t* type, Il2CppWindowsRuntimeTypeName& nativeType);
const Il2CppType* il2cpp_codegen_marshal_type_from_native_internal(Il2CppWindowsRuntimeTypeName& nativeType);
inline Type_t* il2cpp_codegen_marshal_type_from_native(Il2CppWindowsRuntimeTypeName& nativeType)
{
const Il2CppType* type = il2cpp_codegen_marshal_type_from_native_internal(nativeType);
if (type == NULL)
return NULL;
return il2cpp_codegen_type_get_object(type);
}
void il2cpp_codegen_delete_native_type(Il2CppWindowsRuntimeTypeName& nativeType);
void il2cpp_codegen_marshal_free(void* ptr);
Il2CppMethodPointer il2cpp_codegen_marshal_delegate(MulticastDelegate_t* d);
Il2CppDelegate* il2cpp_codegen_marshal_function_ptr_to_delegate_internal(void* functionPtr, Il2CppClass* delegateType);
template<typename T>
inline T* il2cpp_codegen_marshal_function_ptr_to_delegate(Il2CppMethodPointer functionPtr, RuntimeClass* delegateType)
{
return (T*)il2cpp_codegen_marshal_function_ptr_to_delegate_internal(reinterpret_cast<void*>(functionPtr), delegateType);
}
void il2cpp_codegen_marshal_store_last_error();
#if _DEBUG
void il2cpp_codegen_marshal_allocate_push_allocation_frame();
void il2cpp_codegen_marshal_allocate_pop_allocation_frame();
bool il2cpp_codegen_marshal_allocate_has_unfreed_allocations();
void il2cpp_codegen_marshal_allocate_clear_all_tracked_allocations();
struct ScopedMarshallingAllocationFrame
{
ScopedMarshallingAllocationFrame()
{
il2cpp_codegen_marshal_allocate_push_allocation_frame();
}
~ScopedMarshallingAllocationFrame()
{
il2cpp_codegen_marshal_allocate_pop_allocation_frame();
}
};
struct ScopedMarshallingAllocationCheck
{
~ScopedMarshallingAllocationCheck()
{
if (il2cpp_codegen_marshal_allocate_has_unfreed_allocations())
il2cpp_codegen_raise_exception(il2cpp_codegen_get_invalid_operation_exception("Error in marshaling allocation. Some memory has been leaked."));
}
private:
ScopedMarshallingAllocationFrame m_AllocationFrame;
};
struct ScopedMarshalingAllocationClearer
{
~ScopedMarshalingAllocationClearer()
{
il2cpp_codegen_marshal_allocate_clear_all_tracked_allocations();
}
private:
ScopedMarshallingAllocationFrame m_AllocationFrame;
};
#endif
inline void DivideByZeroCheck(int64_t denominator)
{
if (denominator != 0)
return;
il2cpp_codegen_raise_divide_by_zero_exception();
}
inline void il2cpp_codegen_initobj(void* value, size_t size)
{
memset(value, 0, size);
}
bool MethodIsStatic(const RuntimeMethod* method);
bool MethodHasParameters(const RuntimeMethod* method);
void il2cpp_codegen_runtime_class_init(RuntimeClass* klass);
#define IL2CPP_RUNTIME_CLASS_INIT(klass) do { if((klass)->has_cctor && !(klass)->cctor_finished) il2cpp_codegen_runtime_class_init ((klass)); } while (0)
// generic sharing
#define IL2CPP_RGCTX_DATA(rgctxVar, index) (InitializedTypeInfo(rgctxVar[index].klass))
#define IL2CPP_RGCTX_SIZEOF(rgctxVar, index) (il2cpp_codegen_sizeof(IL2CPP_RGCTX_DATA(rgctxVar, index)))
#define IL2CPP_RGCTX_TYPE(rgctxVar, index) (rgctxVar[index].type)
#define IL2CPP_RGCTX_METHOD_INFO(rgctxVar, index) (rgctxVar[index].method)
#define IL2CPP_RGCTX_FIELD_INFO(klass, index) ((klass)->fields+index)
inline void ArrayElementTypeCheck(RuntimeArray* array, void* value)
{
#if !IL2CPP_TINY
if (value != NULL && IsInst((RuntimeObject*)value, array->klass->element_class) == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_array_type_mismatch_exception());
#endif
}
inline const RuntimeMethod* GetVirtualMethodInfo(RuntimeObject* pThis, Il2CppMethodSlot slot)
{
if (!pThis)
il2cpp_codegen_raise_null_reference_exception();
return pThis->klass->vtable[slot].method;
}
inline const RuntimeMethod* GetInterfaceMethodInfo(RuntimeObject* pThis, Il2CppMethodSlot slot, RuntimeClass* declaringInterface)
{
if (!pThis)
il2cpp_codegen_raise_null_reference_exception();
return il2cpp::vm::ClassInlines::GetInterfaceInvokeDataFromVTable(pThis, declaringInterface, slot).method;
}
void il2cpp_codegen_initialize_method(uint32_t index);
bool il2cpp_codegen_class_is_value_type(RuntimeClass* type);
inline bool il2cpp_codegen_type_implements_virtual_method(RuntimeClass* type, const RuntimeMethod* method)
{
IL2CPP_ASSERT(il2cpp_codegen_class_is_value_type(type));
return method->klass == type;
}
MethodBase_t* il2cpp_codegen_get_method_object_internal(const RuntimeMethod* method, RuntimeClass* refclass);
const RuntimeMethod* il2cpp_codegen_get_generic_method_definition(const RuntimeMethod* method);
inline MethodBase_t* il2cpp_codegen_get_method_object(const RuntimeMethod* method)
{
if (method->is_inflated)
method = il2cpp_codegen_get_generic_method_definition(method);
return il2cpp_codegen_get_method_object_internal(method, method->klass);
}
RuntimeString* il2cpp_codegen_type_append_assembly_name_if_necessary(RuntimeString* typeName, const char* assemblyName);
inline Type_t* il2cpp_codegen_get_type(Il2CppMethodPointer getTypeFunction, String_t* typeName, const char* assemblyName)
{
typedef Type_t* (*getTypeFuncType)(String_t*);
RuntimeString* assemblyQualifiedTypeName = il2cpp_codegen_type_append_assembly_name_if_necessary((RuntimeString*)typeName, assemblyName);
// Try to find the type using a hint about about calling assembly. If it is not found, fall back to calling GetType without the hint.
Type_t* type = ((getTypeFuncType)getTypeFunction)((String_t*)assemblyQualifiedTypeName);
if (type == NULL)
return ((getTypeFuncType)getTypeFunction)(typeName);
return type;
}
inline Type_t* il2cpp_codegen_get_type(Il2CppMethodPointer getTypeFunction, String_t* typeName, bool throwOnError, const char* assemblyName)
{
typedef Type_t* (*getTypeFuncType)(String_t*, bool);
RuntimeString* assemblyQualifiedTypeName = il2cpp_codegen_type_append_assembly_name_if_necessary((RuntimeString*)typeName, assemblyName);
// Try to find the type using a hint about about calling assembly. If it is not found, fall back to calling GetType without the hint.
Type_t* type = ((getTypeFuncType)getTypeFunction)((String_t*)assemblyQualifiedTypeName, throwOnError);
if (type == NULL)
return ((getTypeFuncType)getTypeFunction)(typeName, throwOnError);
return type;
}
inline Type_t* il2cpp_codegen_get_type(Il2CppMethodPointer getTypeFunction, String_t* typeName, bool throwOnError, bool ignoreCase, const char* assemblyName)
{
typedef Type_t* (*getTypeFuncType)(String_t*, bool, bool);
RuntimeString* assemblyQualifiedTypeName = il2cpp_codegen_type_append_assembly_name_if_necessary((RuntimeString*)typeName, assemblyName);
// Try to find the type using a hint about about calling assembly. If it is not found, fall back to calling GetType without the hint.
Type_t* type = ((getTypeFuncType)getTypeFunction)((String_t*)assemblyQualifiedTypeName, throwOnError, ignoreCase);
if (type == NULL)
return ((getTypeFuncType)getTypeFunction)(typeName, throwOnError, ignoreCase);
return type;
}
Assembly_t* il2cpp_codegen_get_executing_assembly(const RuntimeMethod* method);
// Atomic
inline void* il2cpp_codegen_atomic_compare_exchange_pointer(void* volatile* dest, void* exchange, void* comparand)
{
return il2cpp::vm::Atomic::CompareExchangePointer(dest, exchange, comparand);
}
template<typename T>
inline T* il2cpp_codegen_atomic_compare_exchange_pointer(T* volatile* dest, T* newValue, T* oldValue)
{
return il2cpp::vm::Atomic::CompareExchangePointer(dest, newValue, oldValue);
}
// COM
void il2cpp_codegen_com_marshal_variant(RuntimeObject* obj, Il2CppVariant* variant);
RuntimeObject* il2cpp_codegen_com_marshal_variant_result(const Il2CppVariant* variant);
void il2cpp_codegen_com_destroy_variant(Il2CppVariant* variant);
Il2CppSafeArray* il2cpp_codegen_com_marshal_safe_array(Il2CppChar type, RuntimeArray* managedArray);
RuntimeArray* il2cpp_codegen_com_marshal_safe_array_result(Il2CppChar variantType, RuntimeClass* type, Il2CppSafeArray* safeArray);
Il2CppSafeArray* il2cpp_codegen_com_marshal_safe_array_bstring(RuntimeArray* managedArray);
RuntimeArray* il2cpp_codegen_com_marshal_safe_array_bstring_result(RuntimeClass* type, Il2CppSafeArray* safeArray);
void il2cpp_codegen_com_destroy_safe_array(Il2CppSafeArray* safeArray);
void il2cpp_codegen_com_create_instance(const Il2CppGuid& clsid, Il2CppIUnknown** identity);
void il2cpp_codegen_com_register_rcw(Il2CppComObject* rcw);
RuntimeObject* il2cpp_codegen_com_get_or_create_rcw_from_iunknown_internal(Il2CppIUnknown* unknown, RuntimeClass* fallbackClass);
template<typename T>
inline T* il2cpp_codegen_com_get_or_create_rcw_from_iunknown(Il2CppIUnknown* unknown, RuntimeClass* fallbackClass)
{
return static_cast<T*>(il2cpp_codegen_com_get_or_create_rcw_from_iunknown_internal(unknown, fallbackClass));
}
RuntimeObject* il2cpp_codegen_com_get_or_create_rcw_from_iinspectable_internal(Il2CppIInspectable* unknown, RuntimeClass* fallbackClass);
template<typename T>
inline T* il2cpp_codegen_com_get_or_create_rcw_from_iinspectable(Il2CppIInspectable* unknown, RuntimeClass* fallbackClass)
{
return static_cast<T*>(il2cpp_codegen_com_get_or_create_rcw_from_iinspectable_internal(unknown, fallbackClass));
}
RuntimeObject* il2cpp_codegen_com_get_or_create_rcw_for_sealed_class_internal(Il2CppIUnknown* unknown, RuntimeClass* objectClass);
template<typename T>
inline T* il2cpp_codegen_com_get_or_create_rcw_for_sealed_class(Il2CppIUnknown* unknown, RuntimeClass* objectClass)
{
return static_cast<T*>(il2cpp_codegen_com_get_or_create_rcw_for_sealed_class_internal(unknown, objectClass));
}
Il2CppIUnknown* il2cpp_codegen_com_query_interface_internal(Il2CppComObject* rcw, const Il2CppGuid& guid);
Il2CppIUnknown* il2cpp_codegen_com_query_interface_no_throw_internal(Il2CppComObject* rcw, const Il2CppGuid& guid);
void il2cpp_codegen_com_cache_queried_interface(Il2CppComObject* rcw, const Il2CppGuid& guid, Il2CppIUnknown* queriedInterface);
template<typename T>
inline T* il2cpp_codegen_com_query_interface(Il2CppComObject* rcw)
{
return static_cast<T*>(il2cpp_codegen_com_query_interface_internal(rcw, T::IID));
}
template<typename T>
inline T* il2cpp_codegen_com_query_interface_no_throw(Il2CppComObject* rcw)
{
return static_cast<T*>(il2cpp_codegen_com_query_interface_no_throw_internal(rcw, T::IID));
}
void il2cpp_codegen_il2cpp_com_object_cleanup(Il2CppComObject* rcw);
Il2CppIUnknown* il2cpp_codegen_com_get_or_create_ccw_internal(RuntimeObject* obj, const Il2CppGuid& iid);
template<typename InterfaceType>
inline InterfaceType* il2cpp_codegen_com_get_or_create_ccw(RuntimeObject* obj)
{
return static_cast<InterfaceType*>(il2cpp_codegen_com_get_or_create_ccw_internal(obj, InterfaceType::IID));
}
inline intptr_t il2cpp_codegen_com_get_iunknown_for_object(RuntimeObject* obj)
{
return reinterpret_cast<intptr_t>(il2cpp_codegen_com_get_or_create_ccw_internal(obj, Il2CppIUnknown::IID));
}
Il2CppObject* il2cpp_codegen_com_unpack_ccw(Il2CppIUnknown* obj);
inline void il2cpp_codegen_com_raise_exception_if_failed(il2cpp_hresult_t hr, bool defaultToCOMException)
{
// Copied from il2cpp::vm::Exception::RaiseIfFailed to keep inlined
if (IL2CPP_HR_FAILED(hr))
il2cpp_codegen_raise_exception(hr, defaultToCOMException);
}
inline RuntimeException* il2cpp_codegen_com_get_exception(il2cpp_hresult_t hr, bool defaultToCOMException)
{
return (RuntimeException*)il2cpp_codegen_get_exception(hr, defaultToCOMException);
}
il2cpp_hresult_t il2cpp_codegen_com_handle_invalid_iproperty_conversion(const char* fromType, const char* toType);
il2cpp_hresult_t il2cpp_codegen_com_handle_invalid_iproperty_conversion(RuntimeObject* value, const char* fromType, const char* toType);
il2cpp_hresult_t il2cpp_codegen_com_handle_invalid_ipropertyarray_conversion(const char* fromArrayType, const char* fromElementType, const char* toElementType, il2cpp_array_size_t index);
il2cpp_hresult_t il2cpp_codegen_com_handle_invalid_ipropertyarray_conversion(RuntimeObject* value, const char* fromArrayType, const char* fromElementType, const char* toElementType, il2cpp_array_size_t index);
void il2cpp_codegen_store_exception_info(RuntimeException* ex, String_t* exceptionString);
Il2CppIActivationFactory* il2cpp_codegen_windows_runtime_get_activation_factory(const il2cpp::utils::StringView<Il2CppNativeChar>& runtimeClassName);
// delegate
Il2CppAsyncResult* il2cpp_codegen_delegate_begin_invoke(RuntimeDelegate* delegate, void** params, RuntimeDelegate* asyncCallback, RuntimeObject* state);
RuntimeObject* il2cpp_codegen_delegate_end_invoke(Il2CppAsyncResult* asyncResult, void **out_args);
#if !IL2CPP_TINY
inline bool il2cpp_codegen_delegate_has_invoker(Il2CppDelegate* delegate)
{
return delegate->invoke_impl != NULL;
}
#endif
inline const Il2CppGenericInst* il2cpp_codegen_get_generic_class_inst(RuntimeClass* genericClass)
{
IL2CPP_ASSERT(genericClass->generic_class);
return genericClass->generic_class->context.class_inst;
}
RuntimeClass* il2cpp_codegen_inflate_generic_class(RuntimeClass* genericClassDefinition, const Il2CppGenericInst* genericInst);
inline void* il2cpp_codegen_static_fields_for(RuntimeClass* klass)
{
return klass->static_fields;
}
inline Il2CppMethodPointer il2cpp_codegen_get_method_pointer(const RuntimeMethod* method)
{
return method->methodPointer;
}
inline const RuntimeType* il2cpp_codegen_method_return_type(const RuntimeMethod* method)
{
return method->return_type;
}
inline int il2cpp_codegen_method_parameter_count(const RuntimeMethod* method)
{
return method->parameters_count;
}
inline bool il2cpp_codegen_is_import_or_windows_runtime(const RuntimeObject *object)
{
return object->klass->is_import_or_windows_runtime;
}
inline intptr_t il2cpp_codegen_get_com_interface_for_object(Il2CppObject* object, Type_t* type)
{
return il2cpp::icalls::mscorlib::System::Runtime::InteropServices::Marshal::GetCCW(object, reinterpret_cast<Il2CppReflectionType*>(type));
}
NORETURN void il2cpp_codegen_raise_profile_exception(const RuntimeMethod* method);
const char* il2cpp_codegen_get_field_data(RuntimeField* field);
#if IL2CPP_TINY
// Add intrinsics used by Tiny.
#include "utils/MemoryUtils.h"
Type_t* il2cpp_codegen_get_type(Il2CppObject* obj);
inline int32_t il2cpp_codegen_get_array_length(Il2CppArray* szArray)
{
return static_cast<int32_t>(szArray->max_length);
}
inline int32_t il2cpp_codegen_get_array_length(Il2CppArray* genArray, int32_t dimension)
{
return static_cast<int32_t>(genArray->bounds[dimension].length);
}
MulticastDelegate_t* il2cpp_codegen_create_combined_delegate(Type_t* type, Il2CppArray* delegates, int delegateCount);
inline int il2cpp_codegen_get_offset_to_string_data()
{
return offsetof(Il2CppString, chars);
}
inline String_t* il2cpp_codegen_marshal_ptr_to_string_ansi(intptr_t ptr)
{
return il2cpp_codegen_marshal_string_result(reinterpret_cast<const char*>(ptr));
}
inline intptr_t il2cpp_codegen_marshal_string_to_co_task_mem_ansi(String_t* ptr)
{
return reinterpret_cast<intptr_t>(il2cpp_codegen_marshal_string(ptr));
}
inline void il2cpp_codegen_marshal_string_free_co_task_mem(intptr_t ptr)
{
il2cpp_codegen_marshal_free(reinterpret_cast<void*>(ptr));
}
struct Delegate_t;
inline intptr_t il2cpp_codegen_marshal_get_function_pointer_for_delegate(const Delegate_t* d)
{
return reinterpret_cast<intptr_t>(reinterpret_cast<const Il2CppDelegate*>(d)->m_ReversePInvokeWrapperPtr);
}
inline String_t* il2cpp_codegen_string_new_from_char_array(Il2CppArray* characterArray, size_t startIndex, size_t length)
{
il2cpp_array_size_t arraySize = characterArray->max_length;
if (startIndex + length > arraySize || startIndex < 0)
il2cpp_codegen_raise_exception(NULL);
return il2cpp_codegen_string_new_utf16(il2cpp::utils::StringView<Il2CppChar>(reinterpret_cast<Il2CppChar*>(characterArray + 1), startIndex, length));
}
inline String_t* il2cpp_codegen_string_new_length(int length)
{
return reinterpret_cast<String_t*>(il2cpp::vm::String::NewSize(length));
}
Type_t* il2cpp_codegen_get_base_type(const Type_t* t);
Type_t* il2cpp_codegen_get_type_from_handle(intptr_t handle);
bool il2cpp_codegen_is_assignable_from(Type_t* left, Type_t* right);
template<typename T>
struct Il2CppReversePInvokeMethodHolder
{
Il2CppReversePInvokeMethodHolder(T** storageAddress) :
m_LastValue(*storageAddress),
m_StorageAddress(storageAddress)
{
}
~Il2CppReversePInvokeMethodHolder()
{
*m_StorageAddress = m_LastValue;
}
private:
T* const m_LastValue;
T** const m_StorageAddress;
};
void il2cpp_codegen_no_reverse_pinvoke_wrapper(const char* methodName, const char* reason);
#endif