Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_map_ptr.h31 #define ZEND_MAP_PTR(ptr) \ macro
34 type ZEND_MAP_PTR(name)
40 ZEND_MAP_PTR(ptr) = (val); \
43 ZEND_MAP_PTR(ptr) = zend_map_ptr_new(); \
46 ZEND_MAP_PTR(ptr) = zend_map_ptr_new_static(); \
53 (((uintptr_t)ZEND_MAP_PTR(ptr)) & 1L)
57 ((void*)(ZEND_MAP_PTR(ptr)))))
59 (*ZEND_MAP_PTR_OFFSET2PTR((intptr_t)ZEND_MAP_PTR(ptr)))
68 void **__p = ZEND_MAP_PTR_OFFSET2PTR((intptr_t)ZEND_MAP_PTR(ptr)); \
H A Dzend_observer.h98 void *ZEND_MAP_PTR(runtime_cache) = ZEND_MAP_PTR(function->common.run_time_cache); in zend_observer_fcall_has_no_observers()
104 if (!ZEND_MAP_PTR(runtime_cache)) { in zend_observer_fcall_has_no_observers()
H A Dzend_opcode.c180 if (ZEND_MAP_PTR(ce->static_members_table) && CE_STATIC_MEMBERS(ce)) { in zend_cleanup_internal_class_data()
546 if (ZEND_MAP_PTR(op_array->static_variables_ptr)) { in zend_destroy_static_vars()
560 && ZEND_MAP_PTR(op_array->run_time_cache)) { in destroy_op_array()
561 efree(ZEND_MAP_PTR(op_array->run_time_cache)); in destroy_op_array()
H A Dzend_execute_API.c314 if (ZEND_MAP_PTR(op_array->static_variables_ptr)) { in zend_shutdown_executor_values()
329 if (ZEND_MAP_PTR(ce->mutable_data)) { in zend_shutdown_executor_values()
366 if (ZEND_MAP_PTR(op_array->static_variables_ptr)) { in zend_shutdown_executor_values()
385 if (ZEND_MAP_PTR(op_array->static_variables_ptr)) { in zend_shutdown_executor_values()
H A Dzend_API.h452 if ((ce->ce_flags & ZEND_ACC_HAS_AST_CONSTANTS) && ZEND_MAP_PTR(ce->mutable_data)) { in zend_class_constants_table()
466 if ((ce->ce_flags & ZEND_ACC_HAS_AST_PROPERTIES) && ZEND_MAP_PTR(ce->mutable_data)) { in zend_class_default_properties_table()
477 if (ZEND_MAP_PTR(ce->mutable_data) && ce->type == ZEND_USER_CLASS) { in zend_class_set_backed_enum_table()
487 if (ZEND_MAP_PTR(ce->mutable_data) && ce->type == ZEND_USER_CLASS) { in zend_class_backed_enum_table()
H A Dzend_API.c1416 ZEND_ASSERT(ZEND_MAP_PTR(class_type->mutable_data) != NULL); in zend_allocate_mutable_data()
1456 ZEND_ASSERT(ZEND_MAP_PTR(class_type->mutable_data) != NULL); in zend_separate_class_constants_table()
1532 bool uses_mutable_data = ZEND_MAP_PTR(class_type->mutable_data) != NULL; in zend_update_class_constants()
4582 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_declare_typed_property()
4889 if (ce->type == ZEND_INTERNAL_CLASS && !ZEND_MAP_PTR(ce->mutable_data)) { in zend_declare_typed_class_constant()
H A Dzend_closures.c206 efree(ZEND_MAP_PTR(my_function->op_array.run_time_cache)); in ZEND_METHOD()
H A Dzend_inheritance.c1877 if (!ZEND_MAP_PTR(ce->static_members_table)) { in zend_do_inheritance_ex()
H A Dzend_execute.c4290 if (!ZEND_MAP_PTR(op_array->run_time_cache)) { in i_init_code_execute_data()
/php-src/ext/pdo/
H A Dpdo_dbh.c1281 if (ZEND_MAP_PTR(func->common.run_time_cache)) { in cls_method_dtor()
1282 efree(ZEND_MAP_PTR(func->common.run_time_cache)); in cls_method_dtor()
1293 if (ZEND_MAP_PTR(func->common.run_time_cache)) { in cls_method_pdtor()
1294 pefree(ZEND_MAP_PTR(func->common.run_time_cache), 1); in cls_method_pdtor()
1330ZEND_MAP_PTR(func.run_time_cache) = rt_cache_size ? pecalloc(rt_cache_size, 1, dbh->is_persistent)… in pdo_hash_methods()
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c1326ZEND_MAP_PTR(xmlreader_open_fn.run_time_cache) = ZEND_MAP_PTR(((zend_internal_function *)zend_hash… in xmlreader_fixup_temporaries()
1327ZEND_MAP_PTR(xmlreader_xml_fn.run_time_cache) = ZEND_MAP_PTR(((zend_internal_function *)zend_hash_… in xmlreader_fixup_temporaries()
/php-src/ext/opcache/
H A Dzend_accelerator_util_funcs.c340 ZEND_ASSERT(!ZEND_MAP_PTR(op_array->run_time_cache)); in zend_accel_do_delayed_early_binding()
/php-src/ext/ffi/
H A Dffi.c5397ZEND_MAP_PTR(zend_ffi_new_fn.run_time_cache) = ZEND_MAP_PTR(((zend_internal_function *)zend_hash_s…
5398ZEND_MAP_PTR(zend_ffi_cast_fn.run_time_cache) = ZEND_MAP_PTR(((zend_internal_function *)zend_hash_…
5399ZEND_MAP_PTR(zend_ffi_type_fn.run_time_cache) = ZEND_MAP_PTR(((zend_internal_function *)zend_hash_…
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c4555 …run_time_cache = ir_LOAD_A(ir_ADD_OFFSET(ir_LOAD_A(jit_CG(map_ptr_base)), (uintptr_t)ZEND_MAP_PTR(… in jit_observer_fcall_is_unobserved_start()
9895 (uintptr_t)ZEND_MAP_PTR(func->op_array.run_time_cache)));

Completed in 159 milliseconds