Searched refs:op1_type (Results 1 – 13 of 13) sorted by relevance
/PHP-5.5/ext/opcache/Optimizer/ |
H A D | pass1_5.c | 277 opline->op1_type == IS_CONST && 298 if (op->op1_type == IS_VAR && op->op1.var == var) { 316 if (use->op1_type == IS_VAR && use->op1.var == var) { 317 use->op1_type = IS_CV;
|
H A D | zend_optimizer_internal.h | 44 …memset(&opline->op2,0,sizeof(opline->op2)); opline->result_type=opline->op1_type=opline->op2_type=…
|
H A D | pass3.c | 76 zend_uchar tmp_type = opline->op1_type;
|
H A D | block_pass.c | 1762 if (!(last_op->op1_type & (IS_VAR|IS_TMP_VAR))) { in zend_jmp_optimization()
|
/PHP-5.5/Zend/ |
H A D | zend_vm_gen.php | 84 $op1_type = array( variable 308 global $op1_type, $op2_type, $op1_get_zval_ptr, $op2_get_zval_ptr, 351 $op1_type[$op1],
|
H A D | zend_compile.c | 738 opline.op1_type = IS_CONST; in zend_do_fetch_static_member() 763 opline.op1_type = IS_CONST; in zend_do_fetch_static_member() 935 opline->op1_type == IS_CV && in zend_do_assign() 942 opline->op1_type = IS_CONST; in zend_do_assign() 1351 opline->op1_type = IS_CV; in zend_do_end_variable_parse() 1715 opline->op1_type = IS_CONST; in zend_do_begin_function_declaration() 2478 opline->op1_type = IS_CONST; in zend_do_begin_class_member_function_call() 2745 opline->op1_type = IS_CONST; in zend_do_return() 2908 opline->op1_type = IS_CONST; in zend_do_begin_catch() 5060 opline->op1_type = IS_CONST; in zend_do_begin_class_declaration() [all …]
|
H A D | zend.c | 485 EG(exception_op)[0].op1_type = IS_UNUSED; in zend_init_exception_op() 490 EG(exception_op)[1].op1_type = IS_UNUSED; in zend_init_exception_op() 495 EG(exception_op)[2].op1_type = IS_UNUSED; in zend_init_exception_op()
|
H A D | zend_opcode.c | 753 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 D | zend_vm_execute.h | 15241 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_HANDLER() 15243 } else if ((opline+1)->op1_type == IS_CONST) { in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_HANDLER() 17598 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_VAR_TMP_HANDLER() 19861 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_VAR_VAR_HANDLER() 21503 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_HANDLER() 23335 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_VAR_CV_HANDLER() 32770 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_CV_CONST_HANDLER() 34894 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_CV_TMP_HANDLER() 37021 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_CV_VAR_HANDLER() 38530 if ((opline+1)->op1_type == IS_TMP_VAR) { in ZEND_ASSIGN_DIM_SPEC_CV_UNUSED_HANDLER() [all …]
|
H A D | zend_vm_def.h | 337 …zval *value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, B… 470 …value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_… 1624 …pline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1… 1656 …pline->result.var).var.ptr:NULL, object_ptr, property_name, (opline+1)->op1_type, &(opline+1)->op1… 1671 …value = get_zval_ptr((opline+1)->op1_type, &(opline+1)->op1, execute_data, &free_op_data1, BP_VAR_… 1674 …if (zend_assign_to_string_offset(&EX_T((opline+1)->op2.var), value, (opline+1)->op1_type TSRMLS_CC… 1696 if ((opline+1)->op1_type == IS_TMP_VAR) { 1698 } else if ((opline+1)->op1_type == IS_CONST) {
|
H A D | zend_execute_API.c | 1259 ret_opline->op1_type = IS_CONST; in execute_new_code() 1271 if (opline->op1_type == IS_CONST) { in execute_new_code()
|
H A D | zend_compile.h | 117 zend_uchar op1_type; member
|
/PHP-5.5/ext/opcache/ |
H A D | ZendAccelerator.h | 365 # define ZEND_OP1_TYPE(opline) (opline)->op1_type
|
Completed in 178 milliseconds