Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dcominterop.c125 GHashTable* vtable_hash; member
2040 ccw->vtable_hash = g_hash_table_new (mono_aligned_addr_hash, NULL); in cominterop_get_ccw_checked()
2085 ccw_entry = (MonoCCWInterface *)g_hash_table_lookup (ccw->vtable_hash, itf); in cominterop_get_ccw_checked()
2198 g_hash_table_insert (ccw->vtable_hash, itf, ccw_entry); in cominterop_get_ccw_checked()
2263 …MonoCCWInterface* ccw_entry = (MonoCCWInterface *)g_hash_table_lookup (ccw_iter->vtable_hash, mono… in mono_marshal_free_ccw()
2270 g_hash_table_foreach_remove (ccw_iter->vtable_hash, mono_marshal_free_ccw_entry, NULL); in mono_marshal_free_ccw()
2271 g_hash_table_destroy (ccw_iter->vtable_hash); in mono_marshal_free_ccw()