Home
last modified time | relevance | path

Searched refs:ZEND_MAP_PTR (Results 1 – 9 of 9) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_map_ptr.h34 # define ZEND_MAP_PTR(ptr) \ macro
37 type * ZEND_MAP_PTR(name)
39 (*(ZEND_MAP_PTR(ptr)))
41 (*(ZEND_MAP_PTR(ptr))) = (val); \
44 ZEND_MAP_PTR(ptr) = (val); \
47 ZEND_MAP_PTR(ptr) = zend_map_ptr_new(); \
55 # define ZEND_MAP_PTR(ptr) \ macro
58 type * ZEND_MAP_PTR(name)
60 (((uintptr_t)ZEND_MAP_PTR(ptr)) & 1L)
68 ((void**)(ZEND_MAP_PTR(ptr)))))
[all …]
H A Dzend_opcode.c175 if (UNEXPECTED(ZEND_MAP_PTR(ce->static_members_table) == &ce->default_static_members_table)) { in zend_cleanup_internal_class_data()
395 if (ZEND_MAP_PTR(ce->static_members_table) != &ce->default_static_members_table) { in destroy_zend_class()
474 && ZEND_MAP_PTR(op_array->run_time_cache)) { in destroy_op_array()
475 efree(ZEND_MAP_PTR(op_array->run_time_cache)); in destroy_op_array()
H A Dzend_closures.c197 efree(ZEND_MAP_PTR(my_function.op_array.run_time_cache)); in ZEND_METHOD()
H A Dzend_inheritance.c1348 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_do_inheritance_ex()
H A Dzend_API.c3773 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_declare_typed_property()
H A Dzend_execute.c3735 if (!ZEND_MAP_PTR(op_array->run_time_cache)) { in i_init_code_execute_data()
H A Dzend_compile.c1334 if (!ZEND_MAP_PTR(op_array->run_time_cache)) { in zend_do_delayed_early_binding()
/PHP-8.0/ext/opcache/
H A Dzend_accelerator_util_funcs.c206 if (IN_ARENA(ZEND_MAP_PTR(new_entry->run_time_cache))) { in zend_hash_clone_methods()
207 …ZEND_MAP_PTR_INIT(new_entry->run_time_cache, ARENA_REALLOC(ZEND_MAP_PTR(new_entry->run_time_cache)… in zend_hash_clone_methods()
H A Dzend_file_cache.c472 SERIALIZE_PTR(ZEND_MAP_PTR(op_array->run_time_cache));
1249 if (ZEND_MAP_PTR(op_array->run_time_cache)) {
1252 UNSERIALIZE_PTR(ZEND_MAP_PTR(op_array->run_time_cache));

Completed in 143 milliseconds