Lines Matching refs:zend_op

38 register const zend_op* volatile opline __asm__("%r15");
41 register const zend_op* volatile opline __asm__("%edi");
44 register const zend_op* volatile opline __asm__("x28");
72 const zend_op *old_opline = EX(opline); in zend_jit_leave_nested_func_helper()
180 const zend_op *opline = EG(opline_before_exception); in zend_jit_deprecated_helper()
199 const zend_op *opline = EX(opline); in zend_jit_undefined_long_key()
215 const zend_op *opline = EX(opline); in zend_jit_undefined_string_key()
249 const zend_op *opline = EX(opline); in zend_jit_func_counter_helper()
269 const zend_op *opline = EX(opline); in zend_jit_loop_counter_helper()
290 const zend_op *opline = EX(opline); in _zend_quick_get_constant()
345 const zend_op *opline = EX(opline); in zend_jit_trace_counter_helper()
451 …ive_ret(zend_execute_data *ex, const zend_op_array *orig_op_array, const zend_op *orig_opline, int… in zend_jit_trace_has_recursive_ret()
463 static uint8_t zend_jit_trace_bad_stop_event(const zend_op *opline, int count) in zend_jit_trace_bad_stop_event()
465 const zend_op **cache_opline = JIT_G(bad_root_cache_opline); in zend_jit_trace_bad_stop_event()
538 …ce_buffer, int start, int end, uint8_t event, const zend_op_array *op_array, const zend_op *opline) in zend_jit_trace_subtrace()
577 zend_jit_trace_stop ZEND_FASTCALL zend_jit_trace_execute(zend_execute_data *ex, const zend_op *op, …
582 const zend_op *save_opline = opline;
584 const zend_op *orig_opline, *end_opline;
596 const zend_op *link_to_enter_opline = NULL;
604 const zend_op *last_loop_opline = NULL;
614 const zend_op *opline = EX(opline);