Searched defs:_zend_jit_trace_stack_frame (Results 1 – 1 of 1) sorted by relevance
542 struct _zend_jit_trace_stack_frame { struct543 zend_jit_trace_stack_frame *call;544 zend_jit_trace_stack_frame *prev;545 const zend_function *func;546 const zend_op *call_opline;548 uint32_t call_level;549 uint32_t _info;550 int used_stack;551 int old_checked_stack;552 int old_peek_checked_stack;[all …]
Completed in 9 milliseconds