X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmetadata%2Ficall-def.h;h=3448724fa1a226d29a5657f2452f0066bf1e9914;hb=121ed7c854d6d38ad47fca22dba59a41cbcc7b2e;hp=b74631fd9420a19a216568a45eb1d0c00380a785;hpb=6b139f4c98eb90bfb7e1285933fc682dae541cad;p=mono.git diff --git a/mono/metadata/icall-def.h b/mono/metadata/icall-def.h index b74631fd942..3448724fa1a 100644 --- a/mono/metadata/icall-def.h +++ b/mono/metadata/icall-def.h @@ -62,6 +62,12 @@ ICALL_TYPE(RUNTIME, "Mono.Runtime", RUNTIME_1) ICALL(RUNTIME_1, "GetDisplayName", ves_icall_Mono_Runtime_GetDisplayName) ICALL(RUNTIME_12, "GetNativeStackTrace", ves_icall_Mono_Runtime_GetNativeStackTrace) +ICALL_TYPE(RTCLASS, "Mono.RuntimeClassHandle", RTCLASS_1) +ICALL(RTCLASS_1, "GetTypeFromClass", ves_icall_Mono_RuntimeClassHandle_GetTypeFromClass) + +ICALL_TYPE(RTPTRARRAY, "Mono.RuntimeGPtrArrayHandle", RTPTRARRAY_1) +ICALL(RTPTRARRAY_1, "GPtrArrayFree", ves_icall_Mono_RuntimeGPtrArrayHandle_GPtrArrayFree) + #ifndef PLATFORM_RO_FS ICALL_TYPE(KPAIR, "Mono.Security.Cryptography.KeyPairPersistence", KPAIR_1) ICALL(KPAIR_1, "_CanSecure", ves_icall_Mono_Security_Cryptography_KeyPairPersistence_CanSecure) @@ -398,11 +404,6 @@ ICALL(MCATTR_1, "GetCustomAttributesDataInternal", ves_icall_MonoCustomAttrs_Get ICALL(MCATTR_2, "GetCustomAttributesInternal", custom_attrs_get_by_type) ICALL(MCATTR_3, "IsDefinedInternal", custom_attrs_defined_internal) -ICALL_TYPE(MTYPE, "System.MonoType", MTYPE_1) -ICALL(MTYPE_1, "GetCorrespondingInflatedConstructor", ves_icall_MonoType_GetCorrespondingInflatedMethod) -ICALL(MTYPE_2, "GetCorrespondingInflatedMethod", ves_icall_MonoType_GetCorrespondingInflatedMethod) -ICALL(MTYPE_3, "type_from_obj", ves_icall_MonoType_type_from_obj) - #ifndef DISABLE_SOCKETS ICALL_TYPE(NDNS, "System.Net.Dns", NDNS_1) ICALL(NDNS_1, "GetHostByAddr_internal(string,string&,string[]&,string[]&)", ves_icall_System_Net_Dns_GetHostByAddr_internal) @@ -461,6 +462,7 @@ ICALL(OBJ_3, "MemberwiseClone", ves_icall_System_Object_MemberwiseClone) ICALL_TYPE(ASSEM, "System.Reflection.Assembly", ASSEM_1) ICALL(ASSEM_1, "FillName", ves_icall_System_Reflection_Assembly_FillName) +ICALL(ASSEM_1a, "GetAotId", ves_icall_System_Reflection_Assembly_GetAotId) ICALL(ASSEM_2, "GetCallingAssembly", ves_icall_System_Reflection_Assembly_GetCallingAssembly) ICALL(ASSEM_3, "GetEntryAssembly", ves_icall_System_Reflection_Assembly_GetEntryAssembly) ICALL(ASSEM_4, "GetExecutingAssembly", ves_icall_System_Reflection_Assembly_GetExecutingAssembly) @@ -711,9 +713,6 @@ ICALL(CONTEXT_2, "ReleaseContext", ves_icall_System_Runtime_Remoting_Contexts_Co ICALL_TYPE(ARES, "System.Runtime.Remoting.Messaging.AsyncResult", ARES_1) ICALL(ARES_1, "Invoke", ves_icall_System_Runtime_Remoting_Messaging_AsyncResult_Invoke) -ICALL_TYPE(MONOMM, "System.Runtime.Remoting.Messaging.MonoMethodMessage", MONOMM_1) -ICALL(MONOMM_1, "InitMessage", ves_icall_MonoMethodMessage_InitMessage) - #ifndef DISABLE_REMOTING ICALL_TYPE(REALP, "System.Runtime.Remoting.Proxies.RealProxy", REALP_1) ICALL(REALP_1, "InternalGetProxyType", ves_icall_Remoting_RealProxy_InternalGetProxyType) @@ -737,32 +736,32 @@ ICALL(MHAN_1, "GetFunctionPointer", ves_icall_RuntimeMethodHandle_GetFunctionPoi ICALL_TYPE(RT, "System.RuntimeType", RT_1) ICALL(RT_1, "CreateInstanceInternal", ves_icall_System_Activator_CreateInstanceInternal) -ICALL(RT_2, "GetConstructors_internal", ves_icall_Type_GetConstructors_internal) -ICALL(RT_3, "GetEvents_internal", ves_icall_Type_GetEvents_internal) -ICALL(RT_5, "GetFields_internal", ves_icall_Type_GetFields_internal) -ICALL(RT_6, "GetGenericArgumentsInternal", ves_icall_MonoType_GetGenericArguments) -ICALL(RT_7, "GetGenericParameterAttributes", ves_icall_Type_GetGenericParameterAttributes) -ICALL(RT_8, "GetGenericParameterConstraints_impl", ves_icall_Type_GetGenericParameterConstraints) -ICALL(RT_9, "GetGenericParameterPosition", ves_icall_Type_GetGenericParameterPosition) -ICALL(RT_10, "GetInterfaceMapData", ves_icall_Type_GetInterfaceMapData) -ICALL(RT_11, "GetInterfaces", ves_icall_Type_GetInterfaces) -ICALL(RT_12, "GetMethodsByName", ves_icall_Type_GetMethodsByName) -ICALL(RT_13, "GetNestedTypes_internal", ves_icall_Type_GetNestedTypes) -ICALL(RT_14, "GetPacking", ves_icall_Type_GetPacking) -ICALL(RT_15, "GetPropertiesByName", ves_icall_Type_GetPropertiesByName) +ICALL(RT_2, "GetConstructors_internal", ves_icall_RuntimeType_GetConstructors_internal) +ICALL(RT_30, "GetCorrespondingInflatedConstructor", ves_icall_RuntimeType_GetCorrespondingInflatedMethod) +ICALL(RT_31, "GetCorrespondingInflatedMethod", ves_icall_RuntimeType_GetCorrespondingInflatedMethod) +ICALL(RT_3, "GetEvents_internal", ves_icall_RuntimeType_GetEvents_internal) +ICALL(RT_5, "GetFields_internal", ves_icall_RuntimeType_GetFields_internal) +ICALL(RT_6, "GetGenericArgumentsInternal", ves_icall_RuntimeType_GetGenericArguments) +ICALL(RT_9, "GetGenericParameterPosition", ves_icall_RuntimeType_GetGenericParameterPosition) +ICALL(RT_10, "GetInterfaceMapData", ves_icall_RuntimeType_GetInterfaceMapData) +ICALL(RT_11, "GetInterfaces", ves_icall_RuntimeType_GetInterfaces) +ICALL(RT_12, "GetMethodsByName", ves_icall_RuntimeType_GetMethodsByName) +ICALL(RT_13, "GetNestedTypes_internal", ves_icall_RuntimeType_GetNestedTypes) +ICALL(RT_14, "GetPacking", ves_icall_RuntimeType_GetPacking) +ICALL(RT_15, "GetPropertiesByName", ves_icall_RuntimeType_GetPropertiesByName) ICALL(RT_16, "GetTypeCodeImplInternal", ves_icall_type_GetTypeCodeInternal) ICALL(RT_28, "IsTypeExportedToWindowsRuntime", ves_icall_System_RuntimeType_IsTypeExportedToWindowsRuntime) ICALL(RT_29, "IsWindowsRuntimeObjectType", ves_icall_System_RuntimeType_IsWindowsRuntimeObjectType) -ICALL(RT_17, "MakeGenericType", ves_icall_Type_MakeGenericType) -ICALL(RT_18, "MakePointerType", ves_icall_Type_MakePointerType) +ICALL(RT_17, "MakeGenericType", ves_icall_RuntimeType_MakeGenericType) +ICALL(RT_18, "MakePointerType", ves_icall_RuntimeType_MakePointerType) ICALL(RT_19, "getFullName", ves_icall_System_MonoType_getFullName) -ICALL(RT_21, "get_DeclaringMethod", ves_icall_MonoType_get_DeclaringMethod) -ICALL(RT_22, "get_DeclaringType", ves_icall_MonoType_get_DeclaringType) -ICALL(RT_23, "get_Name", ves_icall_MonoType_get_Name) -ICALL(RT_24, "get_Namespace", ves_icall_MonoType_get_Namespace) -ICALL(RT_25, "get_core_clr_security_level", vell_icall_MonoType_get_core_clr_security_level) -ICALL(RT_26, "make_array_type", ves_icall_Type_make_array_type) -ICALL(RT_27, "make_byref_type", ves_icall_Type_make_byref_type) +ICALL(RT_21, "get_DeclaringMethod", ves_icall_RuntimeType_get_DeclaringMethod) +ICALL(RT_22, "get_DeclaringType", ves_icall_RuntimeType_get_DeclaringType) +ICALL(RT_23, "get_Name", ves_icall_RuntimeType_get_Name) +ICALL(RT_24, "get_Namespace", ves_icall_RuntimeType_get_Namespace) +ICALL(RT_25, "get_core_clr_security_level", vell_icall_RuntimeType_get_core_clr_security_level) +ICALL(RT_26, "make_array_type", ves_icall_RuntimeType_make_array_type) +ICALL(RT_27, "make_byref_type", ves_icall_RuntimeType_make_byref_type) ICALL_TYPE(RTH, "System.RuntimeTypeHandle", RTH_1) ICALL(RTH_1, "GetArrayRank", ves_icall_RuntimeTypeHandle_GetArrayRank) @@ -770,6 +769,7 @@ ICALL(RTH_2, "GetAssembly", ves_icall_RuntimeTypeHandle_GetAssembly) ICALL(RTH_3, "GetAttributes", ves_icall_RuntimeTypeHandle_GetAttributes) ICALL(RTH_4, "GetBaseType", ves_icall_RuntimeTypeHandle_GetBaseType) ICALL(RTH_5, "GetElementType", ves_icall_RuntimeTypeHandle_GetElementType) +ICALL(RTH_19, "GetGenericParameterInfo", ves_icall_RuntimeTypeHandle_GetGenericParameterInfo) ICALL(RTH_6, "GetGenericTypeDefinition_impl", ves_icall_RuntimeTypeHandle_GetGenericTypeDefinition_impl) ICALL(RTH_7, "GetMetadataToken", ves_icall_reflection_get_token) ICALL(RTH_8, "GetModule", ves_icall_RuntimeTypeHandle_GetModule) @@ -873,9 +873,7 @@ ICALL(MONIT_2, "Monitor_pulse", ves_icall_System_Threading_Monitor_Monitor_pulse ICALL(MONIT_3, "Monitor_pulse_all", ves_icall_System_Threading_Monitor_Monitor_pulse_all) ICALL(MONIT_4, "Monitor_test_owner", ves_icall_System_Threading_Monitor_Monitor_test_owner) ICALL(MONIT_5, "Monitor_test_synchronised", ves_icall_System_Threading_Monitor_Monitor_test_synchronised) -ICALL(MONIT_6, "Monitor_try_enter", ves_icall_System_Threading_Monitor_Monitor_try_enter) ICALL(MONIT_7, "Monitor_wait", ves_icall_System_Threading_Monitor_Monitor_wait) -ICALL(MONIT_10, "enter_with_atomic_var", mono_monitor_enter_v4) ICALL(MONIT_9, "try_enter_with_atomic_var", ves_icall_System_Threading_Monitor_Monitor_try_enter_with_atomic_var) ICALL_TYPE(MUTEX, "System.Threading.Mutex", MUTEX_1) @@ -891,9 +889,9 @@ ICALL(NATIVEC_4, "ResetEvent_internal", ves_icall_System_Threading_Events_Reset ICALL(NATIVEC_5, "SetEvent_internal", ves_icall_System_Threading_Events_SetEvent_internal) ICALL_TYPE(SEMA, "System.Threading.Semaphore", SEMA_1) -ICALL(SEMA_1, "CreateSemaphore_internal(int,int,string,bool&)", ves_icall_System_Threading_Semaphore_CreateSemaphore_internal) -ICALL(SEMA_2, "OpenSemaphore_internal(string,System.Security.AccessControl.SemaphoreRights,System.IO.MonoIOError&)", ves_icall_System_Threading_Semaphore_OpenSemaphore_internal) -ICALL(SEMA_3, "ReleaseSemaphore_internal(intptr,int,bool&)", ves_icall_System_Threading_Semaphore_ReleaseSemaphore_internal) +ICALL(SEMA_1, "CreateSemaphore_internal(int,int,string,int&)", ves_icall_System_Threading_Semaphore_CreateSemaphore_internal) +ICALL(SEMA_2, "OpenSemaphore_internal(string,System.Security.AccessControl.SemaphoreRights,int&)", ves_icall_System_Threading_Semaphore_OpenSemaphore_internal) +ICALL(SEMA_3, "ReleaseSemaphore_internal(intptr,int,int&)", ves_icall_System_Threading_Semaphore_ReleaseSemaphore_internal) ICALL_TYPE(THREAD, "System.Threading.Thread", THREAD_1) ICALL(THREAD_1, "Abort_internal(System.Threading.InternalThread,object)", ves_icall_System_Threading_Thread_Abort)