Lines Matching full:case
494 case OP_NOP:
496 case OP_MOVE:
497 case OP_MOVE_OBJECT:
499 case OP_MOVE_FROM16:
500 case OP_MOVE_OBJECT_FROM16:
502 case
503 case OP_MOVE_OBJECT_16:
505 case OP_MOVE_WIDE:
507 case OP_MOVE_WIDE_FROM16:
509 case OP_MOVE_WIDE_16:
511 case OP_MOVE_RESULT:
512 case OP_MOVE_RESULT_OBJECT:
514 case OP_MOVE_RESULT_WIDE:
516 case OP_MOVE_EXCEPTION:
518 case OP_RETURN_VOID:
519 case OP_RETURN_VOID_BARRIER:
521 case OP_RETURN:
522 case OP_RETURN_OBJECT:
524 case OP_RETURN_WIDE:
526 case OP_CONST_4:
528 case OP_CONST_16:
530 case OP_CONST:
532 case OP_CONST_HIGH16:
534 case OP_CONST_WIDE_16:
536 case OP_CONST_WIDE_32:
538 case OP_CONST_WIDE:
540 case OP_CONST_WIDE_HIGH16:
542 case OP_CONST_STRING:
544 case OP_CONST_STRING_JUMBO:
546 case OP_CONST_CLASS:
548 case OP_MONITOR_ENTER:
550 case OP_MONITOR_EXIT:
552 case OP_CHECK_CAST:
554 case OP_INSTANCE_OF:
556 case OP_ARRAY_LENGTH:
558 case OP_NEW_INSTANCE:
560 case OP_NEW_ARRAY:
562 case OP_FILLED_NEW_ARRAY:
564 case OP_FILLED_NEW_ARRAY_RANGE:
566 case OP_FILL_ARRAY_DATA:
568 case OP_THROW:
570 case OP_THROW_VERIFICATION_ERROR:
572 case OP_GOTO:
574 case OP_GOTO_16:
576 case OP_GOTO_32:
578 case OP_PACKED_SWITCH:
580 case OP_SPARSE_SWITCH:
582 case OP_CMPL_FLOAT:
584 case OP_CMPG_FLOAT:
586 case OP_CMPL_DOUBLE:
588 case OP_CMPG_DOUBLE:
590 case OP_CMP_LONG:
592 case OP_IF_EQ:
594 case OP_IF_NE:
596 case OP_IF_LT:
598 case OP_IF_GE:
600 case OP_IF_GT:
602 case OP_IF_LE:
604 case OP_IF_EQZ:
606 case OP_IF_NEZ:
608 case OP_IF_LTZ:
610 case OP_IF_GEZ:
612 case OP_IF_GTZ:
614 case OP_IF_LEZ:
616 case OP_AGET:
618 case OP_AGET_WIDE:
620 case OP_AGET_OBJECT:
622 case OP_AGET_BOOLEAN:
624 case OP_AGET_BYTE:
626 case OP_AGET_CHAR:
628 case OP_AGET_SHORT:
630 case OP_APUT:
632 case OP_APUT_WIDE:
634 case OP_APUT_OBJECT:
636 case OP_APUT_BOOLEAN:
638 case OP_APUT_BYTE:
640 case OP_APUT_CHAR:
642 case OP_APUT_SHORT:
644 case OP_IGET:
645 case OP_IGET_VOLATILE:
647 case OP_IGET_WIDE:
649 case OP_IGET_WIDE_VOLATILE:
651 case OP_IGET_OBJECT:
652 case OP_IGET_OBJECT_VOLATILE:
654 case OP_IGET_BOOLEAN:
656 case OP_IGET_BYTE:
658 case OP_IGET_CHAR:
660 case OP_IGET_SHORT:
662 case OP_IPUT:
663 case OP_IPUT_VOLATILE:
665 case OP_IPUT_WIDE:
667 case OP_IPUT_WIDE_VOLATILE:
669 case OP_IPUT_OBJECT:
670 case OP_IPUT_OBJECT_VOLATILE:
672 case OP_IPUT_BOOLEAN:
674 case OP_IPUT_BYTE:
676 case OP_IPUT_CHAR:
678 case OP_IPUT_SHORT:
680 case OP_SGET:
681 case OP_SGET_VOLATILE:
683 case OP_SGET_WIDE:
685 case OP_SGET_WIDE_VOLATILE:
687 case OP_SGET_OBJECT:
688 case OP_SGET_OBJECT_VOLATILE:
690 case OP_SGET_BOOLEAN:
692 case OP_SGET_BYTE:
694 case OP_SGET_CHAR:
696 case OP_SGET_SHORT:
698 case OP_SPUT:
699 case OP_SPUT_VOLATILE:
701 case OP_SPUT_WIDE:
703 case OP_SPUT_WIDE_VOLATILE:
705 case OP_SPUT_OBJECT:
706 case OP_SPUT_OBJECT_VOLATILE:
708 case OP_SPUT_BOOLEAN:
710 case OP_SPUT_BYTE:
712 case OP_SPUT_CHAR:
714 case OP_SPUT_SHORT:
716 case OP_INVOKE_VIRTUAL:
718 case OP_INVOKE_SUPER:
720 case OP_INVOKE_DIRECT:
722 case OP_INVOKE_STATIC:
724 case OP_INVOKE_INTERFACE:
726 case OP_INVOKE_VIRTUAL_RANGE:
728 case OP_INVOKE_SUPER_RANGE:
730 case OP_INVOKE_DIRECT_RANGE:
732 case OP_INVOKE_STATIC_RANGE:
734 case OP_INVOKE_INTERFACE_RANGE:
736 case OP_NEG_INT:
738 case OP_NOT_INT:
740 case OP_NEG_LONG:
742 case OP_NOT_LONG:
744 case OP_NEG_FLOAT:
746 case OP_NEG_DOUBLE:
748 case OP_INT_TO_LONG:
750 case OP_INT_TO_FLOAT:
752 case OP_INT_TO_DOUBLE:
754 case OP_LONG_TO_INT:
756 case OP_LONG_TO_FLOAT:
758 case OP_LONG_TO_DOUBLE:
760 case OP_FLOAT_TO_INT:
762 case OP_FLOAT_TO_LONG:
764 case OP_FLOAT_TO_DOUBLE:
766 case OP_DOUBLE_TO_INT:
768 case OP_DOUBLE_TO_LONG:
770 case OP_DOUBLE_TO_FLOAT:
772 case OP_INT_TO_BYTE:
774 case OP_INT_TO_CHAR:
776 case OP_INT_TO_SHORT:
778 case OP_ADD_INT:
780 case OP_SUB_INT:
782 case OP_MUL_INT:
784 case OP_DIV_INT:
786 case OP_REM_INT:
788 case OP_AND_INT:
790 case OP_OR_INT:
792 case OP_XOR_INT:
794 case OP_SHL_INT:
796 case OP_SHR_INT:
798 case OP_USHR_INT:
800 case OP_ADD_LONG:
802 case OP_SUB_LONG:
804 case OP_MUL_LONG:
806 case OP_DIV_LONG:
808 case OP_REM_LONG:
810 case OP_AND_LONG:
812 case OP_OR_LONG:
814 case OP_XOR_LONG:
816 case OP_SHL_LONG:
818 case OP_SHR_LONG:
820 case OP_USHR_LONG:
822 case OP_ADD_FLOAT:
824 case OP_SUB_FLOAT:
826 case OP_MUL_FLOAT:
828 case OP_DIV_FLOAT:
830 case OP_REM_FLOAT:
832 case OP_ADD_DOUBLE:
834 case OP_SUB_DOUBLE:
836 case OP_MUL_DOUBLE:
838 case OP_DIV_DOUBLE:
840 case OP_REM_DOUBLE:
842 case OP_ADD_INT_2ADDR:
844 case OP_SUB_INT_2ADDR:
846 case OP_MUL_INT_2ADDR:
848 case OP_DIV_INT_2ADDR:
850 case OP_REM_INT_2ADDR:
852 case OP_AND_INT_2ADDR:
854 case OP_OR_INT_2ADDR:
856 case OP_XOR_INT_2ADDR:
858 case OP_SHL_INT_2ADDR:
860 case OP_SHR_INT_2ADDR:
862 case OP_USHR_INT_2ADDR:
864 case OP_ADD_LONG_2ADDR:
866 case OP_SUB_LONG_2ADDR:
868 case OP_MUL_LONG_2ADDR:
870 case OP_DIV_LONG_2ADDR:
872 case OP_REM_LONG_2ADDR:
874 case OP_AND_LONG_2ADDR:
876 case OP_OR_LONG_2ADDR:
878 case OP_XOR_LONG_2ADDR:
880 case OP_SHL_LONG_2ADDR:
882 case OP_SHR_LONG_2ADDR:
884 case OP_USHR_LONG_2ADDR:
886 case OP_ADD_FLOAT_2ADDR:
888 case OP_SUB_FLOAT_2ADDR:
890 case OP_MUL_FLOAT_2ADDR:
892 case OP_DIV_FLOAT_2ADDR:
894 case OP_REM_FLOAT_2ADDR:
896 case OP_ADD_DOUBLE_2ADDR:
898 case OP_SUB_DOUBLE_2ADDR:
900 case OP_MUL_DOUBLE_2ADDR:
902 case OP_DIV_DOUBLE_2ADDR:
904 case OP_REM_DOUBLE_2ADDR:
906 case OP_ADD_INT_LIT16:
908 case OP_RSUB_INT:
910 case OP_MUL_INT_LIT16:
912 case OP_DIV_INT_LIT16:
914 case OP_REM_INT_LIT16:
916 case OP_AND_INT_LIT16:
918 case OP_OR_INT_LIT16:
920 case OP_XOR_INT_LIT16:
922 case OP_ADD_INT_LIT8:
924 case OP_RSUB_INT_LIT8:
926 case OP_MUL_INT_LIT8:
928 case OP_DIV_INT_LIT8:
930 case OP_REM_INT_LIT8:
932 case OP_AND_INT_LIT8:
934 case OP_OR_INT_LIT8:
936 case OP_XOR_INT_LIT8:
938 case OP_SHL_INT_LIT8:
940 case OP_SHR_INT_LIT8:
942 case OP_USHR_INT_LIT8:
944 case OP_EXECUTE_INLINE:
946 case OP_EXECUTE_INLINE_RANGE:
948 case OP_BREAKPOINT:
951 case OP_INVOKE_OBJECT_INIT_RANGE:
953 case OP_IGET_QUICK:
955 case OP_IGET_WIDE_QUICK:
957 case OP_IGET_OBJECT_QUICK:
959 case OP_IPUT_QUICK:
961 case OP_IPUT_WIDE_QUICK:
963 case OP_IPUT_OBJECT_QUICK:
965 case OP_INVOKE_VIRTUAL_QUICK:
967 case OP_INVOKE_VIRTUAL_QUICK_RANGE:
969 case OP_INVOKE_SUPER_QUICK:
971 case OP_INVOKE_SUPER_QUICK_RANGE: