Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmarshal.h296 mono_type_to_ldind (MonoType *type);
H A Dmarshal.c1271 mono_type_to_ldind (MonoType *type) in mono_type_to_ldind() function
2126 mono_mb_emit_byte (mb, mono_type_to_ldind (etype)); in emit_fixed_buf_conv()
2274 mono_mb_emit_byte (mb, mono_type_to_ldind (ftype)); in emit_struct_conv_full()
3357 mono_mb_emit_byte (mb, mono_type_to_ldind (return_type)); in mono_mb_emit_restore_result()
4094 mono_mb_emit_byte (mb, mono_type_to_ldind (sig->params [i])); in emit_invoke_call()
4102 mono_mb_emit_byte (mb, mono_type_to_ldind (sig->params [i])); in emit_invoke_call()
4106 mono_mb_emit_byte (mb, mono_type_to_ldind (sig->params [i])); in emit_invoke_call()
H A Dremoting.c1518 mono_mb_emit_byte (mb, mono_type_to_ldind (type)); in mono_marshal_get_ldfld_wrapper()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-generic-sharing.c1377 ldind_op = mono_type_to_ldind (sig->params [i]); in mini_get_gsharedvt_out_sig_wrapper()