Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcpriv.h1596 void fix_allocation_contexts (BOOL for_gc_p);
1598 void fix_youngest_allocation_area (BOOL for_gc_p);
1600 void fix_allocation_context (alloc_context* acontext, BOOL for_gc_p,
1603 void fix_large_allocation_area (BOOL for_gc_p);
H A Dgc.cpp5734 if (for_gc_p) in fix_youngest_allocation_area()
5745 UNREFERENCED_PARAMETER(for_gc_p); in fix_large_allocation_area()
5757 if (for_gc_p) in fix_large_allocation_area()
5775 !for_gc_p) in fix_allocation_context()
5791 if (for_gc_p) in fix_allocation_context()
5798 else if (for_gc_p) in fix_allocation_context()
5807 if (for_gc_p) in fix_allocation_context()
5855 BOOL for_gc_p; member
5868 args.for_gc_p = for_gc_p; in fix_allocation_contexts()
5872 fix_youngest_allocation_area(for_gc_p); in fix_allocation_contexts()
[all …]