Home
last modified time | relevance | path

Searched refs:peek_checked_stack (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c4022 int peek_checked_stack; in zend_jit_trace() local
4049 frame->used_stack = checked_stack = peek_checked_stack = 0; in zend_jit_trace()
4095 peek_checked_stack = used_stack; in zend_jit_trace()
6646 peek_checked_stack = frame->old_peek_checked_stack; in zend_jit_trace()
6653 frame->used_stack = checked_stack = peek_checked_stack = 0; in zend_jit_trace()
6820 call->old_peek_checked_stack = peek_checked_stack; in zend_jit_trace()
6823 call->used_stack = checked_stack = peek_checked_stack = 0; in zend_jit_trace()
6840 if (checked_stack > peek_checked_stack) { in zend_jit_trace()
6841 peek_checked_stack = checked_stack; in zend_jit_trace()
6845 checked_stack = peek_checked_stack = 0; in zend_jit_trace()
[all …]

Completed in 22 milliseconds