Lines Matching refs:opcode
467 if (opline->opcode == ZEND_EXT_STMT) { in zend_update_extended_info()
469 if ((opline+1)->opcode == ZEND_EXT_STMT) { in zend_update_extended_info()
470 opline->opcode = ZEND_NOP; in zend_update_extended_info()
478 opline->opcode = ZEND_NOP; in zend_update_extended_info()
532 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()
628 opline->opcode = ZEND_JMP; in zend_resolve_finally_call()
673 switch (opline->opcode) { in zend_resolve_finally_calls()
693 …zend_resolve_finally_call(op_array, i, opline->opcode == ZEND_BRK ? jmp_to->brk : jmp_to->cont TSR… in zend_resolve_finally_calls()
759 switch (opline->opcode) { in pass_two()
785 opline->opcode = ZEND_GENERATOR_RETURN; in pass_two()
805 ZEND_API unary_op_type get_unary_op(int opcode) in get_unary_op() argument
807 switch (opcode) { in get_unary_op()
820 ZEND_API binary_op_type get_binary_op(int opcode) in get_binary_op() argument
822 switch (opcode) { in get_binary_op()