Searched refs:ZEND_MAP_PTR (Results 1 – 13 of 13) sorted by relevance
29 #define ZEND_MAP_PTR(ptr) \ macro32 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)); \
174 if (ZEND_MAP_PTR(ce->static_members_table) && CE_STATIC_MEMBERS(ce)) { in zend_cleanup_internal_class_data()529 if (ZEND_MAP_PTR(op_array->static_variables_ptr)) { in zend_destroy_static_vars()543 && ZEND_MAP_PTR(op_array->run_time_cache)) { in destroy_op_array()544 efree(ZEND_MAP_PTR(op_array->run_time_cache)); in destroy_op_array()
32 …(ZEND_MAP_PTR(function->common.run_time_cache) && !(function->common.fn_flags & ZEND_ACC_CALL_VIA_…
312 if (ZEND_MAP_PTR(op_array->static_variables_ptr)) { in zend_shutdown_executor_values()327 if (ZEND_MAP_PTR(ce->mutable_data)) { in zend_shutdown_executor_values()364 if (ZEND_MAP_PTR(op_array->static_variables_ptr)) { in zend_shutdown_executor_values()
447 if ((ce->ce_flags & ZEND_ACC_HAS_AST_CONSTANTS) && ZEND_MAP_PTR(ce->mutable_data)) { in zend_class_constants_table()461 if ((ce->ce_flags & ZEND_ACC_HAS_AST_PROPERTIES) && ZEND_MAP_PTR(ce->mutable_data)) { in zend_class_default_properties_table()472 if (ZEND_MAP_PTR(ce->mutable_data) && ce->type == ZEND_USER_CLASS) { in zend_class_set_backed_enum_table()482 if (ZEND_MAP_PTR(ce->mutable_data) && ce->type == ZEND_USER_CLASS) { in zend_class_backed_enum_table()
1363 ZEND_ASSERT(ZEND_MAP_PTR(class_type->mutable_data) != NULL); in zend_allocate_mutable_data()1403 ZEND_ASSERT(ZEND_MAP_PTR(class_type->mutable_data) != NULL); in zend_separate_class_constants_table()1479 bool uses_mutable_data = ZEND_MAP_PTR(class_type->mutable_data) != NULL; in zend_update_class_constants()4379 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_declare_typed_property()4680 if (ce->type == ZEND_INTERNAL_CLASS && !ZEND_MAP_PTR(ce->mutable_data)) { in zend_declare_typed_class_constant()
206 efree(ZEND_MAP_PTR(my_function->op_array.run_time_cache)); in ZEND_METHOD()
1604 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_do_inheritance_ex()
4100 if (!ZEND_MAP_PTR(op_array->run_time_cache)) { in i_init_code_execute_data()
1222 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()1271 …ZEND_MAP_PTR(func.run_time_cache) = rt_cache_size ? pecalloc(rt_cache_size, 1, dbh->is_persistent)… in pdo_hash_methods()
342 ZEND_ASSERT(!ZEND_MAP_PTR(op_array->run_time_cache)); in zend_accel_do_delayed_early_binding()
10051 | mov r2, aword [r2 + (uintptr_t)ZEND_MAP_PTR(func->op_array.run_time_cache)]
9340 …| ADD_SUB_64_WITH_CONST add, REG2, REG2, (uintptr_t)ZEND_MAP_PTR(func->op_array.run_time_cache), T…
Completed in 118 milliseconds