Home
last modified time | relevance | path

Searched refs:mono_marshal_get_runtime_invoke (Results 1 – 8 of 8) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmarshal.h331 mono_marshal_get_runtime_invoke (MonoMethod *method, gboolean is_virtual);
H A Dgc.c291 …MonoMethod *invoke = mono_marshal_get_runtime_invoke (mono_class_get_method_from_name_flags (mono_… in mono_gc_run_finalize()
H A Dobject.c7494 wrapper = mono_marshal_get_runtime_invoke (method, FALSE); in mono_runtime_capture_context()
H A Dmarshal.c4472 mono_marshal_get_runtime_invoke (MonoMethod *method, gboolean virtual_) in mono_marshal_get_runtime_invoke() function
/dports/lang/mono/mono-5.10.1.57/docs/
H A Dignore1079 mono_marshal_get_runtime_invoke
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-runtime.c2410 invoke = mono_marshal_get_runtime_invoke (method, FALSE); in create_runtime_invoke_info()
2679 invoke = mono_marshal_get_runtime_invoke (wrapper, FALSE); in mono_jit_runtime_invoke()
4577 invoke = mono_marshal_get_runtime_invoke (method, FALSE); in mono_precompile_assembly()
H A Daot-runtime.c1135 ref->method = mono_marshal_get_runtime_invoke (m, FALSE); in decode_method_ref_with_target()
1141 ref->method = mono_marshal_get_runtime_invoke (m, TRUE); in decode_method_ref_with_target()
H A Daot-compiler.c3810 MonoMethod *invoke = mono_marshal_get_runtime_invoke (m, FALSE); in get_runtime_invoke_sig()
3818 return mono_marshal_get_runtime_invoke (method, virtual_); in get_runtime_invoke()