sp-04/test-output/forWithContinueMethod.cfg.dot

25 lines
1.8 KiB
Plaintext

digraph forWithContinueMethod {
node [shape=record]
"forWithContinueMethodbb-1" [shape=circle,label="e",xlabel="forWithContinueMethod"]
"forWithContinueMethodbb-2" [shape=circle,label="x"]
"forWithContinueMethodbb0" [label="0|{0: // label|1: // line number information|2: ICONST_0 |3: ISTORE 2|4: // label|5: // line number information|6: ICONST_0 |7: ISTORE 3}"]
"forWithContinueMethodbb8" [label="8|{8: // label|9: // stack frame map|10: ILOAD 3|11: ILOAD 1|12: IF_ICMPGE 33}"]
"forWithContinueMethodbb13" [label="13|{13: // label|14: // line number information|15: ILOAD 3|16: BIPUSH 10|17: IF_ICMPNE 21}"]
"forWithContinueMethodbb18" [label="18|{18: // label|19: // line number information|20: GOTO 28}"]
"forWithContinueMethodbb21" [label="21|{21: // label|22: // line number information|23: // stack frame map|24: ILOAD 2|25: ILOAD 3|26: IADD |27: ISTORE 2}"]
"forWithContinueMethodbb28" [label="28|{28: // label|29: // line number information|30: // stack frame map|31: IINC 3 1|32: GOTO 8}"]
"forWithContinueMethodbb33" [label="33|{33: // label|34: // line number information|35: // stack frame map|36: ILOAD 2|37: IRETURN }"]
"forWithContinueMethodbb-1" -> "forWithContinueMethodbb0"
"forWithContinueMethodbb0" -> "forWithContinueMethodbb8"
"forWithContinueMethodbb8" -> "forWithContinueMethodbb13"
"forWithContinueMethodbb13" -> "forWithContinueMethodbb18"
"forWithContinueMethodbb21" -> "forWithContinueMethodbb28"
"forWithContinueMethodbb33" -> "forWithContinueMethodbb-2"
"forWithContinueMethodbb28" -> "forWithContinueMethodbb8" [label="T"]
"forWithContinueMethodbb13" -> "forWithContinueMethodbb21" [label="T"]
"forWithContinueMethodbb18" -> "forWithContinueMethodbb28" [label="T"]
"forWithContinueMethodbb8" -> "forWithContinueMethodbb33" [label="T"]
}