Home
last modified time | relevance | path

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

/PHP-8.2/Zend/
H A Dzend_map_ptr.h29 #define ZEND_MAP_PTR(ptr) \ macro
32 type ZEND_MAP_PTR(name)
38 ZEND_MAP_PTR(ptr) = (val); \
41 ZEND_MAP_PTR(ptr) = zend_map_ptr_new(); \
48 (((uintptr_t)ZEND_MAP_PTR(ptr)) & 1L)
52 ((void*)(ZEND_MAP_PTR(ptr)))))
54 (*ZEND_MAP_PTR_OFFSET2PTR((uintptr_t)ZEND_MAP_PTR(ptr)))
63 void **__p = ZEND_MAP_PTR_OFFSET2PTR((uintptr_t)ZEND_MAP_PTR(ptr)); \
H A Dzend_opcode.c174 if (ZEND_MAP_PTR(ce->static_members_table) && CE_STATIC_MEMBERS(ce)) { in zend_cleanup_internal_class_data()
518 if (ZEND_MAP_PTR(op_array->static_variables_ptr)) { in zend_destroy_static_vars()
532 && ZEND_MAP_PTR(op_array->run_time_cache)) { in destroy_op_array()
533 efree(ZEND_MAP_PTR(op_array->run_time_cache)); in destroy_op_array()
H A Dzend_observer.c32 …(ZEND_MAP_PTR(function->common.run_time_cache) && !(function->common.fn_flags & ZEND_ACC_CALL_VIA_…
H A Dzend_execute_API.c311 if (ZEND_MAP_PTR(op_array->static_variables_ptr)) { in zend_shutdown_executor_values()
326 if (ZEND_MAP_PTR(ce->mutable_data)) { in zend_shutdown_executor_values()
363 if (ZEND_MAP_PTR(op_array->static_variables_ptr)) { in zend_shutdown_executor_values()
H A Dzend_API.h440 if ((ce->ce_flags & ZEND_ACC_HAS_AST_CONSTANTS) && ZEND_MAP_PTR(ce->mutable_data)) { in zend_class_constants_table()
454 if ((ce->ce_flags & ZEND_ACC_HAS_AST_PROPERTIES) && ZEND_MAP_PTR(ce->mutable_data)) { in zend_class_default_properties_table()
465 if (ZEND_MAP_PTR(ce->mutable_data) && ce->type == ZEND_USER_CLASS) { in zend_class_set_backed_enum_table()
475 if (ZEND_MAP_PTR(ce->mutable_data) && ce->type == ZEND_USER_CLASS) { in zend_class_backed_enum_table()
H A Dzend_API.c1315 ZEND_ASSERT(ZEND_MAP_PTR(class_type->mutable_data) != NULL); in zend_allocate_mutable_data()
1355 ZEND_ASSERT(ZEND_MAP_PTR(class_type->mutable_data) != NULL); in zend_separate_class_constants_table()
1403 bool uses_mutable_data = ZEND_MAP_PTR(class_type->mutable_data) != NULL; in zend_update_class_constants()
4246 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_declare_typed_property()
4554 if (ce->type == ZEND_INTERNAL_CLASS && !ZEND_MAP_PTR(ce->mutable_data)) { in zend_declare_class_constant_ex()
H A Dzend_closures.c201 efree(ZEND_MAP_PTR(my_function->op_array.run_time_cache)); in ZEND_METHOD()
H A Dzend_inheritance.c1577 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_do_inheritance_ex()
H A Dzend_execute.c3973 if (!ZEND_MAP_PTR(op_array->run_time_cache)) { in i_init_code_execute_data()
/PHP-8.2/ext/pdo/
H A Dpdo_dbh.c1222 if (ZEND_MAP_PTR(func->common.run_time_cache)) { in cls_method_dtor()
1223 efree(ZEND_MAP_PTR(func->common.run_time_cache)); in cls_method_dtor()
1234 if (ZEND_MAP_PTR(func->common.run_time_cache)) { in cls_method_pdtor()
1235 pefree(ZEND_MAP_PTR(func->common.run_time_cache), 1); in cls_method_pdtor()
1271ZEND_MAP_PTR(func.run_time_cache) = rt_cache_size ? pecalloc(rt_cache_size, 1, dbh->is_persistent)… in pdo_hash_methods()
/PHP-8.2/ext/opcache/
H A Dzend_accelerator_util_funcs.c337 ZEND_ASSERT(!ZEND_MAP_PTR(op_array->run_time_cache)); in zend_accel_do_delayed_early_binding()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc9314 …| ADD_SUB_64_WITH_CONST add, REG2, REG2, (uintptr_t)ZEND_MAP_PTR(func->op_array.run_time_cache), T…
H A Dzend_jit_x86.dasc10017 | mov r2, aword [r2 + (uintptr_t)ZEND_MAP_PTR(func->op_array.run_time_cache)]

Completed in 136 milliseconds