Home
last modified time | relevance | path

Searched refs:stack (Results 26 – 50 of 168) sorted by relevance

1234567

/php-src/Zend/asm/
H A Dmake_ppc64_sysv_xcoff_gas.S87 # reserve space for context-data on context-stack
128 # save return address on stack, set up stack frame
130 # allocate stack space, R1 % 16 == 0
H A Dmake_i386_ms_pe_masm.asm30 ; first arg of make_fcontext() == top of context-stack
40 ; reserve space for context-data on context-stack
50 ; first arg of make_fcontext() == top of context-stack
52 ; save top address of context stack as 'base'
54 ; second arg of make_fcontext() == size of context-stack
56 ; negate stack size for LEA instruction (== substraction)
58 ; compute bottom address of context stack (limit)
60 ; save bottom address of context-stack as 'limit'
62 ; save bottom address of context-stack as 'dealloction stack'
H A Djump_x86_64_ms_pe_masm.asm90 ; prepare stack
116 ; save current deallocation stack
119 ; save current stack limit
122 ; save current stack base
166 ; restore current deallocation stack
169 ; restore current stack limit
172 ; restore current stack base
187 ; prepare stack
H A Dmake_arm64_aapcs_pe_armasm.asm65 ; save stack top address to x3
68 ; shift address in x0 (allocated stack) to lower 16 byte boundary
71 ; reserve space for context-data on context-stack
76 ; save bottom address of context-stack as 'limit' and 'dealloction stack'
H A Dmake_mips64_n64_elf_gas.S64 # reserve space for context-data on context-stack
88 # area on the stack which we reuse for calling _exit
96 .section .note.GNU-stack,"",%progbits
H A Dmake_arm64_aapcs_macho_gas.S59 ; shift address in x0 (allocated stack) to lower 16 byte boundary
62 ; reserve space for context-data on context-stack
H A Dmake_arm64_aapcs_elf_gas.S60 # shift address in x0 (allocated stack) to lower 16 byte boundary
63 # reserve space for context-data on context-stack
H A Dmake_riscv64_sysv_elf_gas.S66 # shift address in a0 (allocated stack) to lower 16 byte boundary
69 # reserve space for context-data on context-stack
H A Dmake_loongarch64_sysv_elf_gas.S50 # reserve space for context-data on context-stack
72 .section .note.GNU-stack,"",%progbits
H A Dmake_mips32_o32_elf_gas.S57 # reserve space for context-data on context-stack
89 # area on the stack which we reuse for calling _exit
97 .section .note.GNU-stack,"",%progbits
H A Djump_sparc64_sysv_elf_gas.S27 # prepare stack
35 # force flush register windows to stack and with that save context
/php-src/ext/standard/tests/array/
H A Darray_push_variation3.phpt8 * 2. as sub-array as $stack arg
19 echo "\n-- Pass sub-array as \$stack argument --\n";
46 -- Pass sub-array as $stack argument --
/php-src/ext/spl/tests/
H A DSplStack_setIteratorMode.phpt7 $stack = new SplStack();
9 $stack->setIteratorMode(SplDoublyLinkedList::IT_MODE_FIFO);
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c150 stack = JIT_G(current_frame)->stack; in zend_jit_trace_get_exit_point()
1447 stack = frame->stack; in zend_jit_trace_build_tssa()
1483 stack = frame->stack; in zend_jit_trace_build_tssa()
1496 stack = frame->stack; in zend_jit_trace_build_tssa()
2797 stack = frame->stack; in zend_jit_trace_allocate_registers()
3104 stack = frame->stack; in zend_jit_trace_allocate_registers()
3136 stack = frame->stack; in zend_jit_trace_allocate_registers()
4043 stack = frame->stack; in zend_jit_trace()
6716 stack = frame->stack; in zend_jit_trace()
6750 stack = frame->stack; in zend_jit_trace()
[all …]
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_002.phpt82 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
83 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
84 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
85 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
H A Dstack_limit_013.phpt2 Stack limit 013 - Internal stack limit check in zend_eval_const_expr()
121 Fatal error: Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack…
H A Dstack_limit_003.phpt64 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
65 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
66 Maximum call stack size of %d bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reache…
/php-src/Zend/
H A Dzend_fibers.h90 zend_fiber_stack *stack; member
140 ZEND_API void* zend_fiber_stack_limit(zend_fiber_stack *stack);
141 ZEND_API void* zend_fiber_stack_base(zend_fiber_stack *stack);
H A Dzend_gc.c330 return stack->next; in gc_stack_next()
336 (*stack) = gc_stack_next(*stack); in gc_stack_push()
348 (*stack) = (*stack)->prev; in gc_stack_pop()
362 stack = p->next; in gc_stack_free()
364 p = stack; in gc_stack_free()
782 GC_STACK_DCL(stack); in gc_scan_black()
981 GC_STACK_DCL(stack); in gc_mark_grey()
1212 GC_STACK_DCL(stack); in gc_scan()
1797 gc_stack stack; in zend_gc_collect_cycles() local
1799 stack.prev = NULL; in zend_gc_collect_cycles()
[all …]
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_subclass.phpt39 $stack = debug_backtrace();
40 if (!isset($stack[1]))
43 printf("%s(", $stack[1]['function']);
45 foreach ($stack[1]['args'] as $k => $v)
/php-src/sapi/phpdbg/
H A Dphpdbg_cmd.h135 PHPDBG_API void phpdbg_stack_push(phpdbg_param_t *stack, phpdbg_param_t *param);
138 PHPDBG_API int phpdbg_stack_verify(const phpdbg_command_t *command, phpdbg_param_t **stack);
139 PHPDBG_API int phpdbg_stack_execute(phpdbg_param_t *stack, bool allow_async_unsafe);
140 PHPDBG_API void phpdbg_stack_free(phpdbg_param_t *stack);
/php-src/ext/mbstring/tests/
H A Dmbregex_stack_limit2.phpt2 Test oniguruma stack limit
31 Warning: mb_ereg_replace(): mbregex search failure in php_mbereg_replace_exec(): match-stack limit …
/php-src/sapi/cli/
H A Dconfig.w3210 ADD_FLAG("LDFLAGS_CLI", "/stack:67108864");
21 ADD_FLAG("LDFLAGS_CLI_WIN32", "/stack:67108864");
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_misc.c149 jit_stack->stack = sljit_allocate_stack(startsize, maxsize, &jit_stack->memctl); in pcre2_jit_stack_create()
150 if (jit_stack->stack == NULL) in pcre2_jit_stack_create()
195 sljit_free_stack((struct sljit_stack *)(jit_stack->stack), &jit_stack->memctl); in pcre2_jit_stack_free()
/php-src/ext/zend_test/
H A Dfiber.c85 zend_vm_stack stack = zend_vm_stack_new_page(ZEND_FIBER_VM_STACK_SIZE, NULL); in zend_test_fiber_execute() local
86 EG(vm_stack) = stack; in zend_test_fiber_execute()
87 EG(vm_stack_top) = stack->top + ZEND_CALL_FRAME_SLOT; in zend_test_fiber_execute()
88 EG(vm_stack_end) = stack->end; in zend_test_fiber_execute()
91 execute_data = (zend_execute_data *) stack->top; in zend_test_fiber_execute()
99 EG(stack_base) = zend_fiber_stack_base(fiber->context.stack); in zend_test_fiber_execute()
100 EG(stack_limit) = zend_fiber_stack_limit(fiber->context.stack); in zend_test_fiber_execute()

Completed in 59 milliseconds

1234567