Home
last modified time | relevance | path

Searched defs:used_stack (Results 1 – 8 of 8) sorted by relevance

/PHP-8.1/Zend/
H A Dzend_execute.h230 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()
250 uint32_t used_stack = ZEND_CALL_FRAME_SLOT + num_args; in zend_vm_calc_used_stack() local
260 uint32_t used_stack = zend_vm_calc_used_stack(num_args, func); in zend_vm_stack_push_call_frame() local
H A Dzend_generators.c61 size_t used_stack; in zend_generator_freeze_call_stack() local
H A Dzend_execute.c4071 int used_stack = (EG(vm_stack_top) - (zval*)call) + additional_args; in zend_vm_stack_copy_call_frame() local
5181 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()
5202 uint32_t used_stack = zend_vm_calc_used_stack(num_args, func); in _zend_vm_stack_push_call_frame() local
H A Dzend_vm_def.h4452 uint32_t num_args, used_stack, call_info; variable
H A Dzend_vm_execute.h2032 uint32_t num_args, used_stack, call_info; in ZEND_GENERATOR_CREATE_SPEC_HANDLER() local
/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c1176 int used_stack; member
1195 int call_level, level, num_op_arrays, used_stack, max_used_stack; in zend_jit_trace_build_tssa() local
4076 int used_stack = ((zend_tssa*)ssa)->used_stack; in zend_jit_trace() local
H A Dzend_jit_helpers.c215 static zend_execute_data* ZEND_FASTCALL zend_jit_extend_stack_helper(uint32_t used_stack, zend_func… in zend_jit_extend_stack_helper()
223 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 Dzend_jit_internal.h604 int used_stack; member

Completed in 290 milliseconds