Home
last modified time | relevance | path

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

/PHP-5.6/ext/opcache/Optimizer/
H A Dblock_pass.c1508 target_end = target_block->start_opline + target_block->len; in zend_jmp_optimization()
1515 target_block = target_block->follow_to; in zend_jmp_optimization()
1522 target_block->follow_to && in zend_jmp_optimization()
1523 !target_block->protected in zend_jmp_optimization()
1532 target_block->follow_to && in zend_jmp_optimization()
1558 target_block->ext_to && in zend_jmp_optimization()
1657 target_end = target_block->start_opline + target_block->len; in zend_jmp_optimization()
1663 target_block = target_block->follow_to; in zend_jmp_optimization()
1711 target_block->ext_to && in zend_jmp_optimization()
1804 target_end = target_block->start_opline + target_block->len; in zend_jmp_optimization()
[all …]

Completed in 8 milliseconds