Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_trace.c4021 int checked_stack; in zend_jit_trace() local
4049 frame->used_stack = checked_stack = peek_checked_stack = 0; in zend_jit_trace()
6645 checked_stack = frame->old_checked_stack; in zend_jit_trace()
6653 frame->used_stack = checked_stack = peek_checked_stack = 0; in zend_jit_trace()
6819 call->old_checked_stack = checked_stack; in zend_jit_trace()
6823 call->used_stack = checked_stack = peek_checked_stack = 0; in zend_jit_trace()
6839 checked_stack += call->used_stack; 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 …]
H A Dzend_jit_arm64.dasc8443 …_array *op_array, zend_function *func, bool is_closure, bool delayed_fetch_this, int checked_stack)
8453 if ((int)used_stack <= checked_stack) {
8701 …_ssa *ssa, const zend_ssa_op *ssa_op, int call_level, zend_jit_trace_rec *trace, int checked_stack)
8818 if (!zend_jit_push_call_frame(Dst, opline, op_array, func, 0, 0, checked_stack)) {
8849 int checked_stack,
9033 if (!zend_jit_push_call_frame(Dst, opline, NULL, func, 0, delayed_fetch_this, checked_stack)) {
9063 int checked_stack)
9118 if (!zend_jit_push_call_frame(Dst, opline, NULL, func, 1, 0, checked_stack)) {
H A Dzend_jit_x86.dasc9062 …_array *op_array, zend_function *func, bool is_closure, bool delayed_fetch_this, int checked_stack)
9069 if ((int)used_stack <= checked_stack) {
9331 …_ssa *ssa, const zend_ssa_op *ssa_op, int call_level, zend_jit_trace_rec *trace, int checked_stack)
9486 if (!zend_jit_push_call_frame(Dst, opline, op_array, func, 0, 0, checked_stack)) {
9517 int checked_stack,
9732 if (!zend_jit_push_call_frame(Dst, opline, NULL, func, 0, delayed_fetch_this, checked_stack)) {
9762 int checked_stack)
9831 if (!zend_jit_push_call_frame(Dst, opline, NULL, func, 1, 0, checked_stack)) {

Completed in 72 milliseconds