Home
last modified time | relevance | path

Searched refs:tmp_offset (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/opcache/Optimizer/
H A Dcompact_vars.c33 uint32_t num_cvs, tmp_offset; in zend_optimizer_compact_vars() local
66 tmp_offset = op_array->last_var - num_cvs; in zend_optimizer_compact_vars()
74 opline->op1.var -= sizeof(zval) * tmp_offset; in zend_optimizer_compact_vars()
79 opline->op2.var -= sizeof(zval) * tmp_offset; in zend_optimizer_compact_vars()
84 opline->result.var -= sizeof(zval) * tmp_offset; in zend_optimizer_compact_vars()
91 op_array->live_range[i].var -= sizeof(zval) * tmp_offset; in zend_optimizer_compact_vars()
/PHP-7.2/Zend/
H A Dzend_object_handlers.c782 zval tmp_offset, tmp_object; in zend_std_read_dimension() local
787 ZVAL_NULL(&tmp_offset); in zend_std_read_dimension()
798 zval_ptr_dtor(&tmp_offset); in zend_std_read_dimension()
803 zval_ptr_dtor(&tmp_offset); in zend_std_read_dimension()
813 zval_ptr_dtor(&tmp_offset); in zend_std_read_dimension()
832 zval tmp_offset, tmp_object; in zend_std_write_dimension() local
836 ZVAL_NULL(&tmp_offset); in zend_std_write_dimension()
844 zval_ptr_dtor(&tmp_offset); in zend_std_write_dimension()
876 zval_ptr_dtor(&tmp_offset); in zend_std_has_dimension()
1033 zval tmp_offset, tmp_object; in zend_std_unset_dimension() local
[all …]
/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c8797 int tmp_base, tmp_offset; in compile_iterator_matchingpath() local
8819 tmp_offset = 0; in compile_iterator_matchingpath()
8824 tmp_offset = POSSESSIVE0; in compile_iterator_matchingpath()
8845 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
8853 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
8945 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
8965 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
8992 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
9021 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
9134 OP2(SLJIT_SUB | SLJIT_SET_Z, tmp_base, tmp_offset, tmp_base, tmp_offset, SLJIT_IMM, 1); in compile_iterator_matchingpath()
[all …]

Completed in 37 milliseconds