[FIR] Rewind DFA after call arguments for correct receiver smartcasting

^KT-63709 Fixed
This commit is contained in:
Brian Norman
2023-11-27 13:48:09 -06:00
committed by Space Team
parent 38d5e56530
commit 0881910a1b
128 changed files with 22457 additions and 16148 deletions
@@ -30,89 +30,127 @@ digraph complexPostponedCfg_kt {
subgraph cluster_4 {
color=blue
7 [label="Enter block"];
8 [label="Access variable R|<local>/statements|"];
9 [label="Function call: R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>()" style="filled" fillcolor=yellow];
10 [label="Type operator: (R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"];
11 [label="Postponed enter to lambda"];
subgraph cluster_5 {
color=blue
12 [label="Enter function <anonymous>" style="filled" fillcolor=red];
8 [label="Function call arguments enter"];
subgraph cluster_6 {
color=blue
13 [label="Enter block"];
14 [label="Postponed enter to lambda"];
subgraph cluster_7 {
color=blue
15 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
16 [label="Enter block"];
17 [label="Access variable this@R|special/anonymous|"];
18 [label="Function call: this@R|special/anonymous|.R|SubstitutionOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)" style="filled" fillcolor=yellow];
19 [label="Access variable R|<local>/arguments|"];
20 [label="Function call: R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>()" style="filled" fillcolor=yellow];
21 [label="Type operator: (R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"];
22 [label="Postponed enter to lambda"];
subgraph cluster_9 {
color=blue
23 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
24 [label="Enter block"];
25 [label="Access variable this@R|special/anonymous|"];
26 [label="Function call: this@R|special/anonymous|.R|SubstitutionOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)" style="filled" fillcolor=yellow];
27 [label="Access variable R|<local>/explicitReceiver|"];
28 [label="Type operator: (R|<local>/explicitReceiver| as R|FirFunctionCall|)"];
29 [label="Function call: this@R|special/anonymous|.R|SubstitutionOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)" style="filled" fillcolor=yellow];
30 [label="Exit block"];
}
31 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
32 [label="Postponed exit from lambda"];
33 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/Unit|>(...)" style="filled" fillcolor=yellow];
34 [label="Exit block"];
}
35 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
36 [label="Postponed exit from lambda"];
37 [label="Function call: R|kotlin/collections/buildList|<R|FirFunctionCall|>(...)" style="filled" fillcolor=yellow];
38 [label="Exit block"];
9 [label="Function call arguments enter"];
10 [label="Access variable R|<local>/statements|"];
11 [label="Function call arguments exit"];
}
39 [label="Exit function <anonymous>" style="filled" fillcolor=red];
12 [label="Function call: R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>()" style="filled" fillcolor=yellow];
13 [label="Type operator: (R|<local>/statements|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"];
14 [label="Postponed enter to lambda"];
subgraph cluster_7 {
color=blue
15 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
16 [label="Enter block"];
subgraph cluster_9 {
color=blue
17 [label="Function call arguments enter"];
18 [label="Postponed enter to lambda"];
subgraph cluster_10 {
color=blue
19 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
20 [label="Enter block"];
subgraph cluster_12 {
color=blue
21 [label="Function call arguments enter"];
22 [label="Access variable this@R|special/anonymous|"];
23 [label="Function call arguments exit"];
}
24 [label="Function call: this@R|special/anonymous|.R|SubstitutionOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)" style="filled" fillcolor=yellow];
subgraph cluster_13 {
color=blue
25 [label="Function call arguments enter"];
subgraph cluster_14 {
color=blue
26 [label="Function call arguments enter"];
27 [label="Access variable R|<local>/arguments|"];
28 [label="Function call arguments exit"];
}
29 [label="Function call: R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>()" style="filled" fillcolor=yellow];
30 [label="Type operator: (R|<local>/arguments|.R|kotlin/collections/last|<R|FirBase|>() as R|FirFunctionCall|)"];
31 [label="Postponed enter to lambda"];
subgraph cluster_15 {
color=blue
32 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
33 [label="Enter block"];
subgraph cluster_17 {
color=blue
34 [label="Function call arguments enter"];
35 [label="Access variable this@R|special/anonymous|"];
36 [label="Function call arguments exit"];
}
37 [label="Function call: this@R|special/anonymous|.R|SubstitutionOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)" style="filled" fillcolor=yellow];
subgraph cluster_18 {
color=blue
38 [label="Function call arguments enter"];
39 [label="Access variable R|<local>/explicitReceiver|"];
40 [label="Type operator: (R|<local>/explicitReceiver| as R|FirFunctionCall|)"];
41 [label="Function call arguments exit"];
}
42 [label="Function call: this@R|special/anonymous|.R|SubstitutionOverride<kotlin/collections/MutableList.add: R|kotlin/Boolean|>|(...)" style="filled" fillcolor=yellow];
43 [label="Exit block"];
}
44 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
45 [label="Function call arguments exit"];
}
46 [label="Postponed exit from lambda"];
47 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/Unit|>(...)" style="filled" fillcolor=yellow];
48 [label="Exit block"];
}
49 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
50 [label="Function call arguments exit"];
}
51 [label="Postponed exit from lambda"];
52 [label="Function call: R|kotlin/collections/buildList|<R|FirFunctionCall|>(...)" style="filled" fillcolor=yellow];
53 [label="Exit block"];
}
54 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
55 [label="Function call arguments exit"];
}
40 [label="Postponed exit from lambda"];
41 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/collections/List<FirFunctionCall>|>(...)" style="filled" fillcolor=yellow];
42 [label="Variable declaration: lval firstCalls: R|kotlin/collections/List<FirFunctionCall>|"];
43 [label="Access variable R|<local>/firstCalls|"];
44 [label="Jump: ^foo R|<local>/firstCalls|"];
45 [label="Stub" style="filled" fillcolor=gray];
46 [label="Exit block" style="filled" fillcolor=gray];
56 [label="Postponed exit from lambda"];
57 [label="Function call: R|kotlin/with|<R|FirFunctionCall|, R|kotlin/collections/List<FirFunctionCall>|>(...)" style="filled" fillcolor=yellow];
58 [label="Variable declaration: lval firstCalls: R|kotlin/collections/List<FirFunctionCall>|"];
59 [label="Access variable R|<local>/firstCalls|"];
60 [label="Jump: ^foo R|<local>/firstCalls|"];
61 [label="Stub" style="filled" fillcolor=gray];
62 [label="Exit block" style="filled" fillcolor=gray];
}
47 [label="Exit function foo" style="filled" fillcolor=red];
63 [label="Exit function foo" style="filled" fillcolor=red];
}
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {12 41};
11 -> {40} [style=dotted];
11 -> {12} [style=dashed];
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15 37};
14 -> {36} [style=dotted];
14 -> {15 55};
14 -> {56} [style=dotted];
14 -> {15} [style=dashed];
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
18 -> {19 50};
18 -> {51} [style=dotted];
18 -> {19} [style=dashed];
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23 33};
22 -> {32} [style=dotted];
22 -> {23} [style=dashed];
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
@@ -121,13 +159,14 @@ digraph complexPostponedCfg_kt {
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32};
31 -> {32 45};
31 -> {46} [style=dotted];
31 -> {32} [style=dashed];
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37} [color=green];
36 -> {41} [color=red];
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
@@ -135,9 +174,26 @@ digraph complexPostponedCfg_kt {
41 -> {42};
42 -> {43};
43 -> {44};
44 -> {47};
44 -> {45} [style=dotted];
45 -> {46} [style=dotted];
46 -> {47} [style=dotted];
44 -> {46};
45 -> {47};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {51};
50 -> {52};
51 -> {52} [color=green];
51 -> {57} [color=red];
52 -> {53};
53 -> {54};
54 -> {56};
55 -> {57};
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {63};
60 -> {61} [style=dotted];
61 -> {62} [style=dotted];
62 -> {63} [style=dotted];
}
@@ -17,403 +17,501 @@ digraph callsInPlace_kt {
color=blue
3 [label="Enter block"];
4 [label="Variable declaration: lval x: R|kotlin/Int|"];
5 [label="Postponed enter to lambda"];
subgraph cluster_3 {
color=blue
6 [label="Enter function <anonymous>" style="filled" fillcolor=red];
5 [label="Function call arguments enter"];
6 [label="Postponed enter to lambda"];
subgraph cluster_4 {
color=blue
7 [label="Enter block"];
8 [label="Const: Int(1)"];
9 [label="Assignment: R|<local>/x|"];
10 [label="Exit block"];
7 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
8 [label="Enter block"];
9 [label="Const: Int(1)"];
10 [label="Assignment: R|<local>/x|"];
11 [label="Exit block"];
}
12 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
11 [label="Exit function <anonymous>" style="filled" fillcolor=red];
13 [label="Function call arguments exit"];
}
12 [label="Postponed exit from lambda"];
13 [label="Function call: R|kotlin/run|<R|kotlin/Unit|>(...)" style="filled" fillcolor=yellow];
14 [label="Access variable R|<local>/x|"];
15 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
16 [label="Exit block"];
14 [label="Postponed exit from lambda"];
15 [label="Function call: R|kotlin/run|<R|kotlin/Unit|>(...)" style="filled" fillcolor=yellow];
subgraph cluster_6 {
color=blue
16 [label="Function call arguments enter"];
17 [label="Access variable R|<local>/x|"];
18 [label="Function call arguments exit"];
}
19 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
20 [label="Exit block"];
}
17 [label="Exit function test" style="filled" fillcolor=red];
21 [label="Exit function test" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
4 -> {5};
5 -> {6 13};
5 -> {12} [style=dotted];
5 -> {6} [style=dashed];
6 -> {7};
5 -> {6};
6 -> {7 13};
6 -> {14} [style=dotted];
6 -> {7} [style=dashed];
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14};
12 -> {14};
13 -> {15};
14 -> {15};
15 -> {16};
16 -> {17};
subgraph cluster_5 {
color=red
18 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
19 [label="Enter block"];
20 [label="Const: Int(10)"];
21 [label="Postponed enter to lambda"];
subgraph cluster_7 {
color=blue
22 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
23 [label="Enter block"];
24 [label="Const: String(test_2)"];
25 [label="Exit block"];
}
26 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
27 [label="Postponed exit from lambda"];
28 [label="Function call: R|kotlin/repeat|(...)" style="filled" fillcolor=yellow];
29 [label="Exit block"];
}
30 [label="Exit function test_2" style="filled" fillcolor=red];
}
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {22 27 28};
21 -> {22} [style=dashed];
subgraph cluster_7 {
color=red
22 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
23 [label="Enter block"];
subgraph cluster_9 {
color=blue
24 [label="Function call arguments enter"];
25 [label="Const: Int(10)"];
26 [label="Postponed enter to lambda"];
subgraph cluster_10 {
color=blue
27 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
28 [label="Enter block"];
29 [label="Const: String(test_2)"];
30 [label="Exit block"];
}
31 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
32 [label="Function call arguments exit"];
}
33 [label="Postponed exit from lambda"];
34 [label="Function call: R|kotlin/repeat|(...)" style="filled" fillcolor=yellow];
35 [label="Exit block"];
}
36 [label="Exit function test_2" style="filled" fillcolor=red];
}
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {27};
26 -> {27 32 33};
26 -> {27} [style=dashed];
27 -> {28};
27 -> {21} [color=green style=dashed];
28 -> {29};
29 -> {30};
subgraph cluster_9 {
color=red
31 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
32 [label="Enter block"];
33 [label="Const: Int(10)"];
34 [label="Postponed enter to lambda"];
subgraph cluster_11 {
color=blue
35 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
36 [label="Enter block"];
37 [label="Const: String(test_3)"];
38 [label="Exit block"];
}
39 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
40 [label="Postponed exit from lambda"];
41 [label="Function call: R|kotlin/repeat|(...)" style="filled" fillcolor=yellow];
42 [label="Exit block"];
}
43 [label="Exit function test_3" style="filled" fillcolor=red];
}
31 -> {32};
32 -> {33};
30 -> {31};
31 -> {33};
32 -> {34};
33 -> {34};
34 -> {35 40 41};
34 -> {35} [style=dashed];
33 -> {26} [color=green style=dashed];
34 -> {35};
35 -> {36};
36 -> {37};
subgraph cluster_12 {
color=red
37 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_13 {
color=blue
38 [label="Enter block"];
subgraph cluster_14 {
color=blue
39 [label="Function call arguments enter"];
40 [label="Const: Int(10)"];
41 [label="Postponed enter to lambda"];
subgraph cluster_15 {
color=blue
42 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
43 [label="Enter block"];
44 [label="Const: String(test_3)"];
45 [label="Exit block"];
}
46 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
47 [label="Function call arguments exit"];
}
48 [label="Postponed exit from lambda"];
49 [label="Function call: R|kotlin/repeat|(...)" style="filled" fillcolor=yellow];
50 [label="Exit block"];
}
51 [label="Exit function test_3" style="filled" fillcolor=red];
}
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
40 -> {34} [color=green style=dashed];
41 -> {42};
41 -> {42 47 48};
41 -> {42} [style=dashed];
42 -> {43};
subgraph cluster_13 {
color=red
44 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_14 {
color=blue
45 [label="Enter block"];
46 [label="Const: Int(1)"];
47 [label="Postponed enter to lambda"];
subgraph cluster_15 {
color=blue
48 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
49 [label="Enter block"];
50 [label="Const: String(test_4)"];
51 [label="Access variable R|<local>/it|"];
52 [label="Const: Int(0)"];
53 [label="Function call: R|<local>/it|.R|kotlin/Int.compareTo|(...)" style="filled" fillcolor=yellow];
54 [label="Comparison >"];
55 [label="Exit block"];
}
56 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
57 [label="Postponed exit from lambda"];
58 [label="Function call: Int(1).R|kotlin/takeUnless|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
59 [label="Exit block"];
}
60 [label="Exit function test_4" style="filled" fillcolor=red];
}
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48 58};
47 -> {57} [style=dotted];
47 -> {48} [style=dashed];
46 -> {48};
47 -> {49};
48 -> {49};
48 -> {41} [color=green style=dashed];
49 -> {50};
50 -> {51};
51 -> {52};
subgraph cluster_17 {
color=red
52 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_18 {
color=blue
53 [label="Enter block"];
subgraph cluster_19 {
color=blue
54 [label="Function call arguments enter"];
55 [label="Const: Int(1)"];
56 [label="Postponed enter to lambda"];
subgraph cluster_20 {
color=blue
57 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_21 {
color=blue
58 [label="Enter block"];
59 [label="Const: String(test_4)"];
subgraph cluster_22 {
color=blue
60 [label="Function call arguments enter"];
61 [label="Access variable R|<local>/it|"];
62 [label="Const: Int(0)"];
63 [label="Function call arguments exit"];
}
64 [label="Function call: R|<local>/it|.R|kotlin/Int.compareTo|(...)" style="filled" fillcolor=yellow];
65 [label="Comparison >"];
66 [label="Exit block"];
}
67 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
68 [label="Function call arguments exit"];
}
69 [label="Postponed exit from lambda"];
70 [label="Function call: Int(1).R|kotlin/takeUnless|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
71 [label="Exit block"];
}
72 [label="Exit function test_4" style="filled" fillcolor=red];
}
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
56 -> {57 68};
56 -> {69} [style=dotted];
56 -> {57} [style=dashed];
57 -> {58};
58 -> {59};
59 -> {60};
subgraph cluster_17 {
color=red
61 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_18 {
color=blue
62 [label="Enter block"];
63 [label="Const: Int(1)"];
64 [label="Postponed enter to lambda"];
subgraph cluster_19 {
color=blue
65 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_20 {
color=blue
66 [label="Enter block"];
67 [label="Const: String(test_5)"];
68 [label="Access variable R|<local>/it|"];
69 [label="Const: Int(0)"];
70 [label="Function call: R|<local>/it|.R|kotlin/Int.compareTo|(...)" style="filled" fillcolor=yellow];
71 [label="Comparison >"];
72 [label="Exit block"];
}
73 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
74 [label="Postponed exit from lambda"];
75 [label="Function call: Int(1).R|kotlin/takeUnless|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
76 [label="Exit block"];
}
77 [label="Exit function test_5" style="filled" fillcolor=red];
}
60 -> {61};
61 -> {62};
62 -> {63};
63 -> {64};
64 -> {65 75};
64 -> {74} [style=dotted];
64 -> {65} [style=dashed];
64 -> {65};
65 -> {66};
66 -> {67};
67 -> {68};
68 -> {69};
67 -> {69};
68 -> {70};
69 -> {70};
70 -> {71};
71 -> {72};
72 -> {73};
subgraph cluster_23 {
color=red
73 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_24 {
color=blue
74 [label="Enter block"];
subgraph cluster_25 {
color=blue
75 [label="Function call arguments enter"];
76 [label="Const: Int(1)"];
77 [label="Postponed enter to lambda"];
subgraph cluster_26 {
color=blue
78 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_27 {
color=blue
79 [label="Enter block"];
80 [label="Const: String(test_5)"];
subgraph cluster_28 {
color=blue
81 [label="Function call arguments enter"];
82 [label="Access variable R|<local>/it|"];
83 [label="Const: Int(0)"];
84 [label="Function call arguments exit"];
}
85 [label="Function call: R|<local>/it|.R|kotlin/Int.compareTo|(...)" style="filled" fillcolor=yellow];
86 [label="Comparison >"];
87 [label="Exit block"];
}
88 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
89 [label="Function call arguments exit"];
}
90 [label="Postponed exit from lambda"];
91 [label="Function call: Int(1).R|kotlin/takeUnless|<R|kotlin/Int|>(...)" style="filled" fillcolor=yellow];
92 [label="Exit block"];
}
93 [label="Exit function test_5" style="filled" fillcolor=red];
}
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
subgraph cluster_21 {
color=red
78 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_22 {
color=blue
79 [label="Enter block"];
80 [label="Function call: R|<local>/block1|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
81 [label="Function call: R|<local>/block2|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
82 [label="Exit block"];
}
83 [label="Exit function myRun" style="filled" fillcolor=red];
}
77 -> {78 89};
77 -> {90} [style=dotted];
77 -> {78} [style=dashed];
78 -> {79};
79 -> {80};
80 -> {81};
81 -> {82};
82 -> {83};
subgraph cluster_23 {
color=red
84 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_24 {
color=blue
85 [label="Enter block"];
86 [label="Postponed enter to lambda"];
subgraph cluster_25 {
color=blue
87 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_26 {
color=blue
88 [label="Enter block"];
89 [label="Const: String(test_6_2)"];
90 [label="Exit block"];
}
91 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
subgraph cluster_27 {
color=blue
92 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_28 {
color=blue
93 [label="Enter block"];
94 [label="Const: String(test_6_1)"];
95 [label="Exit block"];
}
96 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
97 [label="Postponed exit from lambda"];
98 [label="Postponed exit from lambda"];
99 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
100 [label="Exit block"];
}
101 [label="Exit function test_6" style="filled" fillcolor=red];
}
83 -> {84};
84 -> {85};
85 -> {86};
86 -> {87 92 97 98 99};
86 -> {87 92} [style=dashed];
86 -> {87};
87 -> {88};
88 -> {89};
89 -> {90};
88 -> {90};
89 -> {91};
90 -> {91};
91 -> {97};
91 -> {92};
92 -> {93};
93 -> {94};
94 -> {95};
95 -> {96};
96 -> {98};
97 -> {99};
97 -> {86} [color=green style=dashed];
98 -> {99};
98 -> {86} [color=green style=dashed];
99 -> {100};
100 -> {101};
subgraph cluster_29 {
color=red
102 [label="Enter function test_7" style="filled" fillcolor=red];
94 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_30 {
color=blue
103 [label="Enter block"];
104 [label="Postponed enter to lambda"];
95 [label="Enter block"];
subgraph cluster_31 {
color=blue
105 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_32 {
color=blue
106 [label="Enter block"];
107 [label="Const: String(test_7_1)"];
108 [label="Exit block"];
}
109 [label="Exit function <anonymous>" style="filled" fillcolor=red];
96 [label="Function call arguments enter"];
97 [label="Function call arguments exit"];
}
subgraph cluster_33 {
98 [label="Function call: R|<local>/block1|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
subgraph cluster_32 {
color=blue
110 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_34 {
color=blue
111 [label="Enter block"];
112 [label="Const: String(test_7_2)"];
113 [label="Exit block"];
}
114 [label="Exit function <anonymous>" style="filled" fillcolor=red];
99 [label="Function call arguments enter"];
100 [label="Function call arguments exit"];
}
115 [label="Postponed exit from lambda"];
116 [label="Postponed exit from lambda"];
117 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
118 [label="Exit block"];
101 [label="Function call: R|<local>/block2|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
102 [label="Exit block"];
}
119 [label="Exit function test_7" style="filled" fillcolor=red];
103 [label="Exit function myRun" style="filled" fillcolor=red];
}
94 -> {95};
95 -> {96};
96 -> {97};
97 -> {98};
98 -> {99};
99 -> {100};
100 -> {101};
101 -> {102};
102 -> {103};
103 -> {104};
104 -> {105 110 115 116 117};
104 -> {105 110} [style=dashed];
subgraph cluster_33 {
color=red
104 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_34 {
color=blue
105 [label="Enter block"];
subgraph cluster_35 {
color=blue
106 [label="Function call arguments enter"];
107 [label="Postponed enter to lambda"];
subgraph cluster_36 {
color=blue
108 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_37 {
color=blue
109 [label="Enter block"];
110 [label="Const: String(test_6_2)"];
111 [label="Exit block"];
}
112 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
subgraph cluster_38 {
color=blue
113 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_39 {
color=blue
114 [label="Enter block"];
115 [label="Const: String(test_6_1)"];
116 [label="Exit block"];
}
117 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
118 [label="Function call arguments exit"];
}
119 [label="Postponed exit from lambda"];
120 [label="Postponed exit from lambda"];
121 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
122 [label="Exit block"];
}
123 [label="Exit function test_6" style="filled" fillcolor=red];
}
104 -> {105};
105 -> {106};
106 -> {107};
107 -> {108};
107 -> {108 113 118 119 120};
107 -> {108 113} [style=dashed];
108 -> {109};
109 -> {115};
109 -> {110};
110 -> {111};
111 -> {112};
112 -> {113};
112 -> {119};
113 -> {114};
114 -> {116};
115 -> {117};
115 -> {104} [color=green style=dashed];
114 -> {115};
115 -> {116};
116 -> {117};
116 -> {104} [color=green style=dashed];
117 -> {118};
118 -> {119};
subgraph cluster_35 {
color=red
120 [label="Enter function myDummyRun" style="filled" fillcolor=red];
subgraph cluster_36 {
color=blue
121 [label="Enter block"];
122 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
123 [label="Exit block"];
}
124 [label="Exit function myDummyRun" style="filled" fillcolor=red];
}
117 -> {120};
118 -> {121};
119 -> {121};
119 -> {107} [color=green style=dashed];
120 -> {121};
120 -> {107} [color=green style=dashed];
121 -> {122};
122 -> {123};
123 -> {124};
subgraph cluster_37 {
subgraph cluster_40 {
color=red
125 [label="Enter function test_8" style="filled" fillcolor=red];
subgraph cluster_38 {
124 [label="Enter function test_7" style="filled" fillcolor=red];
subgraph cluster_41 {
color=blue
126 [label="Enter block"];
127 [label="Postponed enter to lambda"];
subgraph cluster_39 {
125 [label="Enter block"];
subgraph cluster_42 {
color=blue
128 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_40 {
126 [label="Function call arguments enter"];
127 [label="Postponed enter to lambda"];
subgraph cluster_43 {
color=blue
129 [label="Enter block"];
130 [label="Const: String(test_8)"];
131 [label="Exit block"];
128 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_44 {
color=blue
129 [label="Enter block"];
130 [label="Const: String(test_7_1)"];
131 [label="Exit block"];
}
132 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
132 [label="Exit function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_45 {
color=blue
133 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_46 {
color=blue
134 [label="Enter block"];
135 [label="Const: String(test_7_2)"];
136 [label="Exit block"];
}
137 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
138 [label="Function call arguments exit"];
}
133 [label="Postponed exit from lambda"];
134 [label="Function call: R|/myDummyRun|(...)" style="filled" fillcolor=yellow];
135 [label="Exit block"];
139 [label="Postponed exit from lambda"];
140 [label="Postponed exit from lambda"];
141 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
142 [label="Exit block"];
}
136 [label="Exit function test_8" style="filled" fillcolor=red];
143 [label="Exit function test_7" style="filled" fillcolor=red];
}
124 -> {125};
125 -> {126};
126 -> {127};
127 -> {128 133 134};
127 -> {128} [style=dashed];
127 -> {128 133 138 139 140};
127 -> {128 133} [style=dashed];
128 -> {129};
129 -> {130};
130 -> {131};
131 -> {132};
132 -> {139};
133 -> {134};
134 -> {135};
135 -> {136};
136 -> {137};
137 -> {140};
138 -> {141};
139 -> {141};
139 -> {127} [color=green style=dashed];
140 -> {141};
140 -> {127} [color=green style=dashed];
141 -> {142};
142 -> {143};
subgraph cluster_47 {
color=red
144 [label="Enter function myDummyRun" style="filled" fillcolor=red];
subgraph cluster_48 {
color=blue
145 [label="Enter block"];
subgraph cluster_49 {
color=blue
146 [label="Function call arguments enter"];
147 [label="Function call arguments exit"];
}
148 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
149 [label="Exit block"];
}
150 [label="Exit function myDummyRun" style="filled" fillcolor=red];
}
144 -> {145};
145 -> {146};
146 -> {147};
147 -> {148};
148 -> {149};
149 -> {150};
subgraph cluster_50 {
color=red
151 [label="Enter function test_8" style="filled" fillcolor=red];
subgraph cluster_51 {
color=blue
152 [label="Enter block"];
subgraph cluster_52 {
color=blue
153 [label="Function call arguments enter"];
154 [label="Postponed enter to lambda"];
subgraph cluster_53 {
color=blue
155 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_54 {
color=blue
156 [label="Enter block"];
157 [label="Const: String(test_8)"];
158 [label="Exit block"];
}
159 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
160 [label="Function call arguments exit"];
}
161 [label="Postponed exit from lambda"];
162 [label="Function call: R|/myDummyRun|(...)" style="filled" fillcolor=yellow];
163 [label="Exit block"];
}
164 [label="Exit function test_8" style="filled" fillcolor=red];
}
151 -> {152};
152 -> {153};
153 -> {154};
154 -> {155 160 161};
154 -> {155} [style=dashed];
155 -> {156};
156 -> {157};
157 -> {158};
158 -> {159};
160 -> {162};
161 -> {162};
162 -> {163};
163 -> {164};
}
@@ -16,15 +16,25 @@ digraph conditionalEffects_kt {
subgraph cluster_2 {
color=blue
3 [label="Enter block"];
4 [label="Access variable R|<local>/x|"];
5 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
6 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow];
7 [label="Access variable R|<local>/x|"];
8 [label="Smart cast: R|<local>/x|"];
9 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
10 [label="Exit block"];
subgraph cluster_3 {
color=blue
4 [label="Function call arguments enter"];
5 [label="Access variable R|<local>/x|"];
6 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
7 [label="Function call arguments exit"];
}
8 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow];
subgraph cluster_4 {
color=blue
9 [label="Function call arguments enter"];
10 [label="Access variable R|<local>/x|"];
11 [label="Smart cast: R|<local>/x|"];
12 [label="Function call arguments exit"];
}
13 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
14 [label="Exit block"];
}
11 [label="Exit function test_1" style="filled" fillcolor=red];
15 [label="Exit function test_1" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
@@ -35,174 +45,194 @@ digraph conditionalEffects_kt {
8 -> {9};
9 -> {10};
10 -> {11};
subgraph cluster_3 {
color=red
12 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_4 {
color=blue
13 [label="Enter block"];
14 [label="Access variable R|<local>/x|"];
15 [label="Function call: R|kotlin/requireNotNull|<R|kotlin/String|>(...)" style="filled" fillcolor=yellow];
16 [label="Access variable R|<local>/x|"];
17 [label="Smart cast: R|<local>/x|"];
18 [label="Access variable R|kotlin/String.length|"];
19 [label="Exit block"];
}
20 [label="Exit function test_2" style="filled" fillcolor=red];
}
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15};
15 -> {16};
subgraph cluster_5 {
color=red
16 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
17 [label="Enter block"];
subgraph cluster_7 {
color=blue
18 [label="Function call arguments enter"];
19 [label="Access variable R|<local>/x|"];
20 [label="Function call arguments exit"];
}
21 [label="Function call: R|kotlin/requireNotNull|<R|kotlin/String|>(...)" style="filled" fillcolor=yellow];
22 [label="Access variable R|<local>/x|"];
23 [label="Smart cast: R|<local>/x|"];
24 [label="Access variable R|kotlin/String.length|"];
25 [label="Exit block"];
}
26 [label="Exit function test_2" style="filled" fillcolor=red];
}
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20};
subgraph cluster_5 {
color=red
21 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
22 [label="Enter block"];
23 [label="Access variable R|<local>/x|"];
24 [label="Const: Null(null)"];
25 [label="Equality operator !="];
26 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow];
27 [label="Access variable R|<local>/x|"];
28 [label="Smart cast: R|<local>/x|"];
29 [label="Access variable R|kotlin/String.length|"];
30 [label="Exit block"];
}
31 [label="Exit function test_3" style="filled" fillcolor=red];
}
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {27};
subgraph cluster_8 {
color=red
27 [label="Enter function test_3" style="filled" fillcolor=red];
subgraph cluster_9 {
color=blue
28 [label="Enter block"];
subgraph cluster_10 {
color=blue
29 [label="Function call arguments enter"];
30 [label="Access variable R|<local>/x|"];
31 [label="Const: Null(null)"];
32 [label="Equality operator !="];
33 [label="Function call arguments exit"];
}
34 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow];
35 [label="Access variable R|<local>/x|"];
36 [label="Smart cast: R|<local>/x|"];
37 [label="Access variable R|kotlin/String.length|"];
38 [label="Exit block"];
}
39 [label="Exit function test_3" style="filled" fillcolor=red];
}
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
subgraph cluster_7 {
color=red
32 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
33 [label="Enter block"];
subgraph cluster_9 {
color=blue
34 [label="Enter &&"];
35 [label="Access variable R|<local>/x|"];
36 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
37 [label="Exit left part of &&"];
38 [label="Enter right part of &&"];
39 [label="Access variable R|<local>/y|"];
40 [label="Const: Null(null)"];
41 [label="Equality operator !="];
42 [label="Exit &&"];
}
43 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow];
44 [label="Access variable R|<local>/x|"];
45 [label="Smart cast: R|<local>/x|"];
46 [label="Access variable R|kotlin/String.length|"];
47 [label="Access variable R|<local>/y|"];
48 [label="Smart cast: R|<local>/y|"];
49 [label="Access variable R|kotlin/String.length|"];
50 [label="Exit block"];
}
51 [label="Exit function test_4" style="filled" fillcolor=red];
}
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38 42};
37 -> {38};
38 -> {39};
39 -> {40};
subgraph cluster_11 {
color=red
40 [label="Enter function test_4" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
41 [label="Enter block"];
subgraph cluster_13 {
color=blue
42 [label="Function call arguments enter"];
subgraph cluster_14 {
color=blue
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="Equality operator !="];
51 [label="Exit &&"];
}
52 [label="Function call arguments exit"];
}
53 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow];
54 [label="Access variable R|<local>/x|"];
55 [label="Smart cast: R|<local>/x|"];
56 [label="Access variable R|kotlin/String.length|"];
57 [label="Access variable R|<local>/y|"];
58 [label="Smart cast: R|<local>/y|"];
59 [label="Access variable R|kotlin/String.length|"];
60 [label="Exit block"];
}
61 [label="Exit function test_4" style="filled" fillcolor=red];
}
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {47};
46 -> {47 51};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {51};
subgraph cluster_10 {
color=red
52 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
53 [label="Enter block"];
subgraph cluster_12 {
color=blue
54 [label="Enter when"];
subgraph cluster_13 {
color=blue
55 [label="Enter when branch condition "];
56 [label="Access variable R|<local>/b|"];
57 [label="Exit when branch condition"];
}
subgraph cluster_14 {
color=blue
58 [label="Enter when branch condition else"];
59 [label="Exit when branch condition"];
}
60 [label="Enter when branch result"];
subgraph cluster_15 {
color=blue
61 [label="Enter block"];
62 [label="Access variable R|<local>/x|"];
63 [label="Access variable <Unresolved name: length>#"];
64 [label="Exit block"];
}
65 [label="Exit when branch result"];
66 [label="Enter when branch result"];
subgraph cluster_16 {
color=blue
67 [label="Enter block"];
68 [label="Access variable R|<local>/x|"];
69 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
70 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow];
71 [label="Access variable R|<local>/x|"];
72 [label="Smart cast: R|<local>/x|"];
73 [label="Access variable R|kotlin/String.length|"];
74 [label="Exit block"];
}
75 [label="Exit when branch result"];
76 [label="Exit when"];
}
77 [label="Access variable R|<local>/x|"];
78 [label="Access variable <Unresolved name: length>#"];
79 [label="Exit block"];
}
80 [label="Exit function test_5" style="filled" fillcolor=red];
}
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58 66};
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {61};
61 -> {62};
subgraph cluster_15 {
color=red
62 [label="Enter function test_5" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
63 [label="Enter block"];
subgraph cluster_17 {
color=blue
64 [label="Enter when"];
subgraph cluster_18 {
color=blue
65 [label="Enter when branch condition "];
66 [label="Access variable R|<local>/b|"];
67 [label="Exit when branch condition"];
}
subgraph cluster_19 {
color=blue
68 [label="Enter when branch condition else"];
69 [label="Exit when branch condition"];
}
70 [label="Enter when branch result"];
subgraph cluster_20 {
color=blue
71 [label="Enter block"];
72 [label="Access variable R|<local>/x|"];
73 [label="Access variable <Unresolved name: length>#"];
74 [label="Exit block"];
}
75 [label="Exit when branch result"];
76 [label="Enter when branch result"];
subgraph cluster_21 {
color=blue
77 [label="Enter block"];
subgraph cluster_22 {
color=blue
78 [label="Function call arguments enter"];
79 [label="Access variable R|<local>/x|"];
80 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
81 [label="Function call arguments exit"];
}
82 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow];
83 [label="Access variable R|<local>/x|"];
84 [label="Smart cast: R|<local>/x|"];
85 [label="Access variable R|kotlin/String.length|"];
86 [label="Exit block"];
}
87 [label="Exit when branch result"];
88 [label="Exit when"];
}
89 [label="Access variable R|<local>/x|"];
90 [label="Access variable <Unresolved name: length>#"];
91 [label="Exit block"];
}
92 [label="Exit function test_5" style="filled" fillcolor=red];
}
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {76};
65 -> {66};
66 -> {67};
67 -> {68};
67 -> {68 76};
68 -> {69};
69 -> {70};
70 -> {71};
@@ -210,85 +240,95 @@ digraph conditionalEffects_kt {
72 -> {73};
73 -> {74};
74 -> {75};
75 -> {76};
75 -> {88};
76 -> {77};
77 -> {78};
78 -> {79};
79 -> {80};
subgraph cluster_17 {
color=red
81 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_18 {
color=blue
82 [label="Enter block"];
subgraph cluster_19 {
color=blue
83 [label="Enter when"];
subgraph cluster_20 {
color=blue
84 [label="Enter when branch condition "];
85 [label="Access variable R|<local>/b|"];
86 [label="Exit when branch condition"];
}
subgraph cluster_21 {
color=blue
87 [label="Enter when branch condition else"];
88 [label="Exit when branch condition"];
}
89 [label="Enter when branch result"];
subgraph cluster_22 {
color=blue
90 [label="Enter block"];
91 [label="Access variable R|<local>/x|"];
92 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
93 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow];
94 [label="Access variable R|<local>/x|"];
95 [label="Smart cast: R|<local>/x|"];
96 [label="Access variable R|kotlin/String.length|"];
97 [label="Exit block"];
}
98 [label="Exit when branch result"];
99 [label="Enter when branch result"];
subgraph cluster_23 {
color=blue
100 [label="Enter block"];
101 [label="Access variable R|<local>/x|"];
102 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
103 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow];
104 [label="Access variable R|<local>/x|"];
105 [label="Smart cast: R|<local>/x|"];
106 [label="Access variable R|kotlin/String.length|"];
107 [label="Exit block"];
}
108 [label="Exit when branch result"];
109 [label="Exit when"];
}
110 [label="Access variable R|<local>/x|"];
111 [label="Smart cast: R|<local>/x|"];
112 [label="Access variable R|kotlin/String.length|"];
113 [label="Exit block"];
}
114 [label="Exit function test_6" style="filled" fillcolor=red];
}
80 -> {81};
81 -> {82};
82 -> {83};
83 -> {84};
84 -> {85};
85 -> {86};
86 -> {87 99};
86 -> {87};
87 -> {88};
88 -> {89};
89 -> {90};
90 -> {91};
91 -> {92};
92 -> {93};
subgraph cluster_23 {
color=red
93 [label="Enter function test_6" style="filled" fillcolor=red];
subgraph cluster_24 {
color=blue
94 [label="Enter block"];
subgraph cluster_25 {
color=blue
95 [label="Enter when"];
subgraph cluster_26 {
color=blue
96 [label="Enter when branch condition "];
97 [label="Access variable R|<local>/b|"];
98 [label="Exit when branch condition"];
}
subgraph cluster_27 {
color=blue
99 [label="Enter when branch condition else"];
100 [label="Exit when branch condition"];
}
101 [label="Enter when branch result"];
subgraph cluster_28 {
color=blue
102 [label="Enter block"];
subgraph cluster_29 {
color=blue
103 [label="Function call arguments enter"];
104 [label="Access variable R|<local>/x|"];
105 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
106 [label="Function call arguments exit"];
}
107 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow];
108 [label="Access variable R|<local>/x|"];
109 [label="Smart cast: R|<local>/x|"];
110 [label="Access variable R|kotlin/String.length|"];
111 [label="Exit block"];
}
112 [label="Exit when branch result"];
113 [label="Enter when branch result"];
subgraph cluster_30 {
color=blue
114 [label="Enter block"];
subgraph cluster_31 {
color=blue
115 [label="Function call arguments enter"];
116 [label="Access variable R|<local>/x|"];
117 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
118 [label="Function call arguments exit"];
}
119 [label="Function call: R|kotlin/require|(...)" style="filled" fillcolor=yellow];
120 [label="Access variable R|<local>/x|"];
121 [label="Smart cast: R|<local>/x|"];
122 [label="Access variable R|kotlin/String.length|"];
123 [label="Exit block"];
}
124 [label="Exit when branch result"];
125 [label="Exit when"];
}
126 [label="Access variable R|<local>/x|"];
127 [label="Smart cast: R|<local>/x|"];
128 [label="Access variable R|kotlin/String.length|"];
129 [label="Exit block"];
}
130 [label="Exit function test_6" style="filled" fillcolor=red];
}
93 -> {94};
94 -> {95};
95 -> {96};
96 -> {97};
97 -> {98};
98 -> {109};
98 -> {99 113};
99 -> {100};
100 -> {101};
101 -> {102};
@@ -302,7 +342,23 @@ digraph conditionalEffects_kt {
109 -> {110};
110 -> {111};
111 -> {112};
112 -> {113};
112 -> {125};
113 -> {114};
114 -> {115};
115 -> {116};
116 -> {117};
117 -> {118};
118 -> {119};
119 -> {120};
120 -> {121};
121 -> {122};
122 -> {123};
123 -> {124};
124 -> {125};
125 -> {126};
126 -> {127};
127 -> {128};
128 -> {129};
129 -> {130};
}
@@ -53,23 +53,38 @@ digraph inAnonymousObject_kt {
}
21 [label="Exit anonymous object expression"];
22 [label="Variable declaration: lval obj: R|<anonymous>|"];
23 [label="Access variable R|<local>/obj|"];
24 [label="Function call: R|<local>/obj|.R|/<anonymous>.run|()" style="filled" fillcolor=yellow];
25 [label="Function call: R|<local>/d|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
26 [label="Exit block"];
subgraph cluster_9 {
color=blue
23 [label="Function call arguments enter"];
24 [label="Access variable R|<local>/obj|"];
25 [label="Function call arguments exit"];
}
26 [label="Function call: R|<local>/obj|.R|/<anonymous>.run|()" style="filled" fillcolor=yellow];
subgraph cluster_10 {
color=blue
27 [label="Function call arguments enter"];
28 [label="Function call arguments exit"];
}
29 [label="Function call: R|<local>/d|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
30 [label="Exit block"];
}
27 [label="Exit function foo" style="filled" fillcolor=red];
31 [label="Exit function foo" style="filled" fillcolor=red];
}
subgraph cluster_9 {
subgraph cluster_11 {
color=blue
28 [label="Enter function run" style="filled" fillcolor=red];
subgraph cluster_10 {
32 [label="Enter function run" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
29 [label="Enter block"];
30 [label="Function call: R|<local>/c|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
31 [label="Exit block"];
33 [label="Enter block"];
subgraph cluster_13 {
color=blue
34 [label="Function call arguments enter"];
35 [label="Function call arguments exit"];
}
36 [label="Function call: R|<local>/c|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
37 [label="Exit block"];
}
32 [label="Exit function run" style="filled" fillcolor=red];
38 [label="Exit function run" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
@@ -79,7 +94,7 @@ digraph inAnonymousObject_kt {
6 -> {21} [style=dotted];
6 -> {7} [style=dashed];
7 -> {8};
7 -> {11 17 28} [color=red];
7 -> {11 17 32} [color=red];
7 -> {20} [style=dotted];
7 -> {8 11 17} [style=dashed];
8 -> {9};
@@ -97,17 +112,23 @@ digraph inAnonymousObject_kt {
18 -> {19};
19 -> {20};
20 -> {21};
20 -> {28} [color=green];
20 -> {28} [style=dashed];
20 -> {32} [color=green];
20 -> {32} [style=dashed];
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38};
}
@@ -22,79 +22,104 @@ digraph inLocalClass_kt {
5 [label="Exit block"];
}
6 [label="Local class declaration"];
7 [label="Function call: R|<local>/LocalClass.LocalClass|()" style="filled" fillcolor=yellow];
8 [label="Function call: R|<local>/LocalClass.LocalClass|().R|<local>/run|()" style="filled" fillcolor=yellow];
9 [label="Function call: R|<local>/e|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
10 [label="Exit block"];
}
11 [label="Exit function foo" style="filled" fillcolor=red];
}
subgraph cluster_4 {
color=blue
12 [label="Enter class LocalClass" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
13 [label="Enter property" style="filled" fillcolor=red];
14 [label="Access variable R|<local>/a|"];
15 [label="Exit property" style="filled" fillcolor=red];
}
subgraph cluster_6 {
color=blue
16 [label="Enter init block" style="filled" fillcolor=red];
subgraph cluster_7 {
subgraph cluster_4 {
color=blue
17 [label="Enter block"];
18 [label="Access variable R|<local>/c|"];
19 [label="Assignment: R|<local>/leaked|"];
20 [label="Exit block"];
7 [label="Function call arguments enter"];
subgraph cluster_5 {
color=blue
8 [label="Function call arguments enter"];
9 [label="Function call arguments exit"];
}
10 [label="Function call: R|<local>/LocalClass.LocalClass|()" style="filled" fillcolor=yellow];
11 [label="Function call arguments exit"];
}
21 [label="Exit init block" style="filled" fillcolor=red];
12 [label="Function call: R|<local>/LocalClass.LocalClass|().R|<local>/run|()" style="filled" fillcolor=yellow];
subgraph cluster_6 {
color=blue
13 [label="Function call arguments enter"];
14 [label="Function call arguments exit"];
}
15 [label="Function call: R|<local>/e|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
16 [label="Exit block"];
}
17 [label="Exit function foo" style="filled" fillcolor=red];
}
subgraph cluster_7 {
color=blue
18 [label="Enter class LocalClass" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
22 [label="Enter function <init>" style="filled" fillcolor=red];
23 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
subgraph cluster_9 {
19 [label="Enter property" style="filled" fillcolor=red];
20 [label="Access variable R|<local>/a|"];
21 [label="Exit property" style="filled" fillcolor=red];
}
subgraph cluster_9 {
color=blue
22 [label="Enter init block" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
24 [label="Enter block"];
25 [label="Function call: R|<local>/b|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
23 [label="Enter block"];
24 [label="Access variable R|<local>/c|"];
25 [label="Assignment: R|<local>/leaked|"];
26 [label="Exit block"];
}
27 [label="Exit function <init>" style="filled" fillcolor=red];
27 [label="Exit init block" style="filled" fillcolor=red];
}
28 [label="Exit class LocalClass" style="filled" fillcolor=red];
}
subgraph cluster_10 {
color=blue
29 [label="Enter function run" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
30 [label="Enter block"];
31 [label="Function call: R|<local>/d|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
32 [label="Exit block"];
28 [label="Enter function <init>" style="filled" fillcolor=red];
29 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
subgraph cluster_12 {
color=blue
30 [label="Enter block"];
subgraph cluster_13 {
color=blue
31 [label="Function call arguments enter"];
32 [label="Function call arguments exit"];
}
33 [label="Function call: R|<local>/b|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
34 [label="Exit block"];
}
35 [label="Exit function <init>" style="filled" fillcolor=red];
}
33 [label="Exit function run" style="filled" fillcolor=red];
36 [label="Exit class LocalClass" style="filled" fillcolor=red];
}
subgraph cluster_14 {
color=blue
37 [label="Enter function run" style="filled" fillcolor=red];
subgraph cluster_15 {
color=blue
38 [label="Enter block"];
subgraph cluster_16 {
color=blue
39 [label="Function call arguments enter"];
40 [label="Function call arguments exit"];
}
41 [label="Function call: R|<local>/d|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
42 [label="Exit block"];
}
43 [label="Exit function run" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
4 -> {5};
5 -> {6};
6 -> {7 12};
6 -> {12} [style=dashed];
6 -> {7 18};
6 -> {18} [style=dashed];
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {12};
12 -> {13};
12 -> {16 22 29} [color=red];
12 -> {28} [style=dotted];
12 -> {13 16 22} [style=dashed];
13 -> {14};
14 -> {15};
15 -> {16} [color=green];
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
18 -> {22 28 37} [color=red];
18 -> {36} [style=dotted];
18 -> {19 22 28} [style=dashed];
19 -> {20};
20 -> {21};
21 -> {22} [color=green];
@@ -104,11 +129,21 @@ digraph inLocalClass_kt {
25 -> {26};
26 -> {27};
27 -> {28} [color=green];
28 -> {29} [color=green];
28 -> {29} [style=dashed];
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36} [color=green];
36 -> {37} [color=green];
36 -> {37} [style=dashed];
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {43};
}
@@ -22,39 +22,67 @@ digraph inLocalFunction_kt {
5 [label="Exit block"];
}
6 [label="Local function declaration"];
7 [label="Function call: R|<local>/localFun|()" style="filled" fillcolor=yellow];
8 [label="Function call: R|<local>/b|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
9 [label="Exit block"];
subgraph cluster_4 {
color=blue
7 [label="Function call arguments enter"];
8 [label="Function call arguments exit"];
}
9 [label="Function call: R|<local>/localFun|()" style="filled" fillcolor=yellow];
subgraph cluster_5 {
color=blue
10 [label="Function call arguments enter"];
11 [label="Function call arguments exit"];
}
12 [label="Function call: R|<local>/b|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
13 [label="Exit block"];
}
10 [label="Exit function foo" style="filled" fillcolor=red];
14 [label="Exit function foo" style="filled" fillcolor=red];
}
subgraph cluster_4 {
subgraph cluster_6 {
color=blue
11 [label="Enter function localFun" style="filled" fillcolor=red];
subgraph cluster_5 {
15 [label="Enter function localFun" style="filled" fillcolor=red];
subgraph cluster_7 {
color=blue
12 [label="Enter block"];
13 [label="Access variable R|<local>/a|"];
14 [label="Function call: R|<local>/a|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
15 [label="Function call: R|<local>/a|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
16 [label="Exit block"];
16 [label="Enter block"];
subgraph cluster_8 {
color=blue
17 [label="Function call arguments enter"];
18 [label="Access variable R|<local>/a|"];
19 [label="Function call arguments exit"];
}
20 [label="Function call: R|<local>/a|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
subgraph cluster_9 {
color=blue
21 [label="Function call arguments enter"];
22 [label="Function call arguments exit"];
}
23 [label="Function call: R|<local>/a|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
24 [label="Exit block"];
}
17 [label="Exit function localFun" style="filled" fillcolor=red];
25 [label="Exit function localFun" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
4 -> {5};
5 -> {6};
6 -> {7 11};
6 -> {11} [style=dashed];
6 -> {7 15};
6 -> {15} [style=dashed];
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15};
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
}
@@ -55,28 +55,43 @@ digraph toLocalVariables_kt {
17 [label="Enter block"];
18 [label="Access variable R|<local>/y|"];
19 [label="Variable declaration: lval yCopy: R|() -> kotlin/Unit|"];
20 [label="Function call: R|<local>/yCopy|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
21 [label="Exit block"];
subgraph cluster_10 {
color=blue
20 [label="Function call arguments enter"];
21 [label="Function call arguments exit"];
}
22 [label="Function call: R|<local>/yCopy|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
23 [label="Exit block"];
}
22 [label="Exit when branch result"];
23 [label="Enter when branch result"];
subgraph cluster_10 {
24 [label="Exit when branch result"];
25 [label="Enter when branch result"];
subgraph cluster_11 {
color=blue
24 [label="Enter block"];
25 [label="Access variable R|<local>/x|"];
26 [label="Function call: R|/bar|(...)" style="filled" fillcolor=yellow];
27 [label="Exit block"];
26 [label="Enter block"];
subgraph cluster_12 {
color=blue
27 [label="Function call arguments enter"];
28 [label="Access variable R|<local>/x|"];
29 [label="Function call arguments exit"];
}
30 [label="Function call: R|/bar|(...)" style="filled" fillcolor=yellow];
31 [label="Exit block"];
}
28 [label="Exit when branch result"];
29 [label="Exit when"];
32 [label="Exit when branch result"];
33 [label="Exit when"];
}
30 [label="Variable declaration: lval zCopy: R|() -> kotlin/Unit|"];
31 [label="Access variable R|<local>/z|"];
32 [label="Assignment: R|<local>/zCopy|"];
33 [label="Function call: R|<local>/zCopy|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
34 [label="Exit block"];
34 [label="Variable declaration: lval zCopy: R|() -> kotlin/Unit|"];
35 [label="Access variable R|<local>/z|"];
36 [label="Assignment: R|<local>/zCopy|"];
subgraph cluster_13 {
color=blue
37 [label="Function call arguments enter"];
38 [label="Function call arguments exit"];
}
39 [label="Function call: R|<local>/zCopy|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
40 [label="Exit block"];
}
35 [label="Exit function foo" style="filled" fillcolor=red];
41 [label="Exit function foo" style="filled" fillcolor=red];
}
6 -> {7};
7 -> {8};
@@ -85,7 +100,7 @@ digraph toLocalVariables_kt {
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14 23};
13 -> {14 25};
14 -> {15};
15 -> {16};
16 -> {17};
@@ -94,9 +109,9 @@ digraph toLocalVariables_kt {
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {29};
22 -> {23};
23 -> {24};
24 -> {25};
24 -> {33};
25 -> {26};
26 -> {27};
27 -> {28};
@@ -107,5 +122,11 @@ digraph toLocalVariables_kt {
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
}
@@ -21,10 +21,15 @@ digraph atLeastOnce_kt {
4 [label="Enter block"];
5 [label="Exit block"];
}
6 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
7 [label="Exit block"];
subgraph cluster_4 {
color=blue
6 [label="Function call arguments enter"];
7 [label="Function call arguments exit"];
}
8 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
9 [label="Exit block"];
}
8 [label="Exit function inlineRun" style="filled" fillcolor=red];
10 [label="Exit function inlineRun" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
@@ -32,122 +37,159 @@ digraph atLeastOnce_kt {
5 -> {6};
6 -> {7};
7 -> {8};
subgraph cluster_4 {
color=red
9 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
10 [label="Enter block"];
subgraph cluster_6 {
color=blue
11 [label="Enter block"];
12 [label="Exit block"];
}
13 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
14 [label="Exit block"];
}
15 [label="Exit function myRun" style="filled" fillcolor=red];
}
8 -> {9};
9 -> {10};
10 -> {11};
subgraph cluster_5 {
color=red
11 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
12 [label="Enter block"];
subgraph cluster_7 {
color=blue
13 [label="Enter block"];
14 [label="Exit block"];
}
subgraph cluster_8 {
color=blue
15 [label="Function call arguments enter"];
16 [label="Function call arguments exit"];
}
17 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
18 [label="Exit block"];
}
19 [label="Exit function myRun" style="filled" fillcolor=red];
}
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15};
subgraph cluster_7 {
color=red
16 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
17 [label="Enter block"];
18 [label="Variable declaration: lval x: R|kotlin/Int|"];
19 [label="Postponed enter to lambda"];
subgraph cluster_9 {
color=blue
20 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
21 [label="Enter block"];
22 [label="Const: Int(1)"];
23 [label="Assignment: R|<local>/x|"];
24 [label="Exit block"];
}
25 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
26 [label="Postponed exit from lambda"];
27 [label="Function call: R|/inlineRun|(...)" style="filled" fillcolor=yellow];
28 [label="Access variable R|<local>/x|"];
29 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
30 [label="Exit block"];
}
31 [label="Exit function test_1" style="filled" fillcolor=red];
}
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20 27};
19 -> {26} [style=dotted];
19 -> {20} [style=dashed];
subgraph cluster_9 {
color=red
20 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
21 [label="Enter block"];
22 [label="Variable declaration: lval x: R|kotlin/Int|"];
subgraph cluster_11 {
color=blue
23 [label="Function call arguments enter"];
24 [label="Postponed enter to lambda"];
subgraph cluster_12 {
color=blue
25 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_13 {
color=blue
26 [label="Enter block"];
27 [label="Const: Int(1)"];
28 [label="Assignment: R|<local>/x|"];
29 [label="Exit block"];
}
30 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
31 [label="Function call arguments exit"];
}
32 [label="Postponed exit from lambda"];
33 [label="Function call: R|/inlineRun|(...)" style="filled" fillcolor=yellow];
subgraph cluster_14 {
color=blue
34 [label="Function call arguments enter"];
35 [label="Access variable R|<local>/x|"];
36 [label="Function call arguments exit"];
}
37 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
38 [label="Exit block"];
}
39 [label="Exit function test_1" style="filled" fillcolor=red];
}
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
24 -> {25 31};
24 -> {32} [style=dotted];
24 -> {25} [style=dashed];
25 -> {26};
26 -> {27};
26 -> {19} [color=green style=dashed];
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
subgraph cluster_11 {
color=red
32 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
33 [label="Enter block"];
34 [label="Variable declaration: lval x: R|kotlin/Int|"];
35 [label="Postponed enter to lambda"];
subgraph cluster_13 {
color=blue
36 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_14 {
color=blue
37 [label="Enter block"];
38 [label="Const: Int(1)"];
39 [label="Assignment: R|<local>/x|"];
40 [label="Exit block"];
}
41 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
42 [label="Postponed exit from lambda"];
43 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
44 [label="Access variable R|<local>/x|"];
45 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
46 [label="Exit block"];
}
47 [label="Exit function test_2" style="filled" fillcolor=red];
}
30 -> {32};
31 -> {33};
32 -> {33};
32 -> {24} [color=green style=dashed];
33 -> {34};
34 -> {35};
35 -> {36 43};
35 -> {42} [style=dotted];
35 -> {36} [style=dashed];
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
subgraph cluster_15 {
color=red
40 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
41 [label="Enter block"];
42 [label="Variable declaration: lval x: R|kotlin/Int|"];
subgraph cluster_17 {
color=blue
43 [label="Function call arguments enter"];
44 [label="Postponed enter to lambda"];
subgraph cluster_18 {
color=blue
45 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_19 {
color=blue
46 [label="Enter block"];
47 [label="Const: Int(1)"];
48 [label="Assignment: R|<local>/x|"];
49 [label="Exit block"];
}
50 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
51 [label="Function call arguments exit"];
}
52 [label="Postponed exit from lambda"];
53 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
subgraph cluster_20 {
color=blue
54 [label="Function call arguments enter"];
55 [label="Access variable R|<local>/x|"];
56 [label="Function call arguments exit"];
}
57 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
58 [label="Exit block"];
}
59 [label="Exit function test_2" style="filled" fillcolor=red];
}
40 -> {41};
41 -> {42};
42 -> {43};
42 -> {35} [color=green style=dashed];
43 -> {44};
44 -> {45};
44 -> {45 51};
44 -> {52} [style=dotted];
44 -> {45} [style=dashed];
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {52};
51 -> {53};
52 -> {53};
52 -> {44} [color=green style=dashed];
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
}
@@ -21,10 +21,15 @@ digraph atMostOnce_kt {
4 [label="Enter block"];
5 [label="Exit block"];
}
6 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
7 [label="Exit block"];
subgraph cluster_4 {
color=blue
6 [label="Function call arguments enter"];
7 [label="Function call arguments exit"];
}
8 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
9 [label="Exit block"];
}
8 [label="Exit function inlineRun" style="filled" fillcolor=red];
10 [label="Exit function inlineRun" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
@@ -32,118 +37,155 @@ digraph atMostOnce_kt {
5 -> {6};
6 -> {7};
7 -> {8};
subgraph cluster_4 {
color=red
9 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
10 [label="Enter block"];
subgraph cluster_6 {
color=blue
11 [label="Enter block"];
12 [label="Exit block"];
}
13 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
14 [label="Exit block"];
}
15 [label="Exit function myRun" style="filled" fillcolor=red];
}
8 -> {9};
9 -> {10};
10 -> {11};
subgraph cluster_5 {
color=red
11 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
12 [label="Enter block"];
subgraph cluster_7 {
color=blue
13 [label="Enter block"];
14 [label="Exit block"];
}
subgraph cluster_8 {
color=blue
15 [label="Function call arguments enter"];
16 [label="Function call arguments exit"];
}
17 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
18 [label="Exit block"];
}
19 [label="Exit function myRun" style="filled" fillcolor=red];
}
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15};
subgraph cluster_7 {
color=red
16 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
17 [label="Enter block"];
18 [label="Variable declaration: lval x: R|kotlin/Int|"];
19 [label="Postponed enter to lambda"];
subgraph cluster_9 {
color=blue
20 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
21 [label="Enter block"];
22 [label="Const: Int(1)"];
23 [label="Assignment: R|<local>/x|"];
24 [label="Exit block"];
}
25 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
26 [label="Postponed exit from lambda"];
27 [label="Function call: R|/inlineRun|(...)" style="filled" fillcolor=yellow];
28 [label="Access variable R|<local>/x|"];
29 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
30 [label="Exit block"];
}
31 [label="Exit function test_1" style="filled" fillcolor=red];
}
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20 26 27};
19 -> {20} [style=dashed];
subgraph cluster_9 {
color=red
20 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
21 [label="Enter block"];
22 [label="Variable declaration: lval x: R|kotlin/Int|"];
subgraph cluster_11 {
color=blue
23 [label="Function call arguments enter"];
24 [label="Postponed enter to lambda"];
subgraph cluster_12 {
color=blue
25 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_13 {
color=blue
26 [label="Enter block"];
27 [label="Const: Int(1)"];
28 [label="Assignment: R|<local>/x|"];
29 [label="Exit block"];
}
30 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
31 [label="Function call arguments exit"];
}
32 [label="Postponed exit from lambda"];
33 [label="Function call: R|/inlineRun|(...)" style="filled" fillcolor=yellow];
subgraph cluster_14 {
color=blue
34 [label="Function call arguments enter"];
35 [label="Access variable R|<local>/x|"];
36 [label="Function call arguments exit"];
}
37 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
38 [label="Exit block"];
}
39 [label="Exit function test_1" style="filled" fillcolor=red];
}
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
24 -> {25 31 32};
24 -> {25} [style=dashed];
25 -> {26};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
subgraph cluster_11 {
color=red
32 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
33 [label="Enter block"];
34 [label="Variable declaration: lval x: R|kotlin/Int|"];
35 [label="Postponed enter to lambda"];
subgraph cluster_13 {
color=blue
36 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_14 {
color=blue
37 [label="Enter block"];
38 [label="Const: Int(1)"];
39 [label="Assignment: R|<local>/x|"];
40 [label="Exit block"];
}
41 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
42 [label="Postponed exit from lambda"];
43 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
44 [label="Access variable R|<local>/x|"];
45 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
46 [label="Exit block"];
}
47 [label="Exit function test_2" style="filled" fillcolor=red];
}
30 -> {32};
31 -> {33};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36 42 43};
35 -> {36} [style=dashed];
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
subgraph cluster_15 {
color=red
40 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
41 [label="Enter block"];
42 [label="Variable declaration: lval x: R|kotlin/Int|"];
subgraph cluster_17 {
color=blue
43 [label="Function call arguments enter"];
44 [label="Postponed enter to lambda"];
subgraph cluster_18 {
color=blue
45 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_19 {
color=blue
46 [label="Enter block"];
47 [label="Const: Int(1)"];
48 [label="Assignment: R|<local>/x|"];
49 [label="Exit block"];
}
50 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
51 [label="Function call arguments exit"];
}
52 [label="Postponed exit from lambda"];
53 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
subgraph cluster_20 {
color=blue
54 [label="Function call arguments enter"];
55 [label="Access variable R|<local>/x|"];
56 [label="Function call arguments exit"];
}
57 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
58 [label="Exit block"];
}
59 [label="Exit function test_2" style="filled" fillcolor=red];
}
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {44};
44 -> {45};
44 -> {45 51 52};
44 -> {45} [style=dashed];
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {52};
51 -> {53};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
}
@@ -21,11 +21,16 @@ digraph contractsUsage_kt {
4 [label="Enter block"];
5 [label="Exit block"];
}
6 [label="Access variable R|<local>/x|"];
7 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
8 [label="Exit block"];
subgraph cluster_4 {
color=blue
6 [label="Function call arguments enter"];
7 [label="Access variable R|<local>/x|"];
8 [label="Function call arguments exit"];
}
9 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
10 [label="Exit block"];
}
9 [label="Exit function bar" style="filled" fillcolor=red];
11 [label="Exit function bar" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
@@ -34,126 +39,156 @@ digraph contractsUsage_kt {
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {11};
subgraph cluster_4 {
subgraph cluster_5 {
color=red
10 [label="Enter function baz" style="filled" fillcolor=red];
subgraph cluster_5 {
12 [label="Enter function baz" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
11 [label="Enter block"];
subgraph cluster_6 {
color=blue
12 [label="Enter block"];
13 [label="Exit block"];
}
13 [label="Enter block"];
subgraph cluster_7 {
color=blue
14 [label="Enter when"];
subgraph cluster_8 {
color=blue
15 [label="Enter when branch condition "];
16 [label="Const: Boolean(true)"];
17 [label="Exit when branch condition"];
}
18 [label="Synthetic else branch"];
19 [label="Enter when branch result"];
14 [label="Enter block"];
15 [label="Exit block"];
}
subgraph cluster_8 {
color=blue
16 [label="Enter when"];
subgraph cluster_9 {
color=blue
20 [label="Enter block"];
21 [label="Access variable this@R|/baz|"];
22 [label="Function call: this@R|/baz|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
23 [label="Exit block"];
17 [label="Enter when branch condition "];
18 [label="Const: Boolean(true)"];
19 [label="Exit when branch condition"];
}
24 [label="Exit when branch result"];
25 [label="Exit when"];
20 [label="Synthetic else branch"];
21 [label="Enter when branch result"];
subgraph cluster_10 {
color=blue
22 [label="Enter block"];
subgraph cluster_11 {
color=blue
23 [label="Function call arguments enter"];
24 [label="Access variable this@R|/baz|"];
25 [label="Function call arguments exit"];
}
26 [label="Function call: this@R|/baz|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
27 [label="Exit block"];
}
28 [label="Exit when branch result"];
29 [label="Exit when"];
}
26 [label="Exit block"];
30 [label="Exit block"];
}
27 [label="Exit function baz" style="filled" fillcolor=red];
31 [label="Exit function baz" style="filled" fillcolor=red];
}
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15};
15 -> {16};
16 -> {17};
17 -> {18 19};
18 -> {25};
19 -> {20};
20 -> {21};
17 -> {18};
18 -> {19};
19 -> {20 21};
20 -> {29};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {27};
subgraph cluster_10 {
color=red
28 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
29 [label="Enter block"];
subgraph cluster_12 {
color=blue
30 [label="Enter block"];
31 [label="Exit block"];
}
subgraph cluster_13 {
color=blue
32 [label="Enter when"];
subgraph cluster_14 {
color=blue
33 [label="Enter when branch condition "];
34 [label="Const: Boolean(true)"];
35 [label="Exit when branch condition"];
}
36 [label="Synthetic else branch"];
37 [label="Enter when branch result"];
subgraph cluster_15 {
color=blue
38 [label="Enter block"];
39 [label="Access variable R|<local>/x|"];
40 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
41 [label="Access variable R|<local>/y|"];
42 [label="Function call: R|<local>/y|.R|/baz|()" style="filled" fillcolor=yellow];
43 [label="Jump: ^foo Unit"];
44 [label="Stub" style="filled" fillcolor=gray];
45 [label="Exit block" style="filled" fillcolor=gray];
}
46 [label="Exit when branch result" style="filled" fillcolor=gray];
47 [label="Exit when"];
}
48 [label="Access variable R|<local>/x|"];
49 [label="Function call: R|/bar|(...)" style="filled" fillcolor=yellow];
50 [label="Exit block"];
}
51 [label="Exit function foo" style="filled" fillcolor=red];
}
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32};
subgraph cluster_12 {
color=red
32 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_13 {
color=blue
33 [label="Enter block"];
subgraph cluster_14 {
color=blue
34 [label="Enter block"];
35 [label="Exit block"];
}
subgraph cluster_15 {
color=blue
36 [label="Enter when"];
subgraph cluster_16 {
color=blue
37 [label="Enter when branch condition "];
38 [label="Const: Boolean(true)"];
39 [label="Exit when branch condition"];
}
40 [label="Synthetic else branch"];
41 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
42 [label="Enter block"];
subgraph cluster_18 {
color=blue
43 [label="Function call arguments enter"];
44 [label="Access variable R|<local>/x|"];
45 [label="Function call arguments exit"];
}
46 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
subgraph cluster_19 {
color=blue
47 [label="Function call arguments enter"];
48 [label="Access variable R|<local>/y|"];
49 [label="Function call arguments exit"];
}
50 [label="Function call: R|<local>/y|.R|/baz|()" style="filled" fillcolor=yellow];
51 [label="Jump: ^foo Unit"];
52 [label="Stub" style="filled" fillcolor=gray];
53 [label="Exit block" style="filled" fillcolor=gray];
}
54 [label="Exit when branch result" style="filled" fillcolor=gray];
55 [label="Exit when"];
}
subgraph cluster_20 {
color=blue
56 [label="Function call arguments enter"];
57 [label="Access variable R|<local>/x|"];
58 [label="Function call arguments exit"];
}
59 [label="Function call: R|/bar|(...)" style="filled" fillcolor=yellow];
60 [label="Exit block"];
}
61 [label="Exit function foo" style="filled" fillcolor=red];
}
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36 37};
36 -> {47};
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
40 -> {41};
39 -> {40 41};
40 -> {55};
41 -> {42};
42 -> {43};
43 -> {51};
43 -> {44} [style=dotted];
44 -> {45} [style=dotted];
45 -> {46} [style=dotted];
46 -> {47} [style=dotted];
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {61};
51 -> {52} [style=dotted];
52 -> {53} [style=dotted];
53 -> {54} [style=dotted];
54 -> {55} [style=dotted];
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {61};
}
@@ -21,10 +21,15 @@ digraph exactlyOnce_kt {
4 [label="Enter block"];
5 [label="Exit block"];
}
6 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
7 [label="Exit block"];
subgraph cluster_4 {
color=blue
6 [label="Function call arguments enter"];
7 [label="Function call arguments exit"];
}
8 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
9 [label="Exit block"];
}
8 [label="Exit function inlineRun" style="filled" fillcolor=red];
10 [label="Exit function inlineRun" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
@@ -32,120 +37,157 @@ digraph exactlyOnce_kt {
5 -> {6};
6 -> {7};
7 -> {8};
subgraph cluster_4 {
color=red
9 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
10 [label="Enter block"];
subgraph cluster_6 {
color=blue
11 [label="Enter block"];
12 [label="Exit block"];
}
13 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
14 [label="Exit block"];
}
15 [label="Exit function myRun" style="filled" fillcolor=red];
}
8 -> {9};
9 -> {10};
10 -> {11};
subgraph cluster_5 {
color=red
11 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
12 [label="Enter block"];
subgraph cluster_7 {
color=blue
13 [label="Enter block"];
14 [label="Exit block"];
}
subgraph cluster_8 {
color=blue
15 [label="Function call arguments enter"];
16 [label="Function call arguments exit"];
}
17 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
18 [label="Exit block"];
}
19 [label="Exit function myRun" style="filled" fillcolor=red];
}
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15};
subgraph cluster_7 {
color=red
16 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
17 [label="Enter block"];
18 [label="Variable declaration: lval x: R|kotlin/Int|"];
19 [label="Postponed enter to lambda"];
subgraph cluster_9 {
color=blue
20 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
21 [label="Enter block"];
22 [label="Const: Int(1)"];
23 [label="Assignment: R|<local>/x|"];
24 [label="Exit block"];
}
25 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
26 [label="Postponed exit from lambda"];
27 [label="Function call: R|/inlineRun|(...)" style="filled" fillcolor=yellow];
28 [label="Access variable R|<local>/x|"];
29 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
30 [label="Exit block"];
}
31 [label="Exit function test_1" style="filled" fillcolor=red];
}
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20 27};
19 -> {26} [style=dotted];
19 -> {20} [style=dashed];
subgraph cluster_9 {
color=red
20 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
21 [label="Enter block"];
22 [label="Variable declaration: lval x: R|kotlin/Int|"];
subgraph cluster_11 {
color=blue
23 [label="Function call arguments enter"];
24 [label="Postponed enter to lambda"];
subgraph cluster_12 {
color=blue
25 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_13 {
color=blue
26 [label="Enter block"];
27 [label="Const: Int(1)"];
28 [label="Assignment: R|<local>/x|"];
29 [label="Exit block"];
}
30 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
31 [label="Function call arguments exit"];
}
32 [label="Postponed exit from lambda"];
33 [label="Function call: R|/inlineRun|(...)" style="filled" fillcolor=yellow];
subgraph cluster_14 {
color=blue
34 [label="Function call arguments enter"];
35 [label="Access variable R|<local>/x|"];
36 [label="Function call arguments exit"];
}
37 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
38 [label="Exit block"];
}
39 [label="Exit function test_1" style="filled" fillcolor=red];
}
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
24 -> {25 31};
24 -> {32} [style=dotted];
24 -> {25} [style=dashed];
25 -> {26};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
subgraph cluster_11 {
color=red
32 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
33 [label="Enter block"];
34 [label="Variable declaration: lval x: R|kotlin/Int|"];
35 [label="Postponed enter to lambda"];
subgraph cluster_13 {
color=blue
36 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_14 {
color=blue
37 [label="Enter block"];
38 [label="Const: Int(1)"];
39 [label="Assignment: R|<local>/x|"];
40 [label="Exit block"];
}
41 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
42 [label="Postponed exit from lambda"];
43 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
44 [label="Access variable R|<local>/x|"];
45 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
46 [label="Exit block"];
}
47 [label="Exit function test_2" style="filled" fillcolor=red];
}
30 -> {32};
31 -> {33};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36 43};
35 -> {42} [style=dotted];
35 -> {36} [style=dashed];
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
subgraph cluster_15 {
color=red
40 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
41 [label="Enter block"];
42 [label="Variable declaration: lval x: R|kotlin/Int|"];
subgraph cluster_17 {
color=blue
43 [label="Function call arguments enter"];
44 [label="Postponed enter to lambda"];
subgraph cluster_18 {
color=blue
45 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_19 {
color=blue
46 [label="Enter block"];
47 [label="Const: Int(1)"];
48 [label="Assignment: R|<local>/x|"];
49 [label="Exit block"];
}
50 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
51 [label="Function call arguments exit"];
}
52 [label="Postponed exit from lambda"];
53 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
subgraph cluster_20 {
color=blue
54 [label="Function call arguments enter"];
55 [label="Access variable R|<local>/x|"];
56 [label="Function call arguments exit"];
}
57 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
58 [label="Exit block"];
}
59 [label="Exit function test_2" style="filled" fillcolor=red];
}
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {44};
44 -> {45};
44 -> {45 51};
44 -> {52} [style=dotted];
44 -> {45} [style=dashed];
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {52};
51 -> {53};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
}
@@ -35,20 +35,30 @@ digraph flow_kt {
subgraph cluster_6 {
color=blue
12 [label="Enter block"];
13 [label="Access variable R|<local>/x|"];
14 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
15 [label="Jump: ^bar Unit"];
16 [label="Stub" style="filled" fillcolor=gray];
17 [label="Exit block" style="filled" fillcolor=gray];
subgraph cluster_7 {
color=blue
13 [label="Function call arguments enter"];
14 [label="Access variable R|<local>/x|"];
15 [label="Function call arguments exit"];
}
16 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
17 [label="Jump: ^bar Unit"];
18 [label="Stub" style="filled" fillcolor=gray];
19 [label="Exit block" style="filled" fillcolor=gray];
}
18 [label="Exit when branch result" style="filled" fillcolor=gray];
19 [label="Exit when"];
20 [label="Exit when branch result" style="filled" fillcolor=gray];
21 [label="Exit when"];
}
20 [label="Access variable R|<local>/x|"];
21 [label="Function call: R|/bar|(...)" style="filled" fillcolor=yellow];
22 [label="Exit block"];
subgraph cluster_8 {
color=blue
22 [label="Function call arguments enter"];
23 [label="Access variable R|<local>/x|"];
24 [label="Function call arguments exit"];
}
25 [label="Function call: R|/bar|(...)" style="filled" fillcolor=yellow];
26 [label="Exit block"];
}
23 [label="Exit function bar" style="filled" fillcolor=red];
27 [label="Exit function bar" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
@@ -58,209 +68,259 @@ digraph flow_kt {
7 -> {8};
8 -> {9};
9 -> {10 11};
10 -> {19};
10 -> {21};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15};
15 -> {23};
15 -> {16} [style=dotted];
16 -> {17} [style=dotted];
15 -> {16};
16 -> {17};
17 -> {27};
17 -> {18} [style=dotted];
18 -> {19} [style=dotted];
19 -> {20};
20 -> {21};
19 -> {20} [style=dotted];
20 -> {21} [style=dotted];
21 -> {22};
22 -> {23};
subgraph cluster_7 {
color=red
24 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
25 [label="Enter block"];
subgraph cluster_9 {
color=blue
26 [label="Enter block"];
27 [label="Exit block"];
}
subgraph cluster_10 {
color=blue
28 [label="Enter when"];
subgraph cluster_11 {
color=blue
29 [label="Enter when branch condition "];
30 [label="Const: Boolean(true)"];
31 [label="Exit when branch condition"];
}
subgraph cluster_12 {
color=blue
32 [label="Enter when branch condition else"];
33 [label="Exit when branch condition"];
}
34 [label="Enter when branch result"];
subgraph cluster_13 {
color=blue
35 [label="Enter block"];
subgraph cluster_14 {
color=blue
36 [label="Enter when"];
subgraph cluster_15 {
color=blue
37 [label="Enter when branch condition "];
38 [label="Const: Boolean(false)"];
39 [label="Exit when branch condition"];
}
subgraph cluster_16 {
color=blue
40 [label="Enter when branch condition else"];
41 [label="Exit when branch condition"];
}
42 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
43 [label="Enter block"];
44 [label="Access variable R|<local>/y|"];
45 [label="Function call: R|<local>/y|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
46 [label="Access variable R|<local>/z|"];
47 [label="Function call: R|<local>/z|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
48 [label="Jump: ^foo Unit"];
49 [label="Stub" style="filled" fillcolor=gray];
50 [label="Exit block" style="filled" fillcolor=gray];
}
51 [label="Exit when branch result" style="filled" fillcolor=gray];
52 [label="Enter when branch result"];
subgraph cluster_18 {
color=blue
53 [label="Enter block"];
54 [label="Access variable R|<local>/y|"];
55 [label="Function call: R|<local>/y|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
56 [label="Exit block"];
}
57 [label="Exit when branch result"];
58 [label="Exit when"];
}
59 [label="Exit block"];
}
60 [label="Exit when branch result"];
61 [label="Enter when branch result"];
subgraph cluster_19 {
color=blue
62 [label="Enter block"];
subgraph cluster_20 {
color=blue
63 [label="Enter block"];
64 [label="Const: Int(0)"];
65 [label="Const: Int(0)"];
66 [label="Function call: Int(0).R|kotlin/Int.rangeTo|(...)" style="filled" fillcolor=yellow];
67 [label="Function call: Int(0).R|kotlin/Int.rangeTo|(...).R|kotlin/ranges/IntProgression.iterator|()" style="filled" fillcolor=yellow];
68 [label="Variable declaration: lval <iterator>: R|kotlin/collections/IntIterator|"];
subgraph cluster_21 {
color=blue
69 [label="Enter while loop"];
subgraph cluster_22 {
color=blue
70 [label="Enter loop condition"];
71 [label="Access variable R|<local>/<iterator>|"];
72 [label="Function call: R|<local>/<iterator>|.R|SubstitutionOverride<kotlin/collections/IntIterator.hasNext: R|kotlin/Boolean|>|()" style="filled" fillcolor=yellow];
73 [label="Exit loop condition"];
}
subgraph cluster_23 {
color=blue
74 [label="Enter loop block"];
subgraph cluster_24 {
color=blue
75 [label="Enter block"];
76 [label="Access variable R|<local>/<iterator>|"];
77 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/IntIterator.next|()" style="filled" fillcolor=yellow];
78 [label="Variable declaration: lval i: R|kotlin/Int|"];
subgraph cluster_25 {
color=blue
79 [label="Enter block"];
80 [label="Access variable R|<local>/x|"];
81 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
82 [label="Exit block"];
}
83 [label="Exit block"];
}
84 [label="Exit loop block"];
}
85 [label="Exit while loop"];
}
86 [label="Exit block"];
}
87 [label="Access variable R|<local>/y|"];
88 [label="Function call: R|<local>/y|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
89 [label="Exit block"];
}
90 [label="Exit when branch result"];
91 [label="Exit when"];
}
subgraph cluster_26 {
color=blue
92 [label="Enter do-while loop"];
subgraph cluster_27 {
color=blue
93 [label="Enter loop block"];
subgraph cluster_28 {
color=blue
94 [label="Enter block"];
95 [label="Access variable R|<local>/z|"];
96 [label="Function call: R|/bar|(...)" style="filled" fillcolor=yellow];
97 [label="Exit block"];
}
98 [label="Exit loop block"];
}
subgraph cluster_29 {
color=blue
99 [label="Enter loop condition"];
100 [label="Const: Boolean(true)"];
101 [label="Exit loop condition"];
}
102 [label="Exit do-while loop" style="filled" fillcolor=gray];
}
103 [label="Exit block" style="filled" fillcolor=gray];
}
104 [label="Exit function foo" style="filled" fillcolor=red];
}
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {27};
27 -> {28};
subgraph cluster_9 {
color=red
28 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
29 [label="Enter block"];
subgraph cluster_11 {
color=blue
30 [label="Enter block"];
31 [label="Exit block"];
}
subgraph cluster_12 {
color=blue
32 [label="Enter when"];
subgraph cluster_13 {
color=blue
33 [label="Enter when branch condition "];
34 [label="Const: Boolean(true)"];
35 [label="Exit when branch condition"];
}
subgraph cluster_14 {
color=blue
36 [label="Enter when branch condition else"];
37 [label="Exit when branch condition"];
}
38 [label="Enter when branch result"];
subgraph cluster_15 {
color=blue
39 [label="Enter block"];
subgraph cluster_16 {
color=blue
40 [label="Enter when"];
subgraph cluster_17 {
color=blue
41 [label="Enter when branch condition "];
42 [label="Const: Boolean(false)"];
43 [label="Exit when branch condition"];
}
subgraph cluster_18 {
color=blue
44 [label="Enter when branch condition else"];
45 [label="Exit when branch condition"];
}
46 [label="Enter when branch result"];
subgraph cluster_19 {
color=blue
47 [label="Enter block"];
subgraph cluster_20 {
color=blue
48 [label="Function call arguments enter"];
49 [label="Access variable R|<local>/y|"];
50 [label="Function call arguments exit"];
}
51 [label="Function call: R|<local>/y|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
subgraph cluster_21 {
color=blue
52 [label="Function call arguments enter"];
53 [label="Access variable R|<local>/z|"];
54 [label="Function call arguments exit"];
}
55 [label="Function call: R|<local>/z|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
56 [label="Jump: ^foo Unit"];
57 [label="Stub" style="filled" fillcolor=gray];
58 [label="Exit block" style="filled" fillcolor=gray];
}
59 [label="Exit when branch result" style="filled" fillcolor=gray];
60 [label="Enter when branch result"];
subgraph cluster_22 {
color=blue
61 [label="Enter block"];
subgraph cluster_23 {
color=blue
62 [label="Function call arguments enter"];
63 [label="Access variable R|<local>/y|"];
64 [label="Function call arguments exit"];
}
65 [label="Function call: R|<local>/y|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
66 [label="Exit block"];
}
67 [label="Exit when branch result"];
68 [label="Exit when"];
}
69 [label="Exit block"];
}
70 [label="Exit when branch result"];
71 [label="Enter when branch result"];
subgraph cluster_24 {
color=blue
72 [label="Enter block"];
subgraph cluster_25 {
color=blue
73 [label="Enter block"];
subgraph cluster_26 {
color=blue
74 [label="Function call arguments enter"];
subgraph cluster_27 {
color=blue
75 [label="Function call arguments enter"];
76 [label="Const: Int(0)"];
77 [label="Const: Int(0)"];
78 [label="Function call arguments exit"];
}
79 [label="Function call: Int(0).R|kotlin/Int.rangeTo|(...)" style="filled" fillcolor=yellow];
80 [label="Function call arguments exit"];
}
81 [label="Function call: Int(0).R|kotlin/Int.rangeTo|(...).R|kotlin/ranges/IntProgression.iterator|()" style="filled" fillcolor=yellow];
82 [label="Variable declaration: lval <iterator>: R|kotlin/collections/IntIterator|"];
subgraph cluster_28 {
color=blue
83 [label="Enter while loop"];
subgraph cluster_29 {
color=blue
84 [label="Enter loop condition"];
subgraph cluster_30 {
color=blue
85 [label="Function call arguments enter"];
86 [label="Access variable R|<local>/<iterator>|"];
87 [label="Function call arguments exit"];
}
88 [label="Function call: R|<local>/<iterator>|.R|SubstitutionOverride<kotlin/collections/IntIterator.hasNext: R|kotlin/Boolean|>|()" style="filled" fillcolor=yellow];
89 [label="Exit loop condition"];
}
subgraph cluster_31 {
color=blue
90 [label="Enter loop block"];
subgraph cluster_32 {
color=blue
91 [label="Enter block"];
subgraph cluster_33 {
color=blue
92 [label="Function call arguments enter"];
93 [label="Access variable R|<local>/<iterator>|"];
94 [label="Function call arguments exit"];
}
95 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/IntIterator.next|()" style="filled" fillcolor=yellow];
96 [label="Variable declaration: lval i: R|kotlin/Int|"];
subgraph cluster_34 {
color=blue
97 [label="Enter block"];
subgraph cluster_35 {
color=blue
98 [label="Function call arguments enter"];
99 [label="Access variable R|<local>/x|"];
100 [label="Function call arguments exit"];
}
101 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
102 [label="Exit block"];
}
103 [label="Exit block"];
}
104 [label="Exit loop block"];
}
105 [label="Exit while loop"];
}
106 [label="Exit block"];
}
subgraph cluster_36 {
color=blue
107 [label="Function call arguments enter"];
108 [label="Access variable R|<local>/y|"];
109 [label="Function call arguments exit"];
}
110 [label="Function call: R|<local>/y|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
111 [label="Exit block"];
}
112 [label="Exit when branch result"];
113 [label="Exit when"];
}
subgraph cluster_37 {
color=blue
114 [label="Enter do-while loop"];
subgraph cluster_38 {
color=blue
115 [label="Enter loop block"];
subgraph cluster_39 {
color=blue
116 [label="Enter block"];
subgraph cluster_40 {
color=blue
117 [label="Function call arguments enter"];
118 [label="Access variable R|<local>/z|"];
119 [label="Function call arguments exit"];
}
120 [label="Function call: R|/bar|(...)" style="filled" fillcolor=yellow];
121 [label="Exit block"];
}
122 [label="Exit loop block"];
}
subgraph cluster_41 {
color=blue
123 [label="Enter loop condition"];
124 [label="Const: Boolean(true)"];
125 [label="Exit loop condition"];
}
126 [label="Exit do-while loop" style="filled" fillcolor=gray];
}
127 [label="Exit block" style="filled" fillcolor=gray];
}
128 [label="Exit function foo" style="filled" fillcolor=red];
}
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32 61};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
35 -> {36 71};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40 52};
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {44};
43 -> {44 60};
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {104};
48 -> {49} [style=dotted];
49 -> {50} [style=dotted];
50 -> {51} [style=dotted];
51 -> {58} [style=dotted];
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {60};
60 -> {91};
56 -> {128};
56 -> {57} [style=dotted];
57 -> {58} [style=dotted];
58 -> {59} [style=dotted];
59 -> {68} [style=dotted];
60 -> {61};
61 -> {62};
62 -> {63};
63 -> {64};
@@ -270,10 +330,10 @@ digraph flow_kt {
67 -> {68};
68 -> {69};
69 -> {70};
70 -> {71};
70 -> {113};
71 -> {72};
72 -> {73};
73 -> {74 85};
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
@@ -284,12 +344,12 @@ digraph flow_kt {
81 -> {82};
82 -> {83};
83 -> {84};
84 -> {70} [color=green style=dashed];
84 -> {85};
85 -> {86};
86 -> {87};
87 -> {88};
88 -> {89};
89 -> {90};
89 -> {90 105};
90 -> {91};
91 -> {92};
92 -> {93};
@@ -301,9 +361,33 @@ digraph flow_kt {
98 -> {99};
99 -> {100};
100 -> {101};
101 -> {93} [color=green style=dashed];
101 -> {102} [style=dotted];
102 -> {103} [style=dotted];
103 -> {104} [style=dotted];
101 -> {102};
102 -> {103};
103 -> {104};
104 -> {84} [color=green style=dashed];
105 -> {106};
106 -> {107};
107 -> {108};
108 -> {109};
109 -> {110};
110 -> {111};
111 -> {112};
112 -> {113};
113 -> {114};
114 -> {115};
115 -> {116};
116 -> {117};
117 -> {118};
118 -> {119};
119 -> {120};
120 -> {121};
121 -> {122};
122 -> {123};
123 -> {124};
124 -> {125};
125 -> {115} [color=green style=dashed];
125 -> {126} [style=dotted];
126 -> {127} [style=dotted];
127 -> {128} [style=dotted];
}
@@ -35,15 +35,20 @@ digraph inPlaceLambda_kt {
subgraph cluster_6 {
color=blue
12 [label="Enter block"];
13 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
14 [label="Exit block"];
subgraph cluster_7 {
color=blue
13 [label="Function call arguments enter"];
14 [label="Function call arguments exit"];
}
15 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
16 [label="Exit block"];
}
15 [label="Exit when branch result"];
16 [label="Exit when"];
17 [label="Exit when branch result"];
18 [label="Exit when"];
}
17 [label="Exit block"];
19 [label="Exit block"];
}
18 [label="Exit function bar" style="filled" fillcolor=red];
20 [label="Exit function bar" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
@@ -53,7 +58,7 @@ digraph inPlaceLambda_kt {
7 -> {8};
8 -> {9};
9 -> {10 11};
10 -> {16};
10 -> {18};
11 -> {12};
12 -> {13};
13 -> {14};
@@ -61,51 +66,74 @@ digraph inPlaceLambda_kt {
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20};
subgraph cluster_7 {
subgraph cluster_8 {
color=red
19 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_8 {
21 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_9 {
color=blue
20 [label="Enter block"];
subgraph cluster_9 {
color=blue
21 [label="Enter block"];
22 [label="Exit block"];
}
23 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
24 [label="Postponed enter to lambda"];
22 [label="Enter block"];
subgraph cluster_10 {
color=blue
25 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
26 [label="Enter block"];
27 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
28 [label="Exit block"];
}
29 [label="Exit function <anonymous>" style="filled" fillcolor=red];
23 [label="Enter block"];
24 [label="Exit block"];
}
30 [label="Postponed exit from lambda"];
31 [label="Function call: R|/bar|(...)" style="filled" fillcolor=yellow];
32 [label="Exit block"];
subgraph cluster_11 {
color=blue
25 [label="Function call arguments enter"];
26 [label="Function call arguments exit"];
}
27 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
subgraph cluster_12 {
color=blue
28 [label="Function call arguments enter"];
29 [label="Postponed enter to lambda"];
subgraph cluster_13 {
color=blue
30 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_14 {
color=blue
31 [label="Enter block"];
subgraph cluster_15 {
color=blue
32 [label="Function call arguments enter"];
33 [label="Function call arguments exit"];
}
34 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
35 [label="Exit block"];
}
36 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
37 [label="Function call arguments exit"];
}
38 [label="Postponed exit from lambda"];
39 [label="Function call: R|/bar|(...)" style="filled" fillcolor=yellow];
40 [label="Exit block"];
}
33 [label="Exit function foo" style="filled" fillcolor=red];
41 [label="Exit function foo" style="filled" fillcolor=red];
}
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25 30 31};
24 -> {25} [style=dashed];
24 -> {25};
25 -> {26};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {30};
29 -> {30 37 38};
29 -> {30} [style=dashed];
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {38};
37 -> {39};
38 -> {39};
39 -> {40};
40 -> {41};
}
@@ -21,11 +21,16 @@ digraph simple_kt {
4 [label="Enter block"];
5 [label="Exit block"];
}
6 [label="Access variable R|<local>/x|"];
7 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
8 [label="Exit block"];
subgraph cluster_4 {
color=blue
6 [label="Function call arguments enter"];
7 [label="Access variable R|<local>/x|"];
8 [label="Function call arguments exit"];
}
9 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
10 [label="Exit block"];
}
9 [label="Exit function bar" style="filled" fillcolor=red];
11 [label="Exit function bar" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
@@ -34,48 +39,63 @@ digraph simple_kt {
6 -> {7};
7 -> {8};
8 -> {9};
9 -> {10};
10 -> {11};
subgraph cluster_4 {
subgraph cluster_5 {
color=red
10 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_5 {
12 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
11 [label="Enter block"];
subgraph cluster_6 {
color=blue
12 [label="Enter block"];
13 [label="Exit block"];
}
14 [label="Access variable R|<local>/x|"];
15 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
13 [label="Enter block"];
subgraph cluster_7 {
color=blue
16 [label="Enter when"];
subgraph cluster_8 {
color=blue
17 [label="Enter when branch condition "];
18 [label="Const: Boolean(true)"];
19 [label="Exit when branch condition"];
}
20 [label="Synthetic else branch"];
21 [label="Enter when branch result"];
subgraph cluster_9 {
color=blue
22 [label="Enter block"];
23 [label="Function call: R|<local>/y|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
24 [label="Exit block"];
}
25 [label="Exit when branch result"];
26 [label="Exit when"];
14 [label="Enter block"];
15 [label="Exit block"];
}
27 [label="Access variable R|<local>/z|"];
28 [label="Function call: R|/bar|(...)" style="filled" fillcolor=yellow];
29 [label="Exit block"];
subgraph cluster_8 {
color=blue
16 [label="Function call arguments enter"];
17 [label="Access variable R|<local>/x|"];
18 [label="Function call arguments exit"];
}
19 [label="Function call: R|<local>/x|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
subgraph cluster_9 {
color=blue
20 [label="Enter when"];
subgraph cluster_10 {
color=blue
21 [label="Enter when branch condition "];
22 [label="Const: Boolean(true)"];
23 [label="Exit when branch condition"];
}
24 [label="Synthetic else branch"];
25 [label="Enter when branch result"];
subgraph cluster_11 {
color=blue
26 [label="Enter block"];
subgraph cluster_12 {
color=blue
27 [label="Function call arguments enter"];
28 [label="Function call arguments exit"];
}
29 [label="Function call: R|<local>/y|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
30 [label="Exit block"];
}
31 [label="Exit when branch result"];
32 [label="Exit when"];
}
subgraph cluster_13 {
color=blue
33 [label="Function call arguments enter"];
34 [label="Access variable R|<local>/z|"];
35 [label="Function call arguments exit"];
}
36 [label="Function call: R|/bar|(...)" style="filled" fillcolor=yellow];
37 [label="Exit block"];
}
30 [label="Exit function foo" style="filled" fillcolor=red];
38 [label="Exit function foo" style="filled" fillcolor=red];
}
10 -> {11};
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15};
@@ -83,16 +103,24 @@ digraph simple_kt {
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20 21};
20 -> {26};
19 -> {20};
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
23 -> {24 25};
24 -> {32};
25 -> {26};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38};
}
@@ -21,10 +21,15 @@ digraph unknown_kt {
4 [label="Enter block"];
5 [label="Exit block"];
}
6 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
7 [label="Exit block"];
subgraph cluster_4 {
color=blue
6 [label="Function call arguments enter"];
7 [label="Function call arguments exit"];
}
8 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
9 [label="Exit block"];
}
8 [label="Exit function inlineRun" style="filled" fillcolor=red];
10 [label="Exit function inlineRun" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
@@ -32,120 +37,157 @@ digraph unknown_kt {
5 -> {6};
6 -> {7};
7 -> {8};
subgraph cluster_4 {
color=red
9 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
10 [label="Enter block"];
subgraph cluster_6 {
color=blue
11 [label="Enter block"];
12 [label="Exit block"];
}
13 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
14 [label="Exit block"];
}
15 [label="Exit function myRun" style="filled" fillcolor=red];
}
8 -> {9};
9 -> {10};
10 -> {11};
subgraph cluster_5 {
color=red
11 [label="Enter function myRun" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
12 [label="Enter block"];
subgraph cluster_7 {
color=blue
13 [label="Enter block"];
14 [label="Exit block"];
}
subgraph cluster_8 {
color=blue
15 [label="Function call arguments enter"];
16 [label="Function call arguments exit"];
}
17 [label="Function call: R|<local>/block|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
18 [label="Exit block"];
}
19 [label="Exit function myRun" style="filled" fillcolor=red];
}
11 -> {12};
12 -> {13};
13 -> {14};
14 -> {15};
subgraph cluster_7 {
color=red
16 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
17 [label="Enter block"];
18 [label="Variable declaration: lval x: R|kotlin/Int|"];
19 [label="Postponed enter to lambda"];
subgraph cluster_9 {
color=blue
20 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
21 [label="Enter block"];
22 [label="Const: Int(1)"];
23 [label="Assignment: R|<local>/x|"];
24 [label="Exit block"];
}
25 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
26 [label="Postponed exit from lambda"];
27 [label="Function call: R|/inlineRun|(...)" style="filled" fillcolor=yellow];
28 [label="Access variable R|<local>/x|"];
29 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
30 [label="Exit block"];
}
31 [label="Exit function test_1" style="filled" fillcolor=red];
}
15 -> {16};
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20 26 27};
19 -> {20} [style=dashed];
subgraph cluster_9 {
color=red
20 [label="Enter function test_1" style="filled" fillcolor=red];
subgraph cluster_10 {
color=blue
21 [label="Enter block"];
22 [label="Variable declaration: lval x: R|kotlin/Int|"];
subgraph cluster_11 {
color=blue
23 [label="Function call arguments enter"];
24 [label="Postponed enter to lambda"];
subgraph cluster_12 {
color=blue
25 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_13 {
color=blue
26 [label="Enter block"];
27 [label="Const: Int(1)"];
28 [label="Assignment: R|<local>/x|"];
29 [label="Exit block"];
}
30 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
31 [label="Function call arguments exit"];
}
32 [label="Postponed exit from lambda"];
33 [label="Function call: R|/inlineRun|(...)" style="filled" fillcolor=yellow];
subgraph cluster_14 {
color=blue
34 [label="Function call arguments enter"];
35 [label="Access variable R|<local>/x|"];
36 [label="Function call arguments exit"];
}
37 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
38 [label="Exit block"];
}
39 [label="Exit function test_1" style="filled" fillcolor=red];
}
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
24 -> {25 31 32};
24 -> {25} [style=dashed];
25 -> {26};
26 -> {27};
26 -> {19} [color=green style=dashed];
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
subgraph cluster_11 {
color=red
32 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
33 [label="Enter block"];
34 [label="Variable declaration: lval x: R|kotlin/Int|"];
35 [label="Postponed enter to lambda"];
subgraph cluster_13 {
color=blue
36 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_14 {
color=blue
37 [label="Enter block"];
38 [label="Const: Int(1)"];
39 [label="Assignment: R|<local>/x|"];
40 [label="Exit block"];
}
41 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
42 [label="Postponed exit from lambda"];
43 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
44 [label="Access variable R|<local>/x|"];
45 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
46 [label="Exit block"];
}
47 [label="Exit function test_2" style="filled" fillcolor=red];
}
30 -> {32};
31 -> {33};
32 -> {33};
32 -> {24} [color=green style=dashed];
33 -> {34};
34 -> {35};
35 -> {36 42 43};
35 -> {36} [style=dashed];
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {39};
39 -> {40};
subgraph cluster_15 {
color=red
40 [label="Enter function test_2" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
41 [label="Enter block"];
42 [label="Variable declaration: lval x: R|kotlin/Int|"];
subgraph cluster_17 {
color=blue
43 [label="Function call arguments enter"];
44 [label="Postponed enter to lambda"];
subgraph cluster_18 {
color=blue
45 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_19 {
color=blue
46 [label="Enter block"];
47 [label="Const: Int(1)"];
48 [label="Assignment: R|<local>/x|"];
49 [label="Exit block"];
}
50 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
51 [label="Function call arguments exit"];
}
52 [label="Postponed exit from lambda"];
53 [label="Function call: R|/myRun|(...)" style="filled" fillcolor=yellow];
subgraph cluster_20 {
color=blue
54 [label="Function call arguments enter"];
55 [label="Access variable R|<local>/x|"];
56 [label="Function call arguments exit"];
}
57 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()" style="filled" fillcolor=yellow];
58 [label="Exit block"];
}
59 [label="Exit function test_2" style="filled" fillcolor=red];
}
40 -> {41};
41 -> {42};
42 -> {43};
42 -> {35} [color=green style=dashed];
43 -> {44};
44 -> {45};
44 -> {45 51 52};
44 -> {45} [style=dashed];
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {52};
51 -> {53};
52 -> {53};
52 -> {44} [color=green style=dashed];
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
}
@@ -90,167 +90,216 @@ digraph delegateWithAnonymousObject_kt {
subgraph cluster_10 {
color=blue
26 [label="Enter property" style="filled" fillcolor=red];
27 [label="Postponed enter to lambda"];
subgraph cluster_11 {
color=blue
28 [label="Enter function <anonymous>" style="filled" fillcolor=red];
27 [label="Function call arguments enter"];
28 [label="Postponed enter to lambda"];
subgraph cluster_12 {
color=blue
29 [label="Enter block"];
30 [label="Enter anonymous object"];
29 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_13 {
color=blue
31 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
30 [label="Enter block"];
31 [label="Enter anonymous object"];
subgraph cluster_14 {
color=blue
32 [label="Enter function <init>" style="filled" fillcolor=red];
33 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
34 [label="Exit function <init>" style="filled" fillcolor=red];
32 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
subgraph cluster_15 {
color=blue
33 [label="Enter function <init>" style="filled" fillcolor=red];
34 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
35 [label="Exit function <init>" style="filled" fillcolor=red];
}
36 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
}
35 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
37 [label="Exit anonymous object expression"];
38 [label="Exit block"];
}
36 [label="Exit anonymous object expression"];
37 [label="Exit block"];
39 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
38 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
subgraph cluster_15 {
color=blue
39 [label="Enter function setValue" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
40 [label="Enter block"];
41 [label="Function call: R|/IssueListView.IssueListView|()" style="filled" fillcolor=yellow];
42 [label="Access variable R|<local>/value|"];
43 [label="Function call: R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(...)" style="filled" fillcolor=yellow];
44 [label="Jump: ^setValue R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(R|<local>/value|)"];
45 [label="Stub" style="filled" fillcolor=gray];
46 [label="Exit block" style="filled" fillcolor=gray];
40 [label="Enter function setValue" style="filled" fillcolor=red];
subgraph cluster_17 {
color=blue
41 [label="Enter block"];
subgraph cluster_18 {
color=blue
42 [label="Function call arguments enter"];
subgraph cluster_19 {
color=blue
43 [label="Function call arguments enter"];
44 [label="Function call arguments exit"];
}
45 [label="Function call: R|/IssueListView.IssueListView|()" style="filled" fillcolor=yellow];
46 [label="Access variable R|<local>/value|"];
47 [label="Function call arguments exit"];
}
48 [label="Function call: R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(...)" style="filled" fillcolor=yellow];
49 [label="Jump: ^setValue R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(R|<local>/value|)"];
50 [label="Stub" style="filled" fillcolor=gray];
51 [label="Exit block" style="filled" fillcolor=gray];
}
52 [label="Exit function setValue" style="filled" fillcolor=red];
}
47 [label="Exit function setValue" style="filled" fillcolor=red];
}
subgraph cluster_17 {
color=blue
48 [label="Enter function getValue" style="filled" fillcolor=red];
subgraph cluster_18 {
subgraph cluster_20 {
color=blue
49 [label="Enter block"];
50 [label="Function call: R|/IssueListView.IssueListView|()" style="filled" fillcolor=yellow];
51 [label="Jump: ^getValue R|/IssueListView.IssueListView|()"];
52 [label="Stub" style="filled" fillcolor=gray];
53 [label="Exit block" style="filled" fillcolor=gray];
53 [label="Enter function getValue" style="filled" fillcolor=red];
subgraph cluster_21 {
color=blue
54 [label="Enter block"];
subgraph cluster_22 {
color=blue
55 [label="Function call arguments enter"];
56 [label="Function call arguments exit"];
}
57 [label="Function call: R|/IssueListView.IssueListView|()" style="filled" fillcolor=yellow];
58 [label="Jump: ^getValue R|/IssueListView.IssueListView|()"];
59 [label="Stub" style="filled" fillcolor=gray];
60 [label="Exit block" style="filled" fillcolor=gray];
}
61 [label="Exit function getValue" style="filled" fillcolor=red];
}
54 [label="Exit function getValue" style="filled" fillcolor=red];
62 [label="Function call arguments exit"];
}
55 [label="Postponed exit from lambda"];
56 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)" style="filled" fillcolor=yellow];
57 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...).R?C|special/error|(...)" style="filled" fillcolor=yellow];
58 [label="Exit property delegate" style="filled" fillcolor=yellow];
59 [label="Exit property" style="filled" fillcolor=red];
63 [label="Postponed exit from lambda"];
64 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)" style="filled" fillcolor=yellow];
subgraph cluster_23 {
color=blue
65 [label="Function call arguments enter"];
66 [label="Function call arguments exit"];
}
67 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...).R?C|special/error|(...)" style="filled" fillcolor=yellow];
68 [label="Exit property delegate" style="filled" fillcolor=yellow];
69 [label="Exit property" style="filled" fillcolor=red];
}
subgraph cluster_19 {
subgraph cluster_24 {
color=blue
60 [label="Enter function <init>" style="filled" fillcolor=red];
61 [label="Delegated constructor call: super<R|DelegateProvider<IssuesListUserProfile>|>()" style="filled" fillcolor=yellow];
62 [label="Exit function <init>" style="filled" fillcolor=red];
70 [label="Enter function <init>" style="filled" fillcolor=red];
71 [label="Delegated constructor call: super<R|DelegateProvider<IssuesListUserProfile>|>()" style="filled" fillcolor=yellow];
72 [label="Exit function <init>" style="filled" fillcolor=red];
}
63 [label="Exit class IssuesListUserProfile" style="filled" fillcolor=red];
73 [label="Exit class IssuesListUserProfile" style="filled" fillcolor=red];
}
25 -> {26} [color=green];
25 -> {63} [style=dotted];
25 -> {26 60} [style=dashed];
25 -> {73} [style=dotted];
25 -> {26 70} [style=dashed];
26 -> {27};
27 -> {28 55 56};
27 -> {28} [style=dashed];
28 -> {29};
27 -> {28};
28 -> {29 62 63};
28 -> {29} [style=dashed];
29 -> {30};
30 -> {31};
30 -> {36} [style=dotted];
30 -> {31} [style=dashed];
31 -> {32};
31 -> {39 48} [color=red];
31 -> {35} [style=dotted];
31 -> {37} [style=dotted];
31 -> {32} [style=dashed];
32 -> {33};
32 -> {40 53} [color=red];
32 -> {36} [style=dotted];
32 -> {33} [style=dashed];
33 -> {34};
34 -> {35};
35 -> {36};
35 -> {39 48} [color=green];
35 -> {39 48} [style=dashed];
36 -> {37};
36 -> {40 53} [color=green];
36 -> {40 53} [style=dashed];
37 -> {38};
39 -> {40};
38 -> {39};
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {44};
44 -> {47};
44 -> {45} [style=dotted];
45 -> {46} [style=dotted];
46 -> {47} [style=dotted];
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {54};
49 -> {52};
49 -> {50} [style=dotted];
50 -> {51} [style=dotted];
51 -> {52} [style=dotted];
52 -> {53} [style=dotted];
53 -> {54} [style=dotted];
55 -> {56} [color=green];
55 -> {58} [color=red];
53 -> {54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {60} [color=green];
60 -> {61};
61 -> {62};
62 -> {63} [color=green];
subgraph cluster_20 {
color=red
64 [label="Enter function <getter>" style="filled" fillcolor=red];
subgraph cluster_21 {
color=blue
65 [label="Enter block"];
66 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
67 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(...)" style="filled" fillcolor=yellow];
68 [label="Jump: ^ this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|)"];
69 [label="Stub" style="filled" fillcolor=gray];
70 [label="Exit block" style="filled" fillcolor=gray];
}
71 [label="Exit function <getter>" style="filled" fillcolor=red];
}
58 -> {61};
58 -> {59} [style=dotted];
59 -> {60} [style=dotted];
60 -> {61} [style=dotted];
62 -> {64};
63 -> {64} [color=green];
63 -> {68} [color=red];
64 -> {65};
65 -> {66};
66 -> {67};
67 -> {68};
68 -> {71};
68 -> {69} [style=dotted];
69 -> {70} [style=dotted];
70 -> {71} [style=dotted];
68 -> {69};
69 -> {70} [color=green];
70 -> {71};
71 -> {72};
72 -> {73} [color=green];
subgraph cluster_22 {
subgraph cluster_25 {
color=red
72 [label="Enter function <setter>" style="filled" fillcolor=red];
subgraph cluster_23 {
74 [label="Enter function <getter>" style="filled" fillcolor=red];
subgraph cluster_26 {
color=blue
73 [label="Enter block"];
74 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
75 [label="Access variable R|<local>/issueListView|"];
76 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(...)" style="filled" fillcolor=yellow];
77 [label="Jump: ^ this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|, R|<local>/issueListView|)"];
78 [label="Stub" style="filled" fillcolor=gray];
79 [label="Exit block" style="filled" fillcolor=gray];
75 [label="Enter block"];
subgraph cluster_27 {
color=blue
76 [label="Function call arguments enter"];
77 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
78 [label="Function call arguments exit"];
}
79 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(...)" style="filled" fillcolor=yellow];
80 [label="Jump: ^ this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|)"];
81 [label="Stub" style="filled" fillcolor=gray];
82 [label="Exit block" style="filled" fillcolor=gray];
}
80 [label="Exit function <setter>" style="filled" fillcolor=red];
83 [label="Exit function <getter>" style="filled" fillcolor=red];
}
72 -> {73};
73 -> {74};
74 -> {75};
75 -> {76};
76 -> {77};
77 -> {80};
77 -> {78} [style=dotted];
78 -> {79} [style=dotted];
79 -> {80} [style=dotted];
77 -> {78};
78 -> {79};
79 -> {80};
80 -> {83};
80 -> {81} [style=dotted];
81 -> {82} [style=dotted];
82 -> {83} [style=dotted];
subgraph cluster_28 {
color=red
84 [label="Enter function <setter>" style="filled" fillcolor=red];
subgraph cluster_29 {
color=blue
85 [label="Enter block"];
subgraph cluster_30 {
color=blue
86 [label="Function call arguments enter"];
87 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
88 [label="Access variable R|<local>/issueListView|"];
89 [label="Function call arguments exit"];
}
90 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(...)" style="filled" fillcolor=yellow];
91 [label="Jump: ^ this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|, R|<local>/issueListView|)"];
92 [label="Stub" style="filled" fillcolor=gray];
93 [label="Exit block" style="filled" fillcolor=gray];
}
94 [label="Exit function <setter>" style="filled" fillcolor=red];
}
84 -> {85};
85 -> {86};
86 -> {87};
87 -> {88};
88 -> {89};
89 -> {90};
90 -> {91};
91 -> {94};
91 -> {92} [style=dotted];
92 -> {93} [style=dotted];
93 -> {94} [style=dotted];
}
@@ -89,73 +89,101 @@ digraph plusAssignWithLambdaInRhs_kt {
subgraph cluster_9 {
color=blue
28 [label="Enter block"];
29 [label="Function call: R|kotlin/collections/mutableListOf|<R|() -> kotlin/Unit|>()" style="filled" fillcolor=yellow];
30 [label="Variable declaration: lval queue: R|kotlin/collections/MutableList<kotlin/Function0<kotlin/Unit>>|"];
31 [label="Postponed enter to lambda"];
subgraph cluster_10 {
color=blue
32 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
33 [label="Enter block"];
34 [label="Access variable R|<local>/queue|"];
35 [label="Postponed enter to lambda"];
subgraph cluster_12 {
color=blue
36 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_13 {
color=blue
37 [label="Enter block"];
38 [label="Function call: R|<local>/computation|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()" style="filled" fillcolor=yellow];
39 [label="Function call: R|<local>/resolve|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Unit|>|(...)" style="filled" fillcolor=yellow];
40 [label="Exit block"];
}
41 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
42 [label="Postponed exit from lambda"];
43 [label="Function call: R|<local>/queue|.R|kotlin/collections/plusAssign|<R|() -> kotlin/Unit|>(...)" style="filled" fillcolor=yellow];
44 [label="Exit block"];
}
45 [label="Exit function <anonymous>" style="filled" fillcolor=red];
29 [label="Function call arguments enter"];
30 [label="Function call arguments exit"];
}
46 [label="Postponed exit from lambda"];
47 [label="Function call: R|/A.A|<R|T|>(...)" style="filled" fillcolor=yellow];
48 [label="Jump: ^postpone R|/A.A|<R|T|>(<L> = A@fun <anonymous>(resolve: R|(T) -> kotlin/Unit|): R|kotlin/Unit| <inline=NoInline> {
31 [label="Function call: R|kotlin/collections/mutableListOf|<R|() -> kotlin/Unit|>()" style="filled" fillcolor=yellow];
32 [label="Variable declaration: lval queue: R|kotlin/collections/MutableList<kotlin/Function0<kotlin/Unit>>|"];
subgraph cluster_11 {
color=blue
33 [label="Function call arguments enter"];
34 [label="Postponed enter to lambda"];
subgraph cluster_12 {
color=blue
35 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_13 {
color=blue
36 [label="Enter block"];
37 [label="Access variable R|<local>/queue|"];
38 [label="Postponed enter to lambda"];
subgraph cluster_14 {
color=blue
39 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_15 {
color=blue
40 [label="Enter block"];
subgraph cluster_16 {
color=blue
41 [label="Function call arguments enter"];
subgraph cluster_17 {
color=blue
42 [label="Function call arguments enter"];
43 [label="Function call arguments exit"];
}
44 [label="Function call: R|<local>/computation|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()" style="filled" fillcolor=yellow];
45 [label="Function call arguments exit"];
}
46 [label="Function call: R|<local>/resolve|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Unit|>|(...)" style="filled" fillcolor=yellow];
47 [label="Exit block"];
}
48 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
49 [label="Postponed exit from lambda"];
50 [label="Function call: R|<local>/queue|.R|kotlin/collections/plusAssign|<R|() -> kotlin/Unit|>(...)" style="filled" fillcolor=yellow];
51 [label="Exit block"];
}
52 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
53 [label="Function call arguments exit"];
}
54 [label="Postponed exit from lambda"];
55 [label="Function call: R|/A.A|<R|T|>(...)" style="filled" fillcolor=yellow];
56 [label="Jump: ^postpone R|/A.A|<R|T|>(<L> = A@fun <anonymous>(resolve: R|(T) -> kotlin/Unit|): R|kotlin/Unit| <inline=NoInline> {
R|<local>/queue|.R|kotlin/collections/plusAssign|<R|() -> kotlin/Unit|>(fun <anonymous>(): R|kotlin/Unit| <inline=NoInline> {
R|<local>/resolve|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Unit|>|(R|<local>/computation|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|())
}
)
}
)"];
49 [label="Stub" style="filled" fillcolor=gray];
50 [label="Exit block" style="filled" fillcolor=gray];
57 [label="Stub" style="filled" fillcolor=gray];
58 [label="Exit block" style="filled" fillcolor=gray];
}
51 [label="Exit function postpone" style="filled" fillcolor=red];
59 [label="Exit function postpone" style="filled" fillcolor=red];
}
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32 46 47};
31 -> {32} [style=dashed];
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36 42 43};
35 -> {36} [style=dashed];
34 -> {35 53 54};
34 -> {35} [style=dashed];
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {39};
38 -> {39 49 50};
38 -> {39} [style=dashed];
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {44};
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {51};
48 -> {49} [style=dotted];
49 -> {50} [style=dotted];
50 -> {51} [style=dotted];
49 -> {50};
50 -> {51};
51 -> {52};
53 -> {55};
54 -> {55};
55 -> {56};
56 -> {59};
56 -> {57} [style=dotted];
57 -> {58} [style=dotted];
58 -> {59} [style=dotted];
}
@@ -60,38 +60,43 @@ digraph tryWithLambdaInside_kt {
subgraph cluster_9 {
color=blue
17 [label="Enter block"];
18 [label="Access variable R|<local>/list|"];
19 [label="Postponed enter to lambda"];
subgraph cluster_10 {
color=blue
20 [label="Enter function <anonymous>" style="filled" fillcolor=red];
18 [label="Function call arguments enter"];
19 [label="Access variable R|<local>/list|"];
20 [label="Postponed enter to lambda"];
subgraph cluster_11 {
color=blue
21 [label="Enter block"];
22 [label="Access variable R|<local>/it|"];
23 [label="Exit block"];
21 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
22 [label="Enter block"];
23 [label="Access variable R|<local>/it|"];
24 [label="Exit block"];
}
25 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
24 [label="Exit function <anonymous>" style="filled" fillcolor=red];
26 [label="Function call arguments exit"];
}
25 [label="Postponed exit from lambda"];
26 [label="Function call: R|<local>/list|.R|kotlin/collections/filter|<R|kotlin/Boolean|>(...)" style="filled" fillcolor=yellow];
27 [label="Exit block"];
27 [label="Postponed exit from lambda"];
28 [label="Function call: R|<local>/list|.R|kotlin/collections/filter|<R|kotlin/Boolean|>(...)" style="filled" fillcolor=yellow];
29 [label="Exit block"];
}
28 [label="Try main block exit"];
30 [label="Try main block exit"];
}
subgraph cluster_12 {
subgraph cluster_13 {
color=blue
29 [label="Enter finally"];
subgraph cluster_13 {
31 [label="Enter finally"];
subgraph cluster_14 {
color=blue
30 [label="Enter block"];
31 [label="Exit block"];
32 [label="Enter block"];
33 [label="Exit block"];
}
32 [label="Exit finally"];
34 [label="Exit finally"];
}
33 [label="Try expression exit"];
35 [label="Try expression exit"];
}
34 [label="Jump: ^testInPlace try {
36 [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| <inline=Inline, kind=UNKNOWN> {
^ R|<local>/it|
}
@@ -100,88 +105,95 @@ digraph tryWithLambdaInside_kt {
finally {
}
"];
35 [label="Stub" style="filled" fillcolor=gray];
36 [label="Exit block" style="filled" fillcolor=gray];
37 [label="Stub" style="filled" fillcolor=gray];
38 [label="Exit block" style="filled" fillcolor=gray];
}
37 [label="Exit function testInPlace" style="filled" fillcolor=red];
39 [label="Exit function testInPlace" style="filled" fillcolor=red];
}
13 -> {14};
14 -> {15};
15 -> {16};
15 -> {29} [label="onUncaughtException"];
15 -> {31} [label="onUncaughtException"];
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20 25 26};
19 -> {20} [style=dashed];
20 -> {21};
19 -> {20};
20 -> {21 26 27};
20 -> {21} [style=dashed];
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {19} [color=green style=dashed];
25 -> {26} [color=green];
25 -> {33} [color=red];
26 -> {27};
27 -> {28};
25 -> {27};
26 -> {28};
27 -> {20} [color=green style=dashed];
27 -> {28} [color=green];
27 -> {35} [color=red];
28 -> {29};
29 -> {30};
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {37};
34 -> {35} [style=dotted];
35 -> {36} [style=dotted];
34 -> {35};
35 -> {36};
36 -> {39};
36 -> {37} [style=dotted];
37 -> {38} [style=dotted];
38 -> {39} [style=dotted];
subgraph cluster_14 {
subgraph cluster_15 {
color=red
38 [label="Enter function testNotInPlace" style="filled" fillcolor=red];
subgraph cluster_15 {
40 [label="Enter function testNotInPlace" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
39 [label="Enter block"];
subgraph cluster_16 {
41 [label="Enter block"];
subgraph cluster_17 {
color=blue
40 [label="Try expression enter"];
subgraph cluster_17 {
42 [label="Try expression enter"];
subgraph cluster_18 {
color=blue
41 [label="Try main block enter"];
subgraph cluster_18 {
43 [label="Try main block enter"];
subgraph cluster_19 {
color=blue
42 [label="Enter block"];
43 [label="Access variable R|<local>/list|"];
44 [label="Postponed enter to lambda"];
subgraph cluster_19 {
44 [label="Enter block"];
subgraph cluster_20 {
color=blue
45 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_20 {
45 [label="Function call arguments enter"];
46 [label="Access variable R|<local>/list|"];
47 [label="Postponed enter to lambda"];
subgraph cluster_21 {
color=blue
46 [label="Enter block"];
47 [label="Access variable R|<local>/it|"];
48 [label="Exit block"];
48 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_22 {
color=blue
49 [label="Enter block"];
50 [label="Access variable R|<local>/it|"];
51 [label="Exit block"];
}
52 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
49 [label="Exit function <anonymous>" style="filled" fillcolor=red];
53 [label="Function call arguments exit"];
}
50 [label="Postponed exit from lambda"];
51 [label="Function call: R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(...)" style="filled" fillcolor=yellow];
52 [label="Exit block"];
}
53 [label="Try main block exit"];
}
subgraph cluster_21 {
color=blue
54 [label="Enter finally"];
subgraph cluster_22 {
color=blue
55 [label="Enter block"];
54 [label="Postponed exit from lambda"];
55 [label="Function call: R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(...)" style="filled" fillcolor=yellow];
56 [label="Exit block"];
}
57 [label="Exit finally"];
57 [label="Try main block exit"];
}
58 [label="Try expression exit"];
subgraph cluster_23 {
color=blue
58 [label="Enter finally"];
subgraph cluster_24 {
color=blue
59 [label="Enter block"];
60 [label="Exit block"];
}
61 [label="Exit finally"];
}
62 [label="Try expression exit"];
}
59 [label="Jump: ^testNotInPlace try {
63 [label="Jump: ^testNotInPlace try {
R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(<L> = notInPlaceFilter@fun <anonymous>(it: R|kotlin/Boolean|): R|kotlin/Boolean| <inline=NoInline> {
^ R|<local>/it|
}
@@ -190,37 +202,39 @@ finally {
finally {
}
"];
60 [label="Stub" style="filled" fillcolor=gray];
61 [label="Exit block" style="filled" fillcolor=gray];
64 [label="Stub" style="filled" fillcolor=gray];
65 [label="Exit block" style="filled" fillcolor=gray];
}
62 [label="Exit function testNotInPlace" style="filled" fillcolor=red];
66 [label="Exit function testNotInPlace" style="filled" fillcolor=red];
}
38 -> {39};
39 -> {40};
40 -> {41};
40 -> {54} [label="onUncaughtException"];
41 -> {42};
42 -> {43};
42 -> {58} [label="onUncaughtException"];
43 -> {44};
44 -> {45 50 51};
44 -> {45} [style=dashed];
44 -> {45};
45 -> {46};
46 -> {47};
47 -> {48};
47 -> {48 53 54};
47 -> {48} [style=dashed];
48 -> {49};
50 -> {51} [color=green];
50 -> {58} [color=red];
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {55};
53 -> {55};
54 -> {55} [color=green];
54 -> {62} [color=red];
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {62};
59 -> {60} [style=dotted];
60 -> {61} [style=dotted];
61 -> {62} [style=dotted];
59 -> {60};
60 -> {61};
61 -> {62};
62 -> {63};
63 -> {66};
63 -> {64} [style=dotted];
64 -> {65} [style=dotted];
65 -> {66} [style=dotted];
}