Home
last modified time | relevance | path

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

/PHP-5.5/ext/opcache/Optimizer/
H A Dpass2.c114 opline->opcode = ZEND_JMP;
121 if ((opline + 1)->opcode == ZEND_JMP) {
151 opline->opcode = ZEND_JMP;
204 opline->opcode = ZEND_JMP;
H A Dpass3.c134 case ZEND_JMP:
149 && op_array->opcodes[ZEND_OP1(opline).opline_num].opcode == ZEND_JMP) {
170 if (op_array->opcodes[target].opcode == ZEND_JMP) {
196 if (op_array->opcodes[target].opcode == ZEND_JMP) {
305 if(op->opcode == ZEND_JMP ||
344 if(op->opcode == ZEND_JMP ||
392 && op_array->opcodes[ZEND_OP2(opline).opline_num].opcode == ZEND_JMP) {
400 && op_array->opcodes[opline->extended_value].opcode == ZEND_JMP) {
H A Dnop_removal.c29 if (opline->opcode == ZEND_JMP && ZEND_OP1(opline).opline_num > i) { in nop_removal()
60 case ZEND_JMP: in nop_removal()
H A Dblock_pass.c122 case ZEND_JMP: in find_code_blocks()
272 case ZEND_JMP: in find_code_blocks()
1328 case ZEND_JMP: in zend_jmp_optimization()
1351 if (((target->opcode == ZEND_JMP && in zend_jmp_optimization()
1477 last_op->opcode = ZEND_JMP; in zend_jmp_optimization()
1544 target->opcode == ZEND_JMP && in zend_jmp_optimization()
1590 if (target->opcode == ZEND_JMP && in zend_jmp_optimization()
1697 target->opcode == ZEND_JMP && in zend_jmp_optimization()
1738 last_op->opcode = ZEND_JMP; in zend_jmp_optimization()
1751 last_op->opcode = ZEND_JMP; in zend_jmp_optimization()
[all …]
H A Dpass1_5.c201 (opline + 1)->opcode = ZEND_JMP;
/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h72 #define ZEND_JMP 42 macro
H A Dzend_opcode.c628 opline->opcode = ZEND_JMP; in zend_resolve_finally_call()
705 case ZEND_JMP: in zend_resolve_finally_calls()
765 case ZEND_JMP: in pass_two()
H A Dzend_compile.c1112 opline->opcode = ZEND_JMP; in zend_do_while_end()
1142 opline->opcode = ZEND_JMP; in zend_do_for_before_statement()
1158 opline->opcode = ZEND_JMP; in zend_do_for_end()
1243 opline->opcode = ZEND_JMP; in zend_do_if_after_statement()
2829 opline->opcode = ZEND_JMP; in zend_initialize_try_catch_element()
2879 opline->opcode = ZEND_JMP; in zend_do_finally()
2925 opline->opcode = ZEND_JMP; in zend_do_end_catch()
4943 opline->opcode = ZEND_JMP; in zend_do_case_after_statement()
4949 case ZEND_JMP: in zend_do_case_after_statement()
4967 opline->opcode = ZEND_JMP; in zend_do_default_before_statement()
[all …]
H A Dzend_execute_API.c1283 case ZEND_JMP: in execute_new_code()
H A Dzend_vm_def.h2094 ZEND_VM_HANDLER(42, ZEND_JMP, ANY, ANY)
/PHP-5.5/ext/opcache/
H A Dzend_persist.c272 case ZEND_JMP:
319 case ZEND_JMP:

Completed in 125 milliseconds