cache_slot         69 Zend/zend_compile.c 		CG(active_op_array)->literals[literal].cache_slot = CG(active_op_array)->last_cache_slot++; \
cache_slot         79 Zend/zend_compile.c 		CG(active_op_array)->literals[literal].cache_slot = CG(active_op_array)->last_cache_slot; \
cache_slot         89 Zend/zend_compile.c 		if (CG(active_op_array)->literals[literal].cache_slot != -1 && \
cache_slot         90 Zend/zend_compile.c 		    CG(active_op_array)->literals[literal].cache_slot == \
cache_slot         92 Zend/zend_compile.c 			CG(active_op_array)->literals[literal].cache_slot = -1; \
cache_slot        349 Zend/zend_compile.c 	op_array->literals[literal_position].cache_slot = -1;
cache_slot        392 Zend/zend_compile.c 	    op_array->literals[op_array->last_literal - 1].cache_slot == -1) {
cache_slot        419 Zend/zend_compile.c 	    op_array->literals[op_array->last_literal - 1].cache_slot == -1) {
cache_slot        456 Zend/zend_compile.c 	    op_array->literals[op_array->last_literal - 1].cache_slot == -1) {
cache_slot        490 Zend/zend_compile.c 	    op_array->literals[op_array->last_literal - 1].cache_slot == -1) {
cache_slot         72 Zend/zend_compile.h 	zend_uint  cache_slot;
cache_slot        309 Zend/zend_object_handlers.c 	if (key && (property_info = CACHED_POLYMORPHIC_PTR(key->cache_slot, ce)) != NULL) {
cache_slot        342 Zend/zend_object_handlers.c 						CACHE_POLYMORPHIC_PTR(key->cache_slot, ce, property_info);
cache_slot        358 Zend/zend_object_handlers.c 			CACHE_POLYMORPHIC_PTR(key->cache_slot, ce, scope_property_info);
cache_slot        371 Zend/zend_object_handlers.c 				CACHE_POLYMORPHIC_PTR(key->cache_slot, ce, property_info);
cache_slot       1274 Zend/zend_object_handlers.c 	    (property_info = CACHED_POLYMORPHIC_PTR(key->cache_slot, ce)) == NULL) {
cache_slot       1309 Zend/zend_object_handlers.c 			CACHE_POLYMORPHIC_PTR(key->cache_slot, ce, property_info);
cache_slot       1030 Zend/zend_vm_def.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       1031 Zend/zend_vm_def.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       1042 Zend/zend_vm_def.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       2399 Zend/zend_vm_def.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       2400 Zend/zend_vm_def.h 				EX_T(opline->result.var).class_entry = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       2403 Zend/zend_vm_def.h 				CACHE_PTR(opline->op2.literal->cache_slot, EX_T(opline->result.var).class_entry);
cache_slot       2453 Zend/zend_vm_def.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       2469 Zend/zend_vm_def.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       2516 Zend/zend_vm_def.h 		if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       2517 Zend/zend_vm_def.h 			ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       2526 Zend/zend_vm_def.h 			CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       2541 Zend/zend_vm_def.h 	    CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       2542 Zend/zend_vm_def.h 		call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       2545 Zend/zend_vm_def.h 	           (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) {
cache_slot       2582 Zend/zend_vm_def.h 					CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       2584 Zend/zend_vm_def.h 					CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc);
cache_slot       2638 Zend/zend_vm_def.h 		if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       2639 Zend/zend_vm_def.h 			call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       2644 Zend/zend_vm_def.h 			CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       2796 Zend/zend_vm_def.h 	if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       2797 Zend/zend_vm_def.h 		call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       2804 Zend/zend_vm_def.h 			CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       2807 Zend/zend_vm_def.h 		CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       2832 Zend/zend_vm_def.h 	if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       2833 Zend/zend_vm_def.h 		EX(function_state).function = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       2838 Zend/zend_vm_def.h 		CACHE_PTR(opline->op1.literal->cache_slot, EX(function_state).function);
cache_slot       3024 Zend/zend_vm_def.h 	if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       3025 Zend/zend_vm_def.h 		catch_ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       3029 Zend/zend_vm_def.h 		CACHE_PTR(opline->op1.literal->cache_slot, catch_ce);
cache_slot       3707 Zend/zend_vm_def.h 		if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       3708 Zend/zend_vm_def.h 			c = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       3726 Zend/zend_vm_def.h 			CACHE_PTR(opline->op2.literal->cache_slot, c);
cache_slot       3737 Zend/zend_vm_def.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       3738 Zend/zend_vm_def.h 				value = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       3742 Zend/zend_vm_def.h 			} else if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       3743 Zend/zend_vm_def.h 				ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       3752 Zend/zend_vm_def.h 				CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       3756 Zend/zend_vm_def.h 			if ((value = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce)) != NULL) {
cache_slot       3772 Zend/zend_vm_def.h 				CACHE_PTR(opline->op2.literal->cache_slot, value);
cache_slot       3774 Zend/zend_vm_def.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, value);
cache_slot       4116 Zend/zend_vm_def.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       4117 Zend/zend_vm_def.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       4132 Zend/zend_vm_def.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       4622 Zend/zend_vm_def.h 				if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       4623 Zend/zend_vm_def.h 					ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       4630 Zend/zend_vm_def.h 					CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       5151 Zend/zend_vm_def.h 	if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       5152 Zend/zend_vm_def.h 		iface = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       5159 Zend/zend_vm_def.h 		CACHE_PTR(opline->op2.literal->cache_slot, iface);
cache_slot       5178 Zend/zend_vm_def.h 	if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       5179 Zend/zend_vm_def.h 		trait = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       5192 Zend/zend_vm_def.h 		CACHE_PTR(opline->op2.literal->cache_slot, trait);
cache_slot       1134 Zend/zend_vm_execute.h 	if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       1135 Zend/zend_vm_execute.h 		trait = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       1148 Zend/zend_vm_execute.h 		CACHE_PTR(opline->op2.literal->cache_slot, trait);
cache_slot       1413 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       1414 Zend/zend_vm_execute.h 				EX_T(opline->result.var).class_entry = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       1417 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, EX_T(opline->result.var).class_entry);
cache_slot       1443 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       1444 Zend/zend_vm_execute.h 			call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       1449 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       1599 Zend/zend_vm_execute.h 	if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       1600 Zend/zend_vm_execute.h 		call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       1607 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       1610 Zend/zend_vm_execute.h 		CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       1718 Zend/zend_vm_execute.h 	if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       1719 Zend/zend_vm_execute.h 		iface = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       1726 Zend/zend_vm_execute.h 		CACHE_PTR(opline->op2.literal->cache_slot, iface);
cache_slot       1755 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       1756 Zend/zend_vm_execute.h 				EX_T(opline->result.var).class_entry = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       1759 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, EX_T(opline->result.var).class_entry);
cache_slot       1786 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       1787 Zend/zend_vm_execute.h 			call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       1792 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       1954 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       1955 Zend/zend_vm_execute.h 				EX_T(opline->result.var).class_entry = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       1958 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, EX_T(opline->result.var).class_entry);
cache_slot       1985 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       1986 Zend/zend_vm_execute.h 			call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       1991 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       2153 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       2154 Zend/zend_vm_execute.h 				EX_T(opline->result.var).class_entry = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       2157 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, EX_T(opline->result.var).class_entry);
cache_slot       2192 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       2193 Zend/zend_vm_execute.h 				EX_T(opline->result.var).class_entry = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       2196 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, EX_T(opline->result.var).class_entry);
cache_slot       2222 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       2223 Zend/zend_vm_execute.h 			call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       2228 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       2586 Zend/zend_vm_execute.h 	if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       2587 Zend/zend_vm_execute.h 		EX(function_state).function = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       2592 Zend/zend_vm_execute.h 		CACHE_PTR(opline->op1.literal->cache_slot, EX(function_state).function);
cache_slot       3642 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       3643 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       3654 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       3830 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       3831 Zend/zend_vm_execute.h 			ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       3840 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       3855 Zend/zend_vm_execute.h 	    CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       3856 Zend/zend_vm_execute.h 		call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       3859 Zend/zend_vm_execute.h 	           (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) {
cache_slot       3896 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       3898 Zend/zend_vm_execute.h 					CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc);
cache_slot       3967 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       3968 Zend/zend_vm_execute.h 			c = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       3986 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op2.literal->cache_slot, c);
cache_slot       3997 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       3998 Zend/zend_vm_execute.h 				value = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       4002 Zend/zend_vm_execute.h 			} else if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       4003 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       4012 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       4016 Zend/zend_vm_execute.h 			if ((value = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce)) != NULL) {
cache_slot       4032 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, value);
cache_slot       4034 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, value);
cache_slot       4184 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       4185 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       4200 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       4260 Zend/zend_vm_execute.h 				if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       4261 Zend/zend_vm_execute.h 					ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       4268 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       4832 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       4833 Zend/zend_vm_execute.h 			ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       4842 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       4857 Zend/zend_vm_execute.h 	    CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       4858 Zend/zend_vm_execute.h 		call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       4861 Zend/zend_vm_execute.h 	           (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) {
cache_slot       4898 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       4900 Zend/zend_vm_execute.h 					CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc);
cache_slot       5532 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       5533 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       5544 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       5696 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       5697 Zend/zend_vm_execute.h 			ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       5706 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       5721 Zend/zend_vm_execute.h 	    CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       5722 Zend/zend_vm_execute.h 		call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       5725 Zend/zend_vm_execute.h 	           (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) {
cache_slot       5762 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       5764 Zend/zend_vm_execute.h 					CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc);
cache_slot       5959 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       5960 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       5975 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       6035 Zend/zend_vm_execute.h 				if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       6036 Zend/zend_vm_execute.h 					ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       6043 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       6284 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       6285 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       6296 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       6431 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       6432 Zend/zend_vm_execute.h 			ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       6441 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       6456 Zend/zend_vm_execute.h 	    CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       6457 Zend/zend_vm_execute.h 		call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       6460 Zend/zend_vm_execute.h 	           (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) {
cache_slot       6497 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       6499 Zend/zend_vm_execute.h 					CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc);
cache_slot       6679 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       6680 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       6695 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       6755 Zend/zend_vm_execute.h 				if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       6756 Zend/zend_vm_execute.h 					ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       6763 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       7290 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       7291 Zend/zend_vm_execute.h 			ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       7300 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       7315 Zend/zend_vm_execute.h 	    CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       7316 Zend/zend_vm_execute.h 		call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       7319 Zend/zend_vm_execute.h 	           (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) {
cache_slot       7356 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       7358 Zend/zend_vm_execute.h 					CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc);
cache_slot       7417 Zend/zend_vm_execute.h 	if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       7418 Zend/zend_vm_execute.h 		catch_ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       7422 Zend/zend_vm_execute.h 		CACHE_PTR(opline->op1.literal->cache_slot, catch_ce);
cache_slot       9060 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       9061 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       9072 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       9314 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       9330 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       9512 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       9513 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       9528 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       9588 Zend/zend_vm_execute.h 				if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       9589 Zend/zend_vm_execute.h 					ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       9596 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       10179 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       10195 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       10816 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       10817 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       10828 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       11045 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       11061 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       11245 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       11246 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       11261 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       11321 Zend/zend_vm_execute.h 				if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       11322 Zend/zend_vm_execute.h 					ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       11329 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       11570 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       11571 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       11582 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       11840 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       11841 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       11856 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       11916 Zend/zend_vm_execute.h 				if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       11917 Zend/zend_vm_execute.h 					ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       11924 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       12491 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       12507 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       14998 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       14999 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       15010 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       15739 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       15755 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       15801 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       15802 Zend/zend_vm_execute.h 			ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       15811 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       15826 Zend/zend_vm_execute.h 	    CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       15827 Zend/zend_vm_execute.h 		call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       15830 Zend/zend_vm_execute.h 	           (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) {
cache_slot       15867 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       15869 Zend/zend_vm_execute.h 					CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc);
cache_slot       15938 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       15939 Zend/zend_vm_execute.h 			c = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       15957 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op2.literal->cache_slot, c);
cache_slot       15968 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       15969 Zend/zend_vm_execute.h 				value = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       15973 Zend/zend_vm_execute.h 			} else if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       15974 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       15983 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       15987 Zend/zend_vm_execute.h 			if ((value = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce)) != NULL) {
cache_slot       16003 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, value);
cache_slot       16005 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, value);
cache_slot       16155 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       16156 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       16171 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       16368 Zend/zend_vm_execute.h 				if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       16369 Zend/zend_vm_execute.h 					ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       16376 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       18092 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       18108 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       18155 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       18156 Zend/zend_vm_execute.h 			ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       18165 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       18180 Zend/zend_vm_execute.h 	    CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       18181 Zend/zend_vm_execute.h 		call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       18184 Zend/zend_vm_execute.h 	           (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) {
cache_slot       18221 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       18223 Zend/zend_vm_execute.h 					CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc);
cache_slot       19612 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       19613 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       19624 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       20410 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       20426 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       20473 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       20474 Zend/zend_vm_execute.h 			ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       20483 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       20498 Zend/zend_vm_execute.h 	    CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       20499 Zend/zend_vm_execute.h 		call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       20502 Zend/zend_vm_execute.h 	           (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) {
cache_slot       20539 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       20541 Zend/zend_vm_execute.h 					CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc);
cache_slot       20736 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       20737 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       20752 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       20949 Zend/zend_vm_execute.h 				if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       20950 Zend/zend_vm_execute.h 					ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       20957 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       21605 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       21606 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       21617 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       21921 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       21922 Zend/zend_vm_execute.h 			ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       21931 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       21946 Zend/zend_vm_execute.h 	    CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       21947 Zend/zend_vm_execute.h 		call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       21950 Zend/zend_vm_execute.h 	           (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) {
cache_slot       21987 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       21989 Zend/zend_vm_execute.h 					CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc);
cache_slot       22169 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       22170 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       22185 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       22245 Zend/zend_vm_execute.h 				if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       22246 Zend/zend_vm_execute.h 					ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       22253 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       23880 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       23896 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       23942 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       23943 Zend/zend_vm_execute.h 			ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       23952 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       23967 Zend/zend_vm_execute.h 	    CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       23968 Zend/zend_vm_execute.h 		call->fbc = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       23971 Zend/zend_vm_execute.h 	           (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce))) {
cache_slot       24008 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, call->fbc);
cache_slot       24010 Zend/zend_vm_execute.h 					CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, call->fbc);
cache_slot       25530 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       25546 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       25589 Zend/zend_vm_execute.h 		if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       25590 Zend/zend_vm_execute.h 			c = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       25608 Zend/zend_vm_execute.h 			CACHE_PTR(opline->op2.literal->cache_slot, c);
cache_slot       25619 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       25620 Zend/zend_vm_execute.h 				value = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       25624 Zend/zend_vm_execute.h 			} else if (CACHED_PTR(opline->op1.literal->cache_slot)) {
cache_slot       25625 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op1.literal->cache_slot);
cache_slot       25634 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op1.literal->cache_slot, ce);
cache_slot       25638 Zend/zend_vm_execute.h 			if ((value = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce)) != NULL) {
cache_slot       25654 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, value);
cache_slot       25656 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, ce, value);
cache_slot       26943 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       26959 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       28265 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       28281 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       30017 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       30033 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       32532 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       32533 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       32544 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       33268 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       33284 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       33466 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       33467 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       33482 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       33677 Zend/zend_vm_execute.h 				if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       33678 Zend/zend_vm_execute.h 					ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       33685 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       35392 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       35408 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       36780 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       36781 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       36792 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       37572 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       37588 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot       37772 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       37773 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       37788 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       37983 Zend/zend_vm_execute.h 				if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       37984 Zend/zend_vm_execute.h 					ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       37991 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       38635 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       38636 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       38647 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       39073 Zend/zend_vm_execute.h 			if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       39074 Zend/zend_vm_execute.h 				ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       39089 Zend/zend_vm_execute.h 				CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       39149 Zend/zend_vm_execute.h 				if (CACHED_PTR(opline->op2.literal->cache_slot)) {
cache_slot       39150 Zend/zend_vm_execute.h 					ce = CACHED_PTR(opline->op2.literal->cache_slot);
cache_slot       39157 Zend/zend_vm_execute.h 					CACHE_PTR(opline->op2.literal->cache_slot, ce);
cache_slot       40755 Zend/zend_vm_execute.h 		    (call->fbc = CACHED_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope)) == NULL) {
cache_slot       40771 Zend/zend_vm_execute.h 				CACHE_POLYMORPHIC_PTR(opline->op2.literal->cache_slot, call->called_scope, call->fbc);
cache_slot        413 ext/opcache/Optimizer/compact_literals.c 							op_array->literals[j].cache_slot = cache_slots;
cache_slot         57 ext/opcache/Optimizer/optimize_func_calls.c 					op_array->literals[fcall->op2.constant + 1].cache_slot = op_array->literals[fcall->op2.constant].cache_slot;
cache_slot         73 ext/opcache/Optimizer/optimize_func_calls.c 					op_array->literals[fcall->op2.constant + 1].cache_slot = op_array->literals[fcall->op2.constant].cache_slot;
cache_slot        100 ext/opcache/Optimizer/zend_optimizer.c 	op_array->literals[i].cache_slot = -1;
cache_slot        159 ext/opcache/Optimizer/zend_optimizer.c 					op_array->literals[opline->op1.constant].cache_slot = op_array->last_cache_slot++;
cache_slot        168 ext/opcache/Optimizer/zend_optimizer.c 					op_array->literals[opline->op1.constant].cache_slot = op_array->last_cache_slot++;
cache_slot        207 ext/opcache/Optimizer/zend_optimizer.c 				op_array->literals[opline->op2.constant].cache_slot = op_array->last_cache_slot++;
cache_slot        232 ext/opcache/Optimizer/zend_optimizer.c 				op_array->literals[opline->op2.constant].cache_slot = op_array->last_cache_slot;
cache_slot        247 ext/opcache/Optimizer/zend_optimizer.c 					op_array->literals[opline->op2.constant].cache_slot = op_array->last_cache_slot;