Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_opcode.c532 ZEND_ASSERT(op_array->opcodes[op_num - 2].opcode == ZEND_FAST_CALL); in zend_adjust_fast_call()
552 ZEND_ASSERT(op_array->opcodes[finally_op_num - 2].opcode == ZEND_FAST_CALL); in zend_resolve_fast_call()
584 opline->opcode = ZEND_FAST_CALL; in zend_resolve_finally_call()
596 opline->opcode = ZEND_FAST_CALL; in zend_resolve_finally_call()
615 opline->opcode = ZEND_FAST_CALL; in zend_resolve_finally_call()
708 case ZEND_FAST_CALL: in zend_resolve_finally_calls()
766 case ZEND_FAST_CALL: in pass_two()
H A Dzend_vm_opcodes.h174 #define ZEND_FAST_CALL 162 macro
H A Dzend_vm_def.h5408 ZEND_VM_HANDLER(162, ZEND_FAST_CALL, ANY, ANY)
H A Dzend_compile.c2871 opline->opcode = ZEND_FAST_CALL; in zend_do_finally()
/PHP-5.5/ext/opcache/Optimizer/
H A Dnop_removal.c65 case ZEND_FAST_CALL: in nop_removal()
H A Dblock_pass.c108 case ZEND_FAST_CALL: in find_code_blocks()
260 case ZEND_FAST_CALL: in find_code_blocks()
/PHP-5.5/ext/opcache/
H A Dzend_persist.c322 case ZEND_FAST_CALL:

Completed in 52 milliseconds