Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_internal.h598 struct _zend_jit_trace_stack_frame { struct
599 zend_jit_trace_stack_frame *call;
600 zend_jit_trace_stack_frame *prev;
601 const zend_function *func;
602 const zend_op *call_opline;
604 uint32_t call_level;
605 uint32_t _info;
606 int used_stack;
607 int old_checked_stack;
608 int old_peek_checked_stack;
[all …]

Completed in 12 milliseconds