Home | History | Annotate | Download | only in analysis

Lines Matching full:case

335     case OP_NOP:
336 case OP_RETURN_VOID:
337 case OP_GOTO:
338 case OP_GOTO_16:
339 case OP_GOTO_32:
343 case OP_RETURN:
344 case OP_RETURN_OBJECT:
345 case OP_MONITOR_ENTER:
346 case OP_MONITOR_EXIT:
347 case OP_CHECK_CAST:
348 case OP_THROW:
349 case OP_PACKED_SWITCH:
350 case OP_SPARSE_SWITCH:
351 case OP_FILL_ARRAY_DATA:
352 case OP_IF_EQZ:
353 case OP_IF_NEZ:
354 case OP_IF_LTZ:
355 case OP_IF_GEZ:
356 case OP_IF_GTZ:
357 case OP_IF_LEZ:
358 case OP_SPUT:
359 case OP_SPUT_BOOLEAN:
360 case OP_SPUT_BYTE:
361 case OP_SPUT_CHAR:
362 case OP_SPUT_SHORT:
363 case OP_SPUT_OBJECT:
368 case OP_RETURN_WIDE:
369 case OP_SPUT_WIDE:
374 case OP_IF_EQ:
375 case OP_IF_NE:
376 case OP_IF_LT:
377 case OP_IF_GE:
378 case OP_IF_GT:
379 case OP_IF_LE:
380 case OP_IPUT:
381 case OP_IPUT_BOOLEAN:
382 case OP_IPUT_BYTE:
383 case OP_IPUT_CHAR:
384 case OP_IPUT_SHORT:
385 case OP_IPUT_OBJECT:
391 case OP_IPUT_WIDE:
397 case OP_APUT:
398 case OP_APUT_BOOLEAN:
399 case OP_APUT_BYTE:
400 case OP_APUT_CHAR:
401 case OP_APUT_SHORT:
402 case OP_APUT_OBJECT:
409 case OP_APUT_WIDE:
416 case OP_FILLED_NEW_ARRAY:
417 case OP_INVOKE_VIRTUAL:
418 case OP_INVOKE_SUPER:
419 case OP_INVOKE_DIRECT:
420 case OP_INVOKE_STATIC:
421 case OP_INVOKE_INTERFACE:
431 case OP_FILLED_NEW_ARRAY_RANGE:
432 case OP_INVOKE_VIRTUAL_RANGE:
433 case OP_INVOKE_SUPER_RANGE:
434 case OP_INVOKE_DIRECT_RANGE:
435 case OP_INVOKE_STATIC_RANGE:
436 case OP_INVOKE_INTERFACE_RANGE:
446 case OP_MOVE_RESULT:
447 case OP_MOVE_RESULT_WIDE:
448 case OP_MOVE_RESULT_OBJECT:
449 case OP_MOVE_EXCEPTION:
450 case OP_CONST_4:
451 case OP_CONST_16:
452 case OP_CONST:
453 case OP_CONST_HIGH16:
454 case OP_CONST_STRING:
455 case OP_CONST_STRING_JUMBO:
456 case OP_CONST_CLASS:
457 case OP_NEW_INSTANCE:
458 case OP_SGET:
459 case OP_SGET_BOOLEAN:
460 case OP_SGET_BYTE:
461 case OP_SGET_CHAR:
462 case OP_SGET_SHORT:
463 case OP_SGET_OBJECT:
468 case OP_CONST_WIDE_16:
469 case OP_CONST_WIDE_32:
470 case OP_CONST_WIDE:
471 case OP_CONST_WIDE_HIGH16:
472 case OP_SGET_WIDE:
477 case OP_MOVE:
478 case OP_MOVE_FROM16:
479 case OP_MOVE_16:
480 case OP_MOVE_OBJECT:
481 case OP_MOVE_OBJECT_FROM16:
482 case OP_MOVE_OBJECT_16:
483 case OP_INSTANCE_OF:
484 case OP_ARRAY_LENGTH:
485 case OP_NEW_ARRAY:
486 case OP_IGET:
487 case OP_IGET_BOOLEAN:
488 case OP_IGET_BYTE:
489 case OP_IGET_CHAR:
490 case OP_IGET_SHORT:
491 case OP_IGET_OBJECT:
492 case OP_NEG_INT:
493 case OP_NOT_INT:
494 case OP_NEG_FLOAT:
495 case OP_INT_TO_FLOAT:
496 case OP_FLOAT_TO_INT:
497 case OP_INT_TO_BYTE:
498 case OP_INT_TO_CHAR:
499 case OP_INT_TO_SHORT:
500 case OP_ADD_INT_LIT16:
501 case OP_RSUB_INT:
502 case OP_MUL_INT_LIT16:
503 case OP_DIV_INT_LIT16:
504 case OP_REM_INT_LIT16:
505 case OP_AND_INT_LIT16:
506 case OP_OR_INT_LIT16:
507 case OP_XOR_INT_LIT16:
508 case OP_ADD_INT_LIT8:
509 case OP_RSUB_INT_LIT8:
510 case OP_MUL_INT_LIT8:
511 case OP_DIV_INT_LIT8:
512 case OP_REM_INT_LIT8:
513 case OP_SHL_INT_LIT8:
514 case OP_SHR_INT_LIT8:
515 case OP_USHR_INT_LIT8:
516 case OP_AND_INT_LIT8:
517 case OP_OR_INT_LIT8:
518 case OP_XOR_INT_LIT8:
524 case OP_IGET_WIDE:
525 case OP_INT_TO_LONG:
526 case OP_INT_TO_DOUBLE:
527 case OP_FLOAT_TO_LONG:
528 case OP_FLOAT_TO_DOUBLE:
534 case OP_LONG_TO_INT:
535 case OP_LONG_TO_FLOAT:
536 case OP_DOUBLE_TO_INT:
537 case OP_DOUBLE_TO_FLOAT:
543 case OP_MOVE_WIDE:
544 case OP_MOVE_WIDE_FROM16:
545 case OP_MOVE_WIDE_16:
546 case OP_NEG_LONG:
547 case OP_NOT_LONG:
548 case OP_NEG_DOUBLE:
549 case OP_LONG_TO_DOUBLE:
550 case OP_DOUBLE_TO_LONG:
556 case OP_CMPL_FLOAT:
557 case OP_CMPG_FLOAT:
558 case OP_AGET:
559 case OP_AGET_BOOLEAN:
560 case OP_AGET_BYTE:
561 case OP_AGET_CHAR:
562 case OP_AGET_SHORT:
563 case OP_AGET_OBJECT:
564 case OP_ADD_INT:
565 case OP_SUB_INT:
566 case OP_MUL_INT:
567 case OP_REM_INT:
568 case OP_DIV_INT:
569 case OP_AND_INT:
570 case OP_OR_INT:
571 case OP_XOR_INT:
572 case OP_SHL_INT:
573 case OP_SHR_INT:
574 case OP_USHR_INT:
575 case OP_ADD_FLOAT:
576 case OP_SUB_FLOAT:
577 case OP_MUL_FLOAT:
578 case OP_DIV_FLOAT:
579 case OP_REM_FLOAT:
586 case OP_AGET_WIDE:
593 case OP_CMPL_DOUBLE:
594 case OP_CMPG_DOUBLE:
595 case OP_CMP_LONG:
602 case OP_SHL_LONG:
603 case OP_SHR_LONG:
604 case OP_USHR_LONG:
611 case OP_ADD_LONG:
612 case OP_SUB_LONG:
613 case OP_MUL_LONG:
614 case OP_DIV_LONG:
615 case OP_REM_LONG:
616 case OP_AND_LONG:
617 case OP_OR_LONG:
618 case OP_XOR_LONG:
619 case OP_ADD_DOUBLE:
620 case OP_SUB_DOUBLE:
621 case OP_MUL_DOUBLE:
622 case OP_DIV_DOUBLE:
623 case OP_REM_DOUBLE:
630 case OP_ADD_INT_2ADDR:
631 case OP_SUB_INT_2ADDR:
632 case OP_MUL_INT_2ADDR:
633 case OP_REM_INT_2ADDR:
634 case OP_SHL_INT_2ADDR:
635 case OP_SHR_INT_2ADDR:
636 case OP_USHR_INT_2ADDR:
637 case OP_AND_INT_2ADDR:
638 case OP_OR_INT_2ADDR:
639 case OP_XOR_INT_2ADDR:
640 case OP_DIV_INT_2ADDR:
647 case OP_SHL_LONG_2ADDR:
648 case OP_SHR_LONG_2ADDR:
649 case OP_USHR_LONG_2ADDR:
656 case OP_ADD_LONG_2ADDR:
657 case OP_SUB_LONG_2ADDR:
658 case OP_MUL_LONG_2ADDR:
659 case OP_DIV_LONG_2ADDR:
660 case OP_REM_LONG_2ADDR:
661 case OP_AND_LONG_2ADDR:
662 case OP_OR_LONG_2ADDR:
663 case OP_XOR_LONG_2ADDR:
664 case OP_ADD_FLOAT_2ADDR:
665 case OP_SUB_FLOAT_2ADDR:
666 case OP_MUL_FLOAT_2ADDR:
667 case OP_DIV_FLOAT_2ADDR:
668 case OP_REM_FLOAT_2ADDR:
669 case OP_ADD_DOUBLE_2ADDR:
670 case OP_SUB_DOUBLE_2ADDR:
671 case OP_MUL_DOUBLE_2ADDR:
672 case OP_DIV_DOUBLE_2ADDR:
673 case OP_REM_DOUBLE_2ADDR:
681 case OP_THROW_VERIFICATION_ERROR:
686 case OP_EXECUTE_INLINE:
687 case OP_EXECUTE_INLINE_RANGE:
688 case OP_IGET_QUICK:
689 case OP_IGET_WIDE_QUICK:
690 case OP_IGET_OBJECT_QUICK:
691 case OP_IPUT_QUICK:
692 case OP_IPUT_WIDE_QUICK:
693 case OP_IPUT_OBJECT_QUICK:
694 case OP_INVOKE_VIRTUAL_QUICK:
695 case OP_INVOKE_VIRTUAL_QUICK_RANGE:
696 case OP_INVOKE_SUPER_QUICK:
697 case OP_INVOKE_SUPER_QUICK_RANGE:
701 case OP_INVOKE_OBJECT_INIT_RANGE:
702 case OP_RETURN_VOID_BARRIER:
703 case OP_SPUT_VOLATILE:
704 case OP_SPUT_OBJECT_VOLATILE:
705 case OP_SPUT_WIDE_VOLATILE:
706 case OP_IPUT_VOLATILE:
707 case OP_IPUT_OBJECT_VOLATILE:
708 case OP_IPUT_WIDE_VOLATILE:
709 case OP_SGET_VOLATILE:
710 case OP_SGET_OBJECT_VOLATILE:
711 case OP_SGET_WIDE_VOLATILE:
712 case OP_IGET_VOLATILE:
713 case OP_IGET_OBJECT_VOLATILE:
714 case OP_IGET_WIDE_VOLATILE:
718 case OP_UNUSED_3E:
719 case OP_UNUSED_3F:
720 case OP_UNUSED_40:
721 case OP_UNUSED_41:
722 case OP_UNUSED_42:
723 case OP_UNUSED_43:
724 case OP_UNUSED_73:
725 case OP_UNUSED_79:
726 case OP_UNUSED_7A:
727 case OP_BREAKPOINT:
728 case OP_UNUSED_FF: