Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dmarshal.c10604 int branch_pos, *branch_positions; in mono_marshal_get_array_address() local
10619 branch_positions = g_new0 (int, rank); in mono_marshal_get_array_address()
10683 branch_positions [i] = mono_mb_emit_branch (mb, CEE_BGE_UN); in mono_marshal_get_array_address()
10723 mono_mb_patch_branch (mb, branch_positions [i]); in mono_marshal_get_array_address()
10729 g_free (branch_positions); in mono_marshal_get_array_address()