sp-03/test-output/shortCircuitMethod.dot
2023-10-11 13:50:56 +02:00

21 lines
671 B
Plaintext

digraph shortCircuitMethod {
label="shortCircuitMethod";
node [shape=record]
e [shape=circle,label="e"]
x [shape=circle,label="x"]
bb0 [label="0|{0: // label|1: // line number information|2: ILOAD 1|3: ILOAD 2|4: IF_ICMPLE 12}"]
bb5 [label="5|{5: ILOAD 1|6: ILOAD 3|7: IF_ICMPGE 12}"]
bb8 [label="8|{8: // label|9: // line number information|10: ICONST_1 |11: IRETURN }"]
bb12 [label="12|{12: // label|13: // line number information|14: // stack frame map|15: ICONST_0 |16: IRETURN }"]
e -> bb0
bb0 -> bb5
bb5 -> bb8
bb8 -> x
bb8 -> bb12
bb12 -> x
bb0 -> bb12 [label="T"]
bb5 -> bb12 [label="T"]
}