Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/sgen/
H A Dsgen-gchandles.c105 { SGEN_ARRAY_LIST_INIT (NULL, is_slot_set, try_occupy_slot, -1), (HANDLE_NORMAL) },
120 HandleData *handles = gc_handles_for_type (HANDLE_NORMAL); in sgen_mark_normal_gc_handles()
209 return alloc_handle (gc_handles_for_type (pinned ? HANDLE_PINNED : HANDLE_NORMAL), obj, FALSE); in sgen_gchandle_new()
H A Dgc-internal-agnostic.h53 HANDLE_NORMAL, enumerator
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dnull-gc-handles.c44 EMPTY_HANDLE_DATA (HANDLE_NORMAL),
251 return alloc_handle (&gc_handles [pinned? HANDLE_PINNED: HANDLE_NORMAL], obj, FALSE); in mono_gchandle_new()
H A Dboehm-gc.c98 EMPTY_HANDLE_DATA (HANDLE_NORMAL),
1793 return alloc_handle (&gc_handles [pinned? HANDLE_PINNED: HANDLE_NORMAL], obj, FALSE); in mono_gchandle_new()
H A Dgc.c644 case HANDLE_NORMAL: in ves_icall_System_GCHandle_GetTargetHandle()
/dports/lang/mono/mono-5.10.1.57/docs/
H A Dprecise-gc25 *) precise info for HANDLE_NORMAL gc handles