Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Daot-runtime.h125 gpointer extra_method_table; member
H A Daot-runtime.c135 guint32 *extra_method_table; member
2191 amodule->extra_method_table = amodule->tables [MONO_AOT_TABLE_EXTRA_METHOD_TABLE]; in load_aot_module()
2202 amodule->extra_method_table = (guint32 *)info->extra_method_table; in load_aot_module()
4124 table_size = code_amodule->extra_method_table [0]; in find_aot_method_in_amodule()
4126 table = code_amodule->extra_method_table + 1; in find_aot_method_in_amodule()