Searched refs:GC_GREY (Results 1 – 2 of 2) sorted by relevance
47 #define GC_GREY 0x4000 macro
73 case GC_GREY: return "grey"; in gc_color_name()433 if (GC_REF_GET_COLOR(ref) != GC_GREY) { in gc_mark_grey()436 GC_REF_SET_COLOR(ref, GC_GREY); in gc_mark_grey()561 if (GC_REF_GET_COLOR(ref) == GC_GREY) { in gc_scan()
Completed in 8 milliseconds