cache_slots        93 ext/opcache/Optimizer/compact_literals.c 	int i, j, n, *pos, *map, cache_slots;
cache_slots       284 ext/opcache/Optimizer/compact_literals.c 		j = 0; cache_slots = 0;
cache_slots       413 ext/opcache/Optimizer/compact_literals.c 							op_array->literals[j].cache_slot = cache_slots;
cache_slots       414 ext/opcache/Optimizer/compact_literals.c 							cache_slots += LITERAL_NUM_SLOTS(info[i].flags);
cache_slots       446 ext/opcache/Optimizer/compact_literals.c 		op_array->last_cache_slot = cache_slots;