Home
last modified time | relevance | path

Searched refs:mono_method_get_class (Results 1 – 20 of 20) sorted by relevance

/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gtk/gui-thread-check/profiler/
H A Dgui-thread-check.c38 MonoClass* klass = mono_method_get_class (method); in stack_walk_fn()
54 klass = mono_method_get_class (method); in simple_method_enter()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dloader.h47 mono_method_get_class (MonoMethod *method);
H A Ddebug-mono-ppdb.c193 if (handle->image != mono_class_get_image (mono_method_get_class (method))) in mono_ppdb_lookup_method()
H A Ddebug-mono-symfile.c751 if (handle->image != mono_class_get_image (mono_method_get_class (method))) in mono_debug_symfile_lookup_method()
H A Dloader.c2609 mono_method_get_class (MonoMethod *method) in mono_method_get_class() function
H A Dclass.c3894 MonoClass *method_class = mono_method_get_class (method); in foreach_override()
3895 MonoClass *override_class = mono_method_get_class (override); in foreach_override()
H A Dobject.c7774 if (mono_class_is_valuetype (mono_method_get_class (method))) { in prepare_to_string_method()
H A Dmarshal.c8199 g_assert (!mono_class_is_valuetype(mono_method_get_class (method))); in mono_marshal_get_native_wrapper()
/dports/lang/mono/mono-5.10.1.57/mono/profiler/
H A Dvtune.c84 MonoClass *klass = mono_method_get_class (method); in method_jit_done()
H A Dcoverage.c281 klass = mono_method_get_class (method); in dump_method()
499 klass = mono_method_get_class (method); in coverage_filter()
H A Daot.c43 MonoImage *image = mono_class_get_image (mono_method_get_class (method)); in prof_jit_done()
H A Dlog.c3059 klass = mono_method_get_class (method); in build_method_buffer()
3287 klass = mono_method_get_class (method); in coverage_filter()
/dports/lang/mono/mono-5.10.1.57/samples/embed/
H A Dtest-invoke.c265 if (mono_class_is_valuetype (mono_method_get_class (vtmethod))) { in more_methods()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/mono_gd/
H A Dgd_mono_method.cpp81 return GDMono::get_singleton()->get_class(mono_method_get_class(mono_method)); in get_enclosing_class()
H A Dgd_mono_class.cpp359 ERR_FAIL_COND_V(mono_method_get_class(method) != mono_class, NULL); in get_method_with_desc()
/dports/devel/godot/godot-3.2.3-stable/modules/mono/mono_gd/
H A Dgd_mono_method.cpp81 return GDMono::get_singleton()->get_class(mono_method_get_class(mono_method)); in get_enclosing_class()
H A Dgd_mono_class.cpp359 ERR_FAIL_COND_V(mono_method_get_class(method) != mono_class, NULL); in get_method_with_desc()
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/profiler/
H A Dlink.c243 klass = mono_method_get_class (method); in link_method_leave()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/languages/mod_managed/
H A Dmono.def499 mono_method_get_class
/dports/lang/mono/mono-5.10.1.57/tools/pedump/
H A Dpedump.c377 MonoClass *klass = mono_method_get_class (method); in dump_verify_info()