Home
last modified time | relevance | path

Searched refs:mono_method_get_context_general (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-generic-sharing.c3053 if (mono_method_get_context_general (method, TRUE)->method_inst) { in mono_method_construct_object_context()
3054 int type_argc = mono_method_get_context_general (method, TRUE)->method_inst->type_argc; in mono_method_construct_object_context()
3103 return mono_method_get_context_general (method, TRUE); in mini_method_get_context()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dclass-internals.h1012 mono_method_get_context_general (MonoMethod *method, gboolean uninflated);
H A Dclass.c1210 mono_method_get_context_general (MonoMethod *method, gboolean uninflated) in mono_method_get_context_general() function
1235 return mono_method_get_context_general (method, FALSE); in mono_method_get_context()