Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.4/Zend/
H A Dzend_gc.c100 # 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 Dzend_variables.c71 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 Dzend_execute.h116 #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
517 #define ZEND_REF_ADD_TYPE_SOURCE(ref, source) \ argument
520 #define ZEND_REF_DEL_TYPE_SOURCE(ref, source) \ argument
523 #define ZEND_REF_FOREACH_TYPE_SOURCES(ref, prop) do { \ argument
H A Dzend_gc.h84 #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 Dzend_vm_execute.h775 zend_reference *ref; in ZEND_ASSIGN_STATIC_PROP_OP_SPEC_HANDLER() local
23221 zval *ref; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
23229 zend_reference *ref; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() local
23526 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CONST_HANDLER() local
26512 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_TMPVAR_HANDLER() local
30870 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_VAR_CV_HANDLER() local
33539 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CONST_HANDLER() local
35710 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_TMPVAR_HANDLER() local
38358 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_UNUSED_CV_HANDLER() local
42511 zend_reference *ref; in ZEND_ASSIGN_OBJ_OP_SPEC_CV_CONST_HANDLER() local
[all …]
H A Dzend_variables.h43 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor() local
H A Dzend_API.c2118 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 Dzend_execute.c558 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()
3806 zend_refcounted *ref = Z_COUNTED_P(zval_ptr); in i_zval_ptr_dtor_noref() local
[all …]
/PHP-8.4/ext/opcache/jit/ir/
H A Dir_sccp.c21 #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 Dir_gcm.c20 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()
181 static bool ir_split_partially_dead_node(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_split_partially_dead_node()
291 ir_ref ref; in ir_split_partially_dead_node() member
297 ir_ref ref; in ir_split_partially_dead_node() member
472 static void ir_gcm_schedule_late(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_gcm_schedule_late()
543 ir_ref k, n, *p, ref; in ir_gcm() local
756 IR_ALWAYS_INLINE ir_ref ir_count_constant(ir_ref *_xlat, ir_ref ref) in ir_count_constant()
768 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 Dir.c502 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 Dir_emit.c130 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 Dir_dump.c13 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 Dir_php.h17 #define IR_SNAPSHOT_HANDLER(ctx, ref, insn, addr) \ argument
H A Dir_ra.c301 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 Dir_cfg.c11 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 Dir_private.h894 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-8.4/ext/opcache/jit/
H A Dzend_jit_ir.c263 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
3519 ir_ref ref; in _zend_jit_fix_merges() local
3821 ir_ref ref; in jit_CMP_IP() local
3882 ir_ref ref; in zend_jit_cond_jmp() local
3909 ir_ref ref; in zend_jit_set_cond() local
[all …]
H A Dzend_jit_helpers.c132 zend_reference *ref; in zend_jit_unref_helper() local
1770 zend_reference *ref; in zend_jit_fetch_global_helper() local
2348 static void ZEND_FASTCALL zend_jit_pre_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_inc_typed_ref()
2374 static void ZEND_FASTCALL zend_jit_pre_dec_typed_ref(zend_reference *ref, zval *ret) in zend_jit_pre_dec_typed_ref()
2400 static void ZEND_FASTCALL zend_jit_post_inc_typed_ref(zend_reference *ref, zval *ret) in zend_jit_post_inc_typed_ref()
2533 static zval * ZEND_FASTCALL zend_jit_prepare_assign_dim_ref(zval *ref) { in zend_jit_prepare_assign_dim_ref()
2751 zend_reference *ref; in zend_jit_assign_obj_op_helper() local
2975 zend_reference *ref = Z_REF_P(prop); in zend_jit_pre_inc_obj_helper() local
3045 zend_reference *ref = Z_REF_P(prop); in zend_jit_pre_dec_obj_helper() local
3113 zend_reference *ref = Z_REF_P(prop); in zend_jit_post_inc_obj_helper() local
[all …]
/PHP-8.4/sapi/phpdbg/
H A Dphpdbg_watch.h65 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-8.4/scripts/dev/
H A Dsearch_underscores.php47 $ref = new ReflectionClass($c); variable
/PHP-8.4/ext/reflection/
H A Dphp_reflection.c4099 zend_constant *ref; in ZEND_METHOD() local
5842 property_reference *ref; in ZEND_METHOD() local
5858 property_reference *ref; in ZEND_METHOD() local
5872 property_reference *ref; in _property_check_flag() local
5938 property_reference *ref; in _property_check_dynamic() local
5973 property_reference *ref; in ZEND_METHOD() local
5989 property_reference *ref; in ZEND_METHOD() local
6035 property_reference *ref; in ZEND_METHOD() local
6079 property_reference *ref; in ZEND_METHOD() local
6129 property_reference *ref; in ZEND_METHOD() local
[all …]
/PHP-8.4/ext/gd/libgd/
H A Dgdtest.c22 gdImagePtr im, ref, im2, im3; in main() local
/PHP-8.4/ext/fileinfo/libmagic/
H A Dcdf_time.c192 static const char *ref = "Sat Apr 23 01:30:00 1977"; in main() local
/PHP-8.4/ext/soap/
H A Dphp_schema.c1082 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()

Completed in 470 milliseconds

12