sp-04/test-output/switchMethod.asm.txt

38 lines
788 B
Plaintext

Method: switchMethod(I)I
0: // label
1: // line number information
2: ICONST_0
3: ISTORE 2
4: // label
5: // line number information
6: ILOAD 1
7: TABLESWITCH 0: 8, 1: 14, 2: 20, default: 26
8: // label
9: // line number information
10: // stack frame map
11: ICONST_0
12: ISTORE 2
13: GOTO 31
14: // label
15: // line number information
16: // stack frame map
17: ICONST_1
18: ISTORE 2
19: GOTO 31
20: // label
21: // line number information
22: // stack frame map
23: ICONST_2
24: ISTORE 2
25: GOTO 31
26: // label
27: // line number information
28: // stack frame map
29: ICONST_M1
30: ISTORE 2
31: // label
32: // line number information
33: // stack frame map
34: ILOAD 2
35: IRETURN