Home
last modified time | relevance | path

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

/PHP-8.1/ext/opcache/jit/
H A Dzend_jit_trace.c4006 int peek_checked_stack; in zend_jit_trace() local
4033 frame->used_stack = checked_stack = peek_checked_stack = 0; in zend_jit_trace()
4079 peek_checked_stack = used_stack; in zend_jit_trace()
6657 peek_checked_stack = frame->old_peek_checked_stack; in zend_jit_trace()
6664 frame->used_stack = checked_stack = peek_checked_stack = 0; in zend_jit_trace()
6817 call->old_peek_checked_stack = peek_checked_stack; in zend_jit_trace()
6820 call->used_stack = checked_stack = peek_checked_stack = 0; in zend_jit_trace()
6837 if (checked_stack > peek_checked_stack) { in zend_jit_trace()
6838 peek_checked_stack = checked_stack; in zend_jit_trace()
6842 checked_stack = peek_checked_stack = 0; in zend_jit_trace()
[all …]

Completed in 32 milliseconds