Home
last modified time | relevance | path

Searched refs:mono_method (Results 1 – 11 of 11) sorted by relevance

/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/mono_gd/
H A Dgd_mono_method.cpp45 MonoMethodSignature *method_sig = mono_method_signature(mono_method); in _update_signature()
81 return GDMono::get_singleton()->get_class(mono_method_get_class(mono_method)); in get_enclosing_class()
85 return mono_method_get_flags(mono_method, NULL) & MONO_METHOD_ATTR_STATIC; in is_static()
129 GDMonoUtils::runtime_invoke(mono_method, p_object, NULL, &exc); in invoke()
190 attributes = mono_custom_attrs_from_method(mono_method); in fetch_attributes()
195 char *res = mono_method_full_name(mono_method, p_signature); in get_full_name()
204 MonoMethodSignature *method_sig = mono_method_signature(mono_method); in get_full_name_no_class()
224 MonoMethodSignature *method_sig = mono_method_signature(mono_method); in get_ret_type_full_name()
232 MonoMethodSignature *method_sig = mono_method_signature(mono_method); in get_signature_desc()
242 mono_method_get_param_names(mono_method, _names); in get_parameter_names()
[all …]
H A Dgd_mono_method_thunk.h251 GDMonoMethod *mono_method;
255 …VariadicInvokeMonoMethod<sizeof...(ParamTypes), ParamTypes...>::invoke(mono_method, p_args..., r_e…
259 return mono_method == NULL;
263 mono_method = NULL;
277 mono_method = p_mono_method;
281 mono_method(NULL) {
292 GDMonoMethod *mono_method;
300 return mono_method == NULL;
304 mono_method = NULL;
318 mono_method = p_mono_method;
[all …]
H A Dgd_mono_method.h57 MonoMethod *mono_method; variable
74 _FORCE_INLINE_ MonoMethod *get_mono_ptr() { return mono_method; } in get_mono_ptr()
H A Dgd_mono_class.cpp220 uint32_t flags = mono_method_get_flags(method->mono_method, NULL); in fetch_methods_with_godot_api_checks()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/mono_gd/
H A Dgd_mono_method.cpp45 MonoMethodSignature *method_sig = mono_method_signature(mono_method); in _update_signature()
81 return GDMono::get_singleton()->get_class(mono_method_get_class(mono_method)); in get_enclosing_class()
85 return mono_method_get_flags(mono_method, NULL) & MONO_METHOD_ATTR_STATIC; in is_static()
129 GDMonoUtils::runtime_invoke(mono_method, p_object, NULL, &exc); in invoke()
190 attributes = mono_custom_attrs_from_method(mono_method); in fetch_attributes()
195 char *res = mono_method_full_name(mono_method, p_signature); in get_full_name()
204 MonoMethodSignature *method_sig = mono_method_signature(mono_method); in get_full_name_no_class()
224 MonoMethodSignature *method_sig = mono_method_signature(mono_method); in get_ret_type_full_name()
232 MonoMethodSignature *method_sig = mono_method_signature(mono_method); in get_signature_desc()
242 mono_method_get_param_names(mono_method, _names); in get_parameter_names()
[all …]
H A Dgd_mono_method_thunk.h251 GDMonoMethod *mono_method;
255 …VariadicInvokeMonoMethod<sizeof...(ParamTypes), ParamTypes...>::invoke(mono_method, p_args..., r_e…
259 return mono_method == NULL;
263 mono_method = NULL;
277 mono_method = p_mono_method;
281 mono_method(NULL) {
292 GDMonoMethod *mono_method;
300 return mono_method == NULL;
304 mono_method = NULL;
318 mono_method = p_mono_method;
[all …]
H A Dgd_mono_method.h57 MonoMethod *mono_method; variable
74 _FORCE_INLINE_ MonoMethod *get_mono_ptr() { return mono_method; } in get_mono_ptr()
H A Dgd_mono_class.cpp220 uint32_t flags = mono_method_get_flags(method->mono_method, NULL); in fetch_methods_with_godot_api_checks()
/dports/lang/mono/mono-5.10.1.57/mono/btls/
H A Dbtls-bio.c114 static const BIO_METHOD mono_method = { variable
125 bio = BIO_new (&mono_method); in mono_btls_bio_mono_new()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dreflection.c58 static GENERATE_GET_CLASS_WITH_CACHE (mono_method, "System.Reflection", "MonoMethod");
/dports/lang/mono/mono-5.10.1.57/mono/mini/interp/
H A Dinterp.c99 #define INIT_FRAME(frame,parent_frame,method_args,method_retval,domain,mono_method,error) do { \ argument
100 InterpMethod *_rmethod = mono_interp_get_imethod ((domain), (mono_method), (error)); \