Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds