Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_internal.h532 struct _zend_jit_trace_stack_frame { struct
533 zend_jit_trace_stack_frame *call;
534 zend_jit_trace_stack_frame *prev;
535 const zend_function *func;
536 const zend_op *call_opline;
538 uint32_t call_level;
539 uint32_t _info;
540 int used_stack;
541 int old_checked_stack;
542 int old_peek_checked_stack;
[all …]

Completed in 10 milliseconds