Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcpriv.h2662 BOOL commit_mark_array_new_seg (gc_heap* hp,
H A Dgc.cpp4617 if (!commit_mark_array_new_seg (__this, result)) in get_segment()
7260 if (!commit_mark_array_new_seg (hp, new_seg, translated_ct, saved_g_lowest_address)) in grow_brick_card_tables()
7366 if (!commit_mark_array_new_seg (hp, new_seg)) in grow_brick_card_tables()
7619 || (should_commit_mark_array() && !commit_mark_array_new_seg(__this, seg))) in insert_ro_segment()
25200 BOOL gc_heap::commit_mark_array_new_seg (gc_heap* hp, function in gc_heap