Home
last modified time | relevance | path

Searched refs:stack_size (Results 1 – 10 of 10) sorted by relevance

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c521 sljit_s32 stack_size = 0; in c_fast_call_get_stack_size() local
547 return stack_size; in c_fast_call_get_stack_size()
562 else if (stack_size > 0) { in c_fast_call_with_args()
569 stack_size = 0; in c_fast_call_with_args()
627 sljit_s32 stack_size = 0; in cdecl_call_get_stack_size() local
642 stack_size += sizeof(sljit_sw); in cdecl_call_get_stack_size()
670 if (stack_size > 0) in cdecl_call_with_args()
674 stack_size = 0; in cdecl_call_with_args()
709 if (stack_size > 0) in post_call_with_args()
732 sljit_s32 stack_size = 0; in sljit_emit_call() local
[all …]
H A DsljitNativeARM_32.c2392 sljit_s32 stack_size = 0; in softfloat_post_call_with_args() local
2404 stack_size += sizeof(sljit_f32); in softfloat_post_call_with_args()
2407 if (stack_size & 0x7) in softfloat_post_call_with_args()
2408 stack_size += sizeof(sljit_sw); in softfloat_post_call_with_args()
2409 stack_size += sizeof(sljit_f64); in softfloat_post_call_with_args()
2412 stack_size += sizeof(sljit_sw); in softfloat_post_call_with_args()
2419 if (stack_size <= 16) in softfloat_post_call_with_args()
2422 …return push_inst(compiler, ADD | RD(SLJIT_SP) | RN(SLJIT_SP) | SRC2_IMM | (((stack_size - 16) + 0x… in softfloat_post_call_with_args()
H A DsljitNativeARM_T2_32.c1991 sljit_s32 stack_size = 0; in softfloat_post_call_with_args() local
2003 stack_size += sizeof(sljit_f32); in softfloat_post_call_with_args()
2006 if (stack_size & 0x7) in softfloat_post_call_with_args()
2007 stack_size += sizeof(sljit_sw); in softfloat_post_call_with_args()
2008 stack_size += sizeof(sljit_f64); in softfloat_post_call_with_args()
2011 stack_size += sizeof(sljit_sw); in softfloat_post_call_with_args()
2018 if (stack_size <= 16) in softfloat_post_call_with_args()
2021 return push_inst16(compiler, ADD_SP | ((((stack_size - 16) + 0x7) & ~0x7) >> 2)); in softfloat_post_call_with_args()
/PHP-8.1/Zend/tests/fibers/
H A Dnegative_stack_size.phpt2 fiber.stack_size must be a positive number
5 ini_set("fiber.stack_size","-1");
15 Warning: fiber.stack_size must be a positive number in %snegative_stack_size.php on line 2
H A Dgh10249.phpt7 ini_set("fiber.stack_size", "");
/PHP-8.1/Zend/
H A Dzend_fibers.h126 …ontext(zend_fiber_context *context, void *kind, zend_fiber_coroutine coroutine, size_t stack_size);
H A Dzend_fibers.c186 const size_t stack_size = (size + page_size - 1) / page_size * page_size; in zend_fiber_stack_allocate() local
187 const size_t alloc_size = stack_size + ZEND_FIBER_GUARD_PAGES * page_size; in zend_fiber_stack_allocate()
232 stack->size = stack_size; in zend_fiber_stack_allocate()
322 …context(zend_fiber_context *context, void *kind, zend_fiber_coroutine coroutine, size_t stack_size) in zend_fiber_init_context() argument
324 context->stack = zend_fiber_stack_allocate(stack_size); in zend_fiber_init_context()
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c177 uint32_t stack_size; in zend_jit_trace_get_exit_point() local
187 if (stack_size) { in zend_jit_trace_get_exit_point()
195 stack_size--; in zend_jit_trace_get_exit_point()
196 } while (stack_size); in zend_jit_trace_get_exit_point()
200 stack_size = 0; in zend_jit_trace_get_exit_point()
209 if (stack_size == 0 in zend_jit_trace_get_exit_point()
210 || (t->exit_info[i].stack_size >= stack_size in zend_jit_trace_get_exit_point()
215 && t->exit_info[i].stack_size == stack_size) { in zend_jit_trace_get_exit_point()
235 t->exit_info[exit_point].stack_size = stack_size; in zend_jit_trace_get_exit_point()
7538 uint32_t stack_size = t->exit_info[i].stack_size; in zend_jit_dump_exit_info() local
[all …]
H A Dzend_jit_internal.h516 uint32_t stack_size; member
H A Dzend_jit_x86.dasc3208 int parent_vars_count = parent->exit_info[exit_num].stack_size;

Completed in 92 milliseconds