Home
last modified time | relevance | path

Searched refs:op1_type (Results 1 – 16 of 16) sorted by relevance

/PHP-5.6/ext/opcache/Optimizer/
H A Dcompact_literals.c126 opline->op1_type, in optimizer_compact_literals()
140 opline->op1_type, in optimizer_compact_literals()
163 opline->op1_type, in optimizer_compact_literals()
220 opline->op1_type, in optimizer_compact_literals()
242 opline->op1_type, in optimizer_compact_literals()
H A Dpass1_5.c545 opline->op1_type == IS_CONST &&
566 if (op->op1_type == IS_VAR && op->op1.var == var) {
584 if (use->op1_type == IS_VAR && use->op1.var == var) {
585 use->op1_type = IS_CV;
H A Dzend_optimizer_internal.h44 …memset(&opline->op2,0,sizeof(opline->op2)); opline->result_type=opline->op1_type=opline->op2_type=…
H A Dzend_optimizer.c552 if (opline->op1_type == IS_CONST) { in zend_accel_optimize()
593 if (opline->op1_type == IS_CONST) { in zend_accel_optimize()
H A Dpass3.c79 zend_uchar tmp_type = opline->op1_type;
H A Dblock_pass.c1769 if (!(last_op->op1_type & (IS_VAR|IS_TMP_VAR))) { in zend_jmp_optimization()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_opcode.c94 decode[1] = phpdbg_decode_op(ops, &op->op1, op->op1_type, vars TSRMLS_CC); in phpdbg_decode_opline()
110 decode[1] = phpdbg_decode_op(ops, &op->op1, op->op1_type, vars TSRMLS_CC); in phpdbg_decode_opline()
119 decode[1] = phpdbg_decode_op(ops, &op->op1, op->op1_type, vars TSRMLS_CC); in phpdbg_decode_opline()
/PHP-5.6/Zend/
H A Dzend_vm_gen.php84 $op1_type = array( variable
320 global $op1_type, $op2_type, $op1_get_zval_ptr, $op2_get_zval_ptr,
372 $op1_type[$op1],
H A Dzend_compile.c746 opline.op1_type = IS_CONST; in zend_do_fetch_static_member()
771 opline.op1_type = IS_CONST; in zend_do_fetch_static_member()
950 opline->op1_type = IS_CONST; in zend_do_assign()
1359 opline->op1_type = IS_CV; in zend_do_end_variable_parse()
1742 opline->op1_type = IS_CONST; in zend_do_begin_function_declaration()
1906 opline->op1_type = IS_UNUSED; in zend_do_receive_param()
2548 opline->op1_type = IS_CONST; in zend_do_begin_class_member_function_call()
2864 opline->op1_type = IS_CONST; in zend_do_return()
3027 opline->op1_type = IS_CONST; in zend_do_begin_catch()
5203 opline->op1_type = IS_CONST; in zend_do_begin_class_declaration()
[all …]
H A Dzend.c486 EG(exception_op)[0].op1_type = IS_UNUSED; in zend_init_exception_op()
491 EG(exception_op)[1].op1_type = IS_UNUSED; in zend_init_exception_op()
496 EG(exception_op)[2].op1_type = IS_UNUSED; in zend_init_exception_op()
H A Dzend_opcode.c753 if (opline->op1_type == IS_CONST) { in pass_two()
780 if (opline->op1_type != IS_CONST || Z_TYPE_P(opline->op1.zv) != IS_NULL) { in pass_two()
H A Dzend_vm_execute.h15676 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_HANDLER()
15678 } else if ((opline+1)->op1_type == IS_CONST) { in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_HANDLER()
18049 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_VAR_TMP_HANDLER()
20331 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_VAR_VAR_HANDLER()
21988 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_HANDLER()
23836 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_VAR_CV_HANDLER()
33376 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_CV_CONST_HANDLER()
35520 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_CV_TMP_HANDLER()
37665 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_CV_VAR_HANDLER()
39188 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_HANDLER()
[all …]
H A Dzend_vm_def.h337 …zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, B…
473 …value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_…
1632 …pline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1…
1664 …pline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1…
1679 …value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_…
1682 …if (zend_assign_to_string_offset(&EX_T((opline+1)->op2.var), value, (opline+1)->op1_type TSRMLS_CC…
1704 if ((opline+1)->op1_type == IS_TMP_VAR) {
1706 } else if ((opline+1)->op1_type == IS_CONST) {
H A Dzend_execute_API.c1157 ret_opline->op1_type = IS_CONST; in execute_new_code()
1169 if (opline->op1_type == IS_CONST) { in execute_new_code()
H A Dzend_compile.h119 zend_uchar op1_type; member
/PHP-5.6/ext/opcache/
H A DZendAccelerator.h374 # define ZEND_OP1_TYPE(opline) (opline)->op1_type

Completed in 172 milliseconds