persist_ptr       443 ext/opcache/zend_persist.c 	zend_op *persist_ptr;
persist_ptr       508 ext/opcache/zend_persist.c 		persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->opcodes);
persist_ptr       509 ext/opcache/zend_persist.c 		ZEND_ASSERT(persist_ptr != NULL);
persist_ptr       510 ext/opcache/zend_persist.c 		op_array->opcodes = persist_ptr;
persist_ptr       650 ext/opcache/zend_persist.c 			persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->vars);
persist_ptr       651 ext/opcache/zend_persist.c 			ZEND_ASSERT(persist_ptr != NULL);
persist_ptr       652 ext/opcache/zend_persist.c 			op_array->vars = (zend_string**)persist_ptr;
persist_ptr       664 ext/opcache/zend_persist.c 		if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype))) {
persist_ptr       665 ext/opcache/zend_persist.c 			op_array->prototype = (union _zend_function*)persist_ptr;