last_cache_slot    69 Zend/zend_compile.c 		CG(active_op_array)->literals[literal].cache_slot = CG(active_op_array)->last_cache_slot++; \
last_cache_slot    71 Zend/zend_compile.c 			CG(active_op_array)->run_time_cache = erealloc(CG(active_op_array)->run_time_cache, CG(active_op_array)->last_cache_slot * sizeof(void*)); \
last_cache_slot    72 Zend/zend_compile.c 			CG(active_op_array)->run_time_cache[CG(active_op_array)->last_cache_slot - 1] = NULL; \
last_cache_slot    79 Zend/zend_compile.c 		CG(active_op_array)->literals[literal].cache_slot = CG(active_op_array)->last_cache_slot; \
last_cache_slot    80 Zend/zend_compile.c 		CG(active_op_array)->last_cache_slot += POLYMORPHIC_CACHE_SLOT_SIZE; \
last_cache_slot    82 Zend/zend_compile.c 			CG(active_op_array)->run_time_cache = erealloc(CG(active_op_array)->run_time_cache, CG(active_op_array)->last_cache_slot * sizeof(void*)); \
last_cache_slot    83 Zend/zend_compile.c 			CG(active_op_array)->run_time_cache[CG(active_op_array)->last_cache_slot - 1] = NULL; \
last_cache_slot    84 Zend/zend_compile.c 			CG(active_op_array)->run_time_cache[CG(active_op_array)->last_cache_slot - 2] = NULL; \
last_cache_slot    91 Zend/zend_compile.c 		    CG(active_op_array)->last_cache_slot - POLYMORPHIC_CACHE_SLOT_SIZE) { \
last_cache_slot    93 Zend/zend_compile.c 			CG(active_op_array)->last_cache_slot -= POLYMORPHIC_CACHE_SLOT_SIZE; \
last_cache_slot   315 Zend/zend_compile.h 	int  last_cache_slot;
last_cache_slot  1697 Zend/zend_execute.c 	if (!op_array->run_time_cache && op_array->last_cache_slot) {
last_cache_slot  1698 Zend/zend_execute.c 		op_array->run_time_cache = ecalloc(op_array->last_cache_slot, sizeof(void*));
last_cache_slot   105 Zend/zend_opcode.c 	op_array->last_cache_slot = 0;
last_cache_slot   446 ext/opcache/Optimizer/compact_literals.c 		op_array->last_cache_slot = cache_slots;
last_cache_slot   159 ext/opcache/Optimizer/zend_optimizer.c 					op_array->literals[opline->op1.constant].cache_slot = op_array->last_cache_slot++;
last_cache_slot   168 ext/opcache/Optimizer/zend_optimizer.c 					op_array->literals[opline->op1.constant].cache_slot = op_array->last_cache_slot++;
last_cache_slot   207 ext/opcache/Optimizer/zend_optimizer.c 				op_array->literals[opline->op2.constant].cache_slot = op_array->last_cache_slot++;
last_cache_slot   232 ext/opcache/Optimizer/zend_optimizer.c 				op_array->literals[opline->op2.constant].cache_slot = op_array->last_cache_slot;
last_cache_slot   233 ext/opcache/Optimizer/zend_optimizer.c 				op_array->last_cache_slot += 2;
last_cache_slot   247 ext/opcache/Optimizer/zend_optimizer.c 					op_array->literals[opline->op2.constant].cache_slot = op_array->last_cache_slot;
last_cache_slot   248 ext/opcache/Optimizer/zend_optimizer.c 					op_array->last_cache_slot += 2;
last_cache_slot  1121 sapi/phpdbg/phpdbg_prompt.c 	if (!op_array->run_time_cache && op_array->last_cache_slot) {
last_cache_slot  1122 sapi/phpdbg/phpdbg_prompt.c 		op_array->run_time_cache = ecalloc(op_array->last_cache_slot, sizeof(void*));