Home
last modified time | relevance | path

Searched refs:default_properties_table (Results 1 – 16 of 16) sorted by relevance

/php-src/Zend/
H A Dzend_opcode.c272 p = mutable_data->default_properties_table; in zend_cleanup_mutable_class_data()
273 if (p && p != ce->default_properties_table) { in zend_cleanup_mutable_class_data()
280 mutable_data->default_properties_table = NULL; in zend_cleanup_mutable_class_data()
318 if (ce->default_properties_table) { in destroy_zend_class()
319 p = ce->default_properties_table; in destroy_zend_class()
369 if (ce->default_properties_table) { in destroy_zend_class()
370 zval *p = ce->default_properties_table; in destroy_zend_class()
377 efree(ce->default_properties_table); in destroy_zend_class()
442 if (ce->default_properties_table) { in destroy_zend_class()
443 zval *p = ce->default_properties_table; in destroy_zend_class()
[all …]
H A Dzend_lazy_objects.c385 zval *default_properties_table = CE_DEFAULT_PROPERTIES_TABLE(ce); in zend_lazy_object_mark_as_initialized() local
392 ZVAL_COPY_PROP(&properties_table[i], &default_properties_table[i]); in zend_lazy_object_mark_as_initialized()
598 zval *default_properties_table = CE_DEFAULT_PROPERTIES_TABLE(ce); in zend_lazy_object_init() local
605 ZVAL_COPY_PROP(&properties_table[i], &default_properties_table[i]); in zend_lazy_object_init()
H A Dzend.h116 zval *default_properties_table; member
160 zval *default_properties_table; member
H A Dzend_inheritance.c1486 zval_ptr_dtor_nogc(&(ce->default_properties_table[parent_num])); in do_inherit_property()
1487 ce->default_properties_table[parent_num] = ce->default_properties_table[child_num]; in do_inherit_property()
1488 ZVAL_UNDEF(&ce->default_properties_table[child_num]); in do_inherit_property()
1688 ZVAL_NULL(&ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]); in zend_verify_hooked_property()
1820 src = ce->default_properties_table + ce->default_properties_count; in zend_do_inheritance_ex()
1823 ce->default_properties_table = table; in zend_do_inheritance_ex()
1830 end = ce->default_properties_table; in zend_do_inheritance_ex()
1834 ce->default_properties_table = end; in zend_do_inheritance_ex()
3336 if (ce->default_properties_table) { in zend_lazy_class_load()
3338 zval *src = ce->default_properties_table; in zend_lazy_class_load()
[all …]
H A Dzend_API.c1520 zval *default_properties_table = NULL; in zend_update_class_constants() local
1590 default_properties_table = class_type->default_properties_table; in zend_update_class_constants()
1594 default_properties_table = mutable_data->default_properties_table; in zend_update_class_constants()
1595 if (!default_properties_table) { in zend_update_class_constants()
1597 src = class_type->default_properties_table; in zend_update_class_constants()
1598 dst = default_properties_table; in zend_update_class_constants()
1605 mutable_data->default_properties_table = default_properties_table; in zend_update_class_constants()
1615 val = &default_properties_table[i]; in zend_update_class_constants()
4599 zval_ptr_dtor(&ce->default_properties_table[OBJ_PROP_TO_NUM(property_info->offset)]); in zend_declare_typed_property()
4611 …ce->default_properties_table = perealloc(ce->default_properties_table, sizeof(zval) * ce->default_… in zend_declare_typed_property()
[all …]
H A Dzend_execute_API.c347 if (ce->default_properties_table) { in zend_shutdown_executor_values()
348 zval *p = ce->default_properties_table; in zend_shutdown_executor_values()
H A Dzend_builtin_functions.c721 zval *default_properties_table = CE_DEFAULT_PROPERTIES_TABLE(ce); in add_class_vars() local
736 prop = &default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in add_class_vars()
H A Dzend_API.h469 return mutable_data->default_properties_table; in zend_class_default_properties_table()
471 return ce->default_properties_table; in zend_class_default_properties_table()
H A Dzend_compile.c2053 ce->default_properties_table = NULL; in zend_initialize_class_data()
/php-src/ext/tokenizer/
H A Dtokenizer.c297 zval *src = &token_class->default_properties_table[4]; in add_token()
298 zval *end = token_class->default_properties_table in add_token()
/php-src/ext/opcache/
H A Dzend_file_cache.c749 if (ce->default_properties_table) {
752 SERIALIZE_PTR(ce->default_properties_table);
753 p = ce->default_properties_table;
1617 if (ce->default_properties_table) {
1620 UNSERIALIZE_PTR(ce->default_properties_table);
1621 p = ce->default_properties_table;
H A Dzend_persist_calc.c448 if (ce->default_properties_table) { in zend_persist_class_entry_calc()
453 zend_persist_zval_calc(&ce->default_properties_table[i]); in zend_persist_class_entry_calc()
H A Dzend_persist.c937 if (ce->default_properties_table) { in zend_persist_class_entry()
940 …ce->default_properties_table = zend_shared_memdup_free(ce->default_properties_table, sizeof(zval) … in zend_persist_class_entry()
942 zend_persist_zval(&ce->default_properties_table[i]); in zend_persist_class_entry()
H A DZendAccelerator.c3843 val = &ce->default_properties_table[i];
/php-src/
H A D.gdbinit486 set $ptr_to_val = (zval*)((char*)$pi->ce->default_properties_table + $pi->offset - $initial_offset)
/php-src/ext/reflection/
H A Dphp_reflection.c920 return &ce->default_properties_table[OBJ_PROP_TO_NUM(prop_info->offset)]; in property_get_default()
6061 zval *src = &object->ce->default_properties_table[OBJ_PROP_TO_NUM(ref->prop->offset)]; in ZEND_METHOD()

Completed in 140 milliseconds