Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_internal.h392 struct _zend_jit_trace_stack_frame { struct
393 zend_jit_trace_stack_frame *call;
394 zend_jit_trace_stack_frame *prev;
395 const zend_function *func;
396 const zend_op *call_opline;
397 uint32_t call_level;
398 uint32_t _info;
399 int used_stack;
400 zend_jit_trace_stack stack[1];

Completed in 10 milliseconds