Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_execute.c410 if (op_type == IS_TMP_VAR) { in _get_zval_ptr()
418 if (op_type == IS_CONST) { in _get_zval_ptr()
431 if (op_type == IS_TMP_VAR) { in _get_zval_ptr_r()
439 if (op_type == IS_CONST) { in _get_zval_ptr_r()
460 if (op_type == IS_CONST) { in _get_zval_ptr_deref()
481 if (op_type == IS_CONST) { in _get_zval_ptr_r_deref()
502 if (op_type == IS_CONST) { in _get_zval_ptr_undef()
527 if (op_type == IS_CV) { in _get_zval_ptr_ptr()
543 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr()
552 if (op_type == IS_UNUSED) { in _get_obj_zval_ptr_undef()
[all …]
H A Dzend_compile.c2406 zn.op_type = IS_CONST; in zend_emit_final_return()
2565 result->op_type = IS_CONST; in zend_compile_class_ref_ex()
2572 result->op_type = IS_CONST; in zend_compile_class_ref_ex()
2593 result->op_type = IS_CV; in zend_try_compile_cv()
4204 && (expr_node.op_type == IS_CV || (by_ref && expr_node.op_type == IS_VAR)) in zend_compile_return()
4450 result->op_type = IS_CONST; in zend_compile_expr_list()
5147 var_node.op_type = IS_CV; in zend_compile_params()
6697 if (left_node.op_type == IS_CONST && right_node.op_type == IS_CONST) { in zend_compile_binary_op()
6759 if (left_node.op_type == IS_CONST && right_node.op_type == IS_CONST) { in zend_compile_greater()
7022 result->op_type = IS_CONST; in zend_compile_print()
[all …]
H A DREADME.ZEND_VM4 ZEND_VM architecture allows specializing opcode handlers according to op_type
26 you can use ANY mask to disable specialization according operand's op_type.
56 opline->op<X>.op_type
H A Dzend_execute.h321 ZEND_API zval *zend_get_zval_ptr(int op_type, const znode_op *node, const zend_execute_data *execut…
H A Dzend_compile.h87 zend_uchar op_type; member
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_opcode.c67 zend_op_array *ops, const zend_op *opline, znode_op op, zend_uchar op_type, in phpdbg_decode_input_op() argument
70 if (op_type != IS_UNUSED) { in phpdbg_decode_input_op()
71 result = phpdbg_decode_op(ops, &op, op_type); in phpdbg_decode_input_op()
/PHP-7.1/
H A D.gdbinit543 if $znode->op_type == 1
546 if $znode->op_type == 2
549 if $znode->op_type == 4
552 if $znode->op_type == 8
558 if $znode->op_type == 1
562 if $znode->op_type == 2
567 if $znode->op_type == 4
572 if $znode->op_type == 8
/PHP-7.1/ext/opcache/Optimizer/
H A Dcompact_literals.c81 zend_uchar op_type, in optimizer_literal_obj_info() argument
94 op_type == IS_UNUSED) { in optimizer_literal_obj_info()
102 zend_uchar op_type, in optimizer_literal_class_info() argument
110 if (op_type == IS_CONST) { in optimizer_literal_class_info()
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_compile.c4457 int repeat_type, op_type; in compile_branch() local
5637 op_type = 0; /* Default single-char op codes */ in compile_branch()
5733 case OP_CHAR: op_type = OP_STAR - OP_STAR; break; in compile_branch()
5734 case OP_CHARI: op_type = OP_STARI - OP_STAR; break; in compile_branch()
5735 case OP_NOT: op_type = OP_NOTSTAR - OP_STAR; break; in compile_branch()
5736 case OP_NOTI: op_type = OP_NOTSTARI - OP_STAR; break; in compile_branch()
5781 op_type = OP_TYPESTAR - OP_STAR; /* Use type opcodes */ in compile_branch()
5802 repeat_type += op_type; in compile_branch()
5841 *code++ = OP_EXACT + op_type; /* NB EXACT doesn't have repeat_type */ in compile_branch()

Completed in 82 milliseconds