Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Dpass1_5.c277 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 Dzend_optimizer_internal.h44 …memset(&opline->op2,0,sizeof(opline->op2)); opline->result_type=opline->op1_type=opline->op2_type=…
H A Dpass3.c76 zend_uchar tmp_type = opline->op1_type;
H A Dblock_pass.c1762 if (!(last_op->op1_type & (IS_VAR|IS_TMP_VAR))) { in zend_jmp_optimization()
/PHP-5.5/Zend/
H A Dzend_vm_gen.php84 $op1_type = array( variable
308 global $op1_type, $op2_type, $op1_get_zval_ptr, $op2_get_zval_ptr,
351 $op1_type[$op1],
H A Dzend_compile.c738 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 Dzend.c485 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 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.h15241 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 Dzend_vm_def.h337 …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 Dzend_execute_API.c1259 ret_opline->op1_type = IS_CONST; in execute_new_code()
1271 if (opline->op1_type == IS_CONST) { in execute_new_code()
H A Dzend_compile.h117 zend_uchar op1_type; member
/PHP-5.5/ext/opcache/
H A DZendAccelerator.h365 # define ZEND_OP1_TYPE(opline) (opline)->op1_type

Completed in 186 milliseconds