/php-src/Zend/ |
H A D | zend_call_stack.c | 265 static bool zend_call_stack_get_linux(zend_call_stack *stack) in zend_call_stack_get_linux() 274 static bool zend_call_stack_get_linux(zend_call_stack *stack) in zend_call_stack_get_linux() 364 static bool zend_call_stack_get_freebsd(zend_call_stack *stack) in zend_call_stack_get_freebsd() 373 static bool zend_call_stack_get_freebsd(zend_call_stack *stack) in zend_call_stack_get_freebsd() 380 static bool zend_call_stack_get_win32(zend_call_stack *stack) in zend_call_stack_get_win32() 443 static bool zend_call_stack_get_win32(zend_call_stack *stack) in zend_call_stack_get_win32() 450 static bool zend_call_stack_get_macos(zend_call_stack *stack) in zend_call_stack_get_macos() 480 static bool zend_call_stack_get_macos(zend_call_stack *stack) in zend_call_stack_get_macos() 552 static bool zend_call_stack_get_haiku(zend_call_stack *stack) in zend_call_stack_get_haiku() 572 static bool zend_call_stack_get_haiku(zend_call_stack *stack) in zend_call_stack_get_haiku() [all …]
|
H A D | zend_stack.c | 23 #define ZEND_STACK_ELEMENT(stack, n) ((void *)((char *) (stack)->elements + (stack)->size * (n))) argument 25 ZEND_API void zend_stack_init(zend_stack *stack, int size) in zend_stack_init() 33 ZEND_API int zend_stack_push(zend_stack *stack, const void *element) in zend_stack_push() 45 ZEND_API void *zend_stack_top(const zend_stack *stack) in zend_stack_top() 55 ZEND_API void zend_stack_del_top(zend_stack *stack) in zend_stack_del_top() 61 ZEND_API int zend_stack_int_top(const zend_stack *stack) in zend_stack_int_top() 72 ZEND_API bool zend_stack_is_empty(const zend_stack *stack) in zend_stack_is_empty() 78 ZEND_API void zend_stack_destroy(zend_stack *stack) in zend_stack_destroy() 87 ZEND_API void *zend_stack_base(const zend_stack *stack) in zend_stack_base() 93 ZEND_API int zend_stack_count(const zend_stack *stack) in zend_stack_count() [all …]
|
H A D | zend_ptr_stack.c | 24 ZEND_API void zend_ptr_stack_init_ex(zend_ptr_stack *stack, bool persistent) in zend_ptr_stack_init_ex() 31 ZEND_API void zend_ptr_stack_init(zend_ptr_stack *stack) in zend_ptr_stack_init() 37 ZEND_API void zend_ptr_stack_n_push(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_push() 55 ZEND_API void zend_ptr_stack_n_pop(zend_ptr_stack *stack, int count, ...) in zend_ptr_stack_n_pop() 72 ZEND_API void zend_ptr_stack_destroy(zend_ptr_stack *stack) in zend_ptr_stack_destroy() 80 ZEND_API void zend_ptr_stack_apply(zend_ptr_stack *stack, void (*func)(void *)) in zend_ptr_stack_apply() 89 ZEND_API void zend_ptr_stack_reverse_apply(zend_ptr_stack *stack, void (*func)(void *)) in zend_ptr_stack_reverse_apply() 99 ZEND_API void zend_ptr_stack_clean(zend_ptr_stack *stack, void (*func)(void *), bool free_elements) in zend_ptr_stack_clean() 114 ZEND_API int zend_ptr_stack_num_elements(zend_ptr_stack *stack) in zend_ptr_stack_num_elements()
|
H A D | zend_ptr_stack.h | 47 #define ZEND_PTR_STACK_RESIZE_IF_NEEDED(stack, count) \ in END_EXTERN_C() argument 73 static zend_always_inline void zend_ptr_stack_2_push(zend_ptr_stack *stack, void *a, void *b) in zend_ptr_stack_2_push() 86 static zend_always_inline void zend_ptr_stack_3_pop(zend_ptr_stack *stack, void **a, void **b, void… in zend_ptr_stack_3_pop() 94 static zend_always_inline void zend_ptr_stack_2_pop(zend_ptr_stack *stack, void **a, void **b) in zend_ptr_stack_2_pop() 101 static zend_always_inline void zend_ptr_stack_push(zend_ptr_stack *stack, void *ptr) in zend_ptr_stack_push() 109 static zend_always_inline void *zend_ptr_stack_pop(zend_ptr_stack *stack) in zend_ptr_stack_pop() 115 static zend_always_inline void *zend_ptr_stack_top(zend_ptr_stack *stack) in zend_ptr_stack_top()
|
H A D | zend_gc.c | 332 static zend_never_inline gc_stack* gc_stack_next(gc_stack *stack) in gc_stack_next() 352 static zend_always_inline zend_refcounted* gc_stack_pop(gc_stack **stack, size_t *top) in gc_stack_pop() 367 static void gc_stack_free(gc_stack *stack) in gc_stack_free() 796 static void gc_scan_black(zend_refcounted *ref, gc_stack *stack) in gc_scan_black() 995 static void gc_mark_grey(zend_refcounted *ref, gc_stack *stack) in gc_mark_grey() 1207 static void gc_mark_roots(gc_stack *stack) in gc_mark_roots() 1226 static void gc_scan(zend_refcounted *ref, gc_stack *stack) in gc_scan() 1379 static void gc_scan_roots(gc_stack *stack) in gc_scan_roots() 1437 static int gc_collect_white(zend_refcounted *ref, uint32_t *flags, gc_stack *stack) in gc_collect_white() 1625 static int gc_collect_roots(uint32_t *flags, gc_stack *stack) in gc_collect_roots() [all …]
|
H A D | zend_fibers.c | 268 zend_fiber_stack *stack = emalloc(sizeof(zend_fiber_stack)); in zend_fiber_stack_allocate() local 303 static void zend_fiber_stack_free(zend_fiber_stack *stack) in zend_fiber_stack_free() 333 ZEND_API void* zend_fiber_stack_limit(zend_fiber_stack *stack) in zend_fiber_stack_limit() 350 ZEND_API void* zend_fiber_stack_base(zend_fiber_stack *stack) in zend_fiber_stack_base() 436 void *stack = (void *) ((uintptr_t) context->stack->pointer + context->stack->size); in zend_fiber_init_context() local 579 zend_vm_stack stack = zend_vm_stack_new_page(ZEND_FIBER_VM_STACK_SIZE, NULL); in zend_fiber_execute() local
|
H A D | zend_execute.h | 228 #define ZEND_VM_STACK_ELEMENTS(stack) \ argument 239 # define ZEND_ASSERT_VM_STACK(stack) ZEND_ASSERT(stack->top > (zval *) stack && stack->end > (zval … argument 242 # define ZEND_ASSERT_VM_STACK(stack) argument
|
H A D | zend_fibers.h | 90 zend_fiber_stack *stack; member
|
H A D | zend.c | 1411 #define SAVE_STACK(stack) do { \ argument 1421 #define RESTORE_STACK(stack) do { \ argument
|
H A D | zend_generators.c | 65 zval *stack; in zend_generator_freeze_call_stack() local
|
/php-src/ext/pcre/pcre2lib/sljit/ |
H A D | sljitUtils.c | 177 struct sljit_stack *stack; in sljit_allocate_stack() local 202 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack() 209 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize() 221 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack() 230 SLJIT_API_FUNC_ATTRIBUTE void SLJIT_FUNC sljit_free_stack(struct sljit_stack *stack, void *allocato… in sljit_free_stack() 241 struct sljit_stack *stack; in sljit_allocate_stack() local 296 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize()
|
/php-src/Zend/Optimizer/ |
H A D | zend_worklist.h | 40 static inline void zend_worklist_stack_prepare(zend_arena **arena, zend_worklist_stack *stack, int … in zend_worklist_stack_prepare() 49 static inline void zend_worklist_stack_push(zend_worklist_stack *stack, int i) in zend_worklist_stack_push() 55 static inline int zend_worklist_stack_peek(const zend_worklist_stack *stack) in zend_worklist_stack_peek() 61 static inline int zend_worklist_stack_pop(zend_worklist_stack *stack) in zend_worklist_stack_pop() 69 zend_worklist_stack stack; member
|
H A D | zend_inference.c | 388 …t zend_op_array *op_array, zend_ssa *ssa, int var, int *index, zend_worklist_stack *stack, zend_wo… in zend_ssa_check_scc_var() 446 zend_worklist_stack stack, vstack; in zend_ssa_find_sccs() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_cmd.c | 377 PHPDBG_API void phpdbg_stack_free(phpdbg_param_t *stack) { in phpdbg_stack_free() 437 PHPDBG_API void phpdbg_stack_push(phpdbg_param_t *stack, phpdbg_param_t *param) { in phpdbg_stack_push() 463 phpdbg_param_t *stack = calloc(1, sizeof(phpdbg_param_t)); in phpdbg_stack_separate() local 471 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack) { in phpdbg_stack_verify() 667 static int phpdbg_internal_stack_execute(phpdbg_param_t *stack, bool allow_async_unsafe) { in phpdbg_internal_stack_execute() 720 PHPDBG_API int phpdbg_stack_execute(phpdbg_param_t *stack, bool allow_async_unsafe) { in phpdbg_stack_execute()
|
H A D | phpdbg_parser.y | 188 int phpdbg_do_parse(phpdbg_param_t *stack, char *input) { in phpdbg_do_parse()
|
H A D | phpdbg_prompt.c | 94 static inline int phpdbg_call_register(phpdbg_param_t *stack) /* {{{ */ in phpdbg_call_register() 255 phpdbg_param_t stack; in phpdbg_line_init() local 1525 phpdbg_param_t stack; in phpdbg_interactive() local
|
H A D | phpdbg_print.c | 97 PHPDBG_PRINT(stack) /* {{{ */ in PHPDBG_PRINT() argument
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 140 zend_jit_trace_stack *stack = NULL; in zend_jit_trace_get_exit_point() local 453 zend_jit_trace_stack *stack = call->stack; in zend_jit_trace_send_type() local 1344 zend_jit_trace_stack *stack; in zend_jit_trace_build_tssa() local 2866 zend_jit_trace_stack *stack; in zend_jit_trace_allocate_registers() local 3494 static int zend_jit_trace_stack_needs_deoptimization(zend_jit_trace_stack *stack, uint32_t stack_si… in zend_jit_trace_stack_needs_deoptimization() 3513 zend_jit_trace_stack *stack; in zend_jit_trace_exit_needs_deoptimization() local 3531 zend_jit_trace_stack *stack, in zend_jit_trace_deoptimization() 4117 zend_jit_trace_stack *stack; in zend_jit_trace() local 7418 zend_jit_trace_stack *stack; in zend_jit_trace_exit_to_vm() local 8003 …zend_jit_trace_stack *stack = t->exit_info[i].stack_size ? t->stack_map + t->exit_info[i].stack_of… in zend_jit_dump_exit_info() local [all …]
|
H A D | zend_jit_ir.c | 636 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack; in jit_SNAPSHOT() local 4681 zend_jit_trace_stack *stack; in zend_jit_inc_dec() local 4733 zend_jit_trace_stack *stack; in zend_jit_inc_dec() local 4993 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack; in zend_jit_math_long_long() local 7912 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack; in zend_jit_guard_fetch_result_type() local 10668 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack; local 12455 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack; local 15776 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack; local 16643 zend_jit_trace_stack *stack; local 16984 zend_jit_trace_stack *stack = JIT_G(current_frame)->stack; local
|
/php-src/ext/zend_test/ |
H A D | fiber.c | 85 zend_vm_stack stack = zend_vm_stack_new_page(ZEND_FIBER_VM_STACK_SIZE, NULL); in zend_test_fiber_execute() local
|
H A D | test.c | 588 zend_call_stack stack; in ZEND_FUNCTION() local 628 zend_call_stack stack; in ZEND_FUNCTION() local
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_aarch64.h | 163 void *stack; member
|
H A D | ir_ra.c | 500 ir_ref stack[4]; in ir_add_fusion_ranges() local 1156 ir_ref stack[4]; in ir_add_fusion_ranges() local
|
/php-src/ext/standard/ |
H A D | array.c | 3515 *stack, /* Input array */ local 3544 zval *stack, /* Input stack */ local 3609 zval *stack, /* Input stack */ local 3722 *stack; /* Input stack */ local 4485 zval *stack; /* Input stack */ local 4500 zval *stack; /* Input stack */ local
|
/php-src/ext/gd/libgd/ |
H A D | gd_gif_in.c | 90 int stack[STACK_SIZE], *sp; member
|