/php-src/Zend/ |
H A D | zend_gc.c | 100 # define GC_TRACE_REF(ref, format, ...) \ argument 108 # define GC_TRACE_REF(ref, format, ...) argument 114 #define GC_REF_ADDRESS(ref) \ argument 117 #define GC_REF_COLOR(ref) \ argument 120 #define GC_REF_CHECK_COLOR(ref, color) \ argument 129 #define GC_REF_SET_COLOR(ref, c) do { \ argument 136 #define GC_REF_SET_BLACK(ref) do { \ argument 141 #define GC_REF_SET_PURPLE(ref) do { \ argument 248 zend_refcounted *ref; member 326 #define GC_STACK_PUSH(ref) \ argument [all …]
|
H A D | zend_variables.c | 71 static void ZEND_FASTCALL zend_reference_destroy(zend_reference *ref) in zend_reference_destroy() 78 static void ZEND_FASTCALL zend_empty_destroy(zend_reference *ref) in zend_empty_destroy() 91 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in zval_internal_ptr_dtor() local
|
H A D | zend_execute.h | 116 #define ZEND_REF_TYPE_SOURCES(ref) \ argument 119 #define ZEND_REF_HAS_TYPE_SOURCES(ref) \ argument 122 #define ZEND_REF_FIRST_SOURCE(ref) \ argument 136 zend_refcounted *ref = NULL; in zend_copy_to_variable() local 519 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument 522 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument 525 #define ZEND_REF_FOREACH_TYPE_SOURCES(ref, prop) do { \ argument
|
H A D | zend_gc.h | 84 #define GC_MAY_LEAK(ref) \ argument 88 static zend_always_inline void gc_check_possible_root(zend_refcounted *ref) in gc_check_possible_root() 103 static zend_always_inline void gc_check_possible_root_no_ref(zend_refcounted *ref) in gc_check_possible_root_no_ref()
|
H A D | zend_vm_execute.h | 775 zend_reference *ref; in ZEND_ASSIGN_STATIC_PROP_OP_SPEC_HANDLER() local 23232 zval *ref; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local 23240 zend_reference *ref; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local 23537 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local 26523 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER() local 30881 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER() local 33550 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER() local 35721 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_TMPVAR_HANDLER() local 38369 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CV_HANDLER() local 42522 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_CV_CONST_HANDLER() local [all …]
|
H A D | zend_variables.h | 43 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor() local
|
H A D | zend_API.c | 2118 ZEND_API void add_index_reference(zval *arg, zend_ulong index, zend_reference *ref) /* {{{ */ in add_index_reference() 2217 ZEND_API zend_result add_next_index_reference(zval *arg, zend_reference *ref) /* {{{ */ in add_next_index_reference() 4669 ZEND_API zend_result zend_try_assign_typed_ref(zend_reference *ref, zval *val) /* {{{ */ in zend_try_assign_typed_ref() 4675 ZEND_API zend_result zend_try_assign_typed_ref_null(zend_reference *ref) /* {{{ */ in zend_try_assign_typed_ref_null() 4684 ZEND_API zend_result zend_try_assign_typed_ref_bool(zend_reference *ref, bool val) /* {{{ */ in zend_try_assign_typed_ref_bool() 4693 ZEND_API zend_result zend_try_assign_typed_ref_long(zend_reference *ref, zend_long lval) /* {{{ */ in zend_try_assign_typed_ref_long() 4702 ZEND_API zend_result zend_try_assign_typed_ref_double(zend_reference *ref, double dval) /* {{{ */ in zend_try_assign_typed_ref_double() 4711 ZEND_API zend_result zend_try_assign_typed_ref_empty_string(zend_reference *ref) /* {{{ */ in zend_try_assign_typed_ref_empty_string() 4720 ZEND_API zend_result zend_try_assign_typed_ref_str(zend_reference *ref, zend_string *str) /* {{{ */ in zend_try_assign_typed_ref_str() 4747 ZEND_API zend_result zend_try_assign_typed_ref_arr(zend_reference *ref, zend_array *arr) /* {{{ */ in zend_try_assign_typed_ref_arr() [all …]
|
H A D | zend_execute.c | 558 zend_reference *ref; in zend_assign_to_variable_reference() local 1164 zend_type *type, zval *arg, zend_reference *ref, void **cache_slot, in zend_check_type_slow() 1233 zend_reference *ref = NULL; in zend_check_type() local 2070 static zend_property_info *zend_get_prop_not_accepting_double(zend_reference *ref) in zend_get_prop_not_accepting_double() 2082 zend_reference *ref, zend_property_info *error_prop OPLINE_DC) in zend_throw_incdec_ref_error() 2201 zend_reference *ref = Z_REF_P(prop); in zend_pre_incdec_property_zval() local 2239 zend_reference *ref = Z_REF_P(prop); in zend_post_incdec_property_zval() local 2800 zend_reference *ref = Z_REF_P(container); in zend_fetch_dimension_address() local 3281 ZEND_API bool zend_verify_ref_array_assignable(zend_reference *ref) { in zend_verify_ref_array_assignable() 3849 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor_noref() local [all …]
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_sccp.c | 21 #define IR_IS_TOP(ref) (ref >= 0 && _values[ref].optx == IR_TOP) argument 264 static bool ir_is_dead_load(ir_ctx *ctx, ir_ref ref) in ir_is_dead_load() 278 static bool ir_is_dead(ir_ctx *ctx, ir_ref ref) in ir_is_dead() 324 static void ir_sccp_make_nop(ir_ctx *ctx, ir_ref ref) in ir_sccp_make_nop() 734 static bool ir_may_promote_d2f(ir_ctx *ctx, ir_ref ref) in ir_may_promote_d2f() 767 static bool ir_may_promote_f2d(ir_ctx *ctx, ir_ref ref) in ir_may_promote_f2d() 1074 ir_ref ref; in ir_ext_ref() local 1105 ir_ref ref = insn->op1; in ir_try_promote_ext() local 1382 static bool ir_is_zero(ir_ctx *ctx, ir_ref ref) in ir_is_zero() 2498 ir_ref ref = ir_promote_d2f(ctx, insn->op1, i); in ir_sccp() local [all …]
|
H A D | ir_gcm.c | 20 static uint32_t ir_gcm_schedule_early(ir_ctx *ctx, ir_ref ref, ir_list *queue_late) in ir_gcm_schedule_early() 77 static uint32_t ir_gcm_select_best_block(ir_ctx *ctx, ir_ref ref, uint32_t lca) in ir_gcm_select_best_block() 200 static bool ir_split_partially_dead_node(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_split_partially_dead_node() 310 ir_ref ref; in ir_split_partially_dead_node() member 316 ir_ref ref; in ir_split_partially_dead_node() member 491 static void ir_gcm_schedule_late(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_gcm_schedule_late() 562 ir_ref k, n, *p, ref; in ir_gcm() local 775 IR_ALWAYS_INLINE ir_ref ir_count_constant(ir_ref *_xlat, ir_ref ref) in ir_count_constant() 787 ir_ref i, j, k, n, *p, *q, ref, new_ref, prev_ref, insns_count, consts_count, use_edges_count; in ir_schedule() local
|
H A D | ir.c | 502 ir_ref ref, prev; local 922 ir_ref ref; local 1947 ir_ref ref = ctx->control; local 1977 ir_ref ref = inputs[0]; local 2141 ir_ref ref; local 2185 ir_ref ref; local 2197 ir_ref ref; local 2209 ir_ref ref = list; local 2290 ir_ref ref; local 2518 ir_ref ref; local [all …]
|
H A D | ir_emit.c | 130 IR_ALWAYS_INLINE uint32_t ir_rule(const ir_ctx *ctx, ir_ref ref) in ir_rule() 136 IR_ALWAYS_INLINE bool ir_in_same_block(ir_ctx *ctx, ir_ref ref) in ir_in_same_block() 142 static ir_reg ir_get_param_reg(const ir_ctx *ctx, ir_ref ref) in ir_get_param_reg() 407 static int ir_const_label(ir_ctx *ctx, ir_ref ref) in ir_const_label() 429 ir_ref ref; in ir_emit_osr_entry_loads() local 918 ir_ref ref = *p; in ir_emit_dessa_moves() local 964 ir_ref start, ref, *prev_ref; in ir_match() local 1037 int32_t ir_get_spill_slot_offset(ir_ctx *ctx, ir_ref ref) in ir_get_spill_slot_offset()
|
H A D | ir_dump.c | 13 ir_ref i, j, n, ref, *p; in ir_dump() local 60 ir_ref i, j, n, ref, *p; in ir_dump_dot() local 292 ir_ref ref = ir_list_at(list, pos); in ir_dump_cfg_block() local 480 ir_ref i, j, n, ref, *p; in ir_dump_codegen() local
|
H A D | ir_php.h | 17 #define IR_SNAPSHOT_HANDLER(ctx, ref, insn, addr) \ argument
|
H A D | ir_ra.c | 301 static bool ir_has_tmp(ir_ctx *ctx, ir_ref ref, int32_t op_num) in ir_has_tmp() 388 static void ir_add_hint(ir_ctx *ctx, ir_ref ref, ir_live_pos pos, ir_reg hint) in ir_add_hint() 449 ir_ref ref = (use_pos->hint_ref < 0) ? -use_pos->hint_ref : IR_LIVE_POS_TO_REF(use_pos->pos); in ir_add_osr_entry_loads() local 498 static void ir_add_fusion_ranges(ir_ctx *ctx, ir_ref ref, ir_ref input, ir_block *bb, ir_bitset liv… in ir_add_fusion_ranges() 584 ir_ref ref; in ir_compute_live_ranges() local 1105 ir_ref ref = (use_pos->hint_ref < 0) ? -use_pos->hint_ref : IR_LIVE_POS_TO_REF(use_pos->pos); in ir_add_osr_entry_loads() local 1242 ir_ref ref; in ir_compute_live_ranges() local 1784 static int ir_hint_conflict(ir_ctx *ctx, ir_ref ref, int use, int def) in ir_hint_conflict() 2113 ir_ref *loc, *pred, *src, *dst, i, *p, ref, input; in ir_gen_dessa_moves() local 2355 ir_ref ref = IR_LIVE_POS_TO_REF(pos); in ir_block_from_live_pos() local [all …]
|
H A D | ir_cfg.c | 11 IR_ALWAYS_INLINE void _ir_add_successors(const ir_ctx *ctx, ir_ref ref, ir_worklist *worklist) in _ir_add_successors() 43 ir_ref n, ref; in _ir_add_predecessors() local 62 ir_ref n, *p, ref, start, end, next; in ir_build_cfg() local 425 ir_ref prev, ref = bb->end; in ir_remove_unreachable_blocks() local 474 ir_ref *p, ref; in ir_remove_unreachable_blocks() local 1801 ir_ref ref; in ir_schedule_blocks() local
|
H A D | ir_private.h | 894 IR_ALWAYS_INLINE bool ir_ref_is_true(ir_ctx *ctx, ir_ref ref) in ir_ref_is_true() 1017 IR_ALWAYS_INLINE ir_ref ir_binding_find(const ir_ctx *ctx, ir_ref ref) in ir_binding_find() 1153 #define IR_LIVE_POS_FROM_REF(ref) ((ref) * IR_SUB_REFS_COUNT) argument 1155 #define IR_START_LIVE_POS_FROM_REF(ref) ((ref) * IR_SUB_REFS_COUNT) argument 1156 #define IR_LOAD_LIVE_POS_FROM_REF(ref) ((ref) * IR_SUB_REFS_COUNT + IR_LOAD_SUB_REF) argument 1157 #define IR_USE_LIVE_POS_FROM_REF(ref) ((ref) * IR_SUB_REFS_COUNT + IR_USE_SUB_REF) argument 1158 #define IR_DEF_LIVE_POS_FROM_REF(ref) ((ref) * IR_SUB_REFS_COUNT + IR_DEF_SUB_REF) argument 1159 #define IR_SAVE_LIVE_POS_FROM_REF(ref) ((ref) * IR_SUB_REFS_COUNT + IR_SAVE_SUB_REF) argument 1160 #define IR_END_LIVE_POS_FROM_REF(ref) ((ref) * IR_SUB_REFS_COUNT + IR_SUB_REFS_COUNT) argument 1326 IR_ALWAYS_INLINE void ir_set_alocated_reg(ir_ctx *ctx, ir_ref ref, int op_num, int8_t reg) in ir_set_alocated_reg() [all …]
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 263 ir_ref ref; member 491 ir_ref ref; in jit_CONST_ADDR() local 510 ir_ref ref; in jit_CONST_FUNC_PROTO() local 1009 ir_ref ref; in zend_jit_set_ip() local 1384 ir_ref ref; in zend_jit_use_reg() local 1436 ir_ref ref; in zend_jit_gen_phi() local 3523 ir_ref ref; in _zend_jit_fix_merges() local 3825 ir_ref ref; in jit_CMP_IP() local 3886 ir_ref ref; in zend_jit_cond_jmp() local 3913 ir_ref ref; in zend_jit_set_cond() local [all …]
|
H A D | zend_jit_helpers.c | 132 zend_reference *ref; in zend_jit_unref_helper() local 1856 zend_reference *ref; in zend_jit_fetch_global_helper() local 2440 static void ZEND_FASTCALL zend_jit_pre_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_inc_typed_ref() 2466 static void ZEND_FASTCALL zend_jit_pre_dec_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_dec_typed_ref() 2492 static void ZEND_FASTCALL zend_jit_post_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_post_inc_typed_ref() 2625 static zval * ZEND_FASTCALL zend_jit_prepare_assign_dim_ref(zval *ref) { in zend_jit_prepare_assign_dim_ref() 2843 zend_reference *ref; in zend_jit_assign_obj_op_helper() local 3067 zend_reference *ref = Z_REF_P(prop); in zend_jit_pre_inc_obj_helper() local 3137 zend_reference *ref = Z_REF_P(prop); in zend_jit_pre_dec_obj_helper() local 3205 zend_reference *ref = Z_REF_P(prop); in zend_jit_post_inc_obj_helper() local [all …]
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 65 zend_refcounted *ref; member 71 zend_refcounted *ref; /* key to fetch the collision on parents */ member 77 zend_refcounted ref; member 84 phpdbg_watchpoint_t ref; member 101 zend_refcounted ref; member
|
/php-src/ext/reflection/ |
H A D | php_reflection.c | 3946 zend_constant *ref; in ZEND_METHOD() local 5629 property_reference *ref; in ZEND_METHOD() local 5643 property_reference *ref; in ZEND_METHOD() local 5655 property_reference *ref; in _property_check_flag() local 5719 property_reference *ref; in _property_check_dynamic() local 5752 property_reference *ref; in ZEND_METHOD() local 5766 property_reference *ref; in ZEND_METHOD() local 5812 property_reference *ref; in ZEND_METHOD() local 5857 property_reference *ref; in ZEND_METHOD() local 5907 property_reference *ref; in ZEND_METHOD() local [all …]
|
/php-src/scripts/dev/ |
H A D | search_underscores.php | 47 $ref = new ReflectionClass($c); variable
|
/php-src/ext/gd/libgd/ |
H A D | gdtest.c | 22 gdImagePtr im, ref, im2, im3; in main() local
|
/php-src/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 192 static const char *ref = "Sat Apr 23 01:30:00 1977"; in main() local
|
/php-src/ext/soap/ |
H A D | php_schema.c | 1082 xmlAttrPtr ns, name, ref = NULL; in schema_group() local 1514 xmlAttrPtr attrs, attr, ns, name, type, ref = NULL; in schema_element() local 1754 xmlAttrPtr attr, name, ref = NULL, type = NULL; in schema_attribute() local 1976 xmlAttrPtr name, ref = NULL; in schema_attributeGroup() local 2090 static void* schema_find_by_ref(HashTable *ht, char *ref) in schema_find_by_ref()
|