Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dloader.c1780 if (!image->methodref_cache) in mono_get_method_checked()
1781 image->methodref_cache = g_hash_table_new (NULL, NULL); in mono_get_method_checked()
1782 result = (MonoMethod *)g_hash_table_lookup (image->methodref_cache, GINT_TO_POINTER (token)); in mono_get_method_checked()
1801 result2 = (MonoMethod *)g_hash_table_lookup (image->methodref_cache, GINT_TO_POINTER (token)); in mono_get_method_checked()
1811 g_hash_table_insert (image->methodref_cache, GINT_TO_POINTER (token), result); in mono_get_method_checked()
H A Dmetadata-internals.h305 GHashTable *methodref_cache; /*protected by the image lock*/ member
H A Dimage.c2084 if (image->methodref_cache) in mono_image_close_except_pools()
2085 g_hash_table_destroy (image->methodref_cache); in mono_image_close_except_pools()