Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dgc-internals.h179 MANAGED_ALLOCATOR_SLOW_PATH, enumerator
H A Dsgen-mono.c1057 gboolean slowpath = variant == MANAGED_ALLOCATOR_SLOW_PATH; in create_allocator()
1550 if (variant != MANAGED_ALLOCATOR_SLOW_PATH && !use_managed_allocator) in mono_gc_get_managed_allocator_by_type()
1555 case MANAGED_ALLOCATOR_SLOW_PATH: cache = slowpath_alloc_method_cache; break; in mono_gc_get_managed_allocator_by_type()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Daot-runtime.c947 ref->method = mono_gc_get_managed_allocator_by_type (atype, MANAGED_ALLOCATOR_SLOW_PATH); in decode_method_ref_with_target()
H A Daot-compiler.c4107 if ((m = mono_gc_get_managed_allocator_by_type (i, MANAGED_ALLOCATOR_SLOW_PATH))) in add_wrappers()