Home
last modified time | relevance | path

Searched refs:fixed_call_stack_size (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/opcache/jit/ir/
H A Dir_gcm.c997 new_ctx.fixed_call_stack_size = ctx->fixed_call_stack_size; in ir_schedule()
H A Dir.h600 …int32_t fixed_call_stack_size; /* fixed preallocated stack for parameter passing (def… member
H A Dir_aarch64.dasc4686 if (ctx->fixed_call_stack_size && used_stack <= ctx->fixed_call_stack_size) {
5841 IR_ASSERT(ctx->fixed_stack_red_zone == ctx->fixed_stack_frame_size + ctx->fixed_call_stack_size);
5854 ctx->call_stack_size = ctx->fixed_call_stack_size;
H A Dir_x86.dasc8551 if (ctx->fixed_call_stack_size
8552 && used_stack <= ctx->fixed_call_stack_size
10264 IR_ASSERT(ctx->fixed_stack_red_zone == ctx->fixed_stack_frame_size + ctx->fixed_call_stack_size);
10277 ctx->call_stack_size = ctx->fixed_call_stack_size;
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2670 jit->ctx.fixed_call_stack_size = 16; in zend_jit_init_ctx()
2676 jit->ctx.fixed_call_stack_size = 16; in zend_jit_init_ctx()
2682 jit->ctx.fixed_call_stack_size = 16; in zend_jit_init_ctx()
8721 if (!jit->ctx.fixed_call_stack_size) {
8742 if (!jit->ctx.fixed_call_stack_size) {
10028 if (!jit->ctx.fixed_call_stack_size) {
10151 if (!jit->ctx.fixed_call_stack_size) {

Completed in 108 milliseconds