[FIR-TEST] Update CFG dumps according to new nodes order
This commit is contained in:
+76
-76
@@ -5,139 +5,139 @@ digraph complexPostponedCfg_kt {
|
||||
|
||||
subgraph cluster_0 {
|
||||
color=red
|
||||
1 [label="Enter class FirBase" style="filled" fillcolor=red];
|
||||
0 [label="Exit class FirBase" style="filled" fillcolor=red];
|
||||
0 [label="Enter class FirBase" style="filled" fillcolor=red];
|
||||
1 [label="Exit class FirBase" style="filled" fillcolor=red];
|
||||
}
|
||||
1 -> {0} [color=green];
|
||||
0 -> {1} [color=green];
|
||||
|
||||
subgraph cluster_1 {
|
||||
color=red
|
||||
3 [label="Enter class FirFunctionCall" style="filled" fillcolor=red];
|
||||
2 [label="Exit class FirFunctionCall" style="filled" fillcolor=red];
|
||||
2 [label="Enter class FirFunctionCall" style="filled" fillcolor=red];
|
||||
3 [label="Exit class FirFunctionCall" style="filled" fillcolor=red];
|
||||
}
|
||||
3 -> {2} [color=green];
|
||||
2 -> {3} [color=green];
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
4 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
6 [label="Enter block"];
|
||||
7 [label="Access variable R|<local>/statements|"];
|
||||
8 [label="Function call: R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>()"];
|
||||
9 [label="Type operator: (R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"];
|
||||
10 [label="Postponed enter to lambda"];
|
||||
5 [label="Enter block"];
|
||||
6 [label="Access variable R|<local>/statements|"];
|
||||
7 [label="Function call: R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>()"];
|
||||
8 [label="Type operator: (R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"];
|
||||
9 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
21 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
23 [label="Enter block"];
|
||||
24 [label="Postponed enter to lambda"];
|
||||
22 [label="Enter block"];
|
||||
23 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
28 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
30 [label="Enter block"];
|
||||
31 [label="Access variable this@R|special/anonymous|"];
|
||||
32 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"];
|
||||
33 [label="Access variable R|<local>/arguments|"];
|
||||
34 [label="Function call: R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>()"];
|
||||
35 [label="Type operator: (R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"];
|
||||
36 [label="Postponed enter to lambda"];
|
||||
29 [label="Enter block"];
|
||||
30 [label="Access variable this@R|special/anonymous|"];
|
||||
31 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"];
|
||||
32 [label="Access variable R|<local>/arguments|"];
|
||||
33 [label="Function call: R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>()"];
|
||||
34 [label="Type operator: (R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"];
|
||||
35 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
41 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
43 [label="Enter block"];
|
||||
44 [label="Access variable this@R|special/anonymous|"];
|
||||
45 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"];
|
||||
46 [label="Access variable R|<local>/explicitReceiver|"];
|
||||
47 [label="Type operator: (R|<local>/explicitReceiver| as R|FirFunctionCall|)"];
|
||||
48 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"];
|
||||
49 [label="Exit block"];
|
||||
42 [label="Enter block"];
|
||||
43 [label="Access variable this@R|special/anonymous|"];
|
||||
44 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"];
|
||||
45 [label="Access variable R|<local>/explicitReceiver|"];
|
||||
46 [label="Type operator: (R|<local>/explicitReceiver| as R|FirFunctionCall|)"];
|
||||
47 [label="Function call: this@R|special/anonymous|.R|FakeOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)"];
|
||||
48 [label="Exit block"];
|
||||
}
|
||||
42 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
49 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
39 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
36 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
37 [label="Postponed exit from lambda"];
|
||||
38 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/Boolean|>(...)"];
|
||||
40 [label="Exit block"];
|
||||
39 [label="Exit block"];
|
||||
}
|
||||
29 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
40 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
25 [label="Postponed exit from lambda"];
|
||||
26 [label="Function call: R|kotlin/collections/buildList|<R|kotlin/Any?|>(...)"];
|
||||
27 [label="Exit block"];
|
||||
24 [label="Postponed exit from lambda"];
|
||||
25 [label="Function call: R|kotlin/collections/buildList|<R|kotlin/Any?|>(...)"];
|
||||
26 [label="Exit block"];
|
||||
}
|
||||
22 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
27 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
13 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
10 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
11 [label="Postponed exit from lambda"];
|
||||
12 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/Nothing|>(...)"];
|
||||
14 [label="Stub" style="filled" fillcolor=gray];
|
||||
15 [label="Variable declaration: lval firstCalls: R|kotlin/Nothing|" style="filled" fillcolor=gray];
|
||||
16 [label="Access variable R|<local>/firstCalls|" style="filled" fillcolor=gray];
|
||||
17 [label="Stub" style="filled" fillcolor=gray];
|
||||
18 [label="Jump: ^foo R|<local>/firstCalls|" style="filled" fillcolor=gray];
|
||||
19 [label="Stub" style="filled" fillcolor=gray];
|
||||
20 [label="Exit block" style="filled" fillcolor=gray];
|
||||
13 [label="Stub" style="filled" fillcolor=gray];
|
||||
14 [label="Variable declaration: lval firstCalls: R|kotlin/Nothing|" style="filled" fillcolor=gray];
|
||||
15 [label="Access variable R|<local>/firstCalls|" style="filled" fillcolor=gray];
|
||||
16 [label="Stub" style="filled" fillcolor=gray];
|
||||
17 [label="Jump: ^foo R|<local>/firstCalls|" style="filled" fillcolor=gray];
|
||||
18 [label="Stub" style="filled" fillcolor=gray];
|
||||
19 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
5 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
20 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
4 -> {6};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {21};
|
||||
10 -> {11} [color=red];
|
||||
9 -> {21};
|
||||
9 -> {11} [color=red];
|
||||
10 -> {12} [color=red];
|
||||
11 -> {12} [color=green];
|
||||
12 -> {5};
|
||||
12 -> {14} [style=dotted];
|
||||
13 -> {12} [color=red];
|
||||
12 -> {20};
|
||||
12 -> {13} [style=dotted];
|
||||
13 -> {14} [style=dotted];
|
||||
14 -> {15} [style=dotted];
|
||||
15 -> {16} [style=dotted];
|
||||
16 -> {5 17} [style=dotted];
|
||||
17 -> {18} [style=dotted];
|
||||
18 -> {5 19} [style=dotted];
|
||||
15 -> {20 16} [style=dotted];
|
||||
16 -> {17} [style=dotted];
|
||||
17 -> {20 18} [style=dotted];
|
||||
18 -> {19} [style=dotted];
|
||||
19 -> {20} [style=dotted];
|
||||
20 -> {5} [style=dotted];
|
||||
21 -> {23};
|
||||
22 -> {11} [color=green];
|
||||
22 -> {13} [color=red];
|
||||
23 -> {24};
|
||||
24 -> {28};
|
||||
24 -> {25} [color=red];
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {28};
|
||||
23 -> {24} [color=red];
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {22};
|
||||
28 -> {30};
|
||||
29 -> {25} [color=green];
|
||||
29 -> {13} [color=red];
|
||||
27 -> {11} [color=green];
|
||||
27 -> {10} [color=red];
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {41};
|
||||
36 -> {37} [color=red];
|
||||
35 -> {41};
|
||||
35 -> {37} [color=red];
|
||||
36 -> {38} [color=red];
|
||||
37 -> {38} [color=green];
|
||||
38 -> {40};
|
||||
39 -> {38} [color=red];
|
||||
40 -> {29};
|
||||
41 -> {43};
|
||||
42 -> {37} [color=green];
|
||||
42 -> {39} [color=red];
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {24} [color=green];
|
||||
40 -> {10} [color=red];
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {44};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
47 -> {48};
|
||||
48 -> {49};
|
||||
49 -> {42};
|
||||
49 -> {37} [color=green];
|
||||
49 -> {36} [color=red];
|
||||
|
||||
}
|
||||
|
||||
Vendored
+207
-207
@@ -8,416 +8,416 @@ digraph callsInPlace_kt {
|
||||
0 [label="Enter function test" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
4 [label="Postponed enter to lambda"];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
3 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
11 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
13 [label="Enter block"];
|
||||
14 [label="Const: Int(1)"];
|
||||
15 [label="Assignment: R|<local>/x|"];
|
||||
16 [label="Exit block"];
|
||||
12 [label="Enter block"];
|
||||
13 [label="Const: Int(1)"];
|
||||
14 [label="Assignment: R|<local>/x|"];
|
||||
15 [label="Exit block"];
|
||||
}
|
||||
12 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
16 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
7 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
4 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
5 [label="Postponed exit from lambda"];
|
||||
6 [label="Function call: R|kotlin/run|<R|kotlin/Unit|>(...)"];
|
||||
8 [label="Access variable R|<local>/x|"];
|
||||
9 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
10 [label="Exit block"];
|
||||
7 [label="Access variable R|<local>/x|"];
|
||||
8 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
9 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function test" style="filled" fillcolor=red];
|
||||
10 [label="Exit function test" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {11};
|
||||
4 -> {5} [color=red];
|
||||
3 -> {11};
|
||||
3 -> {5} [color=red];
|
||||
4 -> {6} [color=red];
|
||||
5 -> {6} [color=green];
|
||||
6 -> {8};
|
||||
7 -> {6} [color=red];
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {1};
|
||||
11 -> {13};
|
||||
12 -> {5} [color=green];
|
||||
12 -> {7} [color=red];
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {12};
|
||||
16 -> {5} [color=green];
|
||||
16 -> {4} [color=red];
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
17 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
19 [label="Enter block"];
|
||||
20 [label="Const: Int(10)"];
|
||||
21 [label="Postponed enter to lambda"];
|
||||
18 [label="Enter block"];
|
||||
19 [label="Const: Int(10)"];
|
||||
20 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
25 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
27 [label="Enter block"];
|
||||
28 [label="Const: String(test_2)"];
|
||||
29 [label="Exit block"];
|
||||
26 [label="Enter block"];
|
||||
27 [label="Const: String(test_2)"];
|
||||
28 [label="Exit block"];
|
||||
}
|
||||
26 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
29 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
22 [label="Postponed exit from lambda"];
|
||||
23 [label="Function call: R|kotlin/repeat|(...)"];
|
||||
24 [label="Exit block"];
|
||||
21 [label="Postponed exit from lambda"];
|
||||
22 [label="Function call: R|kotlin/repeat|(...)"];
|
||||
23 [label="Exit block"];
|
||||
}
|
||||
18 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
24 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
17 -> {19};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {25};
|
||||
21 -> {22} [color=red];
|
||||
20 -> {25};
|
||||
20 -> {21} [color=red];
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {18};
|
||||
25 -> {26 27};
|
||||
26 -> {22} [color=green];
|
||||
26 -> {25} [color=green style=dashed];
|
||||
25 -> {29 26};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {26};
|
||||
29 -> {21} [color=green];
|
||||
29 -> {25} [color=green style=dashed];
|
||||
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
30 [label="Enter function test_3" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
32 [label="Enter block"];
|
||||
33 [label="Postponed enter to lambda"];
|
||||
31 [label="Enter block"];
|
||||
32 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
38 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
40 [label="Enter block"];
|
||||
41 [label="Const: String(test_3)"];
|
||||
42 [label="Exit block"];
|
||||
39 [label="Enter block"];
|
||||
40 [label="Const: String(test_3)"];
|
||||
41 [label="Exit block"];
|
||||
}
|
||||
39 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
42 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
34 [label="Postponed exit from lambda"];
|
||||
35 [label="Const: Int(10)"];
|
||||
36 [label="Function call: R|kotlin/repeat|(...)"];
|
||||
37 [label="Exit block"];
|
||||
33 [label="Postponed exit from lambda"];
|
||||
34 [label="Const: Int(10)"];
|
||||
35 [label="Function call: R|kotlin/repeat|(...)"];
|
||||
36 [label="Exit block"];
|
||||
}
|
||||
31 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
37 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
}
|
||||
30 -> {32};
|
||||
32 -> {33};
|
||||
33 -> {38};
|
||||
33 -> {34} [color=red];
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {38};
|
||||
32 -> {33} [color=red];
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {31};
|
||||
38 -> {39 40};
|
||||
39 -> {34} [color=green];
|
||||
39 -> {38} [color=green style=dashed];
|
||||
38 -> {42 39};
|
||||
39 -> {40};
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {39};
|
||||
42 -> {33} [color=green];
|
||||
42 -> {38} [color=green style=dashed];
|
||||
|
||||
subgraph cluster_12 {
|
||||
color=red
|
||||
43 [label="Enter function test_4" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
45 [label="Enter block"];
|
||||
46 [label="Const: Int(1)"];
|
||||
47 [label="Postponed enter to lambda"];
|
||||
44 [label="Enter block"];
|
||||
45 [label="Const: Int(1)"];
|
||||
46 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
52 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
54 [label="Enter block"];
|
||||
55 [label="Const: String(test_4)"];
|
||||
56 [label="Access variable R|<local>/it|"];
|
||||
57 [label="Const: Int(0)"];
|
||||
58 [label="Function call: R|<local>/it|.R|kotlin/Int.compareTo|(...)"];
|
||||
59 [label="Comparison >"];
|
||||
60 [label="Exit block"];
|
||||
53 [label="Enter block"];
|
||||
54 [label="Const: String(test_4)"];
|
||||
55 [label="Access variable R|<local>/it|"];
|
||||
56 [label="Const: Int(0)"];
|
||||
57 [label="Function call: R|<local>/it|.R|kotlin/Int.compareTo|(...)"];
|
||||
58 [label="Comparison >"];
|
||||
59 [label="Exit block"];
|
||||
}
|
||||
53 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
60 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
50 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
47 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
48 [label="Postponed exit from lambda"];
|
||||
49 [label="Function call: Int(1).R|kotlin/takeUnless|<R|kotlin/Int|>(...)"];
|
||||
51 [label="Exit block"];
|
||||
50 [label="Exit block"];
|
||||
}
|
||||
44 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
51 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
}
|
||||
43 -> {45};
|
||||
43 -> {44};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
47 -> {52};
|
||||
47 -> {48} [color=red];
|
||||
46 -> {52};
|
||||
46 -> {48} [color=red];
|
||||
47 -> {49} [color=red];
|
||||
48 -> {49} [color=green];
|
||||
49 -> {51};
|
||||
50 -> {49} [color=red];
|
||||
51 -> {44};
|
||||
52 -> {54};
|
||||
53 -> {48} [color=green];
|
||||
53 -> {50} [color=red];
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
52 -> {53};
|
||||
53 -> {54};
|
||||
54 -> {55};
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {58};
|
||||
58 -> {59};
|
||||
59 -> {60};
|
||||
60 -> {53};
|
||||
60 -> {48} [color=green];
|
||||
60 -> {47} [color=red];
|
||||
|
||||
subgraph cluster_16 {
|
||||
color=red
|
||||
61 [label="Enter function test_5" style="filled" fillcolor=red];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
63 [label="Enter block"];
|
||||
64 [label="Const: Int(1)"];
|
||||
65 [label="Postponed enter to lambda"];
|
||||
62 [label="Enter block"];
|
||||
63 [label="Const: Int(1)"];
|
||||
64 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
70 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
72 [label="Enter block"];
|
||||
73 [label="Const: String(test_5)"];
|
||||
74 [label="Access variable R|<local>/it|"];
|
||||
75 [label="Const: Int(0)"];
|
||||
76 [label="Function call: R|<local>/it|.R|kotlin/Int.compareTo|(...)"];
|
||||
77 [label="Comparison >"];
|
||||
78 [label="Exit block"];
|
||||
71 [label="Enter block"];
|
||||
72 [label="Const: String(test_5)"];
|
||||
73 [label="Access variable R|<local>/it|"];
|
||||
74 [label="Const: Int(0)"];
|
||||
75 [label="Function call: R|<local>/it|.R|kotlin/Int.compareTo|(...)"];
|
||||
76 [label="Comparison >"];
|
||||
77 [label="Exit block"];
|
||||
}
|
||||
71 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
78 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
68 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
65 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
66 [label="Postponed exit from lambda"];
|
||||
67 [label="Function call: Int(1).R|kotlin/takeUnless|<R|kotlin/Int|>(...)"];
|
||||
69 [label="Exit block"];
|
||||
68 [label="Exit block"];
|
||||
}
|
||||
62 [label="Exit function test_5" style="filled" fillcolor=red];
|
||||
69 [label="Exit function test_5" style="filled" fillcolor=red];
|
||||
}
|
||||
61 -> {63};
|
||||
61 -> {62};
|
||||
62 -> {63};
|
||||
63 -> {64};
|
||||
64 -> {65};
|
||||
65 -> {70};
|
||||
65 -> {66} [color=red];
|
||||
64 -> {70};
|
||||
64 -> {66} [color=red];
|
||||
65 -> {67} [color=red];
|
||||
66 -> {67} [color=green];
|
||||
67 -> {69};
|
||||
68 -> {67} [color=red];
|
||||
69 -> {62};
|
||||
70 -> {72};
|
||||
71 -> {66} [color=green];
|
||||
71 -> {68} [color=red];
|
||||
67 -> {68};
|
||||
68 -> {69};
|
||||
70 -> {71};
|
||||
71 -> {72};
|
||||
72 -> {73};
|
||||
73 -> {74};
|
||||
74 -> {75};
|
||||
75 -> {76};
|
||||
76 -> {77};
|
||||
77 -> {78};
|
||||
78 -> {71};
|
||||
78 -> {66} [color=green];
|
||||
78 -> {65} [color=red];
|
||||
|
||||
subgraph cluster_20 {
|
||||
color=red
|
||||
79 [label="Enter function myRun" style="filled" fillcolor=red];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
81 [label="Enter block"];
|
||||
82 [label="Function call: R|<local>/block1|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
83 [label="Function call: R|<local>/block2|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
84 [label="Exit block"];
|
||||
80 [label="Enter block"];
|
||||
81 [label="Function call: R|<local>/block1|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
82 [label="Function call: R|<local>/block2|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
83 [label="Exit block"];
|
||||
}
|
||||
80 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
84 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
}
|
||||
79 -> {81};
|
||||
79 -> {80};
|
||||
80 -> {81};
|
||||
81 -> {82};
|
||||
82 -> {83};
|
||||
83 -> {84};
|
||||
84 -> {80};
|
||||
|
||||
subgraph cluster_22 {
|
||||
color=red
|
||||
85 [label="Enter function test_6" style="filled" fillcolor=red];
|
||||
subgraph cluster_23 {
|
||||
color=blue
|
||||
87 [label="Enter block"];
|
||||
88 [label="Postponed enter to lambda"];
|
||||
86 [label="Enter block"];
|
||||
87 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_24 {
|
||||
color=blue
|
||||
94 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
96 [label="Enter block"];
|
||||
97 [label="Const: String(test_6_1)"];
|
||||
98 [label="Exit block"];
|
||||
95 [label="Enter block"];
|
||||
96 [label="Const: String(test_6_1)"];
|
||||
97 [label="Exit block"];
|
||||
}
|
||||
95 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
98 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
89 [label="Postponed exit from lambda"];
|
||||
90 [label="Postponed enter to lambda"];
|
||||
88 [label="Postponed exit from lambda"];
|
||||
89 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_26 {
|
||||
color=blue
|
||||
99 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_27 {
|
||||
color=blue
|
||||
101 [label="Enter block"];
|
||||
102 [label="Const: String(test_6_2)"];
|
||||
103 [label="Exit block"];
|
||||
100 [label="Enter block"];
|
||||
101 [label="Const: String(test_6_2)"];
|
||||
102 [label="Exit block"];
|
||||
}
|
||||
100 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
103 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
91 [label="Postponed exit from lambda"];
|
||||
92 [label="Function call: R|/myRun|(...)"];
|
||||
93 [label="Exit block"];
|
||||
90 [label="Postponed exit from lambda"];
|
||||
91 [label="Function call: R|/myRun|(...)"];
|
||||
92 [label="Exit block"];
|
||||
}
|
||||
86 [label="Exit function test_6" style="filled" fillcolor=red];
|
||||
93 [label="Exit function test_6" style="filled" fillcolor=red];
|
||||
}
|
||||
85 -> {87};
|
||||
87 -> {88};
|
||||
88 -> {94};
|
||||
88 -> {89} [color=red];
|
||||
89 -> {90};
|
||||
90 -> {99};
|
||||
90 -> {91} [color=red];
|
||||
85 -> {86};
|
||||
86 -> {87};
|
||||
87 -> {94};
|
||||
87 -> {88} [color=red];
|
||||
88 -> {89};
|
||||
89 -> {99};
|
||||
89 -> {90} [color=red];
|
||||
90 -> {91};
|
||||
91 -> {92};
|
||||
92 -> {93};
|
||||
93 -> {86};
|
||||
94 -> {95 96};
|
||||
95 -> {89} [color=green];
|
||||
95 -> {94} [color=green style=dashed];
|
||||
94 -> {98 95};
|
||||
95 -> {96};
|
||||
96 -> {97};
|
||||
97 -> {98};
|
||||
98 -> {95};
|
||||
99 -> {100 101};
|
||||
100 -> {91} [color=green];
|
||||
100 -> {99} [color=green style=dashed];
|
||||
98 -> {88} [color=green];
|
||||
98 -> {94} [color=green style=dashed];
|
||||
99 -> {103 100};
|
||||
100 -> {101};
|
||||
101 -> {102};
|
||||
102 -> {103};
|
||||
103 -> {100};
|
||||
103 -> {90} [color=green];
|
||||
103 -> {99} [color=green style=dashed];
|
||||
|
||||
subgraph cluster_28 {
|
||||
color=red
|
||||
104 [label="Enter function test_7" style="filled" fillcolor=red];
|
||||
subgraph cluster_29 {
|
||||
color=blue
|
||||
106 [label="Enter block"];
|
||||
107 [label="Postponed enter to lambda"];
|
||||
105 [label="Enter block"];
|
||||
106 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_30 {
|
||||
color=blue
|
||||
113 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_31 {
|
||||
color=blue
|
||||
115 [label="Enter block"];
|
||||
116 [label="Const: String(test_7_2)"];
|
||||
117 [label="Exit block"];
|
||||
114 [label="Enter block"];
|
||||
115 [label="Const: String(test_7_2)"];
|
||||
116 [label="Exit block"];
|
||||
}
|
||||
114 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
117 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
108 [label="Postponed exit from lambda"];
|
||||
109 [label="Postponed enter to lambda"];
|
||||
107 [label="Postponed exit from lambda"];
|
||||
108 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_32 {
|
||||
color=blue
|
||||
118 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_33 {
|
||||
color=blue
|
||||
120 [label="Enter block"];
|
||||
121 [label="Const: String(test_7_1)"];
|
||||
122 [label="Exit block"];
|
||||
119 [label="Enter block"];
|
||||
120 [label="Const: String(test_7_1)"];
|
||||
121 [label="Exit block"];
|
||||
}
|
||||
119 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
122 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
110 [label="Postponed exit from lambda"];
|
||||
111 [label="Function call: R|/myRun|(...)"];
|
||||
112 [label="Exit block"];
|
||||
109 [label="Postponed exit from lambda"];
|
||||
110 [label="Function call: R|/myRun|(...)"];
|
||||
111 [label="Exit block"];
|
||||
}
|
||||
105 [label="Exit function test_7" style="filled" fillcolor=red];
|
||||
112 [label="Exit function test_7" style="filled" fillcolor=red];
|
||||
}
|
||||
104 -> {106};
|
||||
106 -> {107};
|
||||
107 -> {113};
|
||||
107 -> {108} [color=red];
|
||||
108 -> {109};
|
||||
109 -> {118};
|
||||
109 -> {110} [color=red];
|
||||
104 -> {105};
|
||||
105 -> {106};
|
||||
106 -> {113};
|
||||
106 -> {107} [color=red];
|
||||
107 -> {108};
|
||||
108 -> {118};
|
||||
108 -> {109} [color=red];
|
||||
109 -> {110};
|
||||
110 -> {111};
|
||||
111 -> {112};
|
||||
112 -> {105};
|
||||
113 -> {114 115};
|
||||
114 -> {108} [color=green];
|
||||
114 -> {113} [color=green style=dashed];
|
||||
113 -> {117 114};
|
||||
114 -> {115};
|
||||
115 -> {116};
|
||||
116 -> {117};
|
||||
117 -> {114};
|
||||
118 -> {119 120};
|
||||
119 -> {110} [color=green];
|
||||
119 -> {118} [color=green style=dashed];
|
||||
117 -> {107} [color=green];
|
||||
117 -> {113} [color=green style=dashed];
|
||||
118 -> {122 119};
|
||||
119 -> {120};
|
||||
120 -> {121};
|
||||
121 -> {122};
|
||||
122 -> {119};
|
||||
122 -> {109} [color=green];
|
||||
122 -> {118} [color=green style=dashed];
|
||||
|
||||
subgraph cluster_34 {
|
||||
color=red
|
||||
123 [label="Enter function myDummyRun" style="filled" fillcolor=red];
|
||||
subgraph cluster_35 {
|
||||
color=blue
|
||||
125 [label="Enter block"];
|
||||
126 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
127 [label="Exit block"];
|
||||
124 [label="Enter block"];
|
||||
125 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
126 [label="Exit block"];
|
||||
}
|
||||
124 [label="Exit function myDummyRun" style="filled" fillcolor=red];
|
||||
127 [label="Exit function myDummyRun" style="filled" fillcolor=red];
|
||||
}
|
||||
123 -> {125};
|
||||
123 -> {124};
|
||||
124 -> {125};
|
||||
125 -> {126};
|
||||
126 -> {127};
|
||||
127 -> {124};
|
||||
|
||||
subgraph cluster_36 {
|
||||
color=red
|
||||
128 [label="Enter function test_8" style="filled" fillcolor=red];
|
||||
subgraph cluster_37 {
|
||||
color=blue
|
||||
130 [label="Enter block"];
|
||||
131 [label="Postponed enter to lambda"];
|
||||
129 [label="Enter block"];
|
||||
130 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_38 {
|
||||
color=blue
|
||||
135 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_39 {
|
||||
color=blue
|
||||
137 [label="Enter block"];
|
||||
138 [label="Const: String(test_8)"];
|
||||
139 [label="Exit block"];
|
||||
136 [label="Enter block"];
|
||||
137 [label="Const: String(test_8)"];
|
||||
138 [label="Exit block"];
|
||||
}
|
||||
136 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
139 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
132 [label="Postponed exit from lambda"];
|
||||
133 [label="Function call: R|/myDummyRun|(...)"];
|
||||
134 [label="Exit block"];
|
||||
131 [label="Postponed exit from lambda"];
|
||||
132 [label="Function call: R|/myDummyRun|(...)"];
|
||||
133 [label="Exit block"];
|
||||
}
|
||||
129 [label="Exit function test_8" style="filled" fillcolor=red];
|
||||
134 [label="Exit function test_8" style="filled" fillcolor=red];
|
||||
}
|
||||
128 -> {130};
|
||||
130 -> {131};
|
||||
131 -> {132 135};
|
||||
128 -> {129};
|
||||
129 -> {130};
|
||||
130 -> {131 135};
|
||||
131 -> {132};
|
||||
132 -> {133};
|
||||
133 -> {134};
|
||||
134 -> {129};
|
||||
135 -> {137};
|
||||
135 -> {136};
|
||||
136 -> {137};
|
||||
137 -> {138};
|
||||
138 -> {139};
|
||||
139 -> {136};
|
||||
|
||||
}
|
||||
|
||||
Vendored
+166
-166
@@ -8,24 +8,25 @@ digraph conditionalEffects_kt {
|
||||
0 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Access variable R|<local>/x|"];
|
||||
4 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
|
||||
5 [label="Function call: R|kotlin/require|(...)"];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Access variable R|<local>/x|"];
|
||||
3 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
|
||||
4 [label="Function call: R|kotlin/require|(...)"];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
6 [label="Enter contract"];
|
||||
7 [label="Access variable R|<local>/x|"];
|
||||
8 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
|
||||
9 [label="Exit contract"];
|
||||
5 [label="Enter contract"];
|
||||
6 [label="Access variable R|<local>/x|"];
|
||||
7 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
|
||||
8 [label="Exit contract"];
|
||||
}
|
||||
10 [label="Access variable R|<local>/x|"];
|
||||
11 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
12 [label="Exit block"];
|
||||
9 [label="Access variable R|<local>/x|"];
|
||||
10 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
11 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
12 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
@@ -36,31 +37,31 @@ digraph conditionalEffects_kt {
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {1};
|
||||
|
||||
subgraph cluster_3 {
|
||||
color=red
|
||||
13 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
15 [label="Enter block"];
|
||||
16 [label="Access variable R|<local>/x|"];
|
||||
17 [label="Function call: R|kotlin/requireNotNull|<R|kotlin/String|>(...)"];
|
||||
14 [label="Enter block"];
|
||||
15 [label="Access variable R|<local>/x|"];
|
||||
16 [label="Function call: R|kotlin/requireNotNull|<R|kotlin/String|>(...)"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
18 [label="Enter contract"];
|
||||
19 [label="Access variable R|<local>/x|"];
|
||||
20 [label="Const: Null(null)"];
|
||||
21 [label="Operator !="];
|
||||
22 [label="Exit contract"];
|
||||
17 [label="Enter contract"];
|
||||
18 [label="Access variable R|<local>/x|"];
|
||||
19 [label="Const: Null(null)"];
|
||||
20 [label="Operator !="];
|
||||
21 [label="Exit contract"];
|
||||
}
|
||||
23 [label="Access variable R|<local>/x|"];
|
||||
24 [label="Access variable R|kotlin/String.length|"];
|
||||
25 [label="Exit block"];
|
||||
22 [label="Access variable R|<local>/x|"];
|
||||
23 [label="Access variable R|kotlin/String.length|"];
|
||||
24 [label="Exit block"];
|
||||
}
|
||||
14 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
25 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
13 -> {15};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
@@ -71,33 +72,33 @@ digraph conditionalEffects_kt {
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {14};
|
||||
|
||||
subgraph cluster_6 {
|
||||
color=red
|
||||
26 [label="Enter function test_3" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
28 [label="Enter block"];
|
||||
29 [label="Access variable R|<local>/x|"];
|
||||
30 [label="Const: Null(null)"];
|
||||
31 [label="Operator !="];
|
||||
32 [label="Function call: R|kotlin/require|(...)"];
|
||||
27 [label="Enter block"];
|
||||
28 [label="Access variable R|<local>/x|"];
|
||||
29 [label="Const: Null(null)"];
|
||||
30 [label="Operator !="];
|
||||
31 [label="Function call: R|kotlin/require|(...)"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
33 [label="Enter contract"];
|
||||
34 [label="Access variable R|<local>/x|"];
|
||||
35 [label="Const: Null(null)"];
|
||||
36 [label="Operator !="];
|
||||
37 [label="Exit contract"];
|
||||
32 [label="Enter contract"];
|
||||
33 [label="Access variable R|<local>/x|"];
|
||||
34 [label="Const: Null(null)"];
|
||||
35 [label="Operator !="];
|
||||
36 [label="Exit contract"];
|
||||
}
|
||||
38 [label="Access variable R|<local>/x|"];
|
||||
39 [label="Access variable R|kotlin/String.length|"];
|
||||
40 [label="Exit block"];
|
||||
37 [label="Access variable R|<local>/x|"];
|
||||
38 [label="Access variable R|kotlin/String.length|"];
|
||||
39 [label="Exit block"];
|
||||
}
|
||||
27 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
40 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
}
|
||||
26 -> {28};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
@@ -110,157 +111,157 @@ digraph conditionalEffects_kt {
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {27};
|
||||
|
||||
subgraph cluster_9 {
|
||||
color=red
|
||||
41 [label="Enter function test_4" style="filled" fillcolor=red];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
43 [label="Enter block"];
|
||||
42 [label="Enter block"];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
45 [label="Enter &&"];
|
||||
46 [label="Access variable R|<local>/x|"];
|
||||
47 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
48 [label="Exit left part of &&"];
|
||||
49 [label="Enter right part of &&"];
|
||||
50 [label="Access variable R|<local>/y|"];
|
||||
51 [label="Const: Null(null)"];
|
||||
52 [label="Operator !="];
|
||||
44 [label="Exit &&"];
|
||||
43 [label="Enter &&"];
|
||||
44 [label="Access variable R|<local>/x|"];
|
||||
45 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
46 [label="Exit left part of &&"];
|
||||
47 [label="Enter right part of &&"];
|
||||
48 [label="Access variable R|<local>/y|"];
|
||||
49 [label="Const: Null(null)"];
|
||||
50 [label="Operator !="];
|
||||
51 [label="Exit &&"];
|
||||
}
|
||||
53 [label="Function call: R|kotlin/require|(...)"];
|
||||
52 [label="Function call: R|kotlin/require|(...)"];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
54 [label="Enter contract"];
|
||||
53 [label="Enter contract"];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
56 [label="Enter &&"];
|
||||
57 [label="Access variable R|<local>/x|"];
|
||||
58 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
59 [label="Exit left part of &&"];
|
||||
60 [label="Enter right part of &&"];
|
||||
61 [label="Access variable R|<local>/y|"];
|
||||
62 [label="Const: Null(null)"];
|
||||
63 [label="Operator !="];
|
||||
55 [label="Exit &&"];
|
||||
54 [label="Enter &&"];
|
||||
55 [label="Access variable R|<local>/x|"];
|
||||
56 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
57 [label="Exit left part of &&"];
|
||||
58 [label="Enter right part of &&"];
|
||||
59 [label="Access variable R|<local>/y|"];
|
||||
60 [label="Const: Null(null)"];
|
||||
61 [label="Operator !="];
|
||||
62 [label="Exit &&"];
|
||||
}
|
||||
64 [label="Exit contract"];
|
||||
63 [label="Exit contract"];
|
||||
}
|
||||
65 [label="Access variable R|<local>/x|"];
|
||||
66 [label="Access variable R|kotlin/String.length|"];
|
||||
67 [label="Access variable R|<local>/y|"];
|
||||
68 [label="Access variable R|kotlin/String.length|"];
|
||||
69 [label="Exit block"];
|
||||
64 [label="Access variable R|<local>/x|"];
|
||||
65 [label="Access variable R|kotlin/String.length|"];
|
||||
66 [label="Access variable R|<local>/y|"];
|
||||
67 [label="Access variable R|kotlin/String.length|"];
|
||||
68 [label="Exit block"];
|
||||
}
|
||||
42 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
69 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
}
|
||||
41 -> {43};
|
||||
43 -> {45};
|
||||
44 -> {53};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {44};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
46 -> {51 47};
|
||||
47 -> {48};
|
||||
48 -> {44 49};
|
||||
48 -> {49};
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
51 -> {52};
|
||||
52 -> {44};
|
||||
52 -> {53};
|
||||
53 -> {54};
|
||||
54 -> {56};
|
||||
55 -> {64};
|
||||
54 -> {55};
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {58};
|
||||
57 -> {62 58};
|
||||
58 -> {59};
|
||||
59 -> {55 60};
|
||||
59 -> {60};
|
||||
60 -> {61};
|
||||
61 -> {62};
|
||||
62 -> {63};
|
||||
63 -> {55};
|
||||
63 -> {64};
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {67};
|
||||
67 -> {68};
|
||||
68 -> {69};
|
||||
69 -> {42};
|
||||
|
||||
subgraph cluster_14 {
|
||||
color=red
|
||||
70 [label="Enter function test_5" style="filled" fillcolor=red];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
72 [label="Enter block"];
|
||||
71 [label="Enter block"];
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
73 [label="Enter when"];
|
||||
72 [label="Enter when"];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
75 [label="Enter when branch condition "];
|
||||
76 [label="Access variable R|<local>/b|"];
|
||||
77 [label="Exit when branch condition"];
|
||||
73 [label="Enter when branch condition "];
|
||||
74 [label="Access variable R|<local>/b|"];
|
||||
75 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
91 [label="Enter when branch condition else"];
|
||||
92 [label="Exit when branch condition"];
|
||||
76 [label="Enter when branch condition else"];
|
||||
77 [label="Exit when branch condition"];
|
||||
}
|
||||
93 [label="Enter when branch result"];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
94 [label="Enter block"];
|
||||
95 [label="Access variable R|<local>/x|"];
|
||||
96 [label="Access variable <Unresolved name: length>#"];
|
||||
97 [label="Exit block"];
|
||||
}
|
||||
98 [label="Exit when branch result"];
|
||||
78 [label="Enter when branch result"];
|
||||
subgraph cluster_20 {
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
79 [label="Enter block"];
|
||||
80 [label="Access variable R|<local>/x|"];
|
||||
81 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
82 [label="Function call: R|kotlin/require|(...)"];
|
||||
81 [label="Access variable <Unresolved name: length>#"];
|
||||
82 [label="Exit block"];
|
||||
}
|
||||
83 [label="Exit when branch result"];
|
||||
84 [label="Enter when branch result"];
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
85 [label="Enter block"];
|
||||
86 [label="Access variable R|<local>/x|"];
|
||||
87 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
88 [label="Function call: R|kotlin/require|(...)"];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
83 [label="Enter contract"];
|
||||
84 [label="Access variable R|<local>/x|"];
|
||||
85 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
86 [label="Exit contract"];
|
||||
89 [label="Enter contract"];
|
||||
90 [label="Access variable R|<local>/x|"];
|
||||
91 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
92 [label="Exit contract"];
|
||||
}
|
||||
87 [label="Access variable R|<local>/x|"];
|
||||
88 [label="Access variable R|kotlin/String.length|"];
|
||||
89 [label="Exit block"];
|
||||
93 [label="Access variable R|<local>/x|"];
|
||||
94 [label="Access variable R|kotlin/String.length|"];
|
||||
95 [label="Exit block"];
|
||||
}
|
||||
90 [label="Exit when branch result"];
|
||||
74 [label="Exit when"];
|
||||
96 [label="Exit when branch result"];
|
||||
97 [label="Exit when"];
|
||||
}
|
||||
99 [label="Access variable R|<local>/x|"];
|
||||
100 [label="Access variable <Unresolved name: length>#"];
|
||||
101 [label="Exit block"];
|
||||
98 [label="Access variable R|<local>/x|"];
|
||||
99 [label="Access variable <Unresolved name: length>#"];
|
||||
100 [label="Exit block"];
|
||||
}
|
||||
71 [label="Exit function test_5" style="filled" fillcolor=red];
|
||||
101 [label="Exit function test_5" style="filled" fillcolor=red];
|
||||
}
|
||||
70 -> {72};
|
||||
70 -> {71};
|
||||
71 -> {72};
|
||||
72 -> {73};
|
||||
73 -> {75};
|
||||
74 -> {99};
|
||||
75 -> {76};
|
||||
73 -> {74};
|
||||
74 -> {75};
|
||||
75 -> {84 76};
|
||||
76 -> {77};
|
||||
77 -> {78 91};
|
||||
77 -> {78};
|
||||
78 -> {79};
|
||||
79 -> {80};
|
||||
80 -> {81};
|
||||
81 -> {82};
|
||||
82 -> {83};
|
||||
83 -> {84};
|
||||
83 -> {97};
|
||||
84 -> {85};
|
||||
85 -> {86};
|
||||
86 -> {87};
|
||||
87 -> {88};
|
||||
88 -> {89};
|
||||
89 -> {90};
|
||||
90 -> {74};
|
||||
90 -> {91};
|
||||
91 -> {92};
|
||||
92 -> {93};
|
||||
93 -> {94};
|
||||
@@ -268,58 +269,38 @@ digraph conditionalEffects_kt {
|
||||
95 -> {96};
|
||||
96 -> {97};
|
||||
97 -> {98};
|
||||
98 -> {74};
|
||||
98 -> {99};
|
||||
99 -> {100};
|
||||
100 -> {101};
|
||||
101 -> {71};
|
||||
|
||||
subgraph cluster_22 {
|
||||
color=red
|
||||
102 [label="Enter function test_6" style="filled" fillcolor=red];
|
||||
subgraph cluster_23 {
|
||||
color=blue
|
||||
104 [label="Enter block"];
|
||||
103 [label="Enter block"];
|
||||
subgraph cluster_24 {
|
||||
color=blue
|
||||
105 [label="Enter when"];
|
||||
104 [label="Enter when"];
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
107 [label="Enter when branch condition "];
|
||||
108 [label="Access variable R|<local>/b|"];
|
||||
109 [label="Exit when branch condition"];
|
||||
105 [label="Enter when branch condition "];
|
||||
106 [label="Access variable R|<local>/b|"];
|
||||
107 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_26 {
|
||||
color=blue
|
||||
123 [label="Enter when branch condition else"];
|
||||
124 [label="Exit when branch condition"];
|
||||
108 [label="Enter when branch condition else"];
|
||||
109 [label="Exit when branch condition"];
|
||||
}
|
||||
125 [label="Enter when branch result"];
|
||||
subgraph cluster_27 {
|
||||
color=blue
|
||||
126 [label="Enter block"];
|
||||
127 [label="Access variable R|<local>/x|"];
|
||||
128 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
129 [label="Function call: R|kotlin/require|(...)"];
|
||||
subgraph cluster_28 {
|
||||
color=blue
|
||||
130 [label="Enter contract"];
|
||||
131 [label="Access variable R|<local>/x|"];
|
||||
132 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
133 [label="Exit contract"];
|
||||
}
|
||||
134 [label="Access variable R|<local>/x|"];
|
||||
135 [label="Access variable R|kotlin/String.length|"];
|
||||
136 [label="Exit block"];
|
||||
}
|
||||
137 [label="Exit when branch result"];
|
||||
110 [label="Enter when branch result"];
|
||||
subgraph cluster_29 {
|
||||
subgraph cluster_27 {
|
||||
color=blue
|
||||
111 [label="Enter block"];
|
||||
112 [label="Access variable R|<local>/x|"];
|
||||
113 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
114 [label="Function call: R|kotlin/require|(...)"];
|
||||
subgraph cluster_30 {
|
||||
subgraph cluster_28 {
|
||||
color=blue
|
||||
115 [label="Enter contract"];
|
||||
116 [label="Access variable R|<local>/x|"];
|
||||
@@ -331,21 +312,41 @@ digraph conditionalEffects_kt {
|
||||
121 [label="Exit block"];
|
||||
}
|
||||
122 [label="Exit when branch result"];
|
||||
106 [label="Exit when"];
|
||||
123 [label="Enter when branch result"];
|
||||
subgraph cluster_29 {
|
||||
color=blue
|
||||
124 [label="Enter block"];
|
||||
125 [label="Access variable R|<local>/x|"];
|
||||
126 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
127 [label="Function call: R|kotlin/require|(...)"];
|
||||
subgraph cluster_30 {
|
||||
color=blue
|
||||
128 [label="Enter contract"];
|
||||
129 [label="Access variable R|<local>/x|"];
|
||||
130 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
131 [label="Exit contract"];
|
||||
}
|
||||
132 [label="Access variable R|<local>/x|"];
|
||||
133 [label="Access variable R|kotlin/String.length|"];
|
||||
134 [label="Exit block"];
|
||||
}
|
||||
135 [label="Exit when branch result"];
|
||||
136 [label="Exit when"];
|
||||
}
|
||||
138 [label="Access variable R|<local>/x|"];
|
||||
139 [label="Access variable R|kotlin/String.length|"];
|
||||
140 [label="Exit block"];
|
||||
137 [label="Access variable R|<local>/x|"];
|
||||
138 [label="Access variable R|kotlin/String.length|"];
|
||||
139 [label="Exit block"];
|
||||
}
|
||||
103 [label="Exit function test_6" style="filled" fillcolor=red];
|
||||
140 [label="Exit function test_6" style="filled" fillcolor=red];
|
||||
}
|
||||
102 -> {104};
|
||||
102 -> {103};
|
||||
103 -> {104};
|
||||
104 -> {105};
|
||||
105 -> {107};
|
||||
106 -> {138};
|
||||
107 -> {108};
|
||||
105 -> {106};
|
||||
106 -> {107};
|
||||
107 -> {123 108};
|
||||
108 -> {109};
|
||||
109 -> {110 123};
|
||||
109 -> {110};
|
||||
110 -> {111};
|
||||
111 -> {112};
|
||||
112 -> {113};
|
||||
@@ -358,7 +359,7 @@ digraph conditionalEffects_kt {
|
||||
119 -> {120};
|
||||
120 -> {121};
|
||||
121 -> {122};
|
||||
122 -> {106};
|
||||
122 -> {136};
|
||||
123 -> {124};
|
||||
124 -> {125};
|
||||
125 -> {126};
|
||||
@@ -373,9 +374,8 @@ digraph conditionalEffects_kt {
|
||||
134 -> {135};
|
||||
135 -> {136};
|
||||
136 -> {137};
|
||||
137 -> {106};
|
||||
137 -> {138};
|
||||
138 -> {139};
|
||||
139 -> {140};
|
||||
140 -> {103};
|
||||
|
||||
}
|
||||
|
||||
+58
-58
@@ -8,123 +8,123 @@ digraph atLeastOnce_kt {
|
||||
0 [label="Enter function inlineRun" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
4 [label="Exit block"];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
3 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function inlineRun" style="filled" fillcolor=red];
|
||||
4 [label="Exit function inlineRun" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {1};
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
5 [label="Enter function myRun" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
7 [label="Enter block"];
|
||||
8 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
9 [label="Exit block"];
|
||||
6 [label="Enter block"];
|
||||
7 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
8 [label="Exit block"];
|
||||
}
|
||||
6 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
9 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
}
|
||||
5 -> {7};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {6};
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
10 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
12 [label="Enter block"];
|
||||
13 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
14 [label="Postponed enter to lambda"];
|
||||
11 [label="Enter block"];
|
||||
12 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
13 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
20 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
22 [label="Enter block"];
|
||||
23 [label="Const: Int(1)"];
|
||||
24 [label="Assignment: R|<local>/x|"];
|
||||
25 [label="Exit block"];
|
||||
21 [label="Enter block"];
|
||||
22 [label="Const: Int(1)"];
|
||||
23 [label="Assignment: R|<local>/x|"];
|
||||
24 [label="Exit block"];
|
||||
}
|
||||
21 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
25 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
15 [label="Postponed exit from lambda"];
|
||||
16 [label="Function call: R|/inlineRun|(...)"];
|
||||
17 [label="Access variable R|<local>/x|"];
|
||||
18 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
19 [label="Exit block"];
|
||||
14 [label="Postponed exit from lambda"];
|
||||
15 [label="Function call: R|/inlineRun|(...)"];
|
||||
16 [label="Access variable R|<local>/x|"];
|
||||
17 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
18 [label="Exit block"];
|
||||
}
|
||||
11 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
19 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
10 -> {12};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {20};
|
||||
14 -> {15} [color=red];
|
||||
13 -> {20};
|
||||
13 -> {14} [color=red];
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {11};
|
||||
20 -> {22};
|
||||
21 -> {15} [color=green];
|
||||
21 -> {20} [color=green style=dashed];
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {21};
|
||||
25 -> {14} [color=green];
|
||||
25 -> {20} [color=green style=dashed];
|
||||
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
26 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
28 [label="Enter block"];
|
||||
29 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
30 [label="Postponed enter to lambda"];
|
||||
27 [label="Enter block"];
|
||||
28 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
29 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
36 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
38 [label="Enter block"];
|
||||
39 [label="Const: Int(1)"];
|
||||
40 [label="Assignment: R|<local>/x|"];
|
||||
41 [label="Exit block"];
|
||||
37 [label="Enter block"];
|
||||
38 [label="Const: Int(1)"];
|
||||
39 [label="Assignment: R|<local>/x|"];
|
||||
40 [label="Exit block"];
|
||||
}
|
||||
37 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
41 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
31 [label="Postponed exit from lambda"];
|
||||
32 [label="Function call: R|/myRun|(...)"];
|
||||
33 [label="Access variable R|<local>/x|"];
|
||||
34 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
35 [label="Exit block"];
|
||||
30 [label="Postponed exit from lambda"];
|
||||
31 [label="Function call: R|/myRun|(...)"];
|
||||
32 [label="Access variable R|<local>/x|"];
|
||||
33 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
34 [label="Exit block"];
|
||||
}
|
||||
27 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
35 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
26 -> {28};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {36};
|
||||
30 -> {31} [color=red];
|
||||
29 -> {36};
|
||||
29 -> {30} [color=red];
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {27};
|
||||
36 -> {38};
|
||||
37 -> {31} [color=green];
|
||||
37 -> {36} [color=green style=dashed];
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {41};
|
||||
41 -> {37};
|
||||
41 -> {30} [color=green];
|
||||
41 -> {36} [color=green style=dashed];
|
||||
|
||||
}
|
||||
|
||||
+56
-56
@@ -8,121 +8,121 @@ digraph atMostOnce_kt {
|
||||
0 [label="Enter function inlineRun" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
4 [label="Exit block"];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
3 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function inlineRun" style="filled" fillcolor=red];
|
||||
4 [label="Exit function inlineRun" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {1};
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
5 [label="Enter function myRun" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
7 [label="Enter block"];
|
||||
8 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
9 [label="Exit block"];
|
||||
6 [label="Enter block"];
|
||||
7 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
8 [label="Exit block"];
|
||||
}
|
||||
6 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
9 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
}
|
||||
5 -> {7};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {6};
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
10 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
12 [label="Enter block"];
|
||||
13 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
14 [label="Postponed enter to lambda"];
|
||||
11 [label="Enter block"];
|
||||
12 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
13 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
20 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
22 [label="Enter block"];
|
||||
23 [label="Const: Int(1)"];
|
||||
24 [label="Assignment: R|<local>/x|"];
|
||||
25 [label="Exit block"];
|
||||
21 [label="Enter block"];
|
||||
22 [label="Const: Int(1)"];
|
||||
23 [label="Assignment: R|<local>/x|"];
|
||||
24 [label="Exit block"];
|
||||
}
|
||||
21 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
25 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
15 [label="Postponed exit from lambda"];
|
||||
16 [label="Function call: R|/inlineRun|(...)"];
|
||||
17 [label="Access variable R|<local>/x|"];
|
||||
18 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
19 [label="Exit block"];
|
||||
14 [label="Postponed exit from lambda"];
|
||||
15 [label="Function call: R|/inlineRun|(...)"];
|
||||
16 [label="Access variable R|<local>/x|"];
|
||||
17 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
18 [label="Exit block"];
|
||||
}
|
||||
11 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
19 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
10 -> {12};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {20};
|
||||
14 -> {15} [color=red];
|
||||
13 -> {20};
|
||||
13 -> {14} [color=red];
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {11};
|
||||
20 -> {21 22};
|
||||
21 -> {15} [color=green];
|
||||
20 -> {25 21};
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {21};
|
||||
25 -> {14} [color=green];
|
||||
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
26 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
28 [label="Enter block"];
|
||||
29 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
30 [label="Postponed enter to lambda"];
|
||||
27 [label="Enter block"];
|
||||
28 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
29 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
36 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
38 [label="Enter block"];
|
||||
39 [label="Const: Int(1)"];
|
||||
40 [label="Assignment: R|<local>/x|"];
|
||||
41 [label="Exit block"];
|
||||
37 [label="Enter block"];
|
||||
38 [label="Const: Int(1)"];
|
||||
39 [label="Assignment: R|<local>/x|"];
|
||||
40 [label="Exit block"];
|
||||
}
|
||||
37 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
41 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
31 [label="Postponed exit from lambda"];
|
||||
32 [label="Function call: R|/myRun|(...)"];
|
||||
33 [label="Access variable R|<local>/x|"];
|
||||
34 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
35 [label="Exit block"];
|
||||
30 [label="Postponed exit from lambda"];
|
||||
31 [label="Function call: R|/myRun|(...)"];
|
||||
32 [label="Access variable R|<local>/x|"];
|
||||
33 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
34 [label="Exit block"];
|
||||
}
|
||||
27 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
35 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
26 -> {28};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {36};
|
||||
30 -> {31} [color=red];
|
||||
29 -> {36};
|
||||
29 -> {30} [color=red];
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {27};
|
||||
36 -> {37 38};
|
||||
37 -> {31} [color=green];
|
||||
36 -> {41 37};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {41};
|
||||
41 -> {37};
|
||||
41 -> {30} [color=green];
|
||||
|
||||
}
|
||||
|
||||
+60
-60
@@ -8,127 +8,127 @@ digraph exactlyOnce_kt {
|
||||
0 [label="Enter function inlineRun" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
4 [label="Exit block"];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
3 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function inlineRun" style="filled" fillcolor=red];
|
||||
4 [label="Exit function inlineRun" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {1};
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
5 [label="Enter function myRun" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
7 [label="Enter block"];
|
||||
8 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
9 [label="Exit block"];
|
||||
6 [label="Enter block"];
|
||||
7 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
8 [label="Exit block"];
|
||||
}
|
||||
6 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
9 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
}
|
||||
5 -> {7};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {6};
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
10 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
12 [label="Enter block"];
|
||||
13 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
14 [label="Postponed enter to lambda"];
|
||||
11 [label="Enter block"];
|
||||
12 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
13 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
21 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
23 [label="Enter block"];
|
||||
24 [label="Const: Int(1)"];
|
||||
25 [label="Assignment: R|<local>/x|"];
|
||||
26 [label="Exit block"];
|
||||
22 [label="Enter block"];
|
||||
23 [label="Const: Int(1)"];
|
||||
24 [label="Assignment: R|<local>/x|"];
|
||||
25 [label="Exit block"];
|
||||
}
|
||||
22 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
26 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
17 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
14 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
15 [label="Postponed exit from lambda"];
|
||||
16 [label="Function call: R|/inlineRun|(...)"];
|
||||
18 [label="Access variable R|<local>/x|"];
|
||||
19 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
20 [label="Exit block"];
|
||||
17 [label="Access variable R|<local>/x|"];
|
||||
18 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
19 [label="Exit block"];
|
||||
}
|
||||
11 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
20 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
10 -> {12};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {21};
|
||||
14 -> {15} [color=red];
|
||||
13 -> {21};
|
||||
13 -> {15} [color=red];
|
||||
14 -> {16} [color=red];
|
||||
15 -> {16} [color=green];
|
||||
16 -> {18};
|
||||
17 -> {16} [color=red];
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {11};
|
||||
21 -> {23};
|
||||
22 -> {15} [color=green];
|
||||
22 -> {17} [color=red];
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {22};
|
||||
26 -> {15} [color=green];
|
||||
26 -> {14} [color=red];
|
||||
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
27 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
29 [label="Enter block"];
|
||||
30 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
31 [label="Postponed enter to lambda"];
|
||||
28 [label="Enter block"];
|
||||
29 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
30 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
38 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
40 [label="Enter block"];
|
||||
41 [label="Const: Int(1)"];
|
||||
42 [label="Assignment: R|<local>/x|"];
|
||||
43 [label="Exit block"];
|
||||
39 [label="Enter block"];
|
||||
40 [label="Const: Int(1)"];
|
||||
41 [label="Assignment: R|<local>/x|"];
|
||||
42 [label="Exit block"];
|
||||
}
|
||||
39 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
43 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
34 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
31 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
32 [label="Postponed exit from lambda"];
|
||||
33 [label="Function call: R|/myRun|(...)"];
|
||||
35 [label="Access variable R|<local>/x|"];
|
||||
36 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
37 [label="Exit block"];
|
||||
34 [label="Access variable R|<local>/x|"];
|
||||
35 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
36 [label="Exit block"];
|
||||
}
|
||||
28 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
37 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
27 -> {29};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {38};
|
||||
31 -> {32} [color=red];
|
||||
30 -> {38};
|
||||
30 -> {32} [color=red];
|
||||
31 -> {33} [color=red];
|
||||
32 -> {33} [color=green];
|
||||
33 -> {35};
|
||||
34 -> {33} [color=red];
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {28};
|
||||
38 -> {40};
|
||||
39 -> {32} [color=green];
|
||||
39 -> {34} [color=red];
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {39};
|
||||
43 -> {32} [color=green];
|
||||
43 -> {31} [color=red];
|
||||
|
||||
}
|
||||
|
||||
+58
-58
@@ -8,123 +8,123 @@ digraph unknown_kt {
|
||||
0 [label="Enter function inlineRun" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
4 [label="Exit block"];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
3 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function inlineRun" style="filled" fillcolor=red];
|
||||
4 [label="Exit function inlineRun" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {1};
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
5 [label="Enter function myRun" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
7 [label="Enter block"];
|
||||
8 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
9 [label="Exit block"];
|
||||
6 [label="Enter block"];
|
||||
7 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
8 [label="Exit block"];
|
||||
}
|
||||
6 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
9 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
}
|
||||
5 -> {7};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {6};
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
10 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
12 [label="Enter block"];
|
||||
13 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
14 [label="Postponed enter to lambda"];
|
||||
11 [label="Enter block"];
|
||||
12 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
13 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
20 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
22 [label="Enter block"];
|
||||
23 [label="Const: Int(1)"];
|
||||
24 [label="Assignment: R|<local>/x|"];
|
||||
25 [label="Exit block"];
|
||||
21 [label="Enter block"];
|
||||
22 [label="Const: Int(1)"];
|
||||
23 [label="Assignment: R|<local>/x|"];
|
||||
24 [label="Exit block"];
|
||||
}
|
||||
21 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
25 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
15 [label="Postponed exit from lambda"];
|
||||
16 [label="Function call: R|/inlineRun|(...)"];
|
||||
17 [label="Access variable R|<local>/x|"];
|
||||
18 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
19 [label="Exit block"];
|
||||
14 [label="Postponed exit from lambda"];
|
||||
15 [label="Function call: R|/inlineRun|(...)"];
|
||||
16 [label="Access variable R|<local>/x|"];
|
||||
17 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
18 [label="Exit block"];
|
||||
}
|
||||
11 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
19 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
10 -> {12};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {20};
|
||||
14 -> {15} [color=red];
|
||||
13 -> {20};
|
||||
13 -> {14} [color=red];
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {11};
|
||||
20 -> {21 22};
|
||||
21 -> {15} [color=green];
|
||||
21 -> {20} [color=green style=dashed];
|
||||
20 -> {25 21};
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {21};
|
||||
25 -> {14} [color=green];
|
||||
25 -> {20} [color=green style=dashed];
|
||||
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
26 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
28 [label="Enter block"];
|
||||
29 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
30 [label="Postponed enter to lambda"];
|
||||
27 [label="Enter block"];
|
||||
28 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
29 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
36 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
38 [label="Enter block"];
|
||||
39 [label="Const: Int(1)"];
|
||||
40 [label="Assignment: R|<local>/x|"];
|
||||
41 [label="Exit block"];
|
||||
37 [label="Enter block"];
|
||||
38 [label="Const: Int(1)"];
|
||||
39 [label="Assignment: R|<local>/x|"];
|
||||
40 [label="Exit block"];
|
||||
}
|
||||
37 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
41 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
31 [label="Postponed exit from lambda"];
|
||||
32 [label="Function call: R|/myRun|(...)"];
|
||||
33 [label="Access variable R|<local>/x|"];
|
||||
34 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
35 [label="Exit block"];
|
||||
30 [label="Postponed exit from lambda"];
|
||||
31 [label="Function call: R|/myRun|(...)"];
|
||||
32 [label="Access variable R|<local>/x|"];
|
||||
33 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
34 [label="Exit block"];
|
||||
}
|
||||
27 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
35 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
26 -> {28};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {36};
|
||||
30 -> {31} [color=red];
|
||||
29 -> {36};
|
||||
29 -> {30} [color=red];
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {27};
|
||||
36 -> {37 38};
|
||||
37 -> {31} [color=green];
|
||||
37 -> {36} [color=green style=dashed];
|
||||
36 -> {41 37};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {41};
|
||||
41 -> {37};
|
||||
41 -> {30} [color=green];
|
||||
41 -> {36} [color=green style=dashed];
|
||||
|
||||
}
|
||||
|
||||
Vendored
+108
-108
@@ -6,233 +6,233 @@ digraph delegateWithAnonymousObject_kt {
|
||||
subgraph cluster_0 {
|
||||
color=red
|
||||
0 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
1 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
2 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
2 -> {1};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
|
||||
subgraph cluster_1 {
|
||||
color=red
|
||||
4 [label="Enter class DelegateProvider" style="filled" fillcolor=red];
|
||||
3 [label="Exit class DelegateProvider" style="filled" fillcolor=red];
|
||||
3 [label="Enter class DelegateProvider" style="filled" fillcolor=red];
|
||||
4 [label="Exit class DelegateProvider" style="filled" fillcolor=red];
|
||||
}
|
||||
4 -> {3} [color=green];
|
||||
3 -> {4} [color=green];
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
5 [label="Enter function delegate" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
7 [label="Enter block"];
|
||||
8 [label="Const: Null(null)"];
|
||||
9 [label="Check not null: Null(null)!!"];
|
||||
10 [label="Jump: ^delegate Null(null)!!"];
|
||||
11 [label="Stub" style="filled" fillcolor=gray];
|
||||
12 [label="Exit block" style="filled" fillcolor=gray];
|
||||
6 [label="Enter block"];
|
||||
7 [label="Const: Null(null)"];
|
||||
8 [label="Check not null: Null(null)!!"];
|
||||
9 [label="Jump: ^delegate Null(null)!!"];
|
||||
10 [label="Stub" style="filled" fillcolor=gray];
|
||||
11 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
6 [label="Exit function delegate" style="filled" fillcolor=red];
|
||||
12 [label="Exit function delegate" style="filled" fillcolor=red];
|
||||
}
|
||||
5 -> {7};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {6};
|
||||
9 -> {12};
|
||||
9 -> {10} [style=dotted];
|
||||
10 -> {11} [style=dotted];
|
||||
11 -> {12} [style=dotted];
|
||||
12 -> {6} [style=dotted];
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
13 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
15 [label="Delegated constructor call: super<R|DelegateProvider<IssueListView>|>()"];
|
||||
14 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
14 [label="Delegated constructor call: super<R|DelegateProvider<IssueListView>|>()"];
|
||||
15 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
13 -> {15};
|
||||
15 -> {14};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
|
||||
subgraph cluster_5 {
|
||||
color=red
|
||||
16 [label="Enter function updateFrom" style="filled" fillcolor=red];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
18 [label="Enter block"];
|
||||
19 [label="Exit block"];
|
||||
17 [label="Enter block"];
|
||||
18 [label="Exit block"];
|
||||
}
|
||||
17 [label="Exit function updateFrom" style="filled" fillcolor=red];
|
||||
19 [label="Exit function updateFrom" style="filled" fillcolor=red];
|
||||
}
|
||||
16 -> {18};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {17};
|
||||
|
||||
subgraph cluster_7 {
|
||||
color=red
|
||||
21 [label="Enter class IssueListView" style="filled" fillcolor=red];
|
||||
20 [label="Exit class IssueListView" style="filled" fillcolor=red];
|
||||
20 [label="Enter class IssueListView" style="filled" fillcolor=red];
|
||||
21 [label="Exit class IssueListView" style="filled" fillcolor=red];
|
||||
}
|
||||
21 -> {20} [color=green];
|
||||
20 -> {21} [color=green];
|
||||
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
22 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
24 [label="Delegated constructor call: super<R|DelegateProvider<IssuesListUserProfile>|>()"];
|
||||
23 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
23 [label="Delegated constructor call: super<R|DelegateProvider<IssuesListUserProfile>|>()"];
|
||||
24 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
22 -> {24};
|
||||
24 -> {23};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
|
||||
subgraph cluster_9 {
|
||||
color=red
|
||||
32 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
34 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
33 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
33 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
34 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
32 -> {34};
|
||||
34 -> {33};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
|
||||
subgraph cluster_10 {
|
||||
color=red
|
||||
35 [label="Enter function getValue" style="filled" fillcolor=red];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
37 [label="Enter block"];
|
||||
38 [label="Function call: R|/IssueListView.IssueListView|()"];
|
||||
39 [label="Jump: ^getValue R|/IssueListView.IssueListView|()"];
|
||||
40 [label="Stub" style="filled" fillcolor=gray];
|
||||
41 [label="Exit block" style="filled" fillcolor=gray];
|
||||
36 [label="Enter block"];
|
||||
37 [label="Function call: R|/IssueListView.IssueListView|()"];
|
||||
38 [label="Jump: ^getValue R|/IssueListView.IssueListView|()"];
|
||||
39 [label="Stub" style="filled" fillcolor=gray];
|
||||
40 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
36 [label="Exit function getValue" style="filled" fillcolor=red];
|
||||
41 [label="Exit function getValue" style="filled" fillcolor=red];
|
||||
}
|
||||
35 -> {37};
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {36};
|
||||
38 -> {41};
|
||||
38 -> {39} [style=dotted];
|
||||
39 -> {40} [style=dotted];
|
||||
40 -> {41} [style=dotted];
|
||||
41 -> {36} [style=dotted];
|
||||
|
||||
subgraph cluster_12 {
|
||||
color=red
|
||||
42 [label="Enter function setValue" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
44 [label="Enter block"];
|
||||
45 [label="Function call: R|/IssueListView.IssueListView|()"];
|
||||
46 [label="Access variable R|<local>/value|"];
|
||||
47 [label="Function call: R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(...)"];
|
||||
48 [label="Jump: ^setValue R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(R|<local>/value|)"];
|
||||
49 [label="Stub" style="filled" fillcolor=gray];
|
||||
50 [label="Exit block" style="filled" fillcolor=gray];
|
||||
43 [label="Enter block"];
|
||||
44 [label="Function call: R|/IssueListView.IssueListView|()"];
|
||||
45 [label="Access variable R|<local>/value|"];
|
||||
46 [label="Function call: R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(...)"];
|
||||
47 [label="Jump: ^setValue R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(R|<local>/value|)"];
|
||||
48 [label="Stub" style="filled" fillcolor=gray];
|
||||
49 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
43 [label="Exit function setValue" style="filled" fillcolor=red];
|
||||
50 [label="Exit function setValue" style="filled" fillcolor=red];
|
||||
}
|
||||
42 -> {44};
|
||||
42 -> {43};
|
||||
43 -> {44};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
47 -> {48};
|
||||
48 -> {43};
|
||||
47 -> {50};
|
||||
47 -> {48} [style=dotted];
|
||||
48 -> {49} [style=dotted];
|
||||
49 -> {50} [style=dotted];
|
||||
50 -> {43} [style=dotted];
|
||||
|
||||
subgraph cluster_14 {
|
||||
color=red
|
||||
51 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
53 [label="Enter block"];
|
||||
54 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
|
||||
55 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
56 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(...)"];
|
||||
57 [label="Jump: ^ this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|)"];
|
||||
58 [label="Stub" style="filled" fillcolor=gray];
|
||||
59 [label="Exit block" style="filled" fillcolor=gray];
|
||||
52 [label="Enter block"];
|
||||
53 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
|
||||
54 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
55 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(...)"];
|
||||
56 [label="Jump: ^ this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|)"];
|
||||
57 [label="Stub" style="filled" fillcolor=gray];
|
||||
58 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
52 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
59 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
}
|
||||
51 -> {53};
|
||||
51 -> {52};
|
||||
52 -> {53};
|
||||
53 -> {54};
|
||||
54 -> {55};
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {52};
|
||||
56 -> {59};
|
||||
56 -> {57} [style=dotted];
|
||||
57 -> {58} [style=dotted];
|
||||
58 -> {59} [style=dotted];
|
||||
59 -> {52} [style=dotted];
|
||||
|
||||
subgraph cluster_16 {
|
||||
color=red
|
||||
60 [label="Enter function setter" style="filled" fillcolor=red];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
62 [label="Enter block"];
|
||||
63 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
|
||||
64 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
65 [label="Access variable R|<local>/issueListView|"];
|
||||
66 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(...)"];
|
||||
67 [label="Exit block"];
|
||||
61 [label="Enter block"];
|
||||
62 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
|
||||
63 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
64 [label="Access variable R|<local>/issueListView|"];
|
||||
65 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|FakeOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(...)"];
|
||||
66 [label="Exit block"];
|
||||
}
|
||||
61 [label="Exit function setter" style="filled" fillcolor=red];
|
||||
67 [label="Exit function setter" style="filled" fillcolor=red];
|
||||
}
|
||||
60 -> {62};
|
||||
60 -> {61};
|
||||
61 -> {62};
|
||||
62 -> {63};
|
||||
63 -> {64};
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {67};
|
||||
67 -> {61};
|
||||
|
||||
subgraph cluster_18 {
|
||||
color=red
|
||||
79 [label="Enter class IssuesListUserProfile" style="filled" fillcolor=red];
|
||||
78 [label="Enter class IssuesListUserProfile" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
31 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
|
||||
30 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
|
||||
30 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
|
||||
31 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
68 [label="Enter property" style="filled" fillcolor=red];
|
||||
70 [label="Postponed enter to lambda"];
|
||||
71 [label="Postponed exit from lambda"];
|
||||
72 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)"];
|
||||
73 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
74 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...).<Unresolved name: provideDelegate>#(...)"];
|
||||
75 [label="Postponed enter to lambda"];
|
||||
69 [label="Postponed enter to lambda"];
|
||||
70 [label="Postponed exit from lambda"];
|
||||
71 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)"];
|
||||
72 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
73 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...).<Unresolved name: provideDelegate>#(...)"];
|
||||
74 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
25 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
27 [label="Enter block"];
|
||||
28 [label="Exit anonymous object"];
|
||||
29 [label="Exit block"];
|
||||
26 [label="Enter block"];
|
||||
27 [label="Exit anonymous object"];
|
||||
28 [label="Exit block"];
|
||||
}
|
||||
26 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
29 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
76 [label="Postponed exit from lambda"];
|
||||
77 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)"];
|
||||
69 [label="Exit property" style="filled" fillcolor=red];
|
||||
75 [label="Postponed exit from lambda"];
|
||||
76 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)"];
|
||||
77 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
78 [label="Exit class IssuesListUserProfile" style="filled" fillcolor=red];
|
||||
79 [label="Exit class IssuesListUserProfile" style="filled" fillcolor=red];
|
||||
}
|
||||
79 -> {68} [color=green];
|
||||
68 -> {70};
|
||||
69 -> {78} [color=green];
|
||||
78 -> {68} [color=green];
|
||||
68 -> {69};
|
||||
69 -> {70};
|
||||
70 -> {71};
|
||||
71 -> {72};
|
||||
72 -> {73};
|
||||
73 -> {74};
|
||||
74 -> {75};
|
||||
75 -> {76 25};
|
||||
74 -> {75 25};
|
||||
75 -> {76};
|
||||
76 -> {77};
|
||||
77 -> {69};
|
||||
25 -> {27};
|
||||
77 -> {79} [color=green];
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
26 -> {32 35 42} [color=red];
|
||||
27 -> {28};
|
||||
27 -> {32 35 42} [color=red];
|
||||
28 -> {29};
|
||||
29 -> {26};
|
||||
31 -> {30} [color=green];
|
||||
30 -> {31} [color=green];
|
||||
|
||||
}
|
||||
|
||||
+90
-90
@@ -8,83 +8,83 @@ digraph tryWithLambdaInside_kt {
|
||||
0 [label="Enter function notInPlaceFilter" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Access variable this@R|/notInPlaceFilter|"];
|
||||
4 [label="Jump: ^notInPlaceFilter this@R|/notInPlaceFilter|"];
|
||||
5 [label="Stub" style="filled" fillcolor=gray];
|
||||
6 [label="Exit block" style="filled" fillcolor=gray];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Access variable this@R|/notInPlaceFilter|"];
|
||||
3 [label="Jump: ^notInPlaceFilter this@R|/notInPlaceFilter|"];
|
||||
4 [label="Stub" style="filled" fillcolor=gray];
|
||||
5 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
1 [label="Exit function notInPlaceFilter" style="filled" fillcolor=red];
|
||||
6 [label="Exit function notInPlaceFilter" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {1};
|
||||
3 -> {6};
|
||||
3 -> {4} [style=dotted];
|
||||
4 -> {5} [style=dotted];
|
||||
5 -> {6} [style=dotted];
|
||||
6 -> {1} [style=dotted];
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
7 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
9 [label="Enter block"];
|
||||
10 [label="Exit block"];
|
||||
8 [label="Enter block"];
|
||||
9 [label="Exit block"];
|
||||
}
|
||||
8 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
10 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
7 -> {9};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {8};
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
11 [label="Enter function testInPlace" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
13 [label="Enter block"];
|
||||
12 [label="Enter block"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
14 [label="Try expression enter"];
|
||||
13 [label="Try expression enter"];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
16 [label="Try main block enter"];
|
||||
14 [label="Try main block enter"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
18 [label="Enter block"];
|
||||
19 [label="Access variable R|<local>/list|"];
|
||||
20 [label="Postponed enter to lambda"];
|
||||
15 [label="Enter block"];
|
||||
16 [label="Access variable R|<local>/list|"];
|
||||
17 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
31 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
33 [label="Enter block"];
|
||||
34 [label="Access variable R|<local>/it|"];
|
||||
35 [label="Exit block"];
|
||||
32 [label="Enter block"];
|
||||
33 [label="Access variable R|<local>/it|"];
|
||||
34 [label="Exit block"];
|
||||
}
|
||||
32 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
35 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
21 [label="Postponed exit from lambda"];
|
||||
22 [label="Function call: R|<local>/list|.R|kotlin/collections/filter|<R|kotlin/Boolean|>(...)"];
|
||||
23 [label="Exit block"];
|
||||
18 [label="Postponed exit from lambda"];
|
||||
19 [label="Function call: R|<local>/list|.R|kotlin/collections/filter|<R|kotlin/Boolean|>(...)"];
|
||||
20 [label="Exit block"];
|
||||
}
|
||||
24 [label="Try main block exit"];
|
||||
21 [label="Try main block exit"];
|
||||
}
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
17 [label="Enter finally"];
|
||||
22 [label="Enter finally"];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
25 [label="Enter block"];
|
||||
26 [label="Exit block"];
|
||||
23 [label="Enter block"];
|
||||
24 [label="Exit block"];
|
||||
}
|
||||
27 [label="Exit finally"];
|
||||
25 [label="Exit finally"];
|
||||
}
|
||||
15 [label="Try expression exit"];
|
||||
26 [label="Try expression exit"];
|
||||
}
|
||||
28 [label="Jump: ^testInPlace try {
|
||||
27 [label="Jump: ^testInPlace try {
|
||||
R|<local>/list|.R|kotlin/collections/filter|<R|kotlin/Boolean|>(<L> = filter@fun <anonymous>(it: R|kotlin/Boolean|): R|kotlin/Boolean| <kind=UNKNOWN> {
|
||||
^ R|<local>/it|
|
||||
}
|
||||
@@ -93,86 +93,86 @@ digraph tryWithLambdaInside_kt {
|
||||
finally {
|
||||
}
|
||||
"];
|
||||
29 [label="Stub" style="filled" fillcolor=gray];
|
||||
30 [label="Exit block" style="filled" fillcolor=gray];
|
||||
28 [label="Stub" style="filled" fillcolor=gray];
|
||||
29 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
12 [label="Exit function testInPlace" style="filled" fillcolor=red];
|
||||
30 [label="Exit function testInPlace" style="filled" fillcolor=red];
|
||||
}
|
||||
11 -> {13};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {16};
|
||||
15 -> {28};
|
||||
16 -> {12 17 18};
|
||||
17 -> {25};
|
||||
14 -> {30 22 15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {31};
|
||||
17 -> {18} [color=red];
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {31};
|
||||
20 -> {21} [color=red];
|
||||
21 -> {22};
|
||||
20 -> {21};
|
||||
21 -> {26};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {15};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {15};
|
||||
28 -> {12};
|
||||
27 -> {30};
|
||||
27 -> {28} [style=dotted];
|
||||
28 -> {29} [style=dotted];
|
||||
29 -> {30} [style=dotted];
|
||||
30 -> {12} [style=dotted];
|
||||
31 -> {32 33};
|
||||
32 -> {21} [color=green];
|
||||
32 -> {31} [color=green style=dashed];
|
||||
31 -> {35 32};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {32};
|
||||
35 -> {18} [color=green];
|
||||
35 -> {31} [color=green style=dashed];
|
||||
|
||||
subgraph cluster_13 {
|
||||
color=red
|
||||
36 [label="Enter function testNotInPlace" style="filled" fillcolor=red];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
38 [label="Enter block"];
|
||||
37 [label="Enter block"];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
39 [label="Try expression enter"];
|
||||
38 [label="Try expression enter"];
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
41 [label="Try main block enter"];
|
||||
39 [label="Try main block enter"];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
43 [label="Enter block"];
|
||||
44 [label="Access variable R|<local>/list|"];
|
||||
45 [label="Postponed enter to lambda"];
|
||||
40 [label="Enter block"];
|
||||
41 [label="Access variable R|<local>/list|"];
|
||||
42 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
56 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
58 [label="Enter block"];
|
||||
59 [label="Access variable R|<local>/it|"];
|
||||
60 [label="Exit block"];
|
||||
57 [label="Enter block"];
|
||||
58 [label="Access variable R|<local>/it|"];
|
||||
59 [label="Exit block"];
|
||||
}
|
||||
57 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
60 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
46 [label="Postponed exit from lambda"];
|
||||
47 [label="Function call: R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(...)"];
|
||||
48 [label="Exit block"];
|
||||
43 [label="Postponed exit from lambda"];
|
||||
44 [label="Function call: R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(...)"];
|
||||
45 [label="Exit block"];
|
||||
}
|
||||
49 [label="Try main block exit"];
|
||||
46 [label="Try main block exit"];
|
||||
}
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
42 [label="Enter finally"];
|
||||
47 [label="Enter finally"];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
50 [label="Enter block"];
|
||||
51 [label="Exit block"];
|
||||
48 [label="Enter block"];
|
||||
49 [label="Exit block"];
|
||||
}
|
||||
52 [label="Exit finally"];
|
||||
50 [label="Exit finally"];
|
||||
}
|
||||
40 [label="Try expression exit"];
|
||||
51 [label="Try expression exit"];
|
||||
}
|
||||
53 [label="Jump: ^testNotInPlace try {
|
||||
52 [label="Jump: ^testNotInPlace try {
|
||||
R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(<L> = notInPlaceFilter@fun <anonymous>(it: R|kotlin/Boolean|): R|kotlin/Boolean| {
|
||||
^ R|<local>/it|
|
||||
}
|
||||
@@ -181,34 +181,34 @@ finally {
|
||||
finally {
|
||||
}
|
||||
"];
|
||||
54 [label="Stub" style="filled" fillcolor=gray];
|
||||
55 [label="Exit block" style="filled" fillcolor=gray];
|
||||
53 [label="Stub" style="filled" fillcolor=gray];
|
||||
54 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
37 [label="Exit function testNotInPlace" style="filled" fillcolor=red];
|
||||
55 [label="Exit function testNotInPlace" style="filled" fillcolor=red];
|
||||
}
|
||||
36 -> {38};
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {41};
|
||||
40 -> {53};
|
||||
41 -> {37 42 43};
|
||||
42 -> {50};
|
||||
39 -> {55 47 40};
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {43 56};
|
||||
43 -> {44};
|
||||
44 -> {45};
|
||||
45 -> {46 56};
|
||||
46 -> {47};
|
||||
45 -> {46};
|
||||
46 -> {51};
|
||||
47 -> {48};
|
||||
48 -> {49};
|
||||
49 -> {40};
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
51 -> {52};
|
||||
52 -> {40};
|
||||
53 -> {37};
|
||||
52 -> {55};
|
||||
52 -> {53} [style=dotted];
|
||||
53 -> {54} [style=dotted];
|
||||
54 -> {55} [style=dotted];
|
||||
55 -> {37} [style=dotted];
|
||||
56 -> {58};
|
||||
56 -> {57};
|
||||
57 -> {58};
|
||||
58 -> {59};
|
||||
59 -> {60};
|
||||
60 -> {57};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user