Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c4121 int checked_stack; in zend_jit_trace() local
4156 frame->used_stack = checked_stack = peek_checked_stack = 0; in zend_jit_trace()
6397 p + 1, peek_checked_stack - checked_stack, in zend_jit_trace()
6415 p + 1, peek_checked_stack - checked_stack)) { in zend_jit_trace()
6954 checked_stack = frame->old_checked_stack; in zend_jit_trace()
7128 call->old_checked_stack = checked_stack; in zend_jit_trace()
7149 checked_stack += call->used_stack; in zend_jit_trace()
7150 if (checked_stack > peek_checked_stack) { in zend_jit_trace()
7151 peek_checked_stack = checked_stack; in zend_jit_trace()
7155 checked_stack = peek_checked_stack = 0; in zend_jit_trace()
[all …]
H A Dzend_jit_ir.c8366 …y, zend_function *func, bool is_closure, bool delayed_fetch_this, int checked_stack, ir_ref func_r… argument
8376 if ((int)used_stack <= checked_stack) {
8682 …_ssa *ssa, const zend_ssa_op *ssa_op, int call_level, zend_jit_trace_rec *trace, int checked_stack) argument
8807 …if (!zend_jit_push_call_frame(jit, opline, op_array, func, 0, 0, checked_stack, func_ref, IR_UNUSE…
8847 int checked_stack, argument
9072 …if (!zend_jit_push_call_frame(jit, opline, NULL, func, 0, delayed_fetch_this, checked_stack, func_…
9111 int checked_stack) argument
9254 …if (!zend_jit_push_call_frame(jit, opline, op_array, func, 0, 0, checked_stack, func_ref, scope_re…
9293 int checked_stack) argument
9352 if (!zend_jit_push_call_frame(jit, opline, NULL, func, 1, 0, checked_stack, ref, IR_UNUSED)) {

Completed in 58 milliseconds