zend_shared_alloc_get_xlat_entry  202 ext/opcache/zend_file_cache.c 	ret = zend_shared_alloc_get_xlat_entry(str);
zend_shared_alloc_get_xlat_entry   37 ext/opcache/zend_persist.c 		zend_string *new_str = zend_shared_alloc_get_xlat_entry(str); \
zend_shared_alloc_get_xlat_entry  283 ext/opcache/zend_persist.c 			new_ptr = zend_shared_alloc_get_xlat_entry(Z_ARR_P(z));
zend_shared_alloc_get_xlat_entry  305 ext/opcache/zend_persist.c 			new_ptr = zend_shared_alloc_get_xlat_entry(Z_REF_P(z));
zend_shared_alloc_get_xlat_entry  314 ext/opcache/zend_persist.c 			new_ptr = zend_shared_alloc_get_xlat_entry(Z_AST_P(z));
zend_shared_alloc_get_xlat_entry  339 ext/opcache/zend_persist.c 			new_ptr = zend_shared_alloc_get_xlat_entry(Z_ARR_P(z));
zend_shared_alloc_get_xlat_entry  361 ext/opcache/zend_persist.c 			new_ptr = zend_shared_alloc_get_xlat_entry(Z_REF_P(z));
zend_shared_alloc_get_xlat_entry  370 ext/opcache/zend_persist.c 			new_ptr = zend_shared_alloc_get_xlat_entry(Z_AST_P(z));
zend_shared_alloc_get_xlat_entry  398 ext/opcache/zend_persist.c 			new_ptr = zend_shared_alloc_get_xlat_entry(Z_ARR_P(z));
zend_shared_alloc_get_xlat_entry  420 ext/opcache/zend_persist.c 			new_ptr = zend_shared_alloc_get_xlat_entry(Z_REF_P(z));
zend_shared_alloc_get_xlat_entry  429 ext/opcache/zend_persist.c 			new_ptr = zend_shared_alloc_get_xlat_entry(Z_AST_P(z));
zend_shared_alloc_get_xlat_entry  470 ext/opcache/zend_persist.c 		HashTable *stored = zend_shared_alloc_get_xlat_entry(op_array->static_variables);
zend_shared_alloc_get_xlat_entry  485 ext/opcache/zend_persist.c 	if (zend_shared_alloc_get_xlat_entry(op_array->opcodes)) {
zend_shared_alloc_get_xlat_entry  491 ext/opcache/zend_persist.c 			orig_literals = zend_shared_alloc_get_xlat_entry(op_array->literals);
zend_shared_alloc_get_xlat_entry  508 ext/opcache/zend_persist.c 		persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->opcodes);
zend_shared_alloc_get_xlat_entry  574 ext/opcache/zend_persist.c 			new_name = zend_shared_alloc_get_xlat_entry(op_array->function_name);
zend_shared_alloc_get_xlat_entry  596 ext/opcache/zend_persist.c 			arg_info = zend_shared_alloc_get_xlat_entry(arg_info);
zend_shared_alloc_get_xlat_entry  625 ext/opcache/zend_persist.c 		op_array->scope = zend_shared_alloc_get_xlat_entry(op_array->scope);
zend_shared_alloc_get_xlat_entry  631 ext/opcache/zend_persist.c 				op_array->doc_comment = zend_shared_alloc_get_xlat_entry(op_array->doc_comment);
zend_shared_alloc_get_xlat_entry  650 ext/opcache/zend_persist.c 			persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->vars);
zend_shared_alloc_get_xlat_entry  664 ext/opcache/zend_persist.c 		if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype))) {
zend_shared_alloc_get_xlat_entry  677 ext/opcache/zend_persist.c 	zend_op_array *old_op_array = zend_shared_alloc_get_xlat_entry(op_array);
zend_shared_alloc_get_xlat_entry  694 ext/opcache/zend_persist.c 	zend_property_info *prop = zend_shared_alloc_get_xlat_entry(Z_PTR_P(zv));
zend_shared_alloc_get_xlat_entry  704 ext/opcache/zend_persist.c 	prop->ce = zend_shared_alloc_get_xlat_entry(prop->ce);
zend_shared_alloc_get_xlat_entry  710 ext/opcache/zend_persist.c 			if (!zend_shared_alloc_get_xlat_entry(prop->doc_comment)) {
zend_shared_alloc_get_xlat_entry  758 ext/opcache/zend_persist.c 				if (!zend_shared_alloc_get_xlat_entry(ZEND_CE_DOC_COMMENT(ce))) {
zend_shared_alloc_get_xlat_entry  845 ext/opcache/zend_persist.c 		ce->parent = zend_shared_alloc_get_xlat_entry(ce->parent);
zend_shared_alloc_get_xlat_entry  850 ext/opcache/zend_persist.c 		ce->constructor = zend_shared_alloc_get_xlat_entry(ce->constructor);
zend_shared_alloc_get_xlat_entry  853 ext/opcache/zend_persist.c 		ce->destructor = zend_shared_alloc_get_xlat_entry(ce->destructor);
zend_shared_alloc_get_xlat_entry  856 ext/opcache/zend_persist.c 		ce->clone = zend_shared_alloc_get_xlat_entry(ce->clone);
zend_shared_alloc_get_xlat_entry  859 ext/opcache/zend_persist.c 		ce->__get = zend_shared_alloc_get_xlat_entry(ce->__get);
zend_shared_alloc_get_xlat_entry  862 ext/opcache/zend_persist.c 		ce->__set = zend_shared_alloc_get_xlat_entry(ce->__set);
zend_shared_alloc_get_xlat_entry  865 ext/opcache/zend_persist.c 		ce->__call = zend_shared_alloc_get_xlat_entry(ce->__call);
zend_shared_alloc_get_xlat_entry  868 ext/opcache/zend_persist.c 		ce->serialize_func = zend_shared_alloc_get_xlat_entry(ce->serialize_func);
zend_shared_alloc_get_xlat_entry  871 ext/opcache/zend_persist.c 		ce->unserialize_func = zend_shared_alloc_get_xlat_entry(ce->unserialize_func);
zend_shared_alloc_get_xlat_entry  874 ext/opcache/zend_persist.c 		ce->__isset = zend_shared_alloc_get_xlat_entry(ce->__isset);
zend_shared_alloc_get_xlat_entry  877 ext/opcache/zend_persist.c 		ce->__unset = zend_shared_alloc_get_xlat_entry(ce->__unset);
zend_shared_alloc_get_xlat_entry  880 ext/opcache/zend_persist.c 		ce->__tostring = zend_shared_alloc_get_xlat_entry(ce->__tostring);
zend_shared_alloc_get_xlat_entry  883 ext/opcache/zend_persist.c 		ce->__callstatic = zend_shared_alloc_get_xlat_entry(ce->__callstatic);
zend_shared_alloc_get_xlat_entry  886 ext/opcache/zend_persist.c 		ce->__debugInfo = zend_shared_alloc_get_xlat_entry(ce->__debugInfo);
zend_shared_alloc_get_xlat_entry  167 ext/opcache/zend_persist_calc.c 		if (!zend_shared_alloc_get_xlat_entry(op_array->static_variables)) {
zend_shared_alloc_get_xlat_entry  176 ext/opcache/zend_persist_calc.c 	if (zend_shared_alloc_get_xlat_entry(op_array->opcodes)) {
zend_shared_alloc_get_xlat_entry  179 ext/opcache/zend_persist_calc.c 			zend_string *new_name = zend_shared_alloc_get_xlat_entry(op_array->function_name);
zend_shared_alloc_get_xlat_entry  201 ext/opcache/zend_persist_calc.c 		zend_string *new_name = zend_shared_alloc_get_xlat_entry(old_name);
zend_shared_alloc_get_xlat_entry  269 ext/opcache/zend_persist_calc.c 		zend_op_array *old_op_array = zend_shared_alloc_get_xlat_entry(op_array);
zend_shared_alloc_get_xlat_entry  287 ext/opcache/zend_persist_calc.c 	if (!zend_shared_alloc_get_xlat_entry(prop)) {
zend_shared_alloc_get_xlat_entry  158 ext/opcache/zend_shared_alloc.h void *zend_shared_alloc_get_xlat_entry(const void *old);