Searched defs:used_stack (Results 1 – 9 of 9) sorted by relevance
/php-src/Zend/ |
H A D | zend_execute.h | 269 static zend_always_inline zend_execute_data *zend_vm_stack_push_call_frame_ex(uint32_t used_stack, … in zend_vm_stack_push_call_frame_ex() 289 uint32_t used_stack = ZEND_CALL_FRAME_SLOT + num_args + func->common.T; in zend_vm_calc_used_stack() local 299 uint32_t used_stack = zend_vm_calc_used_stack(num_args, func); in zend_vm_stack_push_call_frame() local
|
H A D | zend_generators.c | 63 size_t used_stack; in zend_generator_freeze_call_stack() local
|
H A D | zend_execute.c | 4402 int used_stack = (EG(vm_stack_top) - (zval*)call) + additional_args; in zend_vm_stack_copy_call_frame() local 5520 static zend_always_inline zend_execute_data *_zend_vm_stack_push_call_frame_ex(uint32_t used_stack,… in _zend_vm_stack_push_call_frame_ex() 5541 uint32_t used_stack = zend_vm_calc_used_stack(num_args, func); in _zend_vm_stack_push_call_frame() local
|
H A D | zend_vm_def.h | 4598 uint32_t num_args, used_stack, call_info; variable
|
H A D | zend_vm_execute.h | 2215 uint32_t num_args, used_stack, call_info; in ZEND_GENERATOR_CREATE_SPEC_HANDLER() local
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_trace.c | 1295 int used_stack; member 1347 int call_level, level, num_op_arrays, used_stack, max_used_stack; in zend_jit_trace_build_tssa() local 4184 int used_stack = ((zend_tssa*)ssa)->used_stack; in zend_jit_trace() local
|
H A D | zend_jit_helpers.c | 299 static zend_execute_data* ZEND_FASTCALL zend_jit_extend_stack_helper(uint32_t used_stack, zend_func… in zend_jit_extend_stack_helper() 307 static zend_execute_data* ZEND_FASTCALL zend_jit_int_extend_stack_helper(uint32_t used_stack) in zend_jit_int_extend_stack_helper()
|
H A D | zend_jit_internal.h | 550 int used_stack; member
|
H A D | zend_jit_ir.c | 8332 static int zend_jit_stack_check(zend_jit_ctx *jit, const zend_op *opline, uint32_t used_stack) in zend_jit_stack_check() 8368 uint32_t used_stack; local
|
Completed in 260 milliseconds