Home
last modified time | relevance | path

Searched refs:properties_info_table (Results 1 – 11 of 11) sorted by relevance

/PHP-7.4/Zend/
H A Dzend_objects_API.h100 zend_property_info **table = obj->ce->properties_info_table; in zend_get_property_info_for_slot()
H A Dzend.h130 struct _zend_property_info **properties_info_table; member
H A Dzend_opcode.c403 if (ce->properties_info_table) { in destroy_zend_class()
404 free(ce->properties_info_table); in destroy_zend_class()
H A Dzend_inheritance.c1087 ZEND_ASSERT(ce->properties_info_table == NULL); in zend_build_properties_info_table()
1090 ce->properties_info_table = table = zend_arena_alloc(&CG(arena), size); in zend_build_properties_info_table()
1092 ce->properties_info_table = table = pemalloc(size, 1); in zend_build_properties_info_table()
1099 zend_property_info **parent_table = ce->parent->properties_info_table; in zend_build_properties_info_table()
H A Dzend_API.c3753 ZEND_ASSERT(ce->properties_info_table != NULL); in zend_declare_typed_property()
3754 ce->properties_info_table[OBJ_PROP_TO_NUM(property_info->offset)] = property_info; in zend_declare_typed_property()
3762 …ce->properties_info_table = perealloc(ce->properties_info_table, sizeof(zend_property_info *) * ce… in zend_declare_typed_property()
3763 ce->properties_info_table[ce->default_properties_count - 1] = property_info; in zend_declare_typed_property()
H A Dzend_compile.c1669 ce->properties_info_table = NULL; in zend_initialize_class_data()
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.c315 if (ce->properties_info_table) { in zend_class_copy_ctor()
317 ce->properties_info_table = ARENA_REALLOC(ce->properties_info_table); in zend_class_copy_ctor()
319 if (IN_ARENA(ce->properties_info_table[i])) { in zend_class_copy_ctor()
320 ce->properties_info_table[i] = ARENA_REALLOC(ce->properties_info_table[i]); in zend_class_copy_ctor()
H A Dzend_persist.c789 if (ce->properties_info_table) { in zend_persist_class_entry()
795 ce->properties_info_table = zend_shared_memdup( in zend_persist_class_entry()
796 ce->properties_info_table, size); in zend_persist_class_entry()
798 ce->properties_info_table = zend_shared_memdup_arena( in zend_persist_class_entry()
799 ce->properties_info_table, size); in zend_persist_class_entry()
803 if (ce->properties_info_table[i]) { in zend_persist_class_entry()
804 ce->properties_info_table[i] = zend_shared_alloc_get_xlat_entry( in zend_persist_class_entry()
805 ce->properties_info_table[i]); in zend_persist_class_entry()
H A Dzend_file_cache.c683 if (ce->properties_info_table) {
687 SERIALIZE_PTR(ce->properties_info_table);
688 table = ce->properties_info_table;
1385 if (ce->properties_info_table) {
1387 UNSERIALIZE_PTR(ce->properties_info_table);
1390 UNSERIALIZE_PTR(ce->properties_info_table[i]);
H A Dzend_persist_calc.c419 if (ce->properties_info_table) { in zend_persist_class_entry_calc()
H A DZendAccelerator.c3517 zend_property_info *prop = ce->properties_info_table[i]; in preload_try_resolve_constants()

Completed in 84 milliseconds