Home | History | Annotate | Download | only in analysis

Lines Matching full:case

821         case OP_NOP:
822 case OP_RETURN_VOID:
825 case OP_MOVE_RESULT:
826 case OP_MOVE_RESULT_OBJECT:
827 case OP_MOVE_EXCEPTION:
828 case OP_RETURN:
829 case OP_RETURN_OBJECT:
830 case OP_CONST_4:
831 case OP_CONST_16:
832 case OP_CONST:
833 case OP_CONST_HIGH16:
834 case OP_MONITOR_ENTER:
835 case OP_MONITOR_EXIT:
836 case OP_THROW:
839 case OP_MOVE_RESULT_WIDE:
840 case OP_RETURN_WIDE:
841 case OP_CONST_WIDE_16:
842 case OP_CONST_WIDE_32:
843 case OP_CONST_WIDE:
844 case OP_CONST_WIDE_HIGH16:
847 case OP_GOTO:
848 case OP_GOTO_16:
851 case OP_GOTO_32:
854 case OP_MOVE:
855 case OP_MOVE_FROM16:
856 case OP_MOVE_16:
857 case OP_MOVE_OBJECT:
858 case OP_MOVE_OBJECT_FROM16:
859 case OP_MOVE_OBJECT_16:
860 case OP_ARRAY_LENGTH:
861 case OP_NEG_INT:
862 case OP_NOT_INT:
863 case OP_NEG_FLOAT:
864 case OP_INT_TO_FLOAT:
865 case OP_FLOAT_TO_INT:
866 case OP_INT_TO_BYTE:
867 case OP_INT_TO_CHAR:
868 case OP_INT_TO_SHORT:
869 case OP_ADD_INT_2ADDR:
870 case OP_SUB_INT_2ADDR:
871 case OP_MUL_INT_2ADDR:
872 case OP_DIV_INT_2ADDR:
873 case OP_REM_INT_2ADDR:
874 case OP_AND_INT_2ADDR:
875 case OP_OR_INT_2ADDR:
876 case OP_XOR_INT_2ADDR:
877 case OP_SHL_INT_2ADDR:
878 case OP_SHR_INT_2ADDR:
879 case OP_USHR_INT_2ADDR:
880 case OP_ADD_FLOAT_2ADDR:
881 case OP_SUB_FLOAT_2ADDR:
882 case OP_MUL_FLOAT_2ADDR:
883 case OP_DIV_FLOAT_2ADDR:
884 case OP_REM_FLOAT_2ADDR:
885 case OP_ADD_INT_LIT16:
886 case OP_RSUB_INT:
887 case OP_MUL_INT_LIT16:
888 case OP_DIV_INT_LIT16:
889 case OP_REM_INT_LIT16:
890 case OP_AND_INT_LIT16:
891 case OP_OR_INT_LIT16:
892 case OP_XOR_INT_LIT16:
893 case OP_ADD_INT_LIT8:
894 case OP_RSUB_INT_LIT8:
895 case OP_MUL_INT_LIT8:
896 case OP_DIV_INT_LIT8:
897 case OP_REM_INT_LIT8:
898 case OP_AND_INT_LIT8:
899 case OP_OR_INT_LIT8:
900 case OP_XOR_INT_LIT8:
901 case OP_SHL_INT_LIT8:
902 case OP_SHR_INT_LIT8:
903 case OP_USHR_INT_LIT8:
907 case OP_INT_TO_LONG:
908 case OP_INT_TO_DOUBLE:
909 case OP_FLOAT_TO_LONG:
910 case OP_FLOAT_TO_DOUBLE:
911 case OP_SHL_LONG_2ADDR:
912 case OP_SHR_LONG_2ADDR:
913 case OP_USHR_LONG_2ADDR:
917 case OP_LONG_TO_INT:
918 case OP_LONG_TO_FLOAT:
919 case OP_DOUBLE_TO_INT:
920 case OP_DOUBLE_TO_FLOAT:
924 case OP_MOVE_WIDE:
925 case OP_MOVE_WIDE_FROM16:
926 case OP_MOVE_WIDE_16:
927 case OP_DOUBLE_TO_LONG:
928 case OP_LONG_TO_DOUBLE:
929 case OP_NEG_DOUBLE:
930 case OP_NEG_LONG:
931 case OP_NOT_LONG:
932 case OP_ADD_LONG_2ADDR:
933 case OP_SUB_LONG_2ADDR:
934 case OP_MUL_LONG_2ADDR:
935 case OP_DIV_LONG_2ADDR:
936 case OP_REM_LONG_2ADDR:
937 case OP_AND_LONG_2ADDR:
938 case OP_OR_LONG_2ADDR:
939 case OP_XOR_LONG_2ADDR:
940 case OP_ADD_DOUBLE_2ADDR:
941 case OP_SUB_DOUBLE_2ADDR:
942 case OP_MUL_DOUBLE_2ADDR:
943 case OP_DIV_DOUBLE_2ADDR:
944 case OP_REM_DOUBLE_2ADDR:
948 case OP_CONST_STRING:
949 case OP_CONST_STRING_JUMBO:
953 case OP_CONST_CLASS:
954 case OP_CHECK_CAST:
958 case OP_INSTANCE_OF:
963 case OP_NEW_INSTANCE:
967 case OP_NEW_ARRAY:
972 case OP_FILL_ARRAY_DATA:
976 case OP_PACKED_SWITCH:
980 case OP_SPARSE_SWITCH:
984 case OP_CMPL_FLOAT:
985 case OP_CMPG_FLOAT:
986 case OP_AGET:
987 case OP_AGET_OBJECT:
988 case OP_AGET_BOOLEAN:
989 case OP_AGET_BYTE:
990 case OP_AGET_CHAR:
991 case OP_AGET_SHORT:
992 case OP_APUT:
993 case OP_APUT_OBJECT:
994 case OP_APUT_BOOLEAN:
995 case OP_APUT_BYTE:
996 case OP_APUT_CHAR:
997 case OP_APUT_SHORT:
998 case OP_ADD_INT:
999 case OP_SUB_INT:
1000 case OP_MUL_INT:
1001 case OP_DIV_INT:
1002 case OP_REM_INT:
1003 case OP_AND_INT:
1004 case OP_OR_INT:
1005 case OP_XOR_INT:
1006 case OP_SHL_INT:
1007 case OP_SHR_INT:
1008 case OP_USHR_INT:
1009 case OP_ADD_FLOAT:
1010 case OP_SUB_FLOAT:
1011 case OP_MUL_FLOAT:
1012 case OP_DIV_FLOAT:
1013 case OP_REM_FLOAT:
1018 case OP_AGET_WIDE:
1019 case OP_APUT_WIDE:
1024 case OP_CMPL_DOUBLE:
1025 case OP_CMPG_DOUBLE:
1026 case OP_CMP_LONG:
1031 case OP_ADD_DOUBLE:
1032 case OP_SUB_DOUBLE:
1033 case OP_MUL_DOUBLE:
1034 case OP_DIV_DOUBLE:
1035 case OP_REM_DOUBLE:
1036 case OP_ADD_LONG:
1037 case OP_SUB_LONG:
1038 case OP_MUL_LONG:
1039 case OP_DIV_LONG:
1040 case OP_REM_LONG:
1041 case OP_AND_LONG:
1042 case OP_OR_LONG:
1043 case OP_XOR_LONG:
1048 case OP_SHL_LONG:
1049 case OP_SHR_LONG:
1050 case OP_USHR_LONG:
1055 case OP_IF_EQ:
1056 case OP_IF_NE:
1057 case OP_IF_LT:
1058 case OP_IF_GE:
1059 case OP_IF_GT:
1060 case OP_IF_LE:
1065 case OP_IF_EQZ:
1066 case OP_IF_NEZ:
1067 case OP_IF_LTZ:
1068 case OP_IF_GEZ:
1069 case OP_IF_GTZ:
1070 case OP_IF_LEZ:
1074 case OP_IGET:
1075 case OP_IGET_OBJECT:
1076 case OP_IGET_BOOLEAN:
1077 case OP_IGET_BYTE:
1078 case OP_IGET_CHAR:
1079 case OP_IGET_SHORT:
1080 case OP_IPUT:
1081 case OP_IPUT_OBJECT:
1082 case OP_IPUT_BOOLEAN:
1083 case OP_IPUT_BYTE:
1084 case OP_IPUT_CHAR:
1085 case OP_IPUT_SHORT:
1090 case OP_IGET_WIDE:
1091 case OP_IPUT_WIDE:
1096 case OP_SGET:
1097 case OP_SGET_OBJECT:
1098 case OP_SGET_BOOLEAN:
1099 case OP_SGET_BYTE:
1100 case OP_SGET_CHAR:
1101 case OP_SGET_SHORT:
1102 case OP_SPUT:
1103 case OP_SPUT_OBJECT:
1104 case OP_SPUT_BOOLEAN:
1105 case OP_SPUT_BYTE:
1106 case OP_SPUT_CHAR:
1107 case OP_SPUT_SHORT:
1111 case OP_SGET_WIDE:
1112 case OP_SPUT_WIDE:
1116 case OP_FILLED_NEW_ARRAY:
1121 case OP_FILLED_NEW_ARRAY_RANGE:
1125 case OP_INVOKE_VIRTUAL:
1126 case OP_INVOKE_SUPER:
1127 case OP_INVOKE_DIRECT:
1128 case OP_INVOKE_STATIC:
1129 case OP_INVOKE_INTERFACE:
1134 case OP_INVOKE_VIRTUAL_RANGE:
1135 case OP_INVOKE_SUPER_RANGE:
1136 case OP_INVOKE_DIRECT_RANGE:
1137 case OP_INVOKE_STATIC_RANGE:
1138 case OP_INVOKE_INTERFACE_RANGE:
1144 case OP_IGET_VOLATILE:
1145 case OP_IPUT_VOLATILE:
1146 case OP_SGET_VOLATILE:
1147 case OP_SPUT_VOLATILE:
1148 case OP_IGET_OBJECT_VOLATILE:
1149 case OP_IPUT_OBJECT_VOLATILE:
1150 case OP_SGET_OBJECT_VOLATILE:
1151 case OP_SPUT_OBJECT_VOLATILE:
1152 case OP_IGET_WIDE_VOLATILE:
1153 case OP_IPUT_WIDE_VOLATILE:
1154 case OP_SGET_WIDE_VOLATILE:
1155 case OP_SPUT_WIDE_VOLATILE:
1156 case OP_BREAKPOINT:
1157 case OP_THROW_VERIFICATION_ERROR:
1158 case OP_EXECUTE_INLINE:
1159 case OP_EXECUTE_INLINE_RANGE:
1160 case OP_INVOKE_OBJECT_INIT_RANGE:
1161 case OP_RETURN_VOID_BARRIER:
1162 case OP_IGET_QUICK:
1163 case OP_IGET_WIDE_QUICK:
1164 case OP_IGET_OBJECT_QUICK:
1165 case OP_IPUT_QUICK:
1166 case OP_IPUT_WIDE_QUICK:
1167 case OP_IPUT_OBJECT_QUICK:
1168 case OP_INVOKE_VIRTUAL_QUICK:
1169 case OP_INVOKE_VIRTUAL_QUICK_RANGE:
1170 case OP_INVOKE_SUPER_QUICK:
1171 case OP_INVOKE_SUPER_QUICK_RANGE:
1172 case OP_UNUSED_3E:
1173 case OP_UNUSED_3F:
1174 case OP_UNUSED_40:
1175 case OP_UNUSED_41:
1176 case OP_UNUSED_42:
1177 case OP_UNUSED_43:
1178 case OP_UNUSED_73:
1179 case OP_UNUSED_79:
1180 case OP_UNUSED_7A:
1181 case OP_UNUSED_FF: