Home | History | Annotate | Download | only in analysis

Lines Matching full:case

510         case OP_IGET:
511 case OP_IGET_WIDE:
512 case OP_IGET_OBJECT:
513 case OP_IGET_BOOLEAN:
514 case OP_IGET_BYTE:
515 case OP_IGET_CHAR:
516 case OP_IGET_SHORT:
517 case OP_IPUT:
518 case OP_IPUT_WIDE:
519 case OP_IPUT_OBJECT:
520 case OP_IPUT_BOOLEAN:
521 case OP_IPUT_BYTE:
522 case OP_IPUT_CHAR:
523 case OP_IPUT_SHORT:
524 case OP_SGET:
525 case OP_SGET_WIDE:
526 case OP_SGET_OBJECT:
527 case OP_SGET_BOOLEAN:
528 case OP_SGET_BYTE:
529 case OP_SGET_CHAR:
530 case OP_SGET_SHORT:
531 case OP_SPUT:
532 case OP_SPUT_WIDE:
533 case OP_SPUT_OBJECT:
534 case OP_SPUT_BOOLEAN:
535 case OP_SPUT_BYTE:
536 case OP_SPUT_CHAR:
537 case OP_SPUT_SHORT:
546 case OP_CONST_STRING:
554 case OP_CONST_STRING_JUMBO:
562 case OP_CONST_CLASS:
563 case OP_CHECK_CAST:
564 case OP_NEW_INSTANCE:
565 case OP_FILLED_NEW_ARRAY_RANGE:
566 case OP_INSTANCE_OF:
567 case OP_NEW_ARRAY:
568 case OP_FILLED_NEW_ARRAY:
582 case OP_INVOKE_VIRTUAL:
583 case OP_INVOKE_SUPER:
584 case OP_INVOKE_DIRECT:
585 case OP_INVOKE_STATIC:
586 case OP_INVOKE_INTERFACE:
587 case OP_INVOKE_VIRTUAL_RANGE:
588 case OP_INVOKE_SUPER_RANGE:
589 case OP_INVOKE_DIRECT_RANGE:
590 case OP_INVOKE_STATIC_RANGE:
591 case OP_INVOKE_INTERFACE_RANGE: