Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Drow-indexes.h285 MONO_TYPEREF_SIZE enumerator
H A Dcustom-attrs.c2060 guint32 cols [MONO_TYPEREF_SIZE]; in custom_attr_class_name_from_method_token()
2063 mono_metadata_decode_row (t, (type_token&0xffffff)-1, cols, MONO_TYPEREF_SIZE); in custom_attr_class_name_from_method_token()
2233 guint32 cols [MONO_TYPEREF_SIZE]; in init_weak_fields_inner()
2235 mono_metadata_decode_row (typeref_table, nindex - 1, cols, MONO_TYPEREF_SIZE); in init_weak_fields_inner()
H A Ddynamic-image.c33 MONO_TYPEREF_SIZE,
H A Dmetadata-verify.c3749 guint32 data [MONO_TYPEREF_SIZE]; in verify_typeref_table_global_constraints()
3755 mono_metadata_decode_row (table, i, data, MONO_TYPEREF_SIZE); in verify_typeref_table_global_constraints()
4316 guint32 data [MONO_TYPEREF_SIZE]; in mono_verifier_verify_typeref_row()
4328 mono_metadata_decode_row (table, row, data, MONO_TYPEREF_SIZE); in mono_verifier_verify_typeref_row()
H A Dsre-encode.c804 values = table->values + table->next_idx * MONO_TYPEREF_SIZE; in mono_dynimage_encode_typedef_or_ref_full()
H A Dclass.c205 guint32 cols [MONO_TYPEREF_SIZE]; in mono_class_from_typeref_checked()
217 mono_metadata_decode_row (t, (type_token&0xffffff)-1, cols, MONO_TYPEREF_SIZE); in mono_class_from_typeref_checked()
7318 guint32 cols [MONO_TYPEREF_SIZE]; in mono_class_name_from_token()
7331 mono_metadata_decode_row (t, tidx-1, cols, MONO_TYPEREF_SIZE); in mono_class_name_from_token()
7363 guint32 cols [MONO_TYPEREF_SIZE]; in mono_assembly_name_from_token()
7375 mono_metadata_decode_row (t, idx-1, cols, MONO_TYPEREF_SIZE); in mono_assembly_name_from_token()
/dports/lang/mono/mono-5.10.1.57/mono/dis/
H A Dget.c277 guint32 cols [MONO_TYPEREF_SIZE]; in get_typeref()
282 mono_metadata_decode_row (&m->tables [MONO_TABLE_TYPEREF], idx - 1, cols, MONO_TYPEREF_SIZE); in get_typeref()