GC_REF_GET_COLOR  100 Zend/zend_gc.c 			gc_color_name(GC_REF_GET_COLOR(ref)),
GC_REF_GET_COLOR  106 Zend/zend_gc.c 			gc_color_name(GC_REF_GET_COLOR(ref)),
GC_REF_GET_COLOR  111 Zend/zend_gc.c 			gc_color_name(GC_REF_GET_COLOR(ref)),
GC_REF_GET_COLOR  227 Zend/zend_gc.c 	ZEND_ASSERT(EXPECTED(GC_REF_GET_COLOR(ref) == GC_BLACK));
GC_REF_GET_COLOR  289 Zend/zend_gc.c 	if (GC_REF_GET_COLOR(ref) != GC_BLACK) {
GC_REF_GET_COLOR  334 Zend/zend_gc.c 					if (GC_REF_GET_COLOR(ref) != GC_BLACK) {
GC_REF_GET_COLOR  343 Zend/zend_gc.c 				if (GC_REF_GET_COLOR(ref) != GC_BLACK) {
GC_REF_GET_COLOR  361 Zend/zend_gc.c 			if (GC_REF_GET_COLOR(ref) != GC_BLACK) {
GC_REF_GET_COLOR  392 Zend/zend_gc.c 			if (GC_REF_GET_COLOR(ref) != GC_BLACK) {
GC_REF_GET_COLOR  404 Zend/zend_gc.c 	if (GC_REF_GET_COLOR(ref) != GC_BLACK) {
GC_REF_GET_COLOR  416 Zend/zend_gc.c 	if (GC_REF_GET_COLOR(ref) != GC_GREY) {
GC_REF_GET_COLOR  530 Zend/zend_gc.c 		if (GC_REF_GET_COLOR(current->ref) == GC_PURPLE) {
GC_REF_GET_COLOR  544 Zend/zend_gc.c 	if (GC_REF_GET_COLOR(ref) == GC_GREY) {
GC_REF_GET_COLOR  705 Zend/zend_gc.c 	if (GC_REF_GET_COLOR(ref) == GC_WHITE) {
GC_REF_GET_COLOR  842 Zend/zend_gc.c 		if (GC_REF_GET_COLOR(current->ref) == GC_BLACK) {
GC_REF_GET_COLOR  852 Zend/zend_gc.c 		if (GC_REF_GET_COLOR(current->ref) == GC_WHITE) {
GC_REF_GET_COLOR  889 Zend/zend_gc.c 	     GC_REF_GET_COLOR(ref) == GC_BLACK &&