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

39 lines
751 B
Plaintext

Method: forWithBreakMethod(I)I
0: // label
1: // line number information
2: ICONST_0
3: ISTORE 2
4: // label
5: // line number information
6: ICONST_0
7: ISTORE 3
8: // label
9: // stack frame map
10: ILOAD 3
11: ILOAD 1
12: IF_ICMPGE 32
13: // label
14: // line number information
15: ILOAD 3
16: BIPUSH 10
17: IF_ICMPNE 21
18: // label
19: // line number information
20: GOTO 32
21: // label
22: // line number information
23: // stack frame map
24: ILOAD 2
25: ILOAD 3
26: IADD
27: ISTORE 2
28: // label
29: // line number information
30: IINC 3 1
31: GOTO 8
32: // label
33: // line number information
34: // stack frame map
35: ILOAD 2
36: IRETURN