Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-runtime.h25 GHashTable *jump_trampoline_hash; member
H A Dmini-trampolines.c1426 code = g_hash_table_lookup (domain_jit_info (domain)->jump_trampoline_hash, method); in mono_create_jump_trampoline()
1447 g_hash_table_insert (domain_jit_info (domain)->jump_trampoline_hash, method, ji->code_start); in mono_create_jump_trampoline()
H A Dmini-runtime.c2241 g_hash_table_remove (info->jump_trampoline_hash, method); in mono_jit_free_method()
3623 info->jump_trampoline_hash = g_hash_table_new (mono_aligned_addr_hash, NULL); in mini_create_jit_domain_info()
3693 g_hash_table_destroy (info->jump_trampoline_hash); in mini_free_jit_domain_info()