Home
last modified time | relevance | path

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

/PHP-7.3/sapi/phpdbg/
H A Dphpdbg_opcode.c40 zend_op_array *ops, const zend_op *opline, const znode_op *op, uint32_t type) /* {{{ */ in phpdbg_decode_op()
67 zend_op_array *ops, const zend_op *opline, znode_op op, zend_uchar op_type, in phpdbg_decode_input_op()
/PHP-7.3/Zend/
H A Dzend_compile.h80 } znode_op; typedef
86 znode_op op;
142 znode_op op1;
143 znode_op op2;
144 znode_op result;
H A Dzend_execute.c442 static zend_always_inline zval *_get_zval_ptr(int op_type, znode_op node, zend_free_op *should_free… in _get_zval_ptr()
463 static zend_always_inline zval *_get_op_data_zval_ptr_r(int op_type, znode_op node, zend_free_op *s… in _get_op_data_zval_ptr_r()
484 static zend_always_inline zval *_get_zval_ptr_deref(int op_type, znode_op node, zend_free_op *shoul… in _get_zval_ptr_deref()
505 static zend_always_inline zval *_get_op_data_zval_ptr_deref_r(int op_type, znode_op node, zend_free… in _get_op_data_zval_ptr_deref_r()
526 static zend_always_inline zval *_get_zval_ptr_undef(int op_type, znode_op node, zend_free_op *shoul… in _get_zval_ptr_undef()
560 static inline zval *_get_zval_ptr_ptr(int op_type, znode_op node, zend_free_op *should_free, int ty… in _get_zval_ptr_ptr()
571 static inline zval *_get_obj_zval_ptr(int op_type, znode_op op, zend_free_op *should_free, int type… in _get_obj_zval_ptr()
580 static inline zval *_get_obj_zval_ptr_undef(int op_type, znode_op op, zend_free_op *should_free, in… in _get_obj_zval_ptr_undef()
589 static inline zval *_get_obj_zval_ptr_ptr(int op_type, znode_op node, zend_free_op *should_free, in… in _get_obj_zval_ptr_ptr()
2910 znode_op tmp; in zend_swap_operands()
[all …]
H A Dzend_execute.h331 ZEND_API zval *zend_get_zval_ptr(const zend_op *opline, int op_type, const znode_op *node, const ze…
/PHP-7.3/ext/opcache/Optimizer/
H A Dpass3.c105 znode_op tmp = opline->op1; in zend_optimizer_pass3()
251 znode_op T = opline->result; in zend_optimizer_pass3()
H A Dblock_pass.c185 znode_op op1 = opline->op1; in zend_optimize_block()
262 znode_op op2 = opline->op2; in zend_optimize_block()
H A Dzend_dump.c114 static void zend_dump_unused_op(const zend_op *opline, znode_op op, uint32_t flags) { in zend_dump_unused_op()

Completed in 36 milliseconds