zend_shared_alloc_get_xlat_entry  112 ext/opcache/zend_persist.c 		ht->pListHead = zend_shared_alloc_get_xlat_entry(ht->pListHead);
zend_shared_alloc_get_xlat_entry  115 ext/opcache/zend_persist.c 		ht->pListTail = zend_shared_alloc_get_xlat_entry(ht->pListTail);
zend_shared_alloc_get_xlat_entry  118 ext/opcache/zend_persist.c 		ht->pInternalPointer = zend_shared_alloc_get_xlat_entry(ht->pInternalPointer);
zend_shared_alloc_get_xlat_entry  129 ext/opcache/zend_persist.c 					ht->arBuckets[i] = zend_shared_alloc_get_xlat_entry(ht->arBuckets[i]);
zend_shared_alloc_get_xlat_entry  162 ext/opcache/zend_persist.c 	zval *new_ptr = zend_shared_alloc_get_xlat_entry(*zp);
zend_shared_alloc_get_xlat_entry  226 ext/opcache/zend_persist.c 		orig_literals = zend_shared_alloc_get_xlat_entry(op_array->literals);
zend_shared_alloc_get_xlat_entry  244 ext/opcache/zend_persist.c 	if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->opcodes))) {
zend_shared_alloc_get_xlat_entry  354 ext/opcache/zend_persist.c 		if ((new_name = zend_shared_alloc_get_xlat_entry(op_array->function_name))) {
zend_shared_alloc_get_xlat_entry  363 ext/opcache/zend_persist.c 		if ((new_ptr = zend_shared_alloc_get_xlat_entry(op_array->arg_info))) {
zend_shared_alloc_get_xlat_entry  390 ext/opcache/zend_persist.c 		op_array->scope = zend_shared_alloc_get_xlat_entry(op_array->scope);
zend_shared_alloc_get_xlat_entry  397 ext/opcache/zend_persist.c 			if (!zend_shared_alloc_get_xlat_entry(op_array->doc_comment)) {
zend_shared_alloc_get_xlat_entry  411 ext/opcache/zend_persist.c 		if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->vars))) {
zend_shared_alloc_get_xlat_entry  424 ext/opcache/zend_persist.c 		if ((persist_ptr = zend_shared_alloc_get_xlat_entry(op_array->prototype))) {
zend_shared_alloc_get_xlat_entry  446 ext/opcache/zend_persist.c 			if (!zend_shared_alloc_get_xlat_entry(prop->doc_comment)) {
zend_shared_alloc_get_xlat_entry  501 ext/opcache/zend_persist.c 				if (!zend_shared_alloc_get_xlat_entry(ZEND_CE_DOC_COMMENT(ce))) {
zend_shared_alloc_get_xlat_entry  592 ext/opcache/zend_persist.c 	prop->ce = zend_shared_alloc_get_xlat_entry(prop->ce);
zend_shared_alloc_get_xlat_entry  601 ext/opcache/zend_persist.c 		ce->parent = zend_shared_alloc_get_xlat_entry(ce->parent);
zend_shared_alloc_get_xlat_entry  608 ext/opcache/zend_persist.c 		ce->constructor = zend_shared_alloc_get_xlat_entry(ce->constructor);
zend_shared_alloc_get_xlat_entry  613 ext/opcache/zend_persist.c 		ce->destructor = zend_shared_alloc_get_xlat_entry(ce->destructor);
zend_shared_alloc_get_xlat_entry  617 ext/opcache/zend_persist.c 		ce->clone = zend_shared_alloc_get_xlat_entry(ce->clone);
zend_shared_alloc_get_xlat_entry  621 ext/opcache/zend_persist.c 		ce->__get = zend_shared_alloc_get_xlat_entry(ce->__get);
zend_shared_alloc_get_xlat_entry  625 ext/opcache/zend_persist.c 		ce->__set = zend_shared_alloc_get_xlat_entry(ce->__set);
zend_shared_alloc_get_xlat_entry  629 ext/opcache/zend_persist.c 		ce->__call = zend_shared_alloc_get_xlat_entry(ce->__call);
zend_shared_alloc_get_xlat_entry  633 ext/opcache/zend_persist.c 		ce->serialize_func = zend_shared_alloc_get_xlat_entry(ce->serialize_func);
zend_shared_alloc_get_xlat_entry  637 ext/opcache/zend_persist.c 		ce->unserialize_func = zend_shared_alloc_get_xlat_entry(ce->unserialize_func);
zend_shared_alloc_get_xlat_entry  641 ext/opcache/zend_persist.c 		ce->__isset = zend_shared_alloc_get_xlat_entry(ce->__isset);
zend_shared_alloc_get_xlat_entry  645 ext/opcache/zend_persist.c 		ce->__unset = zend_shared_alloc_get_xlat_entry(ce->__unset);
zend_shared_alloc_get_xlat_entry  649 ext/opcache/zend_persist.c 		ce->__tostring = zend_shared_alloc_get_xlat_entry(ce->__tostring);
zend_shared_alloc_get_xlat_entry  654 ext/opcache/zend_persist.c 		ce->__callstatic = zend_shared_alloc_get_xlat_entry(ce->__callstatic);
zend_shared_alloc_get_xlat_entry  121 ext/opcache/zend_persist_calc.c 	zval *new_ptr = zend_shared_alloc_get_xlat_entry(*zp);
zend_shared_alloc_get_xlat_entry  143 ext/opcache/zend_persist_calc.c 	if (op_array->literals && !zend_shared_alloc_get_xlat_entry(op_array->literals)) {
zend_shared_alloc_get_xlat_entry  154 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_shared_alloc_get_xlat_entry(op_array->arg_info)) {
zend_shared_alloc_get_xlat_entry  211 ext/opcache/zend_persist_calc.c 	if (op_array->vars && !zend_shared_alloc_get_xlat_entry(op_array->vars)) {
zend_shared_alloc_get_xlat_entry  153 ext/opcache/zend_shared_alloc.h void *zend_shared_alloc_get_xlat_entry(const void *old);