Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-llvm.c99 GHashTable *method_to_callers; member
174 GHashTable *method_to_callers; member
3228 g_hash_table_insert (ctx->method_to_callers, call->method, l); in process_call()
6780 g_hash_table_iter_init (&iter, ctx->method_to_callers); in free_ctx()
6784 g_hash_table_destroy (ctx->method_to_callers); in free_ctx()
6847 ctx->method_to_callers = g_hash_table_new (NULL, NULL); in mono_llvm_emit_method()
7370 g_hash_table_iter_init (&iter, ctx->method_to_callers); in emit_method_inner()
7373 l2 = (GSList*)g_hash_table_lookup (ctx->module->method_to_callers, method); in emit_method_inner()
7375 g_hash_table_insert (ctx->module->method_to_callers, method, l2); in emit_method_inner()
8547 module->method_to_callers = g_hash_table_new (NULL, NULL); in mono_llvm_create_aot_module()
[all …]