Searched refs:GC_ZVAL_GET_COLOR (Results 1 – 2 of 2) sorted by relevance
134 GC_ZVAL_GET_COLOR(zv) == GC_BLACK) && in gc_zval_possible_root()149 if (GC_ZVAL_GET_COLOR(zv) != GC_PURPLE) { in gc_zval_possible_root()254 GC_ZVAL_GET_COLOR(zv) == GC_BLACK) && in gc_remove_zval_from_buffer()297 if (GC_ZVAL_GET_COLOR(pz) != GC_BLACK) { in zval_scan_black()322 if (GC_ZVAL_GET_COLOR(pz) != GC_BLACK) { in zval_scan_black()351 if (GC_ZVAL_GET_COLOR(pz) != GC_BLACK) { in zobj_scan_black()365 if (GC_ZVAL_GET_COLOR(pz) != GC_BLACK) { in zobj_scan_black()378 if (GC_ZVAL_GET_COLOR(pz) != GC_GREY) { in zval_mark_grey()500 if (GC_ZVAL_GET_COLOR(current->u.pz) == GC_PURPLE) { in gc_mark_roots()516 if (GC_ZVAL_GET_COLOR(pz) == GC_GREY) { in zval_scan()
69 #define GC_ZVAL_GET_COLOR(v) \ macro
Completed in 7 milliseconds