Searched defs:_zend_jit_trace_stack_frame (Results 1 – 1 of 1) sorted by relevance
596 struct _zend_jit_trace_stack_frame { struct597 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 17 milliseconds