[FIR-TEST] Update CFG dumps according to new nodes order
This commit is contained in:
@@ -6,99 +6,99 @@ digraph annotatedLocalClass_kt {
|
||||
subgraph cluster_0 {
|
||||
color=red
|
||||
0 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
1 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
2 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
2 -> {1};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
|
||||
subgraph cluster_1 {
|
||||
color=red
|
||||
4 [label="Enter class Ann" style="filled" fillcolor=red];
|
||||
3 [label="Exit class Ann" style="filled" fillcolor=red];
|
||||
3 [label="Enter class Ann" style="filled" fillcolor=red];
|
||||
4 [label="Exit class Ann" style="filled" fillcolor=red];
|
||||
}
|
||||
4 -> {3} [color=green];
|
||||
3 -> {4} [color=green];
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
5 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
24 [label="Enter class Local" style="filled" fillcolor=red];
|
||||
23 [label="Exit class Local" style="filled" fillcolor=red];
|
||||
23 [label="Enter class Local" style="filled" fillcolor=red];
|
||||
24 [label="Exit class Local" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
7 [label="Enter block"];
|
||||
6 [label="Enter block"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
8 [label="Enter when"];
|
||||
7 [label="Enter when"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
10 [label="Enter when branch condition "];
|
||||
11 [label="Access variable R|<local>/b|"];
|
||||
12 [label="Exit when branch condition"];
|
||||
8 [label="Enter when branch condition "];
|
||||
9 [label="Access variable R|<local>/b|"];
|
||||
10 [label="Exit when branch condition"];
|
||||
}
|
||||
19 [label="Synthetic else branch"];
|
||||
13 [label="Enter when branch result"];
|
||||
11 [label="Synthetic else branch"];
|
||||
12 [label="Enter when branch result"];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
14 [label="Enter block"];
|
||||
15 [label="Jump: ^foo Unit"];
|
||||
16 [label="Stub" style="filled" fillcolor=gray];
|
||||
17 [label="Exit block" style="filled" fillcolor=gray];
|
||||
13 [label="Enter block"];
|
||||
14 [label="Jump: ^foo Unit"];
|
||||
15 [label="Stub" style="filled" fillcolor=gray];
|
||||
16 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
18 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
9 [label="Exit when"];
|
||||
17 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
18 [label="Exit when"];
|
||||
}
|
||||
20 [label="Exit local class foo"];
|
||||
21 [label="Function call: R|/bar|()"];
|
||||
22 [label="Exit block"];
|
||||
19 [label="Exit local class foo"];
|
||||
20 [label="Function call: R|/bar|()"];
|
||||
21 [label="Exit block"];
|
||||
}
|
||||
6 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
22 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
5 -> {7};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {10};
|
||||
9 -> {20};
|
||||
9 -> {25} [color=red];
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13 19};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {12 11};
|
||||
11 -> {18};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {6};
|
||||
14 -> {22};
|
||||
14 -> {15} [style=dotted];
|
||||
15 -> {16} [style=dotted];
|
||||
16 -> {17} [style=dotted];
|
||||
17 -> {18} [style=dotted];
|
||||
18 -> {9} [style=dotted];
|
||||
19 -> {9};
|
||||
18 -> {19};
|
||||
18 -> {25} [color=red];
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {6};
|
||||
24 -> {23} [color=green];
|
||||
23 -> {24} [color=green];
|
||||
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
25 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
27 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
26 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
26 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
27 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
25 -> {27};
|
||||
27 -> {26};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
|
||||
subgraph cluster_9 {
|
||||
color=red
|
||||
28 [label="Enter function bar" style="filled" fillcolor=red];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
30 [label="Enter block"];
|
||||
31 [label="Exit block"];
|
||||
29 [label="Enter block"];
|
||||
30 [label="Exit block"];
|
||||
}
|
||||
29 [label="Exit function bar" style="filled" fillcolor=red];
|
||||
31 [label="Exit function bar" style="filled" fillcolor=red];
|
||||
}
|
||||
28 -> {30};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {29};
|
||||
|
||||
}
|
||||
|
||||
+141
-141
@@ -8,257 +8,257 @@ digraph binaryOperations_kt {
|
||||
0 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
1 [label="Enter block"];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
3 [label="Enter when"];
|
||||
2 [label="Enter when"];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
5 [label="Enter when branch condition "];
|
||||
3 [label="Enter when branch condition "];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
7 [label="Enter ||"];
|
||||
8 [label="Access variable R|<local>/b1|"];
|
||||
9 [label="Exit left part of ||"];
|
||||
10 [label="Enter right part of ||"];
|
||||
11 [label="Access variable R|<local>/b2|"];
|
||||
6 [label="Exit ||"];
|
||||
4 [label="Enter ||"];
|
||||
5 [label="Access variable R|<local>/b1|"];
|
||||
6 [label="Exit left part of ||"];
|
||||
7 [label="Enter right part of ||"];
|
||||
8 [label="Access variable R|<local>/b2|"];
|
||||
9 [label="Exit ||"];
|
||||
}
|
||||
12 [label="Exit when branch condition"];
|
||||
10 [label="Exit when branch condition"];
|
||||
}
|
||||
18 [label="Synthetic else branch"];
|
||||
13 [label="Enter when branch result"];
|
||||
11 [label="Synthetic else branch"];
|
||||
12 [label="Enter when branch result"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
14 [label="Enter block"];
|
||||
15 [label="Const: Int(1)"];
|
||||
16 [label="Exit block"];
|
||||
13 [label="Enter block"];
|
||||
14 [label="Const: Int(1)"];
|
||||
15 [label="Exit block"];
|
||||
}
|
||||
17 [label="Exit when branch result"];
|
||||
4 [label="Exit when"];
|
||||
16 [label="Exit when branch result"];
|
||||
17 [label="Exit when"];
|
||||
}
|
||||
19 [label="Exit block"];
|
||||
18 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
19 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {5};
|
||||
4 -> {19};
|
||||
5 -> {7};
|
||||
6 -> {12};
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {9 7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {6 10};
|
||||
10 -> {11};
|
||||
11 -> {6};
|
||||
12 -> {13 18};
|
||||
9 -> {10};
|
||||
10 -> {12 11};
|
||||
11 -> {17};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {4};
|
||||
18 -> {4};
|
||||
19 -> {1};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
|
||||
subgraph cluster_6 {
|
||||
color=red
|
||||
20 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
22 [label="Enter block"];
|
||||
21 [label="Enter block"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
23 [label="Enter when"];
|
||||
22 [label="Enter when"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
25 [label="Enter when branch condition "];
|
||||
23 [label="Enter when branch condition "];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
27 [label="Enter &&"];
|
||||
28 [label="Access variable R|<local>/b1|"];
|
||||
29 [label="Exit left part of &&"];
|
||||
30 [label="Enter right part of &&"];
|
||||
31 [label="Access variable R|<local>/b2|"];
|
||||
26 [label="Exit &&"];
|
||||
24 [label="Enter &&"];
|
||||
25 [label="Access variable R|<local>/b1|"];
|
||||
26 [label="Exit left part of &&"];
|
||||
27 [label="Enter right part of &&"];
|
||||
28 [label="Access variable R|<local>/b2|"];
|
||||
29 [label="Exit &&"];
|
||||
}
|
||||
32 [label="Exit when branch condition"];
|
||||
30 [label="Exit when branch condition"];
|
||||
}
|
||||
38 [label="Synthetic else branch"];
|
||||
33 [label="Enter when branch result"];
|
||||
31 [label="Synthetic else branch"];
|
||||
32 [label="Enter when branch result"];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
34 [label="Enter block"];
|
||||
35 [label="Const: Int(1)"];
|
||||
36 [label="Exit block"];
|
||||
33 [label="Enter block"];
|
||||
34 [label="Const: Int(1)"];
|
||||
35 [label="Exit block"];
|
||||
}
|
||||
37 [label="Exit when branch result"];
|
||||
24 [label="Exit when"];
|
||||
36 [label="Exit when branch result"];
|
||||
37 [label="Exit when"];
|
||||
}
|
||||
39 [label="Exit block"];
|
||||
38 [label="Exit block"];
|
||||
}
|
||||
21 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
39 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
20 -> {22};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {25};
|
||||
24 -> {39};
|
||||
25 -> {27};
|
||||
26 -> {32};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {29 27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {26 30};
|
||||
30 -> {31};
|
||||
31 -> {26};
|
||||
32 -> {33 38};
|
||||
29 -> {30};
|
||||
30 -> {32 31};
|
||||
31 -> {37};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {24};
|
||||
38 -> {24};
|
||||
39 -> {21};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
|
||||
subgraph cluster_12 {
|
||||
color=red
|
||||
40 [label="Enter function test_3" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
42 [label="Enter block"];
|
||||
41 [label="Enter block"];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
43 [label="Enter when"];
|
||||
42 [label="Enter when"];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
45 [label="Enter when branch condition "];
|
||||
43 [label="Enter when branch condition "];
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
47 [label="Enter ||"];
|
||||
44 [label="Enter ||"];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
49 [label="Enter &&"];
|
||||
50 [label="Access variable R|<local>/b1|"];
|
||||
51 [label="Exit left part of &&"];
|
||||
52 [label="Enter right part of &&"];
|
||||
53 [label="Access variable R|<local>/b2|"];
|
||||
48 [label="Exit &&"];
|
||||
45 [label="Enter &&"];
|
||||
46 [label="Access variable R|<local>/b1|"];
|
||||
47 [label="Exit left part of &&"];
|
||||
48 [label="Enter right part of &&"];
|
||||
49 [label="Access variable R|<local>/b2|"];
|
||||
50 [label="Exit &&"];
|
||||
}
|
||||
54 [label="Exit left part of ||"];
|
||||
55 [label="Enter right part of ||"];
|
||||
56 [label="Access variable R|<local>/b3|"];
|
||||
46 [label="Exit ||"];
|
||||
51 [label="Exit left part of ||"];
|
||||
52 [label="Enter right part of ||"];
|
||||
53 [label="Access variable R|<local>/b3|"];
|
||||
54 [label="Exit ||"];
|
||||
}
|
||||
57 [label="Exit when branch condition"];
|
||||
55 [label="Exit when branch condition"];
|
||||
}
|
||||
63 [label="Synthetic else branch"];
|
||||
58 [label="Enter when branch result"];
|
||||
56 [label="Synthetic else branch"];
|
||||
57 [label="Enter when branch result"];
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
59 [label="Enter block"];
|
||||
60 [label="Const: Int(1)"];
|
||||
61 [label="Exit block"];
|
||||
58 [label="Enter block"];
|
||||
59 [label="Const: Int(1)"];
|
||||
60 [label="Exit block"];
|
||||
}
|
||||
62 [label="Exit when branch result"];
|
||||
44 [label="Exit when"];
|
||||
61 [label="Exit when branch result"];
|
||||
62 [label="Exit when"];
|
||||
}
|
||||
64 [label="Exit block"];
|
||||
63 [label="Exit block"];
|
||||
}
|
||||
41 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
64 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
}
|
||||
40 -> {42};
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {45};
|
||||
44 -> {64};
|
||||
45 -> {47};
|
||||
46 -> {57};
|
||||
47 -> {49};
|
||||
48 -> {54};
|
||||
43 -> {44};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
47 -> {50 48};
|
||||
48 -> {49};
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
51 -> {48 52};
|
||||
51 -> {54 52};
|
||||
52 -> {53};
|
||||
53 -> {48};
|
||||
54 -> {46 55};
|
||||
55 -> {56};
|
||||
56 -> {46};
|
||||
57 -> {58 63};
|
||||
53 -> {54};
|
||||
54 -> {55};
|
||||
55 -> {57 56};
|
||||
56 -> {62};
|
||||
57 -> {58};
|
||||
58 -> {59};
|
||||
59 -> {60};
|
||||
60 -> {61};
|
||||
61 -> {62};
|
||||
62 -> {44};
|
||||
63 -> {44};
|
||||
64 -> {41};
|
||||
62 -> {63};
|
||||
63 -> {64};
|
||||
|
||||
subgraph cluster_19 {
|
||||
color=red
|
||||
65 [label="Enter function test_4" style="filled" fillcolor=red];
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
67 [label="Enter block"];
|
||||
66 [label="Enter block"];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
68 [label="Enter when"];
|
||||
67 [label="Enter when"];
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
70 [label="Enter when branch condition "];
|
||||
68 [label="Enter when branch condition "];
|
||||
subgraph cluster_23 {
|
||||
color=blue
|
||||
72 [label="Enter ||"];
|
||||
73 [label="Access variable R|<local>/b1|"];
|
||||
74 [label="Exit left part of ||"];
|
||||
75 [label="Enter right part of ||"];
|
||||
69 [label="Enter ||"];
|
||||
70 [label="Access variable R|<local>/b1|"];
|
||||
71 [label="Exit left part of ||"];
|
||||
72 [label="Enter right part of ||"];
|
||||
subgraph cluster_24 {
|
||||
color=blue
|
||||
77 [label="Enter &&"];
|
||||
78 [label="Access variable R|<local>/b2|"];
|
||||
79 [label="Exit left part of &&"];
|
||||
80 [label="Enter right part of &&"];
|
||||
81 [label="Access variable R|<local>/b3|"];
|
||||
76 [label="Exit &&"];
|
||||
73 [label="Enter &&"];
|
||||
74 [label="Access variable R|<local>/b2|"];
|
||||
75 [label="Exit left part of &&"];
|
||||
76 [label="Enter right part of &&"];
|
||||
77 [label="Access variable R|<local>/b3|"];
|
||||
78 [label="Exit &&"];
|
||||
}
|
||||
71 [label="Exit ||"];
|
||||
79 [label="Exit ||"];
|
||||
}
|
||||
82 [label="Exit when branch condition"];
|
||||
80 [label="Exit when branch condition"];
|
||||
}
|
||||
88 [label="Synthetic else branch"];
|
||||
83 [label="Enter when branch result"];
|
||||
81 [label="Synthetic else branch"];
|
||||
82 [label="Enter when branch result"];
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
84 [label="Enter block"];
|
||||
85 [label="Const: Int(1)"];
|
||||
86 [label="Exit block"];
|
||||
83 [label="Enter block"];
|
||||
84 [label="Const: Int(1)"];
|
||||
85 [label="Exit block"];
|
||||
}
|
||||
87 [label="Exit when branch result"];
|
||||
69 [label="Exit when"];
|
||||
86 [label="Exit when branch result"];
|
||||
87 [label="Exit when"];
|
||||
}
|
||||
89 [label="Exit block"];
|
||||
88 [label="Exit block"];
|
||||
}
|
||||
66 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
89 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
}
|
||||
65 -> {67};
|
||||
65 -> {66};
|
||||
66 -> {67};
|
||||
67 -> {68};
|
||||
68 -> {70};
|
||||
69 -> {89};
|
||||
70 -> {72};
|
||||
71 -> {82};
|
||||
68 -> {69};
|
||||
69 -> {70};
|
||||
70 -> {71};
|
||||
71 -> {79 72};
|
||||
72 -> {73};
|
||||
73 -> {74};
|
||||
74 -> {71 75};
|
||||
75 -> {77};
|
||||
76 -> {71};
|
||||
74 -> {75};
|
||||
75 -> {78 76};
|
||||
76 -> {77};
|
||||
77 -> {78};
|
||||
78 -> {79};
|
||||
79 -> {76 80};
|
||||
80 -> {81};
|
||||
81 -> {76};
|
||||
82 -> {83 88};
|
||||
79 -> {80};
|
||||
80 -> {82 81};
|
||||
81 -> {87};
|
||||
82 -> {83};
|
||||
83 -> {84};
|
||||
84 -> {85};
|
||||
85 -> {86};
|
||||
86 -> {87};
|
||||
87 -> {69};
|
||||
88 -> {69};
|
||||
89 -> {66};
|
||||
87 -> {88};
|
||||
88 -> {89};
|
||||
|
||||
}
|
||||
|
||||
+254
-254
@@ -8,467 +8,467 @@ digraph booleanOperatorsWithConsts_kt {
|
||||
0 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
1 [label="Enter block"];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
3 [label="Enter when"];
|
||||
2 [label="Enter when"];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
5 [label="Enter when branch condition "];
|
||||
3 [label="Enter when branch condition "];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
7 [label="Enter ||"];
|
||||
8 [label="Access variable R|<local>/b|"];
|
||||
9 [label="Exit left part of ||"];
|
||||
10 [label="Enter right part of ||"];
|
||||
11 [label="Const: Boolean(false)"];
|
||||
6 [label="Exit ||"];
|
||||
4 [label="Enter ||"];
|
||||
5 [label="Access variable R|<local>/b|"];
|
||||
6 [label="Exit left part of ||"];
|
||||
7 [label="Enter right part of ||"];
|
||||
8 [label="Const: Boolean(false)"];
|
||||
9 [label="Exit ||"];
|
||||
}
|
||||
12 [label="Exit when branch condition"];
|
||||
10 [label="Exit when branch condition"];
|
||||
}
|
||||
18 [label="Synthetic else branch"];
|
||||
13 [label="Enter when branch result"];
|
||||
11 [label="Synthetic else branch"];
|
||||
12 [label="Enter when branch result"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
14 [label="Enter block"];
|
||||
15 [label="Const: Int(1)"];
|
||||
16 [label="Exit block"];
|
||||
13 [label="Enter block"];
|
||||
14 [label="Const: Int(1)"];
|
||||
15 [label="Exit block"];
|
||||
}
|
||||
17 [label="Exit when branch result"];
|
||||
4 [label="Exit when"];
|
||||
16 [label="Exit when branch result"];
|
||||
17 [label="Exit when"];
|
||||
}
|
||||
19 [label="Exit block"];
|
||||
18 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
19 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {5};
|
||||
4 -> {19};
|
||||
5 -> {7};
|
||||
6 -> {12};
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {9 7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {6 10};
|
||||
10 -> {11};
|
||||
11 -> {6};
|
||||
12 -> {13 18};
|
||||
9 -> {10};
|
||||
10 -> {12 11};
|
||||
11 -> {17};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {4};
|
||||
18 -> {4};
|
||||
19 -> {1};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
|
||||
subgraph cluster_6 {
|
||||
color=red
|
||||
20 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
22 [label="Enter block"];
|
||||
21 [label="Enter block"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
23 [label="Enter when"];
|
||||
22 [label="Enter when"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
25 [label="Enter when branch condition "];
|
||||
23 [label="Enter when branch condition "];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
27 [label="Enter ||"];
|
||||
28 [label="Const: Boolean(false)"];
|
||||
29 [label="Exit left part of ||"];
|
||||
30 [label="Enter right part of ||"];
|
||||
31 [label="Access variable R|<local>/b|"];
|
||||
26 [label="Exit ||"];
|
||||
24 [label="Enter ||"];
|
||||
25 [label="Const: Boolean(false)"];
|
||||
26 [label="Exit left part of ||"];
|
||||
27 [label="Enter right part of ||"];
|
||||
28 [label="Access variable R|<local>/b|"];
|
||||
29 [label="Exit ||"];
|
||||
}
|
||||
32 [label="Exit when branch condition"];
|
||||
30 [label="Exit when branch condition"];
|
||||
}
|
||||
38 [label="Synthetic else branch"];
|
||||
33 [label="Enter when branch result"];
|
||||
31 [label="Synthetic else branch"];
|
||||
32 [label="Enter when branch result"];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
34 [label="Enter block"];
|
||||
35 [label="Const: Int(1)"];
|
||||
36 [label="Exit block"];
|
||||
33 [label="Enter block"];
|
||||
34 [label="Const: Int(1)"];
|
||||
35 [label="Exit block"];
|
||||
}
|
||||
37 [label="Exit when branch result"];
|
||||
24 [label="Exit when"];
|
||||
36 [label="Exit when branch result"];
|
||||
37 [label="Exit when"];
|
||||
}
|
||||
39 [label="Exit block"];
|
||||
38 [label="Exit block"];
|
||||
}
|
||||
21 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
39 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
20 -> {22};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {25};
|
||||
24 -> {39};
|
||||
25 -> {27};
|
||||
26 -> {32};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
26 -> {29} [style=dotted];
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
29 -> {26} [style=dotted];
|
||||
30 -> {31};
|
||||
31 -> {26};
|
||||
32 -> {33 38};
|
||||
30 -> {32 31};
|
||||
31 -> {37};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {24};
|
||||
38 -> {24};
|
||||
39 -> {21};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
|
||||
subgraph cluster_12 {
|
||||
color=red
|
||||
40 [label="Enter function test_3" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
42 [label="Enter block"];
|
||||
41 [label="Enter block"];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
43 [label="Enter when"];
|
||||
42 [label="Enter when"];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
45 [label="Enter when branch condition "];
|
||||
43 [label="Enter when branch condition "];
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
47 [label="Enter ||"];
|
||||
48 [label="Access variable R|<local>/b|"];
|
||||
49 [label="Exit left part of ||"];
|
||||
50 [label="Enter right part of ||"];
|
||||
51 [label="Const: Boolean(true)"];
|
||||
46 [label="Exit ||"];
|
||||
44 [label="Enter ||"];
|
||||
45 [label="Access variable R|<local>/b|"];
|
||||
46 [label="Exit left part of ||"];
|
||||
47 [label="Enter right part of ||"];
|
||||
48 [label="Const: Boolean(true)"];
|
||||
49 [label="Exit ||"];
|
||||
}
|
||||
52 [label="Exit when branch condition"];
|
||||
50 [label="Exit when branch condition"];
|
||||
}
|
||||
58 [label="Synthetic else branch"];
|
||||
53 [label="Enter when branch result"];
|
||||
51 [label="Synthetic else branch"];
|
||||
52 [label="Enter when branch result"];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
54 [label="Enter block"];
|
||||
55 [label="Const: Int(1)"];
|
||||
56 [label="Exit block"];
|
||||
53 [label="Enter block"];
|
||||
54 [label="Const: Int(1)"];
|
||||
55 [label="Exit block"];
|
||||
}
|
||||
57 [label="Exit when branch result"];
|
||||
44 [label="Exit when"];
|
||||
56 [label="Exit when branch result"];
|
||||
57 [label="Exit when"];
|
||||
}
|
||||
59 [label="Exit block"];
|
||||
58 [label="Exit block"];
|
||||
}
|
||||
41 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
59 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
}
|
||||
40 -> {42};
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {45};
|
||||
44 -> {59};
|
||||
45 -> {47};
|
||||
46 -> {52};
|
||||
43 -> {44};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {49 47};
|
||||
47 -> {48};
|
||||
48 -> {49};
|
||||
49 -> {46 50};
|
||||
50 -> {51};
|
||||
51 -> {46};
|
||||
52 -> {53 58};
|
||||
49 -> {50};
|
||||
50 -> {52 51};
|
||||
51 -> {57};
|
||||
52 -> {53};
|
||||
53 -> {54};
|
||||
54 -> {55};
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {44};
|
||||
58 -> {44};
|
||||
59 -> {41};
|
||||
57 -> {58};
|
||||
58 -> {59};
|
||||
|
||||
subgraph cluster_18 {
|
||||
color=red
|
||||
60 [label="Enter function test_4" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
62 [label="Enter block"];
|
||||
61 [label="Enter block"];
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
63 [label="Enter when"];
|
||||
62 [label="Enter when"];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
65 [label="Enter when branch condition "];
|
||||
63 [label="Enter when branch condition "];
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
67 [label="Enter ||"];
|
||||
68 [label="Const: Boolean(true)"];
|
||||
69 [label="Exit left part of ||"];
|
||||
70 [label="Enter right part of ||" style="filled" fillcolor=gray];
|
||||
71 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
|
||||
66 [label="Exit ||"];
|
||||
64 [label="Enter ||"];
|
||||
65 [label="Const: Boolean(true)"];
|
||||
66 [label="Exit left part of ||"];
|
||||
67 [label="Enter right part of ||" style="filled" fillcolor=gray];
|
||||
68 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
|
||||
69 [label="Exit ||"];
|
||||
}
|
||||
72 [label="Exit when branch condition"];
|
||||
70 [label="Exit when branch condition"];
|
||||
}
|
||||
78 [label="Synthetic else branch"];
|
||||
73 [label="Enter when branch result"];
|
||||
71 [label="Synthetic else branch"];
|
||||
72 [label="Enter when branch result"];
|
||||
subgraph cluster_23 {
|
||||
color=blue
|
||||
74 [label="Enter block"];
|
||||
75 [label="Const: Int(1)"];
|
||||
76 [label="Exit block"];
|
||||
73 [label="Enter block"];
|
||||
74 [label="Const: Int(1)"];
|
||||
75 [label="Exit block"];
|
||||
}
|
||||
77 [label="Exit when branch result"];
|
||||
64 [label="Exit when"];
|
||||
76 [label="Exit when branch result"];
|
||||
77 [label="Exit when"];
|
||||
}
|
||||
79 [label="Exit block"];
|
||||
78 [label="Exit block"];
|
||||
}
|
||||
61 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
79 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
}
|
||||
60 -> {62};
|
||||
60 -> {61};
|
||||
61 -> {62};
|
||||
62 -> {63};
|
||||
63 -> {65};
|
||||
64 -> {79};
|
||||
65 -> {67};
|
||||
66 -> {72};
|
||||
67 -> {68};
|
||||
68 -> {69};
|
||||
69 -> {66};
|
||||
69 -> {70} [style=dotted];
|
||||
70 -> {71} [style=dotted];
|
||||
71 -> {66} [style=dotted];
|
||||
72 -> {73 78};
|
||||
63 -> {64};
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {69};
|
||||
66 -> {67} [style=dotted];
|
||||
67 -> {68} [style=dotted];
|
||||
68 -> {69} [style=dotted];
|
||||
69 -> {70};
|
||||
70 -> {72 71};
|
||||
71 -> {77};
|
||||
72 -> {73};
|
||||
73 -> {74};
|
||||
74 -> {75};
|
||||
75 -> {76};
|
||||
76 -> {77};
|
||||
77 -> {64};
|
||||
78 -> {64};
|
||||
79 -> {61};
|
||||
77 -> {78};
|
||||
78 -> {79};
|
||||
|
||||
subgraph cluster_24 {
|
||||
color=red
|
||||
80 [label="Enter function test_5" style="filled" fillcolor=red];
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
82 [label="Enter block"];
|
||||
81 [label="Enter block"];
|
||||
subgraph cluster_26 {
|
||||
color=blue
|
||||
83 [label="Enter when"];
|
||||
82 [label="Enter when"];
|
||||
subgraph cluster_27 {
|
||||
color=blue
|
||||
85 [label="Enter when branch condition "];
|
||||
83 [label="Enter when branch condition "];
|
||||
subgraph cluster_28 {
|
||||
color=blue
|
||||
87 [label="Enter &&"];
|
||||
88 [label="Access variable R|<local>/b|"];
|
||||
89 [label="Exit left part of &&"];
|
||||
90 [label="Enter right part of &&"];
|
||||
91 [label="Const: Boolean(false)"];
|
||||
86 [label="Exit &&"];
|
||||
84 [label="Enter &&"];
|
||||
85 [label="Access variable R|<local>/b|"];
|
||||
86 [label="Exit left part of &&"];
|
||||
87 [label="Enter right part of &&"];
|
||||
88 [label="Const: Boolean(false)"];
|
||||
89 [label="Exit &&"];
|
||||
}
|
||||
92 [label="Exit when branch condition"];
|
||||
90 [label="Exit when branch condition"];
|
||||
}
|
||||
98 [label="Synthetic else branch"];
|
||||
93 [label="Enter when branch result"];
|
||||
91 [label="Synthetic else branch"];
|
||||
92 [label="Enter when branch result"];
|
||||
subgraph cluster_29 {
|
||||
color=blue
|
||||
94 [label="Enter block"];
|
||||
95 [label="Const: Int(1)"];
|
||||
96 [label="Exit block"];
|
||||
93 [label="Enter block"];
|
||||
94 [label="Const: Int(1)"];
|
||||
95 [label="Exit block"];
|
||||
}
|
||||
97 [label="Exit when branch result"];
|
||||
84 [label="Exit when"];
|
||||
96 [label="Exit when branch result"];
|
||||
97 [label="Exit when"];
|
||||
}
|
||||
99 [label="Exit block"];
|
||||
98 [label="Exit block"];
|
||||
}
|
||||
81 [label="Exit function test_5" style="filled" fillcolor=red];
|
||||
99 [label="Exit function test_5" style="filled" fillcolor=red];
|
||||
}
|
||||
80 -> {82};
|
||||
80 -> {81};
|
||||
81 -> {82};
|
||||
82 -> {83};
|
||||
83 -> {85};
|
||||
84 -> {99};
|
||||
85 -> {87};
|
||||
86 -> {92};
|
||||
83 -> {84};
|
||||
84 -> {85};
|
||||
85 -> {86};
|
||||
86 -> {89 87};
|
||||
87 -> {88};
|
||||
88 -> {89};
|
||||
89 -> {86 90};
|
||||
90 -> {91};
|
||||
91 -> {86};
|
||||
92 -> {93 98};
|
||||
89 -> {90};
|
||||
90 -> {92 91};
|
||||
91 -> {97};
|
||||
92 -> {93};
|
||||
93 -> {94};
|
||||
94 -> {95};
|
||||
95 -> {96};
|
||||
96 -> {97};
|
||||
97 -> {84};
|
||||
98 -> {84};
|
||||
99 -> {81};
|
||||
97 -> {98};
|
||||
98 -> {99};
|
||||
|
||||
subgraph cluster_30 {
|
||||
color=red
|
||||
100 [label="Enter function test_6" style="filled" fillcolor=red];
|
||||
subgraph cluster_31 {
|
||||
color=blue
|
||||
102 [label="Enter block"];
|
||||
101 [label="Enter block"];
|
||||
subgraph cluster_32 {
|
||||
color=blue
|
||||
103 [label="Enter when"];
|
||||
102 [label="Enter when"];
|
||||
subgraph cluster_33 {
|
||||
color=blue
|
||||
105 [label="Enter when branch condition "];
|
||||
103 [label="Enter when branch condition "];
|
||||
subgraph cluster_34 {
|
||||
color=blue
|
||||
107 [label="Enter &&"];
|
||||
108 [label="Const: Boolean(false)"];
|
||||
109 [label="Exit left part of &&"];
|
||||
110 [label="Enter right part of &&" style="filled" fillcolor=gray];
|
||||
111 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
|
||||
106 [label="Exit &&"];
|
||||
104 [label="Enter &&"];
|
||||
105 [label="Const: Boolean(false)"];
|
||||
106 [label="Exit left part of &&"];
|
||||
107 [label="Enter right part of &&" style="filled" fillcolor=gray];
|
||||
108 [label="Access variable R|<local>/b|" style="filled" fillcolor=gray];
|
||||
109 [label="Exit &&"];
|
||||
}
|
||||
112 [label="Exit when branch condition"];
|
||||
110 [label="Exit when branch condition"];
|
||||
}
|
||||
118 [label="Synthetic else branch"];
|
||||
113 [label="Enter when branch result"];
|
||||
111 [label="Synthetic else branch"];
|
||||
112 [label="Enter when branch result"];
|
||||
subgraph cluster_35 {
|
||||
color=blue
|
||||
114 [label="Enter block"];
|
||||
115 [label="Const: Int(1)"];
|
||||
116 [label="Exit block"];
|
||||
113 [label="Enter block"];
|
||||
114 [label="Const: Int(1)"];
|
||||
115 [label="Exit block"];
|
||||
}
|
||||
117 [label="Exit when branch result"];
|
||||
104 [label="Exit when"];
|
||||
116 [label="Exit when branch result"];
|
||||
117 [label="Exit when"];
|
||||
}
|
||||
119 [label="Exit block"];
|
||||
118 [label="Exit block"];
|
||||
}
|
||||
101 [label="Exit function test_6" style="filled" fillcolor=red];
|
||||
119 [label="Exit function test_6" style="filled" fillcolor=red];
|
||||
}
|
||||
100 -> {102};
|
||||
100 -> {101};
|
||||
101 -> {102};
|
||||
102 -> {103};
|
||||
103 -> {105};
|
||||
104 -> {119};
|
||||
105 -> {107};
|
||||
106 -> {112};
|
||||
107 -> {108};
|
||||
108 -> {109};
|
||||
109 -> {106};
|
||||
109 -> {110} [style=dotted];
|
||||
110 -> {111} [style=dotted];
|
||||
111 -> {106} [style=dotted];
|
||||
112 -> {113 118};
|
||||
103 -> {104};
|
||||
104 -> {105};
|
||||
105 -> {106};
|
||||
106 -> {109};
|
||||
106 -> {107} [style=dotted];
|
||||
107 -> {108} [style=dotted];
|
||||
108 -> {109} [style=dotted];
|
||||
109 -> {110};
|
||||
110 -> {112 111};
|
||||
111 -> {117};
|
||||
112 -> {113};
|
||||
113 -> {114};
|
||||
114 -> {115};
|
||||
115 -> {116};
|
||||
116 -> {117};
|
||||
117 -> {104};
|
||||
118 -> {104};
|
||||
119 -> {101};
|
||||
117 -> {118};
|
||||
118 -> {119};
|
||||
|
||||
subgraph cluster_36 {
|
||||
color=red
|
||||
120 [label="Enter function test_7" style="filled" fillcolor=red];
|
||||
subgraph cluster_37 {
|
||||
color=blue
|
||||
122 [label="Enter block"];
|
||||
121 [label="Enter block"];
|
||||
subgraph cluster_38 {
|
||||
color=blue
|
||||
123 [label="Enter when"];
|
||||
122 [label="Enter when"];
|
||||
subgraph cluster_39 {
|
||||
color=blue
|
||||
125 [label="Enter when branch condition "];
|
||||
123 [label="Enter when branch condition "];
|
||||
subgraph cluster_40 {
|
||||
color=blue
|
||||
127 [label="Enter &&"];
|
||||
128 [label="Access variable R|<local>/b|"];
|
||||
129 [label="Exit left part of &&"];
|
||||
130 [label="Enter right part of &&"];
|
||||
131 [label="Const: Boolean(true)"];
|
||||
126 [label="Exit &&"];
|
||||
124 [label="Enter &&"];
|
||||
125 [label="Access variable R|<local>/b|"];
|
||||
126 [label="Exit left part of &&"];
|
||||
127 [label="Enter right part of &&"];
|
||||
128 [label="Const: Boolean(true)"];
|
||||
129 [label="Exit &&"];
|
||||
}
|
||||
132 [label="Exit when branch condition"];
|
||||
130 [label="Exit when branch condition"];
|
||||
}
|
||||
138 [label="Synthetic else branch"];
|
||||
133 [label="Enter when branch result"];
|
||||
131 [label="Synthetic else branch"];
|
||||
132 [label="Enter when branch result"];
|
||||
subgraph cluster_41 {
|
||||
color=blue
|
||||
134 [label="Enter block"];
|
||||
135 [label="Const: Int(1)"];
|
||||
136 [label="Exit block"];
|
||||
133 [label="Enter block"];
|
||||
134 [label="Const: Int(1)"];
|
||||
135 [label="Exit block"];
|
||||
}
|
||||
137 [label="Exit when branch result"];
|
||||
124 [label="Exit when"];
|
||||
136 [label="Exit when branch result"];
|
||||
137 [label="Exit when"];
|
||||
}
|
||||
139 [label="Exit block"];
|
||||
138 [label="Exit block"];
|
||||
}
|
||||
121 [label="Exit function test_7" style="filled" fillcolor=red];
|
||||
139 [label="Exit function test_7" style="filled" fillcolor=red];
|
||||
}
|
||||
120 -> {122};
|
||||
120 -> {121};
|
||||
121 -> {122};
|
||||
122 -> {123};
|
||||
123 -> {125};
|
||||
124 -> {139};
|
||||
125 -> {127};
|
||||
126 -> {132};
|
||||
123 -> {124};
|
||||
124 -> {125};
|
||||
125 -> {126};
|
||||
126 -> {129 127};
|
||||
127 -> {128};
|
||||
128 -> {129};
|
||||
129 -> {126 130};
|
||||
130 -> {131};
|
||||
131 -> {126};
|
||||
132 -> {133 138};
|
||||
129 -> {130};
|
||||
130 -> {132 131};
|
||||
131 -> {137};
|
||||
132 -> {133};
|
||||
133 -> {134};
|
||||
134 -> {135};
|
||||
135 -> {136};
|
||||
136 -> {137};
|
||||
137 -> {124};
|
||||
138 -> {124};
|
||||
139 -> {121};
|
||||
137 -> {138};
|
||||
138 -> {139};
|
||||
|
||||
subgraph cluster_42 {
|
||||
color=red
|
||||
140 [label="Enter function test_8" style="filled" fillcolor=red];
|
||||
subgraph cluster_43 {
|
||||
color=blue
|
||||
142 [label="Enter block"];
|
||||
141 [label="Enter block"];
|
||||
subgraph cluster_44 {
|
||||
color=blue
|
||||
143 [label="Enter when"];
|
||||
142 [label="Enter when"];
|
||||
subgraph cluster_45 {
|
||||
color=blue
|
||||
145 [label="Enter when branch condition "];
|
||||
143 [label="Enter when branch condition "];
|
||||
subgraph cluster_46 {
|
||||
color=blue
|
||||
147 [label="Enter &&"];
|
||||
148 [label="Const: Boolean(true)"];
|
||||
149 [label="Exit left part of &&"];
|
||||
150 [label="Enter right part of &&"];
|
||||
151 [label="Access variable R|<local>/b|"];
|
||||
146 [label="Exit &&"];
|
||||
144 [label="Enter &&"];
|
||||
145 [label="Const: Boolean(true)"];
|
||||
146 [label="Exit left part of &&"];
|
||||
147 [label="Enter right part of &&"];
|
||||
148 [label="Access variable R|<local>/b|"];
|
||||
149 [label="Exit &&"];
|
||||
}
|
||||
152 [label="Exit when branch condition"];
|
||||
150 [label="Exit when branch condition"];
|
||||
}
|
||||
158 [label="Synthetic else branch"];
|
||||
153 [label="Enter when branch result"];
|
||||
151 [label="Synthetic else branch"];
|
||||
152 [label="Enter when branch result"];
|
||||
subgraph cluster_47 {
|
||||
color=blue
|
||||
154 [label="Enter block"];
|
||||
155 [label="Const: Int(1)"];
|
||||
156 [label="Exit block"];
|
||||
153 [label="Enter block"];
|
||||
154 [label="Const: Int(1)"];
|
||||
155 [label="Exit block"];
|
||||
}
|
||||
157 [label="Exit when branch result"];
|
||||
144 [label="Exit when"];
|
||||
156 [label="Exit when branch result"];
|
||||
157 [label="Exit when"];
|
||||
}
|
||||
159 [label="Exit block"];
|
||||
158 [label="Exit block"];
|
||||
}
|
||||
141 [label="Exit function test_8" style="filled" fillcolor=red];
|
||||
159 [label="Exit function test_8" style="filled" fillcolor=red];
|
||||
}
|
||||
140 -> {142};
|
||||
140 -> {141};
|
||||
141 -> {142};
|
||||
142 -> {143};
|
||||
143 -> {145};
|
||||
144 -> {159};
|
||||
145 -> {147};
|
||||
146 -> {152};
|
||||
143 -> {144};
|
||||
144 -> {145};
|
||||
145 -> {146};
|
||||
146 -> {147};
|
||||
146 -> {149} [style=dotted];
|
||||
147 -> {148};
|
||||
148 -> {149};
|
||||
149 -> {150};
|
||||
149 -> {146} [style=dotted];
|
||||
150 -> {151};
|
||||
151 -> {146};
|
||||
152 -> {153 158};
|
||||
150 -> {152 151};
|
||||
151 -> {157};
|
||||
152 -> {153};
|
||||
153 -> {154};
|
||||
154 -> {155};
|
||||
155 -> {156};
|
||||
156 -> {157};
|
||||
157 -> {144};
|
||||
158 -> {144};
|
||||
159 -> {141};
|
||||
157 -> {158};
|
||||
158 -> {159};
|
||||
|
||||
}
|
||||
|
||||
+131
-131
@@ -12,109 +12,109 @@ digraph complex_kt {
|
||||
|
||||
subgraph cluster_1 {
|
||||
color=red
|
||||
3 [label="Enter class AutoCloseable" style="filled" fillcolor=red];
|
||||
2 [label="Exit class AutoCloseable" style="filled" fillcolor=red];
|
||||
2 [label="Enter class AutoCloseable" style="filled" fillcolor=red];
|
||||
3 [label="Exit class AutoCloseable" style="filled" fillcolor=red];
|
||||
}
|
||||
3 -> {2} [color=green];
|
||||
2 -> {3} [color=green];
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
4 [label="Enter function addSuppressed" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
6 [label="Enter block"];
|
||||
7 [label="Exit block"];
|
||||
5 [label="Enter block"];
|
||||
6 [label="Exit block"];
|
||||
}
|
||||
5 [label="Exit function addSuppressed" style="filled" fillcolor=red];
|
||||
7 [label="Exit function addSuppressed" style="filled" fillcolor=red];
|
||||
}
|
||||
4 -> {6};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {5};
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
8 [label="Enter function closeFinally" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
10 [label="Enter block"];
|
||||
9 [label="Enter block"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
11 [label="Enter when"];
|
||||
10 [label="Enter when"];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
13 [label="Enter when branch condition "];
|
||||
14 [label="Access variable this@R|/closeFinally|"];
|
||||
15 [label="Const: Null(null)"];
|
||||
16 [label="Operator =="];
|
||||
17 [label="Exit when branch condition"];
|
||||
11 [label="Enter when branch condition "];
|
||||
12 [label="Access variable this@R|/closeFinally|"];
|
||||
13 [label="Const: Null(null)"];
|
||||
14 [label="Operator =="];
|
||||
15 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
22 [label="Enter when branch condition "];
|
||||
23 [label="Access variable R|<local>/cause|"];
|
||||
24 [label="Const: Null(null)"];
|
||||
25 [label="Operator =="];
|
||||
26 [label="Exit when branch condition"];
|
||||
16 [label="Enter when branch condition "];
|
||||
17 [label="Access variable R|<local>/cause|"];
|
||||
18 [label="Const: Null(null)"];
|
||||
19 [label="Operator =="];
|
||||
20 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
32 [label="Enter when branch condition else"];
|
||||
33 [label="Exit when branch condition"];
|
||||
21 [label="Enter when branch condition else"];
|
||||
22 [label="Exit when branch condition"];
|
||||
}
|
||||
34 [label="Enter when branch result"];
|
||||
23 [label="Enter when branch result"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
35 [label="Enter block"];
|
||||
24 [label="Enter block"];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
36 [label="Try expression enter"];
|
||||
25 [label="Try expression enter"];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
38 [label="Try main block enter"];
|
||||
26 [label="Try main block enter"];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
40 [label="Enter block"];
|
||||
41 [label="Function call: this@R|/closeFinally|.R|/AutoCloseable.close|()"];
|
||||
42 [label="Exit block"];
|
||||
27 [label="Enter block"];
|
||||
28 [label="Function call: this@R|/closeFinally|.R|/AutoCloseable.close|()"];
|
||||
29 [label="Exit block"];
|
||||
}
|
||||
43 [label="Try main block exit"];
|
||||
30 [label="Try main block exit"];
|
||||
}
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
39 [label="Catch enter"];
|
||||
31 [label="Catch enter"];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
44 [label="Enter block"];
|
||||
45 [label="Access variable R|<local>/cause|"];
|
||||
46 [label="Access variable R|<local>/closeException|"];
|
||||
47 [label="Function call: R|<local>/cause|.R|/addSuppressed|(...)"];
|
||||
48 [label="Exit block"];
|
||||
32 [label="Enter block"];
|
||||
33 [label="Access variable R|<local>/cause|"];
|
||||
34 [label="Access variable R|<local>/closeException|"];
|
||||
35 [label="Function call: R|<local>/cause|.R|/addSuppressed|(...)"];
|
||||
36 [label="Exit block"];
|
||||
}
|
||||
49 [label="Catch exit"];
|
||||
37 [label="Catch exit"];
|
||||
}
|
||||
37 [label="Try expression exit"];
|
||||
38 [label="Try expression exit"];
|
||||
}
|
||||
50 [label="Exit block"];
|
||||
39 [label="Exit block"];
|
||||
}
|
||||
51 [label="Exit when branch result"];
|
||||
27 [label="Enter when branch result"];
|
||||
40 [label="Exit when branch result"];
|
||||
41 [label="Enter when branch result"];
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
28 [label="Enter block"];
|
||||
29 [label="Function call: this@R|/closeFinally|.R|/AutoCloseable.close|()"];
|
||||
30 [label="Exit block"];
|
||||
42 [label="Enter block"];
|
||||
43 [label="Function call: this@R|/closeFinally|.R|/AutoCloseable.close|()"];
|
||||
44 [label="Exit block"];
|
||||
}
|
||||
31 [label="Exit when branch result"];
|
||||
18 [label="Enter when branch result"];
|
||||
45 [label="Exit when branch result"];
|
||||
46 [label="Enter when branch result"];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
19 [label="Enter block"];
|
||||
20 [label="Exit block"];
|
||||
47 [label="Enter block"];
|
||||
48 [label="Exit block"];
|
||||
}
|
||||
21 [label="Exit when branch result"];
|
||||
12 [label="Exit when"];
|
||||
49 [label="Exit when branch result"];
|
||||
50 [label="Exit when"];
|
||||
}
|
||||
52 [label="Jump: ^closeFinally when () {
|
||||
51 [label="Jump: ^closeFinally when () {
|
||||
==(this@R|/closeFinally|, Null(null)) -> {
|
||||
}
|
||||
==(R|<local>/cause|, Null(null)) -> {
|
||||
@@ -131,160 +131,160 @@ digraph complex_kt {
|
||||
}
|
||||
}
|
||||
"];
|
||||
53 [label="Stub" style="filled" fillcolor=gray];
|
||||
54 [label="Exit block" style="filled" fillcolor=gray];
|
||||
52 [label="Stub" style="filled" fillcolor=gray];
|
||||
53 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
9 [label="Exit function closeFinally" style="filled" fillcolor=red];
|
||||
54 [label="Exit function closeFinally" style="filled" fillcolor=red];
|
||||
}
|
||||
8 -> {10};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {13};
|
||||
12 -> {52};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
15 -> {46 16};
|
||||
16 -> {17};
|
||||
17 -> {18 22};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {12};
|
||||
20 -> {41 21};
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27 32};
|
||||
26 -> {54 31 27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {12};
|
||||
30 -> {38};
|
||||
31 -> {54 32};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {38};
|
||||
37 -> {50};
|
||||
38 -> {9 39 40};
|
||||
39 -> {9 44};
|
||||
40 -> {41};
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {50};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {37};
|
||||
43 -> {44};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
45 -> {50};
|
||||
46 -> {47};
|
||||
47 -> {48};
|
||||
48 -> {49};
|
||||
49 -> {37};
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
51 -> {12};
|
||||
52 -> {9};
|
||||
51 -> {54};
|
||||
51 -> {52} [style=dotted];
|
||||
52 -> {53} [style=dotted];
|
||||
53 -> {54} [style=dotted];
|
||||
54 -> {9} [style=dotted];
|
||||
|
||||
subgraph cluster_18 {
|
||||
color=red
|
||||
55 [label="Enter function firstIsInstanceOrNull" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
57 [label="Enter block"];
|
||||
58 [label="Access variable this@R|/firstIsInstanceOrNull|"];
|
||||
59 [label="Function call: this@R|/firstIsInstanceOrNull|.R|FakeOverride<kotlin/collections/List.iterator: R|kotlin/collections/Iterator<kotlin/Any?>|>|()"];
|
||||
60 [label="Variable declaration: lval <iterator>: R|kotlin/collections/Iterator<kotlin/Any?>|"];
|
||||
56 [label="Enter block"];
|
||||
57 [label="Access variable this@R|/firstIsInstanceOrNull|"];
|
||||
58 [label="Function call: this@R|/firstIsInstanceOrNull|.R|FakeOverride<kotlin/collections/List.iterator: R|kotlin/collections/Iterator<kotlin/Any?>|>|()"];
|
||||
59 [label="Variable declaration: lval <iterator>: R|kotlin/collections/Iterator<kotlin/Any?>|"];
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
61 [label="Enter while loop"];
|
||||
60 [label="Enter while loop"];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
63 [label="Enter loop condition"];
|
||||
64 [label="Access variable R|<local>/<iterator>|"];
|
||||
65 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()"];
|
||||
66 [label="Exit loop condition"];
|
||||
61 [label="Enter loop condition"];
|
||||
62 [label="Access variable R|<local>/<iterator>|"];
|
||||
63 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()"];
|
||||
64 [label="Exit loop condition"];
|
||||
}
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
67 [label="Enter loop block"];
|
||||
65 [label="Enter loop block"];
|
||||
subgraph cluster_23 {
|
||||
color=blue
|
||||
68 [label="Enter block"];
|
||||
69 [label="Access variable R|<local>/<iterator>|"];
|
||||
70 [label="Function call: R|<local>/<iterator>|.R|FakeOverride<kotlin/collections/Iterator.next: R|kotlin/Any?|>|()"];
|
||||
71 [label="Variable declaration: lval element: R|kotlin/Any?|"];
|
||||
66 [label="Enter block"];
|
||||
67 [label="Access variable R|<local>/<iterator>|"];
|
||||
68 [label="Function call: R|<local>/<iterator>|.R|FakeOverride<kotlin/collections/Iterator.next: R|kotlin/Any?|>|()"];
|
||||
69 [label="Variable declaration: lval element: R|kotlin/Any?|"];
|
||||
subgraph cluster_24 {
|
||||
color=blue
|
||||
72 [label="Enter when"];
|
||||
70 [label="Enter when"];
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
74 [label="Enter when branch condition "];
|
||||
75 [label="Access variable R|<local>/element|"];
|
||||
76 [label="Type operator: (R|<local>/element| is R|T|)"];
|
||||
77 [label="Exit when branch condition"];
|
||||
71 [label="Enter when branch condition "];
|
||||
72 [label="Access variable R|<local>/element|"];
|
||||
73 [label="Type operator: (R|<local>/element| is R|T|)"];
|
||||
74 [label="Exit when branch condition"];
|
||||
}
|
||||
85 [label="Synthetic else branch"];
|
||||
78 [label="Enter when branch result"];
|
||||
75 [label="Synthetic else branch"];
|
||||
76 [label="Enter when branch result"];
|
||||
subgraph cluster_26 {
|
||||
color=blue
|
||||
79 [label="Enter block"];
|
||||
80 [label="Access variable R|<local>/element|"];
|
||||
81 [label="Jump: ^firstIsInstanceOrNull R|<local>/element|"];
|
||||
82 [label="Stub" style="filled" fillcolor=gray];
|
||||
83 [label="Exit block" style="filled" fillcolor=gray];
|
||||
77 [label="Enter block"];
|
||||
78 [label="Access variable R|<local>/element|"];
|
||||
79 [label="Jump: ^firstIsInstanceOrNull R|<local>/element|"];
|
||||
80 [label="Stub" style="filled" fillcolor=gray];
|
||||
81 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
84 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
73 [label="Exit when"];
|
||||
82 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
83 [label="Exit when"];
|
||||
}
|
||||
86 [label="Exit block"];
|
||||
84 [label="Exit block"];
|
||||
}
|
||||
87 [label="Exit loop block"];
|
||||
85 [label="Exit loop block"];
|
||||
}
|
||||
62 [label="Exit whileloop"];
|
||||
86 [label="Exit whileloop"];
|
||||
}
|
||||
88 [label="Const: Null(null)"];
|
||||
89 [label="Jump: ^firstIsInstanceOrNull Null(null)"];
|
||||
90 [label="Stub" style="filled" fillcolor=gray];
|
||||
91 [label="Exit block" style="filled" fillcolor=gray];
|
||||
87 [label="Const: Null(null)"];
|
||||
88 [label="Jump: ^firstIsInstanceOrNull Null(null)"];
|
||||
89 [label="Stub" style="filled" fillcolor=gray];
|
||||
90 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
56 [label="Exit function firstIsInstanceOrNull" style="filled" fillcolor=red];
|
||||
91 [label="Exit function firstIsInstanceOrNull" style="filled" fillcolor=red];
|
||||
}
|
||||
55 -> {57};
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {58};
|
||||
58 -> {59};
|
||||
59 -> {60};
|
||||
60 -> {61};
|
||||
61 -> {63};
|
||||
62 -> {88};
|
||||
61 -> {62};
|
||||
62 -> {63};
|
||||
63 -> {64};
|
||||
64 -> {65};
|
||||
64 -> {86 65};
|
||||
65 -> {66};
|
||||
66 -> {62 67};
|
||||
66 -> {67};
|
||||
67 -> {68};
|
||||
68 -> {69};
|
||||
69 -> {70};
|
||||
70 -> {71};
|
||||
71 -> {72};
|
||||
72 -> {74};
|
||||
73 -> {86};
|
||||
74 -> {75};
|
||||
75 -> {76};
|
||||
72 -> {73};
|
||||
73 -> {74};
|
||||
74 -> {76 75};
|
||||
75 -> {83};
|
||||
76 -> {77};
|
||||
77 -> {78 85};
|
||||
77 -> {78};
|
||||
78 -> {79};
|
||||
79 -> {80};
|
||||
80 -> {81};
|
||||
81 -> {56};
|
||||
79 -> {91};
|
||||
79 -> {80} [style=dotted];
|
||||
80 -> {81} [style=dotted];
|
||||
81 -> {82} [style=dotted];
|
||||
82 -> {83} [style=dotted];
|
||||
83 -> {84} [style=dotted];
|
||||
84 -> {73} [style=dotted];
|
||||
85 -> {73};
|
||||
83 -> {84};
|
||||
84 -> {85};
|
||||
85 -> {61} [color=green style=dashed];
|
||||
86 -> {87};
|
||||
87 -> {63} [color=green style=dashed];
|
||||
88 -> {89};
|
||||
89 -> {56};
|
||||
87 -> {88};
|
||||
88 -> {91};
|
||||
88 -> {89} [style=dotted];
|
||||
89 -> {90} [style=dotted];
|
||||
90 -> {91} [style=dotted];
|
||||
91 -> {56} [style=dotted];
|
||||
|
||||
}
|
||||
|
||||
@@ -8,78 +8,78 @@ digraph defaultArguments_kt {
|
||||
0 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Const: Int(1)"];
|
||||
4 [label="Jump: ^foo Int(1)"];
|
||||
5 [label="Stub" style="filled" fillcolor=gray];
|
||||
6 [label="Exit block" style="filled" fillcolor=gray];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Const: Int(1)"];
|
||||
3 [label="Jump: ^foo Int(1)"];
|
||||
4 [label="Stub" style="filled" fillcolor=gray];
|
||||
5 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
1 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
6 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {1};
|
||||
3 -> {6};
|
||||
3 -> {4} [style=dotted];
|
||||
4 -> {5} [style=dotted];
|
||||
5 -> {6} [style=dotted];
|
||||
6 -> {1} [style=dotted];
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
7 [label="Enter function test" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
17 [label="Enter default value of z" style="filled" fillcolor=red];
|
||||
18 [label="Postponed enter to lambda"];
|
||||
16 [label="Enter default value of z" style="filled" fillcolor=red];
|
||||
17 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
22 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
24 [label="Enter block"];
|
||||
25 [label="Function call: R|/foo|()"];
|
||||
26 [label="Exit block"];
|
||||
23 [label="Enter block"];
|
||||
24 [label="Function call: R|/foo|()"];
|
||||
25 [label="Exit block"];
|
||||
}
|
||||
23 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
26 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
21 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
18 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
19 [label="Postponed exit from lambda"];
|
||||
20 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
16 [label="Exit default value of z" style="filled" fillcolor=red];
|
||||
21 [label="Exit default value of z" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
13 [label="Enter default value of y" style="filled" fillcolor=red];
|
||||
14 [label="Access variable R|<local>/x|"];
|
||||
15 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
|
||||
12 [label="Exit default value of y" style="filled" fillcolor=red];
|
||||
12 [label="Enter default value of y" style="filled" fillcolor=red];
|
||||
13 [label="Access variable R|<local>/x|"];
|
||||
14 [label="Type operator: (R|<local>/x| as R|kotlin/String|)"];
|
||||
15 [label="Exit default value of y" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
9 [label="Enter block"];
|
||||
10 [label="Function call: R|/foo|()"];
|
||||
11 [label="Exit block"];
|
||||
8 [label="Enter block"];
|
||||
9 [label="Function call: R|/foo|()"];
|
||||
10 [label="Exit block"];
|
||||
}
|
||||
8 [label="Exit function test" style="filled" fillcolor=red];
|
||||
11 [label="Exit function test" style="filled" fillcolor=red];
|
||||
}
|
||||
7 -> {13 17 9};
|
||||
7 -> {12 16 8};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {8};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {12};
|
||||
17 -> {18};
|
||||
18 -> {22};
|
||||
18 -> {19} [color=red];
|
||||
16 -> {17};
|
||||
17 -> {22};
|
||||
17 -> {19} [color=red];
|
||||
18 -> {20} [color=red];
|
||||
19 -> {20} [color=green];
|
||||
20 -> {16};
|
||||
21 -> {20} [color=red];
|
||||
22 -> {24};
|
||||
23 -> {19} [color=green];
|
||||
23 -> {21} [color=red];
|
||||
20 -> {21};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {23};
|
||||
26 -> {19} [color=green];
|
||||
26 -> {18} [color=red];
|
||||
|
||||
}
|
||||
|
||||
+35
-35
@@ -8,74 +8,74 @@ digraph emptyWhen_kt {
|
||||
0 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
1 [label="Enter block"];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
3 [label="Enter when"];
|
||||
5 [label="Synthetic else branch"];
|
||||
2 [label="Enter when"];
|
||||
3 [label="Synthetic else branch"];
|
||||
4 [label="Exit when"];
|
||||
}
|
||||
6 [label="Exit block"];
|
||||
5 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
6 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {5};
|
||||
4 -> {6};
|
||||
5 -> {4};
|
||||
6 -> {1};
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
|
||||
subgraph cluster_3 {
|
||||
color=red
|
||||
7 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
9 [label="Enter block"];
|
||||
8 [label="Enter block"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
10 [label="Enter when"];
|
||||
12 [label="Access variable R|<local>/x|"];
|
||||
13 [label="Synthetic else branch"];
|
||||
11 [label="Exit when"];
|
||||
9 [label="Enter when"];
|
||||
10 [label="Access variable R|<local>/x|"];
|
||||
11 [label="Synthetic else branch"];
|
||||
12 [label="Exit when"];
|
||||
}
|
||||
14 [label="Exit block"];
|
||||
13 [label="Exit block"];
|
||||
}
|
||||
8 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
14 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
7 -> {9};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {12};
|
||||
11 -> {14};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {11};
|
||||
14 -> {8};
|
||||
13 -> {14};
|
||||
|
||||
subgraph cluster_6 {
|
||||
color=red
|
||||
15 [label="Enter function test_3" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
17 [label="Enter block"];
|
||||
16 [label="Enter block"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
18 [label="Enter when"];
|
||||
20 [label="Access variable R|<local>/x|"];
|
||||
21 [label="Variable declaration: lval y: R|kotlin/Int|"];
|
||||
22 [label="Synthetic else branch"];
|
||||
19 [label="Exit when"];
|
||||
17 [label="Enter when"];
|
||||
18 [label="Access variable R|<local>/x|"];
|
||||
19 [label="Variable declaration: lval y: R|kotlin/Int|"];
|
||||
20 [label="Synthetic else branch"];
|
||||
21 [label="Exit when"];
|
||||
}
|
||||
23 [label="Exit block"];
|
||||
22 [label="Exit block"];
|
||||
}
|
||||
16 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
23 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
}
|
||||
15 -> {17};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {20};
|
||||
19 -> {23};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {19};
|
||||
23 -> {16};
|
||||
22 -> {23};
|
||||
|
||||
}
|
||||
|
||||
+298
-298
@@ -8,225 +8,226 @@ digraph flowFromInplaceLambda_kt {
|
||||
0 [label="Enter function takeInt" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Exit block"];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function takeInt" style="filled" fillcolor=red];
|
||||
3 [label="Exit function takeInt" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {1};
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
4 [label="Enter function select" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
6 [label="Enter block"];
|
||||
7 [label="Access variable R|<local>/x|"];
|
||||
8 [label="Const: Int(0)"];
|
||||
9 [label="Function call: R|<local>/x|.R|FakeOverride<kotlin/Array.get: R|K|>|(...)"];
|
||||
10 [label="Jump: ^select R|<local>/x|.R|FakeOverride<kotlin/Array.get: R|K|>|(Int(0))"];
|
||||
11 [label="Stub" style="filled" fillcolor=gray];
|
||||
12 [label="Exit block" style="filled" fillcolor=gray];
|
||||
5 [label="Enter block"];
|
||||
6 [label="Access variable R|<local>/x|"];
|
||||
7 [label="Const: Int(0)"];
|
||||
8 [label="Function call: R|<local>/x|.R|FakeOverride<kotlin/Array.get: R|K|>|(...)"];
|
||||
9 [label="Jump: ^select R|<local>/x|.R|FakeOverride<kotlin/Array.get: R|K|>|(Int(0))"];
|
||||
10 [label="Stub" style="filled" fillcolor=gray];
|
||||
11 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
5 [label="Exit function select" style="filled" fillcolor=red];
|
||||
12 [label="Exit function select" style="filled" fillcolor=red];
|
||||
}
|
||||
4 -> {6};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {5};
|
||||
9 -> {12};
|
||||
9 -> {10} [style=dotted];
|
||||
10 -> {11} [style=dotted];
|
||||
11 -> {12} [style=dotted];
|
||||
12 -> {5} [style=dotted];
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
13 [label="Enter function id" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
15 [label="Enter block"];
|
||||
16 [label="Access variable R|<local>/x|"];
|
||||
17 [label="Jump: ^id R|<local>/x|"];
|
||||
18 [label="Stub" style="filled" fillcolor=gray];
|
||||
19 [label="Exit block" style="filled" fillcolor=gray];
|
||||
14 [label="Enter block"];
|
||||
15 [label="Access variable R|<local>/x|"];
|
||||
16 [label="Jump: ^id R|<local>/x|"];
|
||||
17 [label="Stub" style="filled" fillcolor=gray];
|
||||
18 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
14 [label="Exit function id" style="filled" fillcolor=red];
|
||||
19 [label="Exit function id" style="filled" fillcolor=red];
|
||||
}
|
||||
13 -> {15};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {14};
|
||||
16 -> {19};
|
||||
16 -> {17} [style=dotted];
|
||||
17 -> {18} [style=dotted];
|
||||
18 -> {19} [style=dotted];
|
||||
19 -> {14} [style=dotted];
|
||||
|
||||
subgraph cluster_6 {
|
||||
color=red
|
||||
20 [label="Enter function materialize" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
22 [label="Enter block"];
|
||||
23 [label="Const: Null(null)"];
|
||||
24 [label="Check not null: Null(null)!!"];
|
||||
25 [label="Jump: ^materialize Null(null)!!"];
|
||||
26 [label="Stub" style="filled" fillcolor=gray];
|
||||
27 [label="Exit block" style="filled" fillcolor=gray];
|
||||
21 [label="Enter block"];
|
||||
22 [label="Const: Null(null)"];
|
||||
23 [label="Check not null: Null(null)!!"];
|
||||
24 [label="Jump: ^materialize Null(null)!!"];
|
||||
25 [label="Stub" style="filled" fillcolor=gray];
|
||||
26 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
21 [label="Exit function materialize" style="filled" fillcolor=red];
|
||||
27 [label="Exit function materialize" style="filled" fillcolor=red];
|
||||
}
|
||||
20 -> {22};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {21};
|
||||
24 -> {27};
|
||||
24 -> {25} [style=dotted];
|
||||
25 -> {26} [style=dotted];
|
||||
26 -> {27} [style=dotted];
|
||||
27 -> {21} [style=dotted];
|
||||
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
28 [label="Enter function myRun" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
30 [label="Enter block"];
|
||||
31 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"];
|
||||
32 [label="Jump: ^myRun R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"];
|
||||
33 [label="Stub" style="filled" fillcolor=gray];
|
||||
34 [label="Exit block" style="filled" fillcolor=gray];
|
||||
29 [label="Enter block"];
|
||||
30 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"];
|
||||
31 [label="Jump: ^myRun R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"];
|
||||
32 [label="Stub" style="filled" fillcolor=gray];
|
||||
33 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
29 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
34 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
}
|
||||
28 -> {30};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {29};
|
||||
31 -> {34};
|
||||
31 -> {32} [style=dotted];
|
||||
32 -> {33} [style=dotted];
|
||||
33 -> {34} [style=dotted];
|
||||
34 -> {29} [style=dotted];
|
||||
|
||||
subgraph cluster_10 {
|
||||
color=red
|
||||
35 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
37 [label="Enter block"];
|
||||
38 [label="Postponed enter to lambda"];
|
||||
36 [label="Enter block"];
|
||||
37 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
45 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
47 [label="Enter block"];
|
||||
48 [label="Access variable R|<local>/x|"];
|
||||
49 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
|
||||
50 [label="Exit block"];
|
||||
46 [label="Enter block"];
|
||||
47 [label="Access variable R|<local>/x|"];
|
||||
48 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
|
||||
49 [label="Exit block"];
|
||||
}
|
||||
46 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
50 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
41 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
38 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
39 [label="Postponed exit from lambda"];
|
||||
40 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
42 [label="Access variable R|<local>/x|"];
|
||||
43 [label="Function call: R|/takeInt|(...)"];
|
||||
44 [label="Exit block"];
|
||||
41 [label="Access variable R|<local>/x|"];
|
||||
42 [label="Function call: R|/takeInt|(...)"];
|
||||
43 [label="Exit block"];
|
||||
}
|
||||
36 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
44 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
35 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {45};
|
||||
38 -> {39} [color=red];
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {45};
|
||||
37 -> {39} [color=red];
|
||||
38 -> {40} [color=red];
|
||||
39 -> {40} [color=green];
|
||||
40 -> {42};
|
||||
41 -> {40} [color=red];
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {44};
|
||||
44 -> {36};
|
||||
45 -> {47};
|
||||
46 -> {39} [color=green];
|
||||
46 -> {41} [color=red];
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
47 -> {48};
|
||||
48 -> {49};
|
||||
49 -> {50};
|
||||
50 -> {46};
|
||||
50 -> {39} [color=green];
|
||||
50 -> {38} [color=red];
|
||||
|
||||
subgraph cluster_14 {
|
||||
color=red
|
||||
51 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
53 [label="Enter block"];
|
||||
54 [label="Postponed enter to lambda"];
|
||||
52 [label="Enter block"];
|
||||
53 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
74 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
76 [label="Enter block"];
|
||||
77 [label="Access variable R|<local>/y|"];
|
||||
78 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()"];
|
||||
79 [label="Access variable R|<local>/x|"];
|
||||
80 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
|
||||
81 [label="Exit block"];
|
||||
75 [label="Enter block"];
|
||||
76 [label="Access variable R|<local>/y|"];
|
||||
77 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()"];
|
||||
78 [label="Access variable R|<local>/x|"];
|
||||
79 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
|
||||
80 [label="Exit block"];
|
||||
}
|
||||
75 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
81 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
55 [label="Postponed exit from lambda"];
|
||||
56 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
58 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
54 [label="Postponed exit from lambda"];
|
||||
55 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
56 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
57 [label="Function call: R|/id|<R|kotlin/Int|>(...)"];
|
||||
59 [label="Access variable R|<local>/y|"];
|
||||
60 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
|
||||
61 [label="Postponed enter to lambda"];
|
||||
58 [label="Access variable R|<local>/y|"];
|
||||
59 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
|
||||
60 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
82 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
84 [label="Enter block"];
|
||||
85 [label="Access variable R|<local>/x|"];
|
||||
86 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
87 [label="Access variable R|<local>/y|"];
|
||||
88 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"];
|
||||
89 [label="Const: Int(1)"];
|
||||
90 [label="Exit block"];
|
||||
83 [label="Enter block"];
|
||||
84 [label="Access variable R|<local>/x|"];
|
||||
85 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
86 [label="Access variable R|<local>/y|"];
|
||||
87 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"];
|
||||
88 [label="Const: Int(1)"];
|
||||
89 [label="Exit block"];
|
||||
}
|
||||
83 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
90 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
62 [label="Postponed exit from lambda"];
|
||||
63 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
65 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
61 [label="Postponed exit from lambda"];
|
||||
62 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
63 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
64 [label="Function call: R|/select|<R|kotlin/Int|>(...)"];
|
||||
66 [label="Variable declaration: lval a: R|kotlin/Int|"];
|
||||
67 [label="Access variable R|<local>/x|"];
|
||||
68 [label="Function call: R|/takeInt|(...)"];
|
||||
69 [label="Access variable R|<local>/y|"];
|
||||
70 [label="Function call: R|/takeInt|(...)"];
|
||||
71 [label="Access variable R|<local>/a|"];
|
||||
72 [label="Function call: R|/takeInt|(...)"];
|
||||
73 [label="Exit block"];
|
||||
65 [label="Variable declaration: lval a: R|kotlin/Int|"];
|
||||
66 [label="Access variable R|<local>/x|"];
|
||||
67 [label="Function call: R|/takeInt|(...)"];
|
||||
68 [label="Access variable R|<local>/y|"];
|
||||
69 [label="Function call: R|/takeInt|(...)"];
|
||||
70 [label="Access variable R|<local>/a|"];
|
||||
71 [label="Function call: R|/takeInt|(...)"];
|
||||
72 [label="Exit block"];
|
||||
}
|
||||
52 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
73 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
51 -> {53};
|
||||
53 -> {54};
|
||||
54 -> {74};
|
||||
54 -> {55} [color=red];
|
||||
51 -> {52};
|
||||
52 -> {53};
|
||||
53 -> {74};
|
||||
53 -> {54} [color=red];
|
||||
54 -> {55};
|
||||
55 -> {56};
|
||||
56 -> {58};
|
||||
57 -> {59};
|
||||
58 -> {57};
|
||||
56 -> {57};
|
||||
57 -> {58};
|
||||
58 -> {59};
|
||||
59 -> {60};
|
||||
60 -> {61};
|
||||
61 -> {82};
|
||||
61 -> {62} [color=red];
|
||||
60 -> {82};
|
||||
60 -> {61} [color=red];
|
||||
61 -> {62};
|
||||
62 -> {63};
|
||||
63 -> {65};
|
||||
64 -> {66};
|
||||
65 -> {64};
|
||||
63 -> {64};
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {67};
|
||||
67 -> {68};
|
||||
68 -> {69};
|
||||
@@ -234,98 +235,98 @@ digraph flowFromInplaceLambda_kt {
|
||||
70 -> {71};
|
||||
71 -> {72};
|
||||
72 -> {73};
|
||||
73 -> {52};
|
||||
74 -> {76};
|
||||
75 -> {55} [color=green];
|
||||
75 -> {58} [color=red];
|
||||
74 -> {75};
|
||||
75 -> {76};
|
||||
76 -> {77};
|
||||
77 -> {78};
|
||||
78 -> {79};
|
||||
79 -> {80};
|
||||
80 -> {81};
|
||||
81 -> {75};
|
||||
82 -> {84};
|
||||
83 -> {62} [color=green];
|
||||
83 -> {65} [color=red];
|
||||
81 -> {54} [color=green];
|
||||
81 -> {56} [color=red];
|
||||
82 -> {83};
|
||||
83 -> {84};
|
||||
84 -> {85};
|
||||
85 -> {86};
|
||||
86 -> {87};
|
||||
87 -> {88};
|
||||
88 -> {89};
|
||||
89 -> {90};
|
||||
90 -> {83};
|
||||
90 -> {61} [color=green];
|
||||
90 -> {63} [color=red];
|
||||
|
||||
subgraph cluster_20 {
|
||||
color=red
|
||||
91 [label="Enter function test_3" style="filled" fillcolor=red];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
93 [label="Enter block"];
|
||||
94 [label="Postponed enter to lambda"];
|
||||
92 [label="Enter block"];
|
||||
93 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
111 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_23 {
|
||||
color=blue
|
||||
113 [label="Enter block"];
|
||||
114 [label="Access variable R|<local>/y|"];
|
||||
115 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()"];
|
||||
116 [label="Access variable R|<local>/x|"];
|
||||
117 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
|
||||
118 [label="Function call: R|/materialize|<R|kotlin/Int|>()"];
|
||||
119 [label="Exit block"];
|
||||
112 [label="Enter block"];
|
||||
113 [label="Access variable R|<local>/y|"];
|
||||
114 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()"];
|
||||
115 [label="Access variable R|<local>/x|"];
|
||||
116 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
|
||||
117 [label="Function call: R|/materialize|<R|kotlin/Int|>()"];
|
||||
118 [label="Exit block"];
|
||||
}
|
||||
112 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
119 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
95 [label="Postponed exit from lambda"];
|
||||
96 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
97 [label="Function call: R|/id|<R|kotlin/Int|>(...)"];
|
||||
98 [label="Postponed enter to lambda"];
|
||||
94 [label="Postponed exit from lambda"];
|
||||
95 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
96 [label="Function call: R|/id|<R|kotlin/Int|>(...)"];
|
||||
97 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_24 {
|
||||
color=blue
|
||||
120 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
122 [label="Enter block"];
|
||||
123 [label="Access variable R|<local>/y|"];
|
||||
124 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
|
||||
125 [label="Access variable R|<local>/x|"];
|
||||
126 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()"];
|
||||
127 [label="Access variable R|<local>/y|"];
|
||||
128 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"];
|
||||
129 [label="Const: Int(1)"];
|
||||
130 [label="Exit block"];
|
||||
121 [label="Enter block"];
|
||||
122 [label="Access variable R|<local>/y|"];
|
||||
123 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
|
||||
124 [label="Access variable R|<local>/x|"];
|
||||
125 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()"];
|
||||
126 [label="Access variable R|<local>/y|"];
|
||||
127 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"];
|
||||
128 [label="Const: Int(1)"];
|
||||
129 [label="Exit block"];
|
||||
}
|
||||
121 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
130 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
99 [label="Postponed exit from lambda"];
|
||||
100 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
102 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
98 [label="Postponed exit from lambda"];
|
||||
99 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
100 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
101 [label="Function call: R|/select|<R|kotlin/Int|>(...)"];
|
||||
103 [label="Variable declaration: lval a: R|kotlin/Int|"];
|
||||
104 [label="Access variable R|<local>/x|"];
|
||||
105 [label="Function call: R|/takeInt|(...)"];
|
||||
106 [label="Access variable R|<local>/y|"];
|
||||
107 [label="Function call: R|/takeInt|(...)"];
|
||||
108 [label="Access variable R|<local>/a|"];
|
||||
109 [label="Function call: R|/takeInt|(...)"];
|
||||
110 [label="Exit block"];
|
||||
102 [label="Variable declaration: lval a: R|kotlin/Int|"];
|
||||
103 [label="Access variable R|<local>/x|"];
|
||||
104 [label="Function call: R|/takeInt|(...)"];
|
||||
105 [label="Access variable R|<local>/y|"];
|
||||
106 [label="Function call: R|/takeInt|(...)"];
|
||||
107 [label="Access variable R|<local>/a|"];
|
||||
108 [label="Function call: R|/takeInt|(...)"];
|
||||
109 [label="Exit block"];
|
||||
}
|
||||
92 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
110 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
}
|
||||
91 -> {93};
|
||||
93 -> {94};
|
||||
94 -> {111};
|
||||
94 -> {95} [color=red];
|
||||
91 -> {92};
|
||||
92 -> {93};
|
||||
93 -> {111};
|
||||
93 -> {94} [color=red];
|
||||
94 -> {95};
|
||||
95 -> {96};
|
||||
96 -> {97};
|
||||
97 -> {98};
|
||||
98 -> {120};
|
||||
98 -> {99} [color=red];
|
||||
97 -> {120};
|
||||
97 -> {98} [color=red];
|
||||
98 -> {99};
|
||||
99 -> {100};
|
||||
100 -> {102};
|
||||
101 -> {103};
|
||||
102 -> {101};
|
||||
100 -> {101};
|
||||
101 -> {102};
|
||||
102 -> {103};
|
||||
103 -> {104};
|
||||
104 -> {105};
|
||||
105 -> {106};
|
||||
@@ -333,20 +334,18 @@ digraph flowFromInplaceLambda_kt {
|
||||
107 -> {108};
|
||||
108 -> {109};
|
||||
109 -> {110};
|
||||
110 -> {92};
|
||||
111 -> {113};
|
||||
112 -> {95} [color=green];
|
||||
112 -> {102} [color=red];
|
||||
111 -> {112};
|
||||
112 -> {113};
|
||||
113 -> {114};
|
||||
114 -> {115};
|
||||
115 -> {116};
|
||||
116 -> {117};
|
||||
117 -> {118};
|
||||
118 -> {119};
|
||||
119 -> {112};
|
||||
120 -> {122};
|
||||
121 -> {99} [color=green];
|
||||
121 -> {102} [color=red];
|
||||
119 -> {94} [color=green];
|
||||
119 -> {100} [color=red];
|
||||
120 -> {121};
|
||||
121 -> {122};
|
||||
122 -> {123};
|
||||
123 -> {124};
|
||||
124 -> {125};
|
||||
@@ -355,73 +354,75 @@ digraph flowFromInplaceLambda_kt {
|
||||
127 -> {128};
|
||||
128 -> {129};
|
||||
129 -> {130};
|
||||
130 -> {121};
|
||||
130 -> {98} [color=green];
|
||||
130 -> {100} [color=red];
|
||||
|
||||
subgraph cluster_26 {
|
||||
color=red
|
||||
131 [label="Enter function test_4" style="filled" fillcolor=red];
|
||||
subgraph cluster_27 {
|
||||
color=blue
|
||||
133 [label="Enter block"];
|
||||
134 [label="Postponed enter to lambda"];
|
||||
132 [label="Enter block"];
|
||||
133 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_28 {
|
||||
color=blue
|
||||
152 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_29 {
|
||||
color=blue
|
||||
154 [label="Enter block"];
|
||||
155 [label="Access variable R|<local>/y|"];
|
||||
156 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()"];
|
||||
157 [label="Access variable R|<local>/x|"];
|
||||
158 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
|
||||
159 [label="Exit block"];
|
||||
153 [label="Enter block"];
|
||||
154 [label="Access variable R|<local>/y|"];
|
||||
155 [label="Function call: R|<local>/y|.<Unresolved name: inc>#()"];
|
||||
156 [label="Access variable R|<local>/x|"];
|
||||
157 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
|
||||
158 [label="Exit block"];
|
||||
}
|
||||
153 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
159 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
135 [label="Postponed exit from lambda"];
|
||||
136 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
137 [label="Function call: R|/id|<R|kotlin/Int|>(...)"];
|
||||
138 [label="Access variable R|<local>/y|"];
|
||||
139 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
|
||||
140 [label="Postponed enter to lambda"];
|
||||
134 [label="Postponed exit from lambda"];
|
||||
135 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
136 [label="Function call: R|/id|<R|kotlin/Int|>(...)"];
|
||||
137 [label="Access variable R|<local>/y|"];
|
||||
138 [label="Type operator: (R|<local>/y| as R|kotlin/Int|)"];
|
||||
139 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_30 {
|
||||
color=blue
|
||||
160 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_31 {
|
||||
color=blue
|
||||
162 [label="Enter block"];
|
||||
163 [label="Access variable R|<local>/x|"];
|
||||
164 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()"];
|
||||
165 [label="Access variable R|<local>/y|"];
|
||||
166 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"];
|
||||
167 [label="Const: Int(1)"];
|
||||
168 [label="Exit block"];
|
||||
161 [label="Enter block"];
|
||||
162 [label="Access variable R|<local>/x|"];
|
||||
163 [label="Function call: R|<local>/x|.<Unresolved name: inc>#()"];
|
||||
164 [label="Access variable R|<local>/y|"];
|
||||
165 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"];
|
||||
166 [label="Const: Int(1)"];
|
||||
167 [label="Exit block"];
|
||||
}
|
||||
161 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
168 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
141 [label="Postponed exit from lambda"];
|
||||
142 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
143 [label="Function call: R|/select|<R|kotlin/Int|>(...)"];
|
||||
144 [label="Variable declaration: lval a: R|kotlin/Int|"];
|
||||
145 [label="Access variable R|<local>/x|"];
|
||||
146 [label="Function call: <Inapplicable(INAPPLICABLE): [/takeInt]>#(...)"];
|
||||
147 [label="Access variable R|<local>/y|"];
|
||||
148 [label="Function call: R|/takeInt|(...)"];
|
||||
149 [label="Access variable R|<local>/a|"];
|
||||
150 [label="Function call: R|/takeInt|(...)"];
|
||||
151 [label="Exit block"];
|
||||
140 [label="Postponed exit from lambda"];
|
||||
141 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
142 [label="Function call: R|/select|<R|kotlin/Int|>(...)"];
|
||||
143 [label="Variable declaration: lval a: R|kotlin/Int|"];
|
||||
144 [label="Access variable R|<local>/x|"];
|
||||
145 [label="Function call: <Inapplicable(INAPPLICABLE): [/takeInt]>#(...)"];
|
||||
146 [label="Access variable R|<local>/y|"];
|
||||
147 [label="Function call: R|/takeInt|(...)"];
|
||||
148 [label="Access variable R|<local>/a|"];
|
||||
149 [label="Function call: R|/takeInt|(...)"];
|
||||
150 [label="Exit block"];
|
||||
}
|
||||
132 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
151 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
}
|
||||
131 -> {133};
|
||||
133 -> {134};
|
||||
134 -> {135 152};
|
||||
131 -> {132};
|
||||
132 -> {133};
|
||||
133 -> {134 152};
|
||||
134 -> {135};
|
||||
135 -> {136};
|
||||
136 -> {137};
|
||||
137 -> {138};
|
||||
138 -> {139};
|
||||
139 -> {140};
|
||||
140 -> {141 160};
|
||||
139 -> {140 160};
|
||||
140 -> {141};
|
||||
141 -> {142};
|
||||
142 -> {143};
|
||||
143 -> {144};
|
||||
@@ -432,153 +433,152 @@ digraph flowFromInplaceLambda_kt {
|
||||
148 -> {149};
|
||||
149 -> {150};
|
||||
150 -> {151};
|
||||
151 -> {132};
|
||||
152 -> {154};
|
||||
152 -> {153};
|
||||
153 -> {154};
|
||||
154 -> {155};
|
||||
155 -> {156};
|
||||
156 -> {157};
|
||||
157 -> {158};
|
||||
158 -> {159};
|
||||
159 -> {153};
|
||||
160 -> {162};
|
||||
160 -> {161};
|
||||
161 -> {162};
|
||||
162 -> {163};
|
||||
163 -> {164};
|
||||
164 -> {165};
|
||||
165 -> {166};
|
||||
166 -> {167};
|
||||
167 -> {168};
|
||||
168 -> {161};
|
||||
|
||||
subgraph cluster_32 {
|
||||
color=red
|
||||
169 [label="Enter function test_5" style="filled" fillcolor=red];
|
||||
subgraph cluster_33 {
|
||||
color=blue
|
||||
171 [label="Enter block"];
|
||||
172 [label="Postponed enter to lambda"];
|
||||
170 [label="Enter block"];
|
||||
171 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_34 {
|
||||
color=blue
|
||||
184 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_35 {
|
||||
color=blue
|
||||
186 [label="Enter block"];
|
||||
187 [label="Function call: R|/materialize|<R|kotlin/Int|>()"];
|
||||
188 [label="Exit block"];
|
||||
185 [label="Enter block"];
|
||||
186 [label="Function call: R|/materialize|<R|kotlin/Int|>()"];
|
||||
187 [label="Exit block"];
|
||||
}
|
||||
185 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
188 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
173 [label="Postponed exit from lambda"];
|
||||
174 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
175 [label="Postponed enter to lambda"];
|
||||
172 [label="Postponed exit from lambda"];
|
||||
173 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
174 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_36 {
|
||||
color=blue
|
||||
189 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_37 {
|
||||
color=blue
|
||||
191 [label="Enter block"];
|
||||
192 [label="Function call: R|/materialize|<R|kotlin/Int|>()"];
|
||||
193 [label="Exit block"];
|
||||
190 [label="Enter block"];
|
||||
191 [label="Function call: R|/materialize|<R|kotlin/Int|>()"];
|
||||
192 [label="Exit block"];
|
||||
}
|
||||
190 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
193 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
176 [label="Postponed exit from lambda"];
|
||||
177 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
179 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
175 [label="Postponed exit from lambda"];
|
||||
176 [label="Function call: R|kotlin/run|<R|kotlin/Int|>(...)"];
|
||||
177 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
178 [label="Function call: R|/select|<R|kotlin/Int|>(...)"];
|
||||
180 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
181 [label="Access variable R|<local>/x|"];
|
||||
182 [label="Function call: R|/takeInt|(...)"];
|
||||
183 [label="Exit block"];
|
||||
179 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
180 [label="Access variable R|<local>/x|"];
|
||||
181 [label="Function call: R|/takeInt|(...)"];
|
||||
182 [label="Exit block"];
|
||||
}
|
||||
170 [label="Exit function test_5" style="filled" fillcolor=red];
|
||||
183 [label="Exit function test_5" style="filled" fillcolor=red];
|
||||
}
|
||||
169 -> {171};
|
||||
171 -> {172};
|
||||
172 -> {184};
|
||||
172 -> {173} [color=red];
|
||||
169 -> {170};
|
||||
170 -> {171};
|
||||
171 -> {184};
|
||||
171 -> {172} [color=red];
|
||||
172 -> {173};
|
||||
173 -> {174};
|
||||
174 -> {175};
|
||||
175 -> {189};
|
||||
175 -> {176} [color=red];
|
||||
174 -> {189};
|
||||
174 -> {175} [color=red];
|
||||
175 -> {176};
|
||||
176 -> {177};
|
||||
177 -> {179};
|
||||
178 -> {180};
|
||||
179 -> {178};
|
||||
177 -> {178};
|
||||
178 -> {179};
|
||||
179 -> {180};
|
||||
180 -> {181};
|
||||
181 -> {182};
|
||||
182 -> {183};
|
||||
183 -> {170};
|
||||
184 -> {186};
|
||||
185 -> {173} [color=green];
|
||||
185 -> {179} [color=red];
|
||||
184 -> {185};
|
||||
185 -> {186};
|
||||
186 -> {187};
|
||||
187 -> {188};
|
||||
188 -> {185};
|
||||
189 -> {191};
|
||||
190 -> {176} [color=green];
|
||||
190 -> {179} [color=red];
|
||||
188 -> {172} [color=green];
|
||||
188 -> {177} [color=red];
|
||||
189 -> {190};
|
||||
190 -> {191};
|
||||
191 -> {192};
|
||||
192 -> {193};
|
||||
193 -> {190};
|
||||
193 -> {175} [color=green];
|
||||
193 -> {177} [color=red];
|
||||
|
||||
subgraph cluster_38 {
|
||||
color=red
|
||||
194 [label="Enter function test_6" style="filled" fillcolor=red];
|
||||
subgraph cluster_39 {
|
||||
color=blue
|
||||
196 [label="Enter block"];
|
||||
197 [label="Postponed enter to lambda"];
|
||||
195 [label="Enter block"];
|
||||
196 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_40 {
|
||||
color=blue
|
||||
203 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_41 {
|
||||
color=blue
|
||||
205 [label="Enter block"];
|
||||
206 [label="Postponed enter to lambda"];
|
||||
204 [label="Enter block"];
|
||||
205 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_42 {
|
||||
color=blue
|
||||
210 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_43 {
|
||||
color=blue
|
||||
212 [label="Enter block"];
|
||||
213 [label="Function call: R|/materialize|<R|kotlin/String|>()"];
|
||||
214 [label="Exit block"];
|
||||
211 [label="Enter block"];
|
||||
212 [label="Function call: R|/materialize|<R|kotlin/String|>()"];
|
||||
213 [label="Exit block"];
|
||||
}
|
||||
211 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
214 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
207 [label="Postponed exit from lambda"];
|
||||
208 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)"];
|
||||
209 [label="Exit block"];
|
||||
206 [label="Postponed exit from lambda"];
|
||||
207 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)"];
|
||||
208 [label="Exit block"];
|
||||
}
|
||||
204 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
209 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
198 [label="Postponed exit from lambda"];
|
||||
199 [label="Function call: R|/myRun|<R|kotlin/String|>(...)"];
|
||||
200 [label="Function call: R|/id|<R|kotlin/String|>(...)"];
|
||||
201 [label="Variable declaration: lval x: R|kotlin/String|"];
|
||||
202 [label="Exit block"];
|
||||
197 [label="Postponed exit from lambda"];
|
||||
198 [label="Function call: R|/myRun|<R|kotlin/String|>(...)"];
|
||||
199 [label="Function call: R|/id|<R|kotlin/String|>(...)"];
|
||||
200 [label="Variable declaration: lval x: R|kotlin/String|"];
|
||||
201 [label="Exit block"];
|
||||
}
|
||||
195 [label="Exit function test_6" style="filled" fillcolor=red];
|
||||
202 [label="Exit function test_6" style="filled" fillcolor=red];
|
||||
}
|
||||
194 -> {196};
|
||||
196 -> {197};
|
||||
197 -> {198 203};
|
||||
194 -> {195};
|
||||
195 -> {196};
|
||||
196 -> {197 203};
|
||||
197 -> {198};
|
||||
198 -> {199};
|
||||
199 -> {200};
|
||||
200 -> {201};
|
||||
201 -> {202};
|
||||
202 -> {195};
|
||||
203 -> {205};
|
||||
205 -> {206};
|
||||
206 -> {210};
|
||||
206 -> {207} [color=red];
|
||||
203 -> {204};
|
||||
204 -> {205};
|
||||
205 -> {210};
|
||||
205 -> {206} [color=red];
|
||||
206 -> {207};
|
||||
207 -> {208};
|
||||
208 -> {209};
|
||||
209 -> {204};
|
||||
210 -> {212};
|
||||
211 -> {207} [color=green];
|
||||
210 -> {211};
|
||||
211 -> {212};
|
||||
212 -> {213};
|
||||
213 -> {214};
|
||||
214 -> {211};
|
||||
214 -> {206} [color=green];
|
||||
|
||||
}
|
||||
|
||||
+37
-37
@@ -6,80 +6,80 @@ digraph initBlock_kt {
|
||||
subgraph cluster_0 {
|
||||
color=red
|
||||
0 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
1 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
2 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
2 -> {1};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
|
||||
subgraph cluster_1 {
|
||||
color=red
|
||||
10 [label="Enter class Foo" style="filled" fillcolor=red];
|
||||
9 [label="Enter class Foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
3 [label="Enter init block" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
5 [label="Enter block"];
|
||||
6 [label="Const: Int(1)"];
|
||||
7 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
8 [label="Exit block"];
|
||||
4 [label="Enter block"];
|
||||
5 [label="Const: Int(1)"];
|
||||
6 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
7 [label="Exit block"];
|
||||
}
|
||||
4 [label="Exit init block" style="filled" fillcolor=red];
|
||||
8 [label="Exit init block" style="filled" fillcolor=red];
|
||||
}
|
||||
9 [label="Exit class Foo" style="filled" fillcolor=red];
|
||||
10 [label="Exit class Foo" style="filled" fillcolor=red];
|
||||
}
|
||||
10 -> {3} [color=green];
|
||||
3 -> {5};
|
||||
4 -> {9} [color=green];
|
||||
9 -> {3} [color=green];
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {4};
|
||||
8 -> {10} [color=green];
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
11 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
13 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
12 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
12 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
13 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
11 -> {13};
|
||||
13 -> {12};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
|
||||
subgraph cluster_5 {
|
||||
color=red
|
||||
26 [label="Enter class Bar" style="filled" fillcolor=red];
|
||||
25 [label="Enter class Bar" style="filled" fillcolor=red];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
14 [label="Enter init block" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
16 [label="Enter block"];
|
||||
17 [label="Const: Int(1)"];
|
||||
18 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
19 [label="Function call: R|java/lang/Exception.Exception|()"];
|
||||
20 [label="Throw: throw R|java/lang/Exception.Exception|()"];
|
||||
21 [label="Stub" style="filled" fillcolor=gray];
|
||||
22 [label="Const: Int(2)" style="filled" fillcolor=gray];
|
||||
23 [label="Variable declaration: lval y: R|kotlin/Int|" style="filled" fillcolor=gray];
|
||||
24 [label="Exit block" style="filled" fillcolor=gray];
|
||||
15 [label="Enter block"];
|
||||
16 [label="Const: Int(1)"];
|
||||
17 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
18 [label="Function call: R|java/lang/Exception.Exception|()"];
|
||||
19 [label="Throw: throw R|java/lang/Exception.Exception|()"];
|
||||
20 [label="Stub" style="filled" fillcolor=gray];
|
||||
21 [label="Const: Int(2)" style="filled" fillcolor=gray];
|
||||
22 [label="Variable declaration: lval y: R|kotlin/Int|" style="filled" fillcolor=gray];
|
||||
23 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
15 [label="Exit init block" style="filled" fillcolor=red];
|
||||
24 [label="Exit init block" style="filled" fillcolor=red];
|
||||
}
|
||||
25 [label="Exit class Bar" style="filled" fillcolor=red];
|
||||
26 [label="Exit class Bar" style="filled" fillcolor=red];
|
||||
}
|
||||
26 -> {14} [color=green];
|
||||
14 -> {16};
|
||||
15 -> {25} [color=green];
|
||||
25 -> {14} [color=green];
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {15};
|
||||
19 -> {24};
|
||||
19 -> {20} [style=dotted];
|
||||
20 -> {21} [style=dotted];
|
||||
21 -> {22} [style=dotted];
|
||||
22 -> {23} [style=dotted];
|
||||
23 -> {24} [style=dotted];
|
||||
24 -> {15} [style=dotted];
|
||||
24 -> {26} [color=green];
|
||||
|
||||
}
|
||||
|
||||
+47
-47
@@ -5,10 +5,10 @@ digraph initBlockAndInPlaceLambda_kt {
|
||||
|
||||
subgraph cluster_0 {
|
||||
color=red
|
||||
1 [label="Enter class B" style="filled" fillcolor=red];
|
||||
0 [label="Exit class B" style="filled" fillcolor=red];
|
||||
0 [label="Enter class B" style="filled" fillcolor=red];
|
||||
1 [label="Exit class B" style="filled" fillcolor=red];
|
||||
}
|
||||
1 -> {0} [color=green];
|
||||
0 -> {1} [color=green];
|
||||
|
||||
subgraph cluster_1 {
|
||||
color=red
|
||||
@@ -19,79 +19,79 @@ digraph initBlockAndInPlaceLambda_kt {
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
5 [label="Enter class A" style="filled" fillcolor=red];
|
||||
4 [label="Exit class A" style="filled" fillcolor=red];
|
||||
4 [label="Enter class A" style="filled" fillcolor=red];
|
||||
5 [label="Exit class A" style="filled" fillcolor=red];
|
||||
}
|
||||
5 -> {4} [color=green];
|
||||
4 -> {5} [color=green];
|
||||
|
||||
subgraph cluster_3 {
|
||||
color=red
|
||||
6 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
8 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
7 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
7 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
8 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
6 -> {8};
|
||||
8 -> {7};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
30 [label="Enter class C" style="filled" fillcolor=red];
|
||||
29 [label="Enter class C" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
16 [label="Enter init block" style="filled" fillcolor=red];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
18 [label="Enter block"];
|
||||
19 [label="Access variable R|<local>/a|"];
|
||||
20 [label="Access variable R|/A.b|"];
|
||||
21 [label="Enter safe call"];
|
||||
23 [label="Postponed enter to lambda"];
|
||||
17 [label="Enter block"];
|
||||
18 [label="Access variable R|<local>/a|"];
|
||||
19 [label="Access variable R|/A.b|"];
|
||||
20 [label="Enter safe call"];
|
||||
21 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
9 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
11 [label="Enter block"];
|
||||
12 [label="Access variable R|<local>/a|"];
|
||||
13 [label="Access variable R|<local>/it|"];
|
||||
14 [label="Function call: R|/C.C|(...)"];
|
||||
15 [label="Exit block"];
|
||||
10 [label="Enter block"];
|
||||
11 [label="Access variable R|<local>/a|"];
|
||||
12 [label="Access variable R|<local>/it|"];
|
||||
13 [label="Function call: R|/C.C|(...)"];
|
||||
14 [label="Exit block"];
|
||||
}
|
||||
10 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
15 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
26 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
24 [label="Postponed exit from lambda"];
|
||||
25 [label="Function call: $subj$.R|kotlin/let|<R|B|, R|C|>(...)"];
|
||||
22 [label="Exit safe call"];
|
||||
27 [label="Variable declaration: lval c: R|C?|"];
|
||||
28 [label="Exit block"];
|
||||
22 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
23 [label="Postponed exit from lambda"];
|
||||
24 [label="Function call: $subj$.R|kotlin/let|<R|B|, R|C|>(...)"];
|
||||
25 [label="Exit safe call"];
|
||||
26 [label="Variable declaration: lval c: R|C?|"];
|
||||
27 [label="Exit block"];
|
||||
}
|
||||
17 [label="Exit init block" style="filled" fillcolor=red];
|
||||
28 [label="Exit init block" style="filled" fillcolor=red];
|
||||
}
|
||||
29 [label="Exit class C" style="filled" fillcolor=red];
|
||||
30 [label="Exit class C" style="filled" fillcolor=red];
|
||||
}
|
||||
30 -> {16} [color=green];
|
||||
16 -> {18};
|
||||
17 -> {29} [color=green];
|
||||
29 -> {16} [color=green];
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21 22};
|
||||
21 -> {23};
|
||||
22 -> {27};
|
||||
23 -> {9};
|
||||
23 -> {24} [color=red];
|
||||
24 -> {25} [color=green];
|
||||
25 -> {22};
|
||||
26 -> {25} [color=red];
|
||||
19 -> {20 25};
|
||||
20 -> {21};
|
||||
21 -> {9};
|
||||
21 -> {23} [color=red];
|
||||
22 -> {24} [color=red];
|
||||
23 -> {24} [color=green];
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {17};
|
||||
9 -> {11};
|
||||
10 -> {24} [color=green];
|
||||
10 -> {26} [color=red];
|
||||
28 -> {30} [color=green];
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {10};
|
||||
15 -> {23} [color=green];
|
||||
15 -> {22} [color=red];
|
||||
|
||||
}
|
||||
|
||||
+23
-23
@@ -6,41 +6,41 @@ digraph innerClassInAnonymousObject_kt {
|
||||
subgraph cluster_0 {
|
||||
color=red
|
||||
0 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
1 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
2 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
2 -> {1};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
|
||||
subgraph cluster_1 {
|
||||
color=red
|
||||
3 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
5 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
4 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
4 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
5 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
3 -> {5};
|
||||
5 -> {4};
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
6 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
8 [label="Enter block"];
|
||||
9 [label="Exit block"];
|
||||
7 [label="Enter block"];
|
||||
8 [label="Exit block"];
|
||||
}
|
||||
7 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
9 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
6 -> {8};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {7};
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
11 [label="Enter class Nested" style="filled" fillcolor=red];
|
||||
10 [label="Exit class Nested" style="filled" fillcolor=red];
|
||||
10 [label="Enter class Nested" style="filled" fillcolor=red];
|
||||
11 [label="Exit class Nested" style="filled" fillcolor=red];
|
||||
}
|
||||
11 -> {10} [color=green];
|
||||
10 -> {11} [color=green];
|
||||
|
||||
subgraph cluster_5 {
|
||||
color=red
|
||||
@@ -54,15 +54,15 @@ digraph innerClassInAnonymousObject_kt {
|
||||
16 [label="Enter property" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
13 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
|
||||
12 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
|
||||
12 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
|
||||
13 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
|
||||
}
|
||||
18 [label="Exit anonymous object"];
|
||||
17 [label="Exit property" style="filled" fillcolor=red];
|
||||
17 [label="Exit anonymous object"];
|
||||
18 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
16 -> {18};
|
||||
16 -> {17};
|
||||
16 -> {0 3 6} [color=red];
|
||||
18 -> {17};
|
||||
13 -> {12} [color=green];
|
||||
17 -> {18};
|
||||
12 -> {13} [color=green];
|
||||
|
||||
}
|
||||
|
||||
+116
-116
@@ -8,234 +8,234 @@ digraph inplaceLambdaInControlFlowExpressions_kt {
|
||||
0 [label="Enter function materialize" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Const: Null(null)"];
|
||||
4 [label="Check not null: Null(null)!!"];
|
||||
5 [label="Jump: ^materialize Null(null)!!"];
|
||||
6 [label="Stub" style="filled" fillcolor=gray];
|
||||
7 [label="Exit block" style="filled" fillcolor=gray];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Const: Null(null)"];
|
||||
3 [label="Check not null: Null(null)!!"];
|
||||
4 [label="Jump: ^materialize Null(null)!!"];
|
||||
5 [label="Stub" style="filled" fillcolor=gray];
|
||||
6 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
1 [label="Exit function materialize" style="filled" fillcolor=red];
|
||||
7 [label="Exit function materialize" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
5 -> {1};
|
||||
4 -> {7};
|
||||
4 -> {5} [style=dotted];
|
||||
5 -> {6} [style=dotted];
|
||||
6 -> {7} [style=dotted];
|
||||
7 -> {1} [style=dotted];
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
8 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
10 [label="Enter block"];
|
||||
9 [label="Enter block"];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
11 [label="Enter when"];
|
||||
10 [label="Enter when"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
13 [label="Enter when branch condition "];
|
||||
14 [label="Const: Boolean(true)"];
|
||||
15 [label="Exit when branch condition"];
|
||||
11 [label="Enter when branch condition "];
|
||||
12 [label="Const: Boolean(true)"];
|
||||
13 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
23 [label="Enter when branch condition else"];
|
||||
24 [label="Exit when branch condition"];
|
||||
14 [label="Enter when branch condition else"];
|
||||
15 [label="Exit when branch condition"];
|
||||
}
|
||||
25 [label="Enter when branch result"];
|
||||
16 [label="Enter when branch result"];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
26 [label="Enter block"];
|
||||
27 [label="Const: String()"];
|
||||
28 [label="Exit block"];
|
||||
17 [label="Enter block"];
|
||||
18 [label="Const: String()"];
|
||||
19 [label="Exit block"];
|
||||
}
|
||||
29 [label="Exit when branch result"];
|
||||
16 [label="Enter when branch result"];
|
||||
20 [label="Exit when branch result"];
|
||||
21 [label="Enter when branch result"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
17 [label="Enter block"];
|
||||
18 [label="Postponed enter to lambda"];
|
||||
22 [label="Enter block"];
|
||||
23 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
33 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
35 [label="Enter block"];
|
||||
36 [label="Function call: R|/materialize|<R|kotlin/String|>()"];
|
||||
37 [label="Exit block"];
|
||||
34 [label="Enter block"];
|
||||
35 [label="Function call: R|/materialize|<R|kotlin/String|>()"];
|
||||
36 [label="Exit block"];
|
||||
}
|
||||
34 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
37 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
19 [label="Postponed exit from lambda"];
|
||||
20 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)"];
|
||||
21 [label="Exit block"];
|
||||
24 [label="Postponed exit from lambda"];
|
||||
25 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)"];
|
||||
26 [label="Exit block"];
|
||||
}
|
||||
22 [label="Exit when branch result"];
|
||||
12 [label="Exit when"];
|
||||
27 [label="Exit when branch result"];
|
||||
28 [label="Exit when"];
|
||||
}
|
||||
30 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
31 [label="Variable declaration: lval x: R|kotlin/String|"];
|
||||
32 [label="Exit block"];
|
||||
29 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
30 [label="Variable declaration: lval x: R|kotlin/String|"];
|
||||
31 [label="Exit block"];
|
||||
}
|
||||
9 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
32 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
8 -> {10};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {13};
|
||||
12 -> {30};
|
||||
13 -> {14};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {21 14};
|
||||
14 -> {15};
|
||||
15 -> {16 23};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {33};
|
||||
18 -> {19} [color=red];
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
20 -> {28};
|
||||
21 -> {22};
|
||||
22 -> {12};
|
||||
23 -> {24};
|
||||
22 -> {23};
|
||||
23 -> {33};
|
||||
23 -> {24} [color=red];
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {12};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {9};
|
||||
33 -> {35};
|
||||
34 -> {19} [color=green];
|
||||
34 -> {30} [color=red];
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {34};
|
||||
37 -> {24} [color=green];
|
||||
37 -> {29} [color=red];
|
||||
|
||||
subgraph cluster_11 {
|
||||
color=red
|
||||
38 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
40 [label="Enter block"];
|
||||
39 [label="Enter block"];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
41 [label="Try expression enter"];
|
||||
40 [label="Try expression enter"];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
43 [label="Try main block enter"];
|
||||
41 [label="Try main block enter"];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
45 [label="Enter block"];
|
||||
46 [label="Postponed enter to lambda"];
|
||||
42 [label="Enter block"];
|
||||
43 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
58 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
60 [label="Enter block"];
|
||||
61 [label="Function call: R|/materialize|<R|kotlin/String|>()"];
|
||||
62 [label="Exit block"];
|
||||
59 [label="Enter block"];
|
||||
60 [label="Function call: R|/materialize|<R|kotlin/String|>()"];
|
||||
61 [label="Exit block"];
|
||||
}
|
||||
59 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
62 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
47 [label="Postponed exit from lambda"];
|
||||
48 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)"];
|
||||
49 [label="Exit block"];
|
||||
44 [label="Postponed exit from lambda"];
|
||||
45 [label="Function call: R|kotlin/run|<R|kotlin/String|>(...)"];
|
||||
46 [label="Exit block"];
|
||||
}
|
||||
50 [label="Try main block exit"];
|
||||
47 [label="Try main block exit"];
|
||||
}
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
44 [label="Catch enter"];
|
||||
48 [label="Catch enter"];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
51 [label="Enter block"];
|
||||
52 [label="Const: String()"];
|
||||
53 [label="Exit block"];
|
||||
49 [label="Enter block"];
|
||||
50 [label="Const: String()"];
|
||||
51 [label="Exit block"];
|
||||
}
|
||||
54 [label="Catch exit"];
|
||||
52 [label="Catch exit"];
|
||||
}
|
||||
42 [label="Try expression exit"];
|
||||
53 [label="Try expression exit"];
|
||||
}
|
||||
55 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
56 [label="Variable declaration: lval x: R|kotlin/String|"];
|
||||
57 [label="Exit block"];
|
||||
54 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
55 [label="Variable declaration: lval x: R|kotlin/String|"];
|
||||
56 [label="Exit block"];
|
||||
}
|
||||
39 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
57 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
38 -> {40};
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {41};
|
||||
41 -> {43};
|
||||
42 -> {55};
|
||||
43 -> {39 44 45};
|
||||
44 -> {39 51};
|
||||
41 -> {57 48 42};
|
||||
42 -> {43};
|
||||
43 -> {58};
|
||||
43 -> {44} [color=red];
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {58};
|
||||
46 -> {47} [color=red];
|
||||
47 -> {48};
|
||||
48 -> {49};
|
||||
46 -> {47};
|
||||
47 -> {53};
|
||||
48 -> {57 49};
|
||||
49 -> {50};
|
||||
50 -> {42};
|
||||
50 -> {51};
|
||||
51 -> {52};
|
||||
52 -> {53};
|
||||
53 -> {54};
|
||||
54 -> {42};
|
||||
54 -> {55};
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {39};
|
||||
58 -> {60};
|
||||
59 -> {47} [color=green];
|
||||
59 -> {55} [color=red];
|
||||
58 -> {59};
|
||||
59 -> {60};
|
||||
60 -> {61};
|
||||
61 -> {62};
|
||||
62 -> {59};
|
||||
62 -> {44} [color=green];
|
||||
62 -> {54} [color=red];
|
||||
|
||||
subgraph cluster_20 {
|
||||
color=red
|
||||
63 [label="Enter function test_3" style="filled" fillcolor=red];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
65 [label="Enter block"];
|
||||
66 [label="Postponed enter to lambda"];
|
||||
64 [label="Enter block"];
|
||||
65 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
73 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_23 {
|
||||
color=blue
|
||||
75 [label="Enter block"];
|
||||
76 [label="Function call: R|/materialize|<R|kotlin/String?|>()"];
|
||||
77 [label="Exit block"];
|
||||
74 [label="Enter block"];
|
||||
75 [label="Function call: R|/materialize|<R|kotlin/String?|>()"];
|
||||
76 [label="Exit block"];
|
||||
}
|
||||
74 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
77 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
67 [label="Postponed exit from lambda"];
|
||||
68 [label="Function call: R|kotlin/run|<R|kotlin/String?|>(...)"];
|
||||
69 [label="Check not null: R|kotlin/run|<R|kotlin/String?|>(...)!!"];
|
||||
70 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
71 [label="Variable declaration: lval x: R|kotlin/String|"];
|
||||
72 [label="Exit block"];
|
||||
66 [label="Postponed exit from lambda"];
|
||||
67 [label="Function call: R|kotlin/run|<R|kotlin/String?|>(...)"];
|
||||
68 [label="Check not null: R|kotlin/run|<R|kotlin/String?|>(...)!!"];
|
||||
69 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
70 [label="Variable declaration: lval x: R|kotlin/String|"];
|
||||
71 [label="Exit block"];
|
||||
}
|
||||
64 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
72 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
}
|
||||
63 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {73};
|
||||
66 -> {67} [color=red];
|
||||
63 -> {64};
|
||||
64 -> {65};
|
||||
65 -> {73};
|
||||
65 -> {66} [color=red];
|
||||
66 -> {67};
|
||||
67 -> {68};
|
||||
68 -> {69};
|
||||
69 -> {70};
|
||||
70 -> {71};
|
||||
71 -> {72};
|
||||
72 -> {64};
|
||||
73 -> {75};
|
||||
74 -> {67} [color=green];
|
||||
74 -> {70} [color=red];
|
||||
73 -> {74};
|
||||
74 -> {75};
|
||||
75 -> {76};
|
||||
76 -> {77};
|
||||
77 -> {74};
|
||||
77 -> {66} [color=green];
|
||||
77 -> {69} [color=red];
|
||||
|
||||
}
|
||||
|
||||
+203
-203
@@ -8,405 +8,405 @@ digraph jumps_kt {
|
||||
0 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
1 [label="Enter block"];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
3 [label="Enter when"];
|
||||
2 [label="Enter when"];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
5 [label="Enter when branch condition "];
|
||||
6 [label="Access variable R|<local>/x|"];
|
||||
7 [label="Const: Null(null)"];
|
||||
8 [label="Operator =="];
|
||||
9 [label="Exit when branch condition"];
|
||||
3 [label="Enter when branch condition "];
|
||||
4 [label="Access variable R|<local>/x|"];
|
||||
5 [label="Const: Null(null)"];
|
||||
6 [label="Operator =="];
|
||||
7 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
17 [label="Enter when branch condition else"];
|
||||
18 [label="Exit when branch condition"];
|
||||
8 [label="Enter when branch condition else"];
|
||||
9 [label="Exit when branch condition"];
|
||||
}
|
||||
19 [label="Enter when branch result"];
|
||||
10 [label="Enter when branch result"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
20 [label="Enter block"];
|
||||
21 [label="Access variable R|<local>/x|"];
|
||||
22 [label="Exit block"];
|
||||
11 [label="Enter block"];
|
||||
12 [label="Access variable R|<local>/x|"];
|
||||
13 [label="Exit block"];
|
||||
}
|
||||
23 [label="Exit when branch result"];
|
||||
10 [label="Enter when branch result"];
|
||||
14 [label="Exit when branch result"];
|
||||
15 [label="Enter when branch result"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
11 [label="Enter block"];
|
||||
12 [label="Function call: R|java/lang/Exception.Exception|()"];
|
||||
13 [label="Throw: throw R|java/lang/Exception.Exception|()"];
|
||||
14 [label="Stub" style="filled" fillcolor=gray];
|
||||
15 [label="Exit block" style="filled" fillcolor=gray];
|
||||
16 [label="Enter block"];
|
||||
17 [label="Function call: R|java/lang/Exception.Exception|()"];
|
||||
18 [label="Throw: throw R|java/lang/Exception.Exception|()"];
|
||||
19 [label="Stub" style="filled" fillcolor=gray];
|
||||
20 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
16 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
4 [label="Exit when"];
|
||||
21 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
22 [label="Exit when"];
|
||||
}
|
||||
24 [label="Variable declaration: lval y: R|kotlin/Int|"];
|
||||
25 [label="Access variable R|<local>/y|"];
|
||||
26 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"];
|
||||
27 [label="Access variable R|<local>/x|"];
|
||||
28 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
29 [label="Exit block"];
|
||||
23 [label="Variable declaration: lval y: R|kotlin/Int|"];
|
||||
24 [label="Access variable R|<local>/y|"];
|
||||
25 [label="Function call: R|<local>/y|.R|kotlin/Int.inc|()"];
|
||||
26 [label="Access variable R|<local>/x|"];
|
||||
27 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
28 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
29 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {5};
|
||||
4 -> {24};
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
7 -> {15 8};
|
||||
8 -> {9};
|
||||
9 -> {10 17};
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {1};
|
||||
13 -> {14} [style=dotted];
|
||||
14 -> {15} [style=dotted];
|
||||
15 -> {16} [style=dotted];
|
||||
16 -> {4} [style=dotted];
|
||||
13 -> {14};
|
||||
14 -> {22};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
18 -> {29};
|
||||
18 -> {19} [style=dotted];
|
||||
19 -> {20} [style=dotted];
|
||||
20 -> {21} [style=dotted];
|
||||
21 -> {22} [style=dotted];
|
||||
22 -> {23};
|
||||
23 -> {4};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {1};
|
||||
|
||||
subgraph cluster_7 {
|
||||
color=red
|
||||
30 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
32 [label="Enter block"];
|
||||
31 [label="Enter block"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
33 [label="Enter when"];
|
||||
32 [label="Enter when"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
35 [label="Enter when branch condition "];
|
||||
36 [label="Access variable R|<local>/x|"];
|
||||
37 [label="Const: Null(null)"];
|
||||
38 [label="Operator =="];
|
||||
39 [label="Exit when branch condition"];
|
||||
33 [label="Enter when branch condition "];
|
||||
34 [label="Access variable R|<local>/x|"];
|
||||
35 [label="Const: Null(null)"];
|
||||
36 [label="Operator =="];
|
||||
37 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
45 [label="Enter when branch condition else"];
|
||||
46 [label="Exit when branch condition"];
|
||||
38 [label="Enter when branch condition else"];
|
||||
39 [label="Exit when branch condition"];
|
||||
}
|
||||
47 [label="Enter when branch result"];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
48 [label="Enter block"];
|
||||
49 [label="Access variable R|<local>/x|"];
|
||||
50 [label="Exit block"];
|
||||
}
|
||||
51 [label="Exit when branch result"];
|
||||
40 [label="Enter when branch result"];
|
||||
subgraph cluster_13 {
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
41 [label="Enter block"];
|
||||
42 [label="Access variable R|<local>/x|"];
|
||||
43 [label="Exit block"];
|
||||
}
|
||||
44 [label="Exit when branch result"];
|
||||
34 [label="Exit when"];
|
||||
45 [label="Enter when branch result"];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
46 [label="Enter block"];
|
||||
47 [label="Access variable R|<local>/x|"];
|
||||
48 [label="Exit block"];
|
||||
}
|
||||
49 [label="Exit when branch result"];
|
||||
50 [label="Exit when"];
|
||||
}
|
||||
52 [label="Variable declaration: lval y: R|kotlin/Int?|"];
|
||||
53 [label="Access variable R|<local>/y|"];
|
||||
54 [label="Function call: R|<local>/y|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
||||
55 [label="Exit block"];
|
||||
51 [label="Variable declaration: lval y: R|kotlin/Int?|"];
|
||||
52 [label="Access variable R|<local>/y|"];
|
||||
53 [label="Function call: R|<local>/y|.<Inapplicable(WRONG_RECEIVER): [kotlin/Int.inc]>#()"];
|
||||
54 [label="Exit block"];
|
||||
}
|
||||
31 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
55 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
30 -> {32};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
33 -> {35};
|
||||
34 -> {52};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
37 -> {45 38};
|
||||
38 -> {39};
|
||||
39 -> {40 45};
|
||||
39 -> {40};
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {44};
|
||||
44 -> {34};
|
||||
44 -> {50};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
47 -> {48};
|
||||
48 -> {49};
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
51 -> {34};
|
||||
51 -> {52};
|
||||
52 -> {53};
|
||||
53 -> {54};
|
||||
54 -> {55};
|
||||
55 -> {31};
|
||||
|
||||
subgraph cluster_14 {
|
||||
color=red
|
||||
56 [label="Enter function test_3" style="filled" fillcolor=red];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
58 [label="Enter block"];
|
||||
57 [label="Enter block"];
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
59 [label="Enter while loop"];
|
||||
58 [label="Enter while loop"];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
61 [label="Enter loop condition"];
|
||||
62 [label="Const: Boolean(true)"];
|
||||
63 [label="Exit loop condition"];
|
||||
59 [label="Enter loop condition"];
|
||||
60 [label="Const: Boolean(true)"];
|
||||
61 [label="Exit loop condition"];
|
||||
}
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
64 [label="Enter loop block"];
|
||||
62 [label="Enter loop block"];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
65 [label="Enter block"];
|
||||
66 [label="Access variable R|<local>/x|"];
|
||||
67 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
|
||||
68 [label="Jump: break@@@[Boolean(true)] "];
|
||||
69 [label="Stub" style="filled" fillcolor=gray];
|
||||
70 [label="Exit block" style="filled" fillcolor=gray];
|
||||
63 [label="Enter block"];
|
||||
64 [label="Access variable R|<local>/x|"];
|
||||
65 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
|
||||
66 [label="Jump: break@@@[Boolean(true)] "];
|
||||
67 [label="Stub" style="filled" fillcolor=gray];
|
||||
68 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
71 [label="Exit loop block" style="filled" fillcolor=gray];
|
||||
69 [label="Exit loop block" style="filled" fillcolor=gray];
|
||||
}
|
||||
60 [label="Exit whileloop"];
|
||||
70 [label="Exit whileloop"];
|
||||
}
|
||||
72 [label="Access variable R|<local>/x|"];
|
||||
73 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
74 [label="Exit block"];
|
||||
71 [label="Access variable R|<local>/x|"];
|
||||
72 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
73 [label="Exit block"];
|
||||
}
|
||||
57 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
74 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
}
|
||||
56 -> {58};
|
||||
56 -> {57};
|
||||
57 -> {58};
|
||||
58 -> {59};
|
||||
59 -> {61};
|
||||
60 -> {72};
|
||||
59 -> {60};
|
||||
60 -> {61};
|
||||
61 -> {62};
|
||||
61 -> {70} [style=dotted];
|
||||
62 -> {63};
|
||||
63 -> {64};
|
||||
63 -> {60} [style=dotted];
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {67};
|
||||
67 -> {68};
|
||||
68 -> {60};
|
||||
66 -> {70};
|
||||
66 -> {67} [style=dotted];
|
||||
67 -> {68} [style=dotted];
|
||||
68 -> {69} [style=dotted];
|
||||
69 -> {70} [style=dotted];
|
||||
70 -> {71} [style=dotted];
|
||||
71 -> {61} [color=green style=dotted];
|
||||
69 -> {59} [color=green style=dotted];
|
||||
70 -> {71};
|
||||
71 -> {72};
|
||||
72 -> {73};
|
||||
73 -> {74};
|
||||
74 -> {57};
|
||||
|
||||
subgraph cluster_20 {
|
||||
color=red
|
||||
75 [label="Enter function test_4" style="filled" fillcolor=red];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
77 [label="Enter block"];
|
||||
76 [label="Enter block"];
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
78 [label="Enter do-while loop"];
|
||||
77 [label="Enter do-while loop"];
|
||||
subgraph cluster_23 {
|
||||
color=blue
|
||||
80 [label="Enter loop block"];
|
||||
78 [label="Enter loop block"];
|
||||
subgraph cluster_24 {
|
||||
color=blue
|
||||
81 [label="Enter block"];
|
||||
82 [label="Access variable R|<local>/x|"];
|
||||
83 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
|
||||
84 [label="Jump: break@@@[Boolean(true)] "];
|
||||
85 [label="Stub" style="filled" fillcolor=gray];
|
||||
86 [label="Exit block" style="filled" fillcolor=gray];
|
||||
79 [label="Enter block"];
|
||||
80 [label="Access variable R|<local>/x|"];
|
||||
81 [label="Type operator: (R|<local>/x| as R|kotlin/Int|)"];
|
||||
82 [label="Jump: break@@@[Boolean(true)] "];
|
||||
83 [label="Stub" style="filled" fillcolor=gray];
|
||||
84 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
87 [label="Exit loop block" style="filled" fillcolor=gray];
|
||||
85 [label="Exit loop block" style="filled" fillcolor=gray];
|
||||
}
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
88 [label="Enter loop condition" style="filled" fillcolor=gray];
|
||||
89 [label="Const: Boolean(true)" style="filled" fillcolor=gray];
|
||||
90 [label="Exit loop condition" style="filled" fillcolor=gray];
|
||||
86 [label="Enter loop condition" style="filled" fillcolor=gray];
|
||||
87 [label="Const: Boolean(true)" style="filled" fillcolor=gray];
|
||||
88 [label="Exit loop condition" style="filled" fillcolor=gray];
|
||||
}
|
||||
79 [label="Exit do-whileloop"];
|
||||
89 [label="Exit do-whileloop"];
|
||||
}
|
||||
91 [label="Access variable R|<local>/x|"];
|
||||
92 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
93 [label="Exit block"];
|
||||
90 [label="Access variable R|<local>/x|"];
|
||||
91 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
92 [label="Exit block"];
|
||||
}
|
||||
76 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
93 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
}
|
||||
75 -> {77};
|
||||
75 -> {76};
|
||||
76 -> {77};
|
||||
77 -> {78};
|
||||
78 -> {80};
|
||||
79 -> {91};
|
||||
78 -> {79};
|
||||
79 -> {80};
|
||||
80 -> {81};
|
||||
81 -> {82};
|
||||
82 -> {83};
|
||||
83 -> {84};
|
||||
84 -> {79};
|
||||
82 -> {89};
|
||||
82 -> {83} [style=dotted];
|
||||
83 -> {84} [style=dotted];
|
||||
84 -> {85} [style=dotted];
|
||||
85 -> {86} [style=dotted];
|
||||
86 -> {87} [style=dotted];
|
||||
87 -> {88} [style=dotted];
|
||||
88 -> {89} [style=dotted];
|
||||
89 -> {90} [style=dotted];
|
||||
90 -> {79} [style=dotted];
|
||||
90 -> {80} [color=green style=dotted];
|
||||
88 -> {78} [color=green style=dotted];
|
||||
89 -> {90};
|
||||
90 -> {91};
|
||||
91 -> {92};
|
||||
92 -> {93};
|
||||
93 -> {76};
|
||||
|
||||
subgraph cluster_26 {
|
||||
color=red
|
||||
94 [label="Enter function test_5" style="filled" fillcolor=red];
|
||||
subgraph cluster_27 {
|
||||
color=blue
|
||||
96 [label="Enter block"];
|
||||
95 [label="Enter block"];
|
||||
subgraph cluster_28 {
|
||||
color=blue
|
||||
97 [label="Enter while loop"];
|
||||
96 [label="Enter while loop"];
|
||||
subgraph cluster_29 {
|
||||
color=blue
|
||||
99 [label="Enter loop condition"];
|
||||
100 [label="Access variable R|<local>/b|"];
|
||||
101 [label="Exit loop condition"];
|
||||
97 [label="Enter loop condition"];
|
||||
98 [label="Access variable R|<local>/b|"];
|
||||
99 [label="Exit loop condition"];
|
||||
}
|
||||
subgraph cluster_30 {
|
||||
color=blue
|
||||
102 [label="Enter loop block"];
|
||||
100 [label="Enter loop block"];
|
||||
subgraph cluster_31 {
|
||||
color=blue
|
||||
103 [label="Enter block"];
|
||||
101 [label="Enter block"];
|
||||
subgraph cluster_32 {
|
||||
color=blue
|
||||
104 [label="Enter when"];
|
||||
102 [label="Enter when"];
|
||||
subgraph cluster_33 {
|
||||
color=blue
|
||||
106 [label="Enter when branch condition "];
|
||||
107 [label="Access variable R|<local>/b|"];
|
||||
108 [label="Exit when branch condition"];
|
||||
103 [label="Enter when branch condition "];
|
||||
104 [label="Access variable R|<local>/b|"];
|
||||
105 [label="Exit when branch condition"];
|
||||
}
|
||||
115 [label="Synthetic else branch"];
|
||||
109 [label="Enter when branch result"];
|
||||
106 [label="Synthetic else branch"];
|
||||
107 [label="Enter when branch result"];
|
||||
subgraph cluster_34 {
|
||||
color=blue
|
||||
110 [label="Enter block"];
|
||||
111 [label="Jump: continue@@@[R|<local>/b|] "];
|
||||
112 [label="Stub" style="filled" fillcolor=gray];
|
||||
113 [label="Exit block" style="filled" fillcolor=gray];
|
||||
108 [label="Enter block"];
|
||||
109 [label="Jump: continue@@@[R|<local>/b|] "];
|
||||
110 [label="Stub" style="filled" fillcolor=gray];
|
||||
111 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
114 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
105 [label="Exit when"];
|
||||
112 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
113 [label="Exit when"];
|
||||
}
|
||||
116 [label="Exit block"];
|
||||
114 [label="Exit block"];
|
||||
}
|
||||
117 [label="Exit loop block"];
|
||||
115 [label="Exit loop block"];
|
||||
}
|
||||
98 [label="Exit whileloop"];
|
||||
116 [label="Exit whileloop"];
|
||||
}
|
||||
118 [label="Exit block"];
|
||||
117 [label="Exit block"];
|
||||
}
|
||||
95 [label="Exit function test_5" style="filled" fillcolor=red];
|
||||
118 [label="Exit function test_5" style="filled" fillcolor=red];
|
||||
}
|
||||
94 -> {96};
|
||||
94 -> {95};
|
||||
95 -> {96};
|
||||
96 -> {97};
|
||||
97 -> {99};
|
||||
98 -> {118};
|
||||
99 -> {100};
|
||||
97 -> {98};
|
||||
98 -> {99};
|
||||
99 -> {116 100};
|
||||
100 -> {101};
|
||||
101 -> {98 102};
|
||||
101 -> {102};
|
||||
102 -> {103};
|
||||
103 -> {104};
|
||||
104 -> {106};
|
||||
105 -> {116};
|
||||
106 -> {107};
|
||||
104 -> {105};
|
||||
105 -> {107 106};
|
||||
106 -> {113};
|
||||
107 -> {108};
|
||||
108 -> {109 115};
|
||||
109 -> {110};
|
||||
110 -> {111};
|
||||
108 -> {109};
|
||||
109 -> {110} [style=dotted];
|
||||
109 -> {96} [color=green style=dashed];
|
||||
110 -> {111} [style=dotted];
|
||||
111 -> {112} [style=dotted];
|
||||
111 -> {97} [color=green style=dashed];
|
||||
112 -> {113} [style=dotted];
|
||||
113 -> {114} [style=dotted];
|
||||
114 -> {105} [style=dotted];
|
||||
115 -> {105};
|
||||
113 -> {114};
|
||||
114 -> {115};
|
||||
115 -> {97} [color=green style=dashed];
|
||||
116 -> {117};
|
||||
117 -> {99} [color=green style=dashed];
|
||||
118 -> {95};
|
||||
117 -> {118};
|
||||
|
||||
subgraph cluster_35 {
|
||||
color=red
|
||||
119 [label="Enter function run" style="filled" fillcolor=red];
|
||||
subgraph cluster_36 {
|
||||
color=blue
|
||||
121 [label="Enter block"];
|
||||
122 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
123 [label="Exit block"];
|
||||
120 [label="Enter block"];
|
||||
121 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
122 [label="Exit block"];
|
||||
}
|
||||
120 [label="Exit function run" style="filled" fillcolor=red];
|
||||
123 [label="Exit function run" style="filled" fillcolor=red];
|
||||
}
|
||||
119 -> {121};
|
||||
119 -> {120};
|
||||
120 -> {121};
|
||||
121 -> {122};
|
||||
122 -> {123};
|
||||
123 -> {120};
|
||||
|
||||
subgraph cluster_37 {
|
||||
color=red
|
||||
124 [label="Enter function test_6" style="filled" fillcolor=red];
|
||||
subgraph cluster_38 {
|
||||
color=blue
|
||||
126 [label="Enter block"];
|
||||
127 [label="Postponed enter to lambda"];
|
||||
125 [label="Enter block"];
|
||||
126 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_39 {
|
||||
color=blue
|
||||
131 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_40 {
|
||||
color=blue
|
||||
133 [label="Enter block"];
|
||||
134 [label="Jump: ^@run Unit"];
|
||||
135 [label="Stub" style="filled" fillcolor=gray];
|
||||
136 [label="Exit block" style="filled" fillcolor=gray];
|
||||
132 [label="Enter block"];
|
||||
133 [label="Jump: ^@run Unit"];
|
||||
134 [label="Stub" style="filled" fillcolor=gray];
|
||||
135 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
132 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
136 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
128 [label="Postponed exit from lambda"];
|
||||
129 [label="Function call: R|/run|(...)"];
|
||||
130 [label="Exit block"];
|
||||
127 [label="Postponed exit from lambda"];
|
||||
128 [label="Function call: R|/run|(...)"];
|
||||
129 [label="Exit block"];
|
||||
}
|
||||
125 [label="Exit function test_6" style="filled" fillcolor=red];
|
||||
130 [label="Exit function test_6" style="filled" fillcolor=red];
|
||||
}
|
||||
124 -> {126};
|
||||
126 -> {127};
|
||||
127 -> {131};
|
||||
127 -> {128} [color=red];
|
||||
124 -> {125};
|
||||
125 -> {126};
|
||||
126 -> {131};
|
||||
126 -> {127} [color=red];
|
||||
127 -> {128};
|
||||
128 -> {129};
|
||||
129 -> {130};
|
||||
130 -> {125};
|
||||
131 -> {132 133};
|
||||
132 -> {128} [color=green];
|
||||
132 -> {131} [color=green style=dashed];
|
||||
133 -> {134};
|
||||
134 -> {132};
|
||||
131 -> {136 132};
|
||||
132 -> {133};
|
||||
133 -> {136};
|
||||
133 -> {134} [style=dotted];
|
||||
134 -> {135} [style=dotted];
|
||||
135 -> {136} [style=dotted];
|
||||
136 -> {132} [style=dotted];
|
||||
136 -> {127} [color=green];
|
||||
136 -> {131} [color=green style=dashed];
|
||||
|
||||
}
|
||||
|
||||
+44
-44
@@ -13,98 +13,98 @@ digraph lambdaAsReturnOfLambda_kt {
|
||||
subgraph cluster_1 {
|
||||
color=red
|
||||
16 [label="Enter property" style="filled" fillcolor=red];
|
||||
18 [label="Postponed enter to lambda"];
|
||||
17 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
0 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Postponed enter to lambda"];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
8 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
10 [label="Enter block"];
|
||||
11 [label="Access variable R|<local>/foo|"];
|
||||
12 [label="Function call: R|/bar|(...)"];
|
||||
13 [label="Exit block"];
|
||||
9 [label="Enter block"];
|
||||
10 [label="Access variable R|<local>/foo|"];
|
||||
11 [label="Function call: R|/bar|(...)"];
|
||||
12 [label="Exit block"];
|
||||
}
|
||||
9 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
13 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
4 [label="Postponed exit from lambda"];
|
||||
5 [label="Jump: ^@run lambda@fun <anonymous>(foo: R|kotlin/String|): R|kotlin/Unit| {
|
||||
3 [label="Postponed exit from lambda"];
|
||||
4 [label="Jump: ^@run lambda@fun <anonymous>(foo: R|kotlin/String|): R|kotlin/Unit| {
|
||||
R|/bar|(R|<local>/foo|)
|
||||
}
|
||||
"];
|
||||
6 [label="Stub" style="filled" fillcolor=gray];
|
||||
7 [label="Exit block" style="filled" fillcolor=gray];
|
||||
5 [label="Stub" style="filled" fillcolor=gray];
|
||||
6 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
1 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
7 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
19 [label="Postponed exit from lambda"];
|
||||
18 [label="Postponed exit from lambda"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
20 [label="Enter block"];
|
||||
21 [label="Exit block"];
|
||||
19 [label="Enter block"];
|
||||
20 [label="Exit block"];
|
||||
}
|
||||
22 [label="Function call: R|/run|<R|(kotlin/String) -> kotlin/Unit|>(...)"];
|
||||
17 [label="Exit property" style="filled" fillcolor=red];
|
||||
21 [label="Function call: R|/run|<R|(kotlin/String) -> kotlin/Unit|>(...)"];
|
||||
22 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
16 -> {18};
|
||||
18 -> {19 0};
|
||||
16 -> {17};
|
||||
17 -> {18 0};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {17};
|
||||
0 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4 8};
|
||||
4 -> {5};
|
||||
5 -> {1};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3 8};
|
||||
3 -> {4};
|
||||
4 -> {7};
|
||||
4 -> {5} [style=dotted];
|
||||
5 -> {6} [style=dotted];
|
||||
6 -> {7} [style=dotted];
|
||||
7 -> {1} [style=dotted];
|
||||
8 -> {10};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {9};
|
||||
|
||||
subgraph cluster_7 {
|
||||
color=red
|
||||
23 [label="Enter function bar" style="filled" fillcolor=red];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
25 [label="Enter block"];
|
||||
26 [label="Exit block"];
|
||||
24 [label="Enter block"];
|
||||
25 [label="Exit block"];
|
||||
}
|
||||
24 [label="Exit function bar" style="filled" fillcolor=red];
|
||||
26 [label="Exit function bar" style="filled" fillcolor=red];
|
||||
}
|
||||
23 -> {25};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {24};
|
||||
|
||||
subgraph cluster_9 {
|
||||
color=red
|
||||
27 [label="Enter function run" style="filled" fillcolor=red];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
29 [label="Enter block"];
|
||||
30 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"];
|
||||
31 [label="Jump: ^run R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"];
|
||||
32 [label="Stub" style="filled" fillcolor=gray];
|
||||
33 [label="Exit block" style="filled" fillcolor=gray];
|
||||
28 [label="Enter block"];
|
||||
29 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"];
|
||||
30 [label="Jump: ^run R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|R|>|()"];
|
||||
31 [label="Stub" style="filled" fillcolor=gray];
|
||||
32 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
28 [label="Exit function run" style="filled" fillcolor=red];
|
||||
33 [label="Exit function run" style="filled" fillcolor=red];
|
||||
}
|
||||
27 -> {29};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {28};
|
||||
30 -> {33};
|
||||
30 -> {31} [style=dotted];
|
||||
31 -> {32} [style=dotted];
|
||||
32 -> {33} [style=dotted];
|
||||
33 -> {28} [style=dotted];
|
||||
|
||||
}
|
||||
|
||||
+48
-48
@@ -5,106 +5,106 @@ digraph lambdaReturningObject_kt {
|
||||
|
||||
subgraph cluster_0 {
|
||||
color=red
|
||||
1 [label="Enter class Out" style="filled" fillcolor=red];
|
||||
0 [label="Exit class Out" style="filled" fillcolor=red];
|
||||
0 [label="Enter class Out" style="filled" fillcolor=red];
|
||||
1 [label="Exit class Out" style="filled" fillcolor=red];
|
||||
}
|
||||
1 -> {0} [color=green];
|
||||
0 -> {1} [color=green];
|
||||
|
||||
subgraph cluster_1 {
|
||||
color=red
|
||||
2 [label="Enter function bar" style="filled" fillcolor=red];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
4 [label="Enter block"];
|
||||
5 [label="Exit block"];
|
||||
3 [label="Enter block"];
|
||||
4 [label="Exit block"];
|
||||
}
|
||||
3 [label="Exit function bar" style="filled" fillcolor=red];
|
||||
5 [label="Exit function bar" style="filled" fillcolor=red];
|
||||
}
|
||||
2 -> {4};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
5 -> {3};
|
||||
|
||||
subgraph cluster_3 {
|
||||
color=red
|
||||
7 [label="Enter class IrTypeArgument" style="filled" fillcolor=red];
|
||||
6 [label="Exit class IrTypeArgument" style="filled" fillcolor=red];
|
||||
6 [label="Enter class IrTypeArgument" style="filled" fillcolor=red];
|
||||
7 [label="Exit class IrTypeArgument" style="filled" fillcolor=red];
|
||||
}
|
||||
7 -> {6} [color=green];
|
||||
6 -> {7} [color=green];
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
8 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
10 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
9 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
9 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
10 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
8 -> {10};
|
||||
10 -> {9};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
|
||||
subgraph cluster_5 {
|
||||
color=red
|
||||
12 [label="Enter class IrStarProjectionImpl" style="filled" fillcolor=red];
|
||||
11 [label="Exit class IrStarProjectionImpl" style="filled" fillcolor=red];
|
||||
11 [label="Enter class IrStarProjectionImpl" style="filled" fillcolor=red];
|
||||
12 [label="Exit class IrStarProjectionImpl" style="filled" fillcolor=red];
|
||||
}
|
||||
12 -> {11} [color=green];
|
||||
11 -> {12} [color=green];
|
||||
|
||||
subgraph cluster_6 {
|
||||
color=red
|
||||
13 [label="Enter function MyOut" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
15 [label="Enter block"];
|
||||
16 [label="Function call: R|kotlin/TODO|()"];
|
||||
17 [label="Stub" style="filled" fillcolor=gray];
|
||||
18 [label="Jump: ^MyOut R|kotlin/TODO|()" style="filled" fillcolor=gray];
|
||||
19 [label="Stub" style="filled" fillcolor=gray];
|
||||
20 [label="Exit block" style="filled" fillcolor=gray];
|
||||
14 [label="Enter block"];
|
||||
15 [label="Function call: R|kotlin/TODO|()"];
|
||||
16 [label="Stub" style="filled" fillcolor=gray];
|
||||
17 [label="Jump: ^MyOut R|kotlin/TODO|()" style="filled" fillcolor=gray];
|
||||
18 [label="Stub" style="filled" fillcolor=gray];
|
||||
19 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
14 [label="Exit function MyOut" style="filled" fillcolor=red];
|
||||
20 [label="Exit function MyOut" style="filled" fillcolor=red];
|
||||
}
|
||||
13 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {14};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {20};
|
||||
15 -> {16} [style=dotted];
|
||||
16 -> {17} [style=dotted];
|
||||
17 -> {18} [style=dotted];
|
||||
18 -> {14 19} [style=dotted];
|
||||
17 -> {20 18} [style=dotted];
|
||||
18 -> {19} [style=dotted];
|
||||
19 -> {20} [style=dotted];
|
||||
20 -> {14} [style=dotted];
|
||||
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
21 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
23 [label="Enter block"];
|
||||
24 [label="Postponed enter to lambda"];
|
||||
22 [label="Enter block"];
|
||||
23 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
29 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
31 [label="Enter block"];
|
||||
32 [label="Access qualifier /IrStarProjectionImpl"];
|
||||
33 [label="Exit block"];
|
||||
30 [label="Enter block"];
|
||||
31 [label="Access qualifier /IrStarProjectionImpl"];
|
||||
32 [label="Exit block"];
|
||||
}
|
||||
30 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
33 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
25 [label="Postponed exit from lambda"];
|
||||
26 [label="Function call: R|/MyOut|<R|IrStarProjectionImpl|>(...)"];
|
||||
27 [label="Function call: R|/bar|(...)"];
|
||||
28 [label="Exit block"];
|
||||
24 [label="Postponed exit from lambda"];
|
||||
25 [label="Function call: R|/MyOut|<R|IrStarProjectionImpl|>(...)"];
|
||||
26 [label="Function call: R|/bar|(...)"];
|
||||
27 [label="Exit block"];
|
||||
}
|
||||
22 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
28 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
21 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25 29};
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24 29};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {22};
|
||||
29 -> {31};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
33 -> {30};
|
||||
|
||||
}
|
||||
|
||||
+144
-144
@@ -8,279 +8,279 @@ digraph lambdas_kt {
|
||||
0 [label="Enter function run" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
4 [label="Exit block"];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
3 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function run" style="filled" fillcolor=red];
|
||||
4 [label="Exit function run" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {1};
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
5 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
7 [label="Enter block"];
|
||||
6 [label="Enter block"];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
8 [label="Enter when"];
|
||||
7 [label="Enter when"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
10 [label="Enter when branch condition "];
|
||||
11 [label="Access variable R|<local>/x|"];
|
||||
12 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
|
||||
13 [label="Exit when branch condition"];
|
||||
8 [label="Enter when branch condition "];
|
||||
9 [label="Access variable R|<local>/x|"];
|
||||
10 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
|
||||
11 [label="Exit when branch condition"];
|
||||
}
|
||||
21 [label="Synthetic else branch"];
|
||||
14 [label="Enter when branch result"];
|
||||
12 [label="Synthetic else branch"];
|
||||
13 [label="Enter when branch result"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
15 [label="Enter block"];
|
||||
16 [label="Postponed enter to lambda"];
|
||||
14 [label="Enter block"];
|
||||
15 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
23 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
25 [label="Enter block"];
|
||||
26 [label="Access variable R|<local>/x|"];
|
||||
27 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
28 [label="Exit block"];
|
||||
24 [label="Enter block"];
|
||||
25 [label="Access variable R|<local>/x|"];
|
||||
26 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
27 [label="Exit block"];
|
||||
}
|
||||
24 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
28 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
17 [label="Postponed exit from lambda"];
|
||||
18 [label="Function call: R|/run|(...)"];
|
||||
19 [label="Exit block"];
|
||||
16 [label="Postponed exit from lambda"];
|
||||
17 [label="Function call: R|/run|(...)"];
|
||||
18 [label="Exit block"];
|
||||
}
|
||||
20 [label="Exit when branch result"];
|
||||
9 [label="Exit when"];
|
||||
19 [label="Exit when branch result"];
|
||||
20 [label="Exit when"];
|
||||
}
|
||||
22 [label="Exit block"];
|
||||
21 [label="Exit block"];
|
||||
}
|
||||
6 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
22 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
5 -> {7};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {10};
|
||||
9 -> {22};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14 21};
|
||||
11 -> {13 12};
|
||||
12 -> {20};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {23};
|
||||
16 -> {17} [color=red];
|
||||
15 -> {23};
|
||||
15 -> {16} [color=red];
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {9};
|
||||
21 -> {9};
|
||||
22 -> {6};
|
||||
23 -> {24 25};
|
||||
24 -> {17} [color=green];
|
||||
24 -> {23} [color=green style=dashed];
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
23 -> {28 24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {24};
|
||||
28 -> {16} [color=green];
|
||||
28 -> {23} [color=green style=dashed];
|
||||
|
||||
subgraph cluster_9 {
|
||||
color=red
|
||||
29 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
31 [label="Enter block"];
|
||||
30 [label="Enter block"];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
32 [label="Enter when"];
|
||||
31 [label="Enter when"];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
34 [label="Enter when branch condition "];
|
||||
35 [label="Access variable R|<local>/x|"];
|
||||
36 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
|
||||
37 [label="Exit when branch condition"];
|
||||
32 [label="Enter when branch condition "];
|
||||
33 [label="Access variable R|<local>/x|"];
|
||||
34 [label="Type operator: (R|<local>/x| is R|kotlin/Int|)"];
|
||||
35 [label="Exit when branch condition"];
|
||||
}
|
||||
45 [label="Synthetic else branch"];
|
||||
38 [label="Enter when branch result"];
|
||||
36 [label="Synthetic else branch"];
|
||||
37 [label="Enter when branch result"];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
39 [label="Enter block"];
|
||||
40 [label="Postponed enter to lambda"];
|
||||
38 [label="Enter block"];
|
||||
39 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
47 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
49 [label="Enter block"];
|
||||
50 [label="Access variable R|<local>/x|"];
|
||||
51 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
52 [label="Exit block"];
|
||||
48 [label="Enter block"];
|
||||
49 [label="Access variable R|<local>/x|"];
|
||||
50 [label="Function call: R|<local>/x|.R|kotlin/Int.inc|()"];
|
||||
51 [label="Exit block"];
|
||||
}
|
||||
48 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
52 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
41 [label="Postponed exit from lambda"];
|
||||
42 [label="Variable declaration: lval lambda: R|() -> kotlin/Int|"];
|
||||
43 [label="Exit block"];
|
||||
40 [label="Postponed exit from lambda"];
|
||||
41 [label="Variable declaration: lval lambda: R|() -> kotlin/Int|"];
|
||||
42 [label="Exit block"];
|
||||
}
|
||||
44 [label="Exit when branch result"];
|
||||
33 [label="Exit when"];
|
||||
43 [label="Exit when branch result"];
|
||||
44 [label="Exit when"];
|
||||
}
|
||||
46 [label="Exit block"];
|
||||
45 [label="Exit block"];
|
||||
}
|
||||
30 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
46 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
29 -> {31};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {34};
|
||||
33 -> {46};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {38 45};
|
||||
35 -> {37 36};
|
||||
36 -> {44};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {41 47};
|
||||
39 -> {40 47};
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {44};
|
||||
44 -> {33};
|
||||
45 -> {33};
|
||||
46 -> {30};
|
||||
47 -> {49};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
47 -> {48};
|
||||
48 -> {49};
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
51 -> {52};
|
||||
52 -> {48};
|
||||
|
||||
subgraph cluster_16 {
|
||||
color=red
|
||||
53 [label="Enter function getInt" style="filled" fillcolor=red];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
55 [label="Enter block"];
|
||||
56 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
57 [label="Const: Int(1)"];
|
||||
58 [label="Jump: ^getInt Int(1)"];
|
||||
59 [label="Stub" style="filled" fillcolor=gray];
|
||||
60 [label="Exit block" style="filled" fillcolor=gray];
|
||||
54 [label="Enter block"];
|
||||
55 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
56 [label="Const: Int(1)"];
|
||||
57 [label="Jump: ^getInt Int(1)"];
|
||||
58 [label="Stub" style="filled" fillcolor=gray];
|
||||
59 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
54 [label="Exit function getInt" style="filled" fillcolor=red];
|
||||
60 [label="Exit function getInt" style="filled" fillcolor=red];
|
||||
}
|
||||
53 -> {55};
|
||||
53 -> {54};
|
||||
54 -> {55};
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {58};
|
||||
58 -> {54};
|
||||
57 -> {60};
|
||||
57 -> {58} [style=dotted];
|
||||
58 -> {59} [style=dotted];
|
||||
59 -> {60} [style=dotted];
|
||||
60 -> {54} [style=dotted];
|
||||
|
||||
subgraph cluster_18 {
|
||||
color=red
|
||||
61 [label="Enter function test_3" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
63 [label="Enter block"];
|
||||
64 [label="Postponed enter to lambda"];
|
||||
62 [label="Enter block"];
|
||||
63 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
70 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
72 [label="Enter block"];
|
||||
73 [label="Const: Int(1)"];
|
||||
74 [label="Jump: ^test_3 Int(1)"];
|
||||
75 [label="Stub" style="filled" fillcolor=gray];
|
||||
76 [label="Exit block" style="filled" fillcolor=gray];
|
||||
71 [label="Enter block"];
|
||||
72 [label="Const: Int(1)"];
|
||||
73 [label="Jump: ^test_3 Int(1)"];
|
||||
74 [label="Stub" style="filled" fillcolor=gray];
|
||||
75 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
71 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
76 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
65 [label="Postponed exit from lambda"];
|
||||
66 [label="Function call: R|/getInt|(...)"];
|
||||
67 [label="Jump: ^test_3 R|/getInt|(<L> = getInt@fun <anonymous>(): R|kotlin/Unit| <kind=UNKNOWN> {
|
||||
64 [label="Postponed exit from lambda"];
|
||||
65 [label="Function call: R|/getInt|(...)"];
|
||||
66 [label="Jump: ^test_3 R|/getInt|(<L> = getInt@fun <anonymous>(): R|kotlin/Unit| <kind=UNKNOWN> {
|
||||
^test_3 Int(1)
|
||||
}
|
||||
)"];
|
||||
68 [label="Stub" style="filled" fillcolor=gray];
|
||||
69 [label="Exit block" style="filled" fillcolor=gray];
|
||||
67 [label="Stub" style="filled" fillcolor=gray];
|
||||
68 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
62 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
69 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
}
|
||||
61 -> {63};
|
||||
63 -> {64};
|
||||
64 -> {70};
|
||||
64 -> {65} [color=red];
|
||||
61 -> {62};
|
||||
62 -> {63};
|
||||
63 -> {70};
|
||||
63 -> {64} [color=red];
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {67};
|
||||
67 -> {62};
|
||||
66 -> {69};
|
||||
66 -> {67} [style=dotted];
|
||||
67 -> {68} [style=dotted];
|
||||
68 -> {69} [style=dotted];
|
||||
69 -> {62} [style=dotted];
|
||||
70 -> {71 72};
|
||||
71 -> {65} [color=green];
|
||||
71 -> {70} [color=green style=dashed];
|
||||
70 -> {76 71};
|
||||
71 -> {72};
|
||||
72 -> {73};
|
||||
73 -> {74};
|
||||
74 -> {62};
|
||||
73 -> {69};
|
||||
73 -> {74} [style=dotted];
|
||||
74 -> {75} [style=dotted];
|
||||
75 -> {76} [style=dotted];
|
||||
76 -> {71} [style=dotted];
|
||||
76 -> {64} [color=green];
|
||||
76 -> {70} [color=green style=dashed];
|
||||
|
||||
subgraph cluster_22 {
|
||||
color=red
|
||||
77 [label="Enter function test_4" style="filled" fillcolor=red];
|
||||
subgraph cluster_23 {
|
||||
color=blue
|
||||
79 [label="Enter block"];
|
||||
80 [label="Postponed enter to lambda"];
|
||||
78 [label="Enter block"];
|
||||
79 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_24 {
|
||||
color=blue
|
||||
86 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
88 [label="Enter block"];
|
||||
89 [label="Const: Int(1)"];
|
||||
90 [label="Jump: ^test_4 Int(1)"];
|
||||
91 [label="Stub" style="filled" fillcolor=gray];
|
||||
92 [label="Exit block" style="filled" fillcolor=gray];
|
||||
87 [label="Enter block"];
|
||||
88 [label="Const: Int(1)"];
|
||||
89 [label="Jump: ^test_4 Int(1)"];
|
||||
90 [label="Stub" style="filled" fillcolor=gray];
|
||||
91 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
87 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
92 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
81 [label="Postponed exit from lambda"];
|
||||
82 [label="Function call: R|/getInt|(...)"];
|
||||
83 [label="Jump: ^test_4 R|/getInt|(block = getInt@fun <anonymous>(): R|kotlin/Unit| <kind=UNKNOWN> {
|
||||
80 [label="Postponed exit from lambda"];
|
||||
81 [label="Function call: R|/getInt|(...)"];
|
||||
82 [label="Jump: ^test_4 R|/getInt|(block = getInt@fun <anonymous>(): R|kotlin/Unit| <kind=UNKNOWN> {
|
||||
^test_4 Int(1)
|
||||
}
|
||||
)"];
|
||||
84 [label="Stub" style="filled" fillcolor=gray];
|
||||
85 [label="Exit block" style="filled" fillcolor=gray];
|
||||
83 [label="Stub" style="filled" fillcolor=gray];
|
||||
84 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
78 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
85 [label="Exit function test_4" style="filled" fillcolor=red];
|
||||
}
|
||||
77 -> {79};
|
||||
79 -> {80};
|
||||
80 -> {86};
|
||||
80 -> {81} [color=red];
|
||||
77 -> {78};
|
||||
78 -> {79};
|
||||
79 -> {86};
|
||||
79 -> {80} [color=red];
|
||||
80 -> {81};
|
||||
81 -> {82};
|
||||
82 -> {83};
|
||||
83 -> {78};
|
||||
82 -> {85};
|
||||
82 -> {83} [style=dotted];
|
||||
83 -> {84} [style=dotted];
|
||||
84 -> {85} [style=dotted];
|
||||
85 -> {78} [style=dotted];
|
||||
86 -> {87 88};
|
||||
87 -> {81} [color=green];
|
||||
87 -> {86} [color=green style=dashed];
|
||||
86 -> {92 87};
|
||||
87 -> {88};
|
||||
88 -> {89};
|
||||
89 -> {90};
|
||||
90 -> {78};
|
||||
89 -> {85};
|
||||
89 -> {90} [style=dotted];
|
||||
90 -> {91} [style=dotted];
|
||||
91 -> {92} [style=dotted];
|
||||
92 -> {87} [style=dotted];
|
||||
92 -> {80} [color=green];
|
||||
92 -> {86} [color=green style=dashed];
|
||||
|
||||
}
|
||||
|
||||
+232
-232
@@ -8,158 +8,158 @@ digraph localClassesWithImplicit_kt {
|
||||
0 [label="Enter function myRun" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"];
|
||||
4 [label="Jump: ^myRun R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"];
|
||||
5 [label="Stub" style="filled" fillcolor=gray];
|
||||
6 [label="Exit block" style="filled" fillcolor=gray];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"];
|
||||
3 [label="Jump: ^myRun R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|T|>|()"];
|
||||
4 [label="Stub" style="filled" fillcolor=gray];
|
||||
5 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
1 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
6 [label="Exit function myRun" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {1};
|
||||
3 -> {6};
|
||||
3 -> {4} [style=dotted];
|
||||
4 -> {5} [style=dotted];
|
||||
5 -> {6} [style=dotted];
|
||||
6 -> {1} [style=dotted];
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
7 [label="Enter function test" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
30 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
|
||||
29 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
|
||||
29 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
|
||||
30 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
28 [label="Enter class A" style="filled" fillcolor=red];
|
||||
27 [label="Exit class A" style="filled" fillcolor=red];
|
||||
27 [label="Enter class A" style="filled" fillcolor=red];
|
||||
28 [label="Exit class A" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
9 [label="Enter block"];
|
||||
8 [label="Enter block"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
10 [label="Enter when"];
|
||||
9 [label="Enter when"];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
12 [label="Enter when branch condition "];
|
||||
13 [label="Access variable R|<local>/a|"];
|
||||
14 [label="Type operator: (R|<local>/a| !is R|kotlin/String|)"];
|
||||
15 [label="Exit when branch condition"];
|
||||
10 [label="Enter when branch condition "];
|
||||
11 [label="Access variable R|<local>/a|"];
|
||||
12 [label="Type operator: (R|<local>/a| !is R|kotlin/String|)"];
|
||||
13 [label="Exit when branch condition"];
|
||||
}
|
||||
22 [label="Synthetic else branch"];
|
||||
16 [label="Enter when branch result"];
|
||||
14 [label="Synthetic else branch"];
|
||||
15 [label="Enter when branch result"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
17 [label="Enter block"];
|
||||
18 [label="Jump: ^test Unit"];
|
||||
19 [label="Stub" style="filled" fillcolor=gray];
|
||||
20 [label="Exit block" style="filled" fillcolor=gray];
|
||||
16 [label="Enter block"];
|
||||
17 [label="Jump: ^test Unit"];
|
||||
18 [label="Stub" style="filled" fillcolor=gray];
|
||||
19 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
21 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
11 [label="Exit when"];
|
||||
20 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
21 [label="Exit when"];
|
||||
}
|
||||
23 [label="Exit local class test"];
|
||||
24 [label="Exit anonymous object"];
|
||||
25 [label="Variable declaration: lval x: R|<anonymous>|"];
|
||||
26 [label="Exit block"];
|
||||
22 [label="Exit local class test"];
|
||||
23 [label="Exit anonymous object"];
|
||||
24 [label="Variable declaration: lval x: R|<anonymous>|"];
|
||||
25 [label="Exit block"];
|
||||
}
|
||||
8 [label="Exit function test" style="filled" fillcolor=red];
|
||||
26 [label="Exit function test" style="filled" fillcolor=red];
|
||||
}
|
||||
7 -> {9};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {12};
|
||||
11 -> {23};
|
||||
11 -> {31 34 69 87} [color=red];
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16 22};
|
||||
13 -> {15 14};
|
||||
14 -> {21};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {8};
|
||||
17 -> {26};
|
||||
17 -> {18} [style=dotted];
|
||||
18 -> {19} [style=dotted];
|
||||
19 -> {20} [style=dotted];
|
||||
20 -> {21} [style=dotted];
|
||||
21 -> {11} [style=dotted];
|
||||
22 -> {11};
|
||||
21 -> {22};
|
||||
21 -> {31 34 69 87} [color=red];
|
||||
22 -> {23};
|
||||
22 -> {94 97 132 150} [color=red];
|
||||
23 -> {24};
|
||||
23 -> {94 97 132 150} [color=red];
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {8};
|
||||
28 -> {27} [color=green];
|
||||
30 -> {29} [color=green];
|
||||
27 -> {28} [color=green];
|
||||
29 -> {30} [color=green];
|
||||
|
||||
subgraph cluster_9 {
|
||||
color=red
|
||||
31 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
33 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
32 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
32 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
33 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
31 -> {33};
|
||||
33 -> {32};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
|
||||
subgraph cluster_10 {
|
||||
color=red
|
||||
34 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
36 [label="Enter block"];
|
||||
37 [label="Postponed enter to lambda"];
|
||||
35 [label="Enter block"];
|
||||
36 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
43 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
45 [label="Enter block"];
|
||||
46 [label="Access variable R|<local>/a|"];
|
||||
47 [label="Access variable R|kotlin/String.length|"];
|
||||
44 [label="Enter block"];
|
||||
45 [label="Access variable R|<local>/a|"];
|
||||
46 [label="Access variable R|kotlin/String.length|"];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
48 [label="Enter when"];
|
||||
47 [label="Enter when"];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
50 [label="Enter when branch condition "];
|
||||
51 [label="Access variable R|<local>/b|"];
|
||||
52 [label="Type operator: (R|<local>/b| is R|kotlin/String|)"];
|
||||
53 [label="Exit when branch condition"];
|
||||
48 [label="Enter when branch condition "];
|
||||
49 [label="Access variable R|<local>/b|"];
|
||||
50 [label="Type operator: (R|<local>/b| is R|kotlin/String|)"];
|
||||
51 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
61 [label="Enter when branch condition else"];
|
||||
62 [label="Exit when branch condition"];
|
||||
52 [label="Enter when branch condition else"];
|
||||
53 [label="Exit when branch condition"];
|
||||
}
|
||||
63 [label="Enter when branch result"];
|
||||
54 [label="Enter when branch result"];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
64 [label="Enter block"];
|
||||
65 [label="Const: Int(1)"];
|
||||
66 [label="Exit block"];
|
||||
55 [label="Enter block"];
|
||||
56 [label="Const: Int(1)"];
|
||||
57 [label="Exit block"];
|
||||
}
|
||||
67 [label="Exit when branch result"];
|
||||
54 [label="Enter when branch result"];
|
||||
58 [label="Exit when branch result"];
|
||||
59 [label="Enter when branch result"];
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
55 [label="Enter block"];
|
||||
56 [label="Access variable R|<local>/b|"];
|
||||
57 [label="Access variable R|kotlin/String.length|"];
|
||||
58 [label="Function call: this@R|/A|.R|/A.bar|()"];
|
||||
59 [label="Exit block"];
|
||||
60 [label="Enter block"];
|
||||
61 [label="Access variable R|<local>/b|"];
|
||||
62 [label="Access variable R|kotlin/String.length|"];
|
||||
63 [label="Function call: this@R|/A|.R|/A.bar|()"];
|
||||
64 [label="Exit block"];
|
||||
}
|
||||
60 [label="Exit when branch result"];
|
||||
49 [label="Exit when"];
|
||||
65 [label="Exit when branch result"];
|
||||
66 [label="Exit when"];
|
||||
}
|
||||
68 [label="Exit block"];
|
||||
67 [label="Exit block"];
|
||||
}
|
||||
44 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
68 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
38 [label="Postponed exit from lambda"];
|
||||
39 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
40 [label="Jump: ^foo R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
|
||||
37 [label="Postponed exit from lambda"];
|
||||
38 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
39 [label="Jump: ^foo R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
|
||||
R|<local>/a|.R|kotlin/String.length|
|
||||
^ when () {
|
||||
(R|<local>/b| is R|kotlin/String|) -> {
|
||||
@@ -173,192 +173,192 @@ digraph localClassesWithImplicit_kt {
|
||||
|
||||
}
|
||||
)"];
|
||||
41 [label="Stub" style="filled" fillcolor=gray];
|
||||
42 [label="Exit block" style="filled" fillcolor=gray];
|
||||
40 [label="Stub" style="filled" fillcolor=gray];
|
||||
41 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
35 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
42 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
34 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {43};
|
||||
37 -> {38} [color=red];
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {43};
|
||||
36 -> {37} [color=red];
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {35};
|
||||
39 -> {42};
|
||||
39 -> {40} [style=dotted];
|
||||
40 -> {41} [style=dotted];
|
||||
41 -> {42} [style=dotted];
|
||||
42 -> {35} [style=dotted];
|
||||
43 -> {44 45};
|
||||
44 -> {38} [color=green];
|
||||
44 -> {43} [color=green style=dashed];
|
||||
43 -> {68 44};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
47 -> {48};
|
||||
48 -> {50};
|
||||
49 -> {68};
|
||||
48 -> {49};
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
51 -> {52};
|
||||
51 -> {59 52};
|
||||
52 -> {53};
|
||||
53 -> {54 61};
|
||||
53 -> {54};
|
||||
54 -> {55};
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {58};
|
||||
58 -> {59};
|
||||
58 -> {66};
|
||||
59 -> {60};
|
||||
60 -> {49};
|
||||
60 -> {61};
|
||||
61 -> {62};
|
||||
62 -> {63};
|
||||
63 -> {64};
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {67};
|
||||
67 -> {49};
|
||||
68 -> {44};
|
||||
67 -> {68};
|
||||
68 -> {37} [color=green];
|
||||
68 -> {43} [color=green style=dashed];
|
||||
|
||||
subgraph cluster_19 {
|
||||
color=red
|
||||
69 [label="Enter function bar" style="filled" fillcolor=red];
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
71 [label="Enter block"];
|
||||
72 [label="Postponed enter to lambda"];
|
||||
70 [label="Enter block"];
|
||||
71 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
78 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
80 [label="Enter block"];
|
||||
81 [label="Access variable R|<local>/b|"];
|
||||
82 [label="Access variable <Unresolved name: length>#"];
|
||||
83 [label="Access variable R|<local>/a|"];
|
||||
84 [label="Access variable R|kotlin/String.length|"];
|
||||
85 [label="Function call: this@R|/A|.R|/A.baz|()"];
|
||||
86 [label="Exit block"];
|
||||
79 [label="Enter block"];
|
||||
80 [label="Access variable R|<local>/b|"];
|
||||
81 [label="Access variable <Unresolved name: length>#"];
|
||||
82 [label="Access variable R|<local>/a|"];
|
||||
83 [label="Access variable R|kotlin/String.length|"];
|
||||
84 [label="Function call: this@R|/A|.R|/A.baz|()"];
|
||||
85 [label="Exit block"];
|
||||
}
|
||||
79 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
86 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
73 [label="Postponed exit from lambda"];
|
||||
74 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
75 [label="Jump: ^bar R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
|
||||
72 [label="Postponed exit from lambda"];
|
||||
73 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
74 [label="Jump: ^bar R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
|
||||
R|<local>/b|.<Unresolved name: length>#
|
||||
R|<local>/a|.R|kotlin/String.length|
|
||||
^ this@R|/A|.R|/A.baz|()
|
||||
}
|
||||
)"];
|
||||
76 [label="Stub" style="filled" fillcolor=gray];
|
||||
77 [label="Exit block" style="filled" fillcolor=gray];
|
||||
75 [label="Stub" style="filled" fillcolor=gray];
|
||||
76 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
70 [label="Exit function bar" style="filled" fillcolor=red];
|
||||
77 [label="Exit function bar" style="filled" fillcolor=red];
|
||||
}
|
||||
69 -> {71};
|
||||
71 -> {72};
|
||||
72 -> {78};
|
||||
72 -> {73} [color=red];
|
||||
69 -> {70};
|
||||
70 -> {71};
|
||||
71 -> {78};
|
||||
71 -> {72} [color=red];
|
||||
72 -> {73};
|
||||
73 -> {74};
|
||||
74 -> {75};
|
||||
75 -> {70};
|
||||
74 -> {77};
|
||||
74 -> {75} [style=dotted];
|
||||
75 -> {76} [style=dotted];
|
||||
76 -> {77} [style=dotted];
|
||||
77 -> {70} [style=dotted];
|
||||
78 -> {79 80};
|
||||
79 -> {73} [color=green];
|
||||
79 -> {78} [color=green style=dashed];
|
||||
78 -> {86 79};
|
||||
79 -> {80};
|
||||
80 -> {81};
|
||||
81 -> {82};
|
||||
82 -> {83};
|
||||
83 -> {84};
|
||||
84 -> {85};
|
||||
85 -> {86};
|
||||
86 -> {79};
|
||||
86 -> {72} [color=green];
|
||||
86 -> {78} [color=green style=dashed];
|
||||
|
||||
subgraph cluster_23 {
|
||||
color=red
|
||||
87 [label="Enter function baz" style="filled" fillcolor=red];
|
||||
subgraph cluster_24 {
|
||||
color=blue
|
||||
89 [label="Enter block"];
|
||||
90 [label="Const: Int(1)"];
|
||||
91 [label="Jump: ^baz Int(1)"];
|
||||
92 [label="Stub" style="filled" fillcolor=gray];
|
||||
93 [label="Exit block" style="filled" fillcolor=gray];
|
||||
88 [label="Enter block"];
|
||||
89 [label="Const: Int(1)"];
|
||||
90 [label="Jump: ^baz Int(1)"];
|
||||
91 [label="Stub" style="filled" fillcolor=gray];
|
||||
92 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
88 [label="Exit function baz" style="filled" fillcolor=red];
|
||||
93 [label="Exit function baz" style="filled" fillcolor=red];
|
||||
}
|
||||
87 -> {89};
|
||||
87 -> {88};
|
||||
88 -> {89};
|
||||
89 -> {90};
|
||||
90 -> {91};
|
||||
91 -> {88};
|
||||
90 -> {93};
|
||||
90 -> {91} [style=dotted];
|
||||
91 -> {92} [style=dotted];
|
||||
92 -> {93} [style=dotted];
|
||||
93 -> {88} [style=dotted];
|
||||
|
||||
subgraph cluster_25 {
|
||||
color=red
|
||||
94 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
96 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
95 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
95 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
96 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
94 -> {96};
|
||||
96 -> {95};
|
||||
94 -> {95};
|
||||
95 -> {96};
|
||||
|
||||
subgraph cluster_26 {
|
||||
color=red
|
||||
97 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_27 {
|
||||
color=blue
|
||||
99 [label="Enter block"];
|
||||
100 [label="Postponed enter to lambda"];
|
||||
98 [label="Enter block"];
|
||||
99 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_28 {
|
||||
color=blue
|
||||
106 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_29 {
|
||||
color=blue
|
||||
108 [label="Enter block"];
|
||||
109 [label="Access variable R|<local>/a|"];
|
||||
110 [label="Access variable R|kotlin/String.length|"];
|
||||
107 [label="Enter block"];
|
||||
108 [label="Access variable R|<local>/a|"];
|
||||
109 [label="Access variable R|kotlin/String.length|"];
|
||||
subgraph cluster_30 {
|
||||
color=blue
|
||||
111 [label="Enter when"];
|
||||
110 [label="Enter when"];
|
||||
subgraph cluster_31 {
|
||||
color=blue
|
||||
113 [label="Enter when branch condition "];
|
||||
114 [label="Access variable R|<local>/b|"];
|
||||
115 [label="Type operator: (R|<local>/b| is R|kotlin/String|)"];
|
||||
116 [label="Exit when branch condition"];
|
||||
111 [label="Enter when branch condition "];
|
||||
112 [label="Access variable R|<local>/b|"];
|
||||
113 [label="Type operator: (R|<local>/b| is R|kotlin/String|)"];
|
||||
114 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_32 {
|
||||
color=blue
|
||||
124 [label="Enter when branch condition else"];
|
||||
125 [label="Exit when branch condition"];
|
||||
115 [label="Enter when branch condition else"];
|
||||
116 [label="Exit when branch condition"];
|
||||
}
|
||||
126 [label="Enter when branch result"];
|
||||
117 [label="Enter when branch result"];
|
||||
subgraph cluster_33 {
|
||||
color=blue
|
||||
127 [label="Enter block"];
|
||||
128 [label="Const: Int(1)"];
|
||||
129 [label="Exit block"];
|
||||
118 [label="Enter block"];
|
||||
119 [label="Const: Int(1)"];
|
||||
120 [label="Exit block"];
|
||||
}
|
||||
130 [label="Exit when branch result"];
|
||||
117 [label="Enter when branch result"];
|
||||
121 [label="Exit when branch result"];
|
||||
122 [label="Enter when branch result"];
|
||||
subgraph cluster_34 {
|
||||
color=blue
|
||||
118 [label="Enter block"];
|
||||
119 [label="Access variable R|<local>/b|"];
|
||||
120 [label="Access variable R|kotlin/String.length|"];
|
||||
121 [label="Function call: this@R|/<anonymous>|.R|/<anonymous>.bar|()"];
|
||||
122 [label="Exit block"];
|
||||
123 [label="Enter block"];
|
||||
124 [label="Access variable R|<local>/b|"];
|
||||
125 [label="Access variable R|kotlin/String.length|"];
|
||||
126 [label="Function call: this@R|/<anonymous>|.R|/<anonymous>.bar|()"];
|
||||
127 [label="Exit block"];
|
||||
}
|
||||
123 [label="Exit when branch result"];
|
||||
112 [label="Exit when"];
|
||||
128 [label="Exit when branch result"];
|
||||
129 [label="Exit when"];
|
||||
}
|
||||
131 [label="Exit block"];
|
||||
130 [label="Exit block"];
|
||||
}
|
||||
107 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
131 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
101 [label="Postponed exit from lambda"];
|
||||
102 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
103 [label="Jump: ^foo R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
|
||||
100 [label="Postponed exit from lambda"];
|
||||
101 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
102 [label="Jump: ^foo R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
|
||||
R|<local>/a|.R|kotlin/String.length|
|
||||
^ when () {
|
||||
(R|<local>/b| is R|kotlin/String|) -> {
|
||||
@@ -372,124 +372,124 @@ digraph localClassesWithImplicit_kt {
|
||||
|
||||
}
|
||||
)"];
|
||||
104 [label="Stub" style="filled" fillcolor=gray];
|
||||
105 [label="Exit block" style="filled" fillcolor=gray];
|
||||
103 [label="Stub" style="filled" fillcolor=gray];
|
||||
104 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
98 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
105 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
97 -> {99};
|
||||
99 -> {100};
|
||||
100 -> {106};
|
||||
100 -> {101} [color=red];
|
||||
97 -> {98};
|
||||
98 -> {99};
|
||||
99 -> {106};
|
||||
99 -> {100} [color=red];
|
||||
100 -> {101};
|
||||
101 -> {102};
|
||||
102 -> {103};
|
||||
103 -> {98};
|
||||
102 -> {105};
|
||||
102 -> {103} [style=dotted];
|
||||
103 -> {104} [style=dotted];
|
||||
104 -> {105} [style=dotted];
|
||||
105 -> {98} [style=dotted];
|
||||
106 -> {107 108};
|
||||
107 -> {101} [color=green];
|
||||
107 -> {106} [color=green style=dashed];
|
||||
106 -> {131 107};
|
||||
107 -> {108};
|
||||
108 -> {109};
|
||||
109 -> {110};
|
||||
110 -> {111};
|
||||
111 -> {113};
|
||||
112 -> {131};
|
||||
111 -> {112};
|
||||
112 -> {113};
|
||||
113 -> {114};
|
||||
114 -> {115};
|
||||
114 -> {122 115};
|
||||
115 -> {116};
|
||||
116 -> {117 124};
|
||||
116 -> {117};
|
||||
117 -> {118};
|
||||
118 -> {119};
|
||||
119 -> {120};
|
||||
120 -> {121};
|
||||
121 -> {122};
|
||||
121 -> {129};
|
||||
122 -> {123};
|
||||
123 -> {112};
|
||||
123 -> {124};
|
||||
124 -> {125};
|
||||
125 -> {126};
|
||||
126 -> {127};
|
||||
127 -> {128};
|
||||
128 -> {129};
|
||||
129 -> {130};
|
||||
130 -> {112};
|
||||
131 -> {107};
|
||||
130 -> {131};
|
||||
131 -> {100} [color=green];
|
||||
131 -> {106} [color=green style=dashed];
|
||||
|
||||
subgraph cluster_35 {
|
||||
color=red
|
||||
132 [label="Enter function bar" style="filled" fillcolor=red];
|
||||
subgraph cluster_36 {
|
||||
color=blue
|
||||
134 [label="Enter block"];
|
||||
135 [label="Postponed enter to lambda"];
|
||||
133 [label="Enter block"];
|
||||
134 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_37 {
|
||||
color=blue
|
||||
141 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_38 {
|
||||
color=blue
|
||||
143 [label="Enter block"];
|
||||
144 [label="Access variable R|<local>/a|"];
|
||||
145 [label="Access variable R|kotlin/String.length|"];
|
||||
146 [label="Access variable R|<local>/b|"];
|
||||
147 [label="Access variable <Unresolved name: length>#"];
|
||||
148 [label="Function call: this@R|/<anonymous>|.R|/<anonymous>.baz|()"];
|
||||
149 [label="Exit block"];
|
||||
142 [label="Enter block"];
|
||||
143 [label="Access variable R|<local>/a|"];
|
||||
144 [label="Access variable R|kotlin/String.length|"];
|
||||
145 [label="Access variable R|<local>/b|"];
|
||||
146 [label="Access variable <Unresolved name: length>#"];
|
||||
147 [label="Function call: this@R|/<anonymous>|.R|/<anonymous>.baz|()"];
|
||||
148 [label="Exit block"];
|
||||
}
|
||||
142 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
149 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
136 [label="Postponed exit from lambda"];
|
||||
137 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
138 [label="Jump: ^bar R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
|
||||
135 [label="Postponed exit from lambda"];
|
||||
136 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
|
||||
137 [label="Jump: ^bar R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <kind=UNKNOWN> {
|
||||
R|<local>/a|.R|kotlin/String.length|
|
||||
R|<local>/b|.<Unresolved name: length>#
|
||||
^ this@R|/<anonymous>|.R|/<anonymous>.baz|()
|
||||
}
|
||||
)"];
|
||||
139 [label="Stub" style="filled" fillcolor=gray];
|
||||
140 [label="Exit block" style="filled" fillcolor=gray];
|
||||
138 [label="Stub" style="filled" fillcolor=gray];
|
||||
139 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
133 [label="Exit function bar" style="filled" fillcolor=red];
|
||||
140 [label="Exit function bar" style="filled" fillcolor=red];
|
||||
}
|
||||
132 -> {134};
|
||||
134 -> {135};
|
||||
135 -> {141};
|
||||
135 -> {136} [color=red];
|
||||
132 -> {133};
|
||||
133 -> {134};
|
||||
134 -> {141};
|
||||
134 -> {135} [color=red];
|
||||
135 -> {136};
|
||||
136 -> {137};
|
||||
137 -> {138};
|
||||
138 -> {133};
|
||||
137 -> {140};
|
||||
137 -> {138} [style=dotted];
|
||||
138 -> {139} [style=dotted];
|
||||
139 -> {140} [style=dotted];
|
||||
140 -> {133} [style=dotted];
|
||||
141 -> {142 143};
|
||||
142 -> {136} [color=green];
|
||||
142 -> {141} [color=green style=dashed];
|
||||
141 -> {149 142};
|
||||
142 -> {143};
|
||||
143 -> {144};
|
||||
144 -> {145};
|
||||
145 -> {146};
|
||||
146 -> {147};
|
||||
147 -> {148};
|
||||
148 -> {149};
|
||||
149 -> {142};
|
||||
149 -> {135} [color=green];
|
||||
149 -> {141} [color=green style=dashed];
|
||||
|
||||
subgraph cluster_39 {
|
||||
color=red
|
||||
150 [label="Enter function baz" style="filled" fillcolor=red];
|
||||
subgraph cluster_40 {
|
||||
color=blue
|
||||
152 [label="Enter block"];
|
||||
153 [label="Const: Int(1)"];
|
||||
154 [label="Jump: ^baz Int(1)"];
|
||||
155 [label="Stub" style="filled" fillcolor=gray];
|
||||
156 [label="Exit block" style="filled" fillcolor=gray];
|
||||
151 [label="Enter block"];
|
||||
152 [label="Const: Int(1)"];
|
||||
153 [label="Jump: ^baz Int(1)"];
|
||||
154 [label="Stub" style="filled" fillcolor=gray];
|
||||
155 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
151 [label="Exit function baz" style="filled" fillcolor=red];
|
||||
156 [label="Exit function baz" style="filled" fillcolor=red];
|
||||
}
|
||||
150 -> {152};
|
||||
150 -> {151};
|
||||
151 -> {152};
|
||||
152 -> {153};
|
||||
153 -> {154};
|
||||
154 -> {151};
|
||||
153 -> {156};
|
||||
153 -> {154} [style=dotted];
|
||||
154 -> {155} [style=dotted];
|
||||
155 -> {156} [style=dotted];
|
||||
156 -> {151} [style=dotted];
|
||||
|
||||
}
|
||||
|
||||
+253
-253
@@ -8,95 +8,96 @@ digraph loops_kt {
|
||||
0 [label="Enter function testWhile" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
1 [label="Enter block"];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
3 [label="Enter while loop"];
|
||||
2 [label="Enter while loop"];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
5 [label="Enter loop condition"];
|
||||
6 [label="Access variable R|<local>/b|"];
|
||||
7 [label="Exit loop condition"];
|
||||
3 [label="Enter loop condition"];
|
||||
4 [label="Access variable R|<local>/b|"];
|
||||
5 [label="Exit loop condition"];
|
||||
}
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
8 [label="Enter loop block"];
|
||||
6 [label="Enter loop block"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
9 [label="Enter block"];
|
||||
10 [label="Access variable R|<local>/x|"];
|
||||
11 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
12 [label="Variable declaration: lval y: R|kotlin/Boolean|"];
|
||||
13 [label="Exit block"];
|
||||
7 [label="Enter block"];
|
||||
8 [label="Access variable R|<local>/x|"];
|
||||
9 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
10 [label="Variable declaration: lval y: R|kotlin/Boolean|"];
|
||||
11 [label="Exit block"];
|
||||
}
|
||||
14 [label="Exit loop block"];
|
||||
12 [label="Exit loop block"];
|
||||
}
|
||||
4 [label="Exit whileloop"];
|
||||
13 [label="Exit whileloop"];
|
||||
}
|
||||
15 [label="Access variable R|<local>/x|"];
|
||||
16 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
17 [label="Exit block"];
|
||||
14 [label="Access variable R|<local>/x|"];
|
||||
15 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
16 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function testWhile" style="filled" fillcolor=red];
|
||||
17 [label="Exit function testWhile" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {5};
|
||||
4 -> {15};
|
||||
5 -> {6};
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
5 -> {13 6};
|
||||
6 -> {7};
|
||||
7 -> {4 8};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
12 -> {3} [color=green style=dashed];
|
||||
13 -> {14};
|
||||
14 -> {5} [color=green style=dashed];
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {1};
|
||||
|
||||
subgraph cluster_6 {
|
||||
color=red
|
||||
18 [label="Enter function testDoWhile" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
20 [label="Enter block"];
|
||||
19 [label="Enter block"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
21 [label="Enter do-while loop"];
|
||||
20 [label="Enter do-while loop"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
23 [label="Enter loop block"];
|
||||
21 [label="Enter loop block"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
24 [label="Enter block"];
|
||||
25 [label="Access variable R|<local>/x|"];
|
||||
26 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
27 [label="Variable declaration: lval y: R|kotlin/Boolean|"];
|
||||
28 [label="Exit block"];
|
||||
22 [label="Enter block"];
|
||||
23 [label="Access variable R|<local>/x|"];
|
||||
24 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
25 [label="Variable declaration: lval y: R|kotlin/Boolean|"];
|
||||
26 [label="Exit block"];
|
||||
}
|
||||
29 [label="Exit loop block"];
|
||||
27 [label="Exit loop block"];
|
||||
}
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
30 [label="Enter loop condition"];
|
||||
31 [label="Access variable R|<local>/b|"];
|
||||
32 [label="Exit loop condition"];
|
||||
28 [label="Enter loop condition"];
|
||||
29 [label="Access variable R|<local>/b|"];
|
||||
30 [label="Exit loop condition"];
|
||||
}
|
||||
22 [label="Exit do-whileloop"];
|
||||
31 [label="Exit do-whileloop"];
|
||||
}
|
||||
33 [label="Access variable R|<local>/x|"];
|
||||
34 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
35 [label="Exit block"];
|
||||
32 [label="Access variable R|<local>/x|"];
|
||||
33 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
34 [label="Exit block"];
|
||||
}
|
||||
19 [label="Exit function testDoWhile" style="filled" fillcolor=red];
|
||||
35 [label="Exit function testDoWhile" style="filled" fillcolor=red];
|
||||
}
|
||||
18 -> {20};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {23};
|
||||
22 -> {33};
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
@@ -105,71 +106,71 @@ digraph loops_kt {
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
30 -> {21} [color=green style=dashed];
|
||||
31 -> {32};
|
||||
32 -> {22};
|
||||
32 -> {23} [color=green style=dashed];
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {19};
|
||||
|
||||
subgraph cluster_12 {
|
||||
color=red
|
||||
36 [label="Enter function testFor" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
38 [label="Enter block"];
|
||||
39 [label="Const: Int(0)"];
|
||||
40 [label="Const: Int(5)"];
|
||||
41 [label="Function call: Int(0).R|kotlin/Int.rangeTo|(...)"];
|
||||
42 [label="Function call: Int(0).R|kotlin/Int.rangeTo|(...).R|kotlin/ranges/IntProgression.iterator|()"];
|
||||
43 [label="Variable declaration: lval <iterator>: R|kotlin/collections/IntIterator|"];
|
||||
37 [label="Enter block"];
|
||||
38 [label="Const: Int(0)"];
|
||||
39 [label="Const: Int(5)"];
|
||||
40 [label="Function call: Int(0).R|kotlin/Int.rangeTo|(...)"];
|
||||
41 [label="Function call: Int(0).R|kotlin/Int.rangeTo|(...).R|kotlin/ranges/IntProgression.iterator|()"];
|
||||
42 [label="Variable declaration: lval <iterator>: R|kotlin/collections/IntIterator|"];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
44 [label="Enter while loop"];
|
||||
43 [label="Enter while loop"];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
46 [label="Enter loop condition"];
|
||||
47 [label="Access variable R|<local>/<iterator>|"];
|
||||
48 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()"];
|
||||
49 [label="Exit loop condition"];
|
||||
44 [label="Enter loop condition"];
|
||||
45 [label="Access variable R|<local>/<iterator>|"];
|
||||
46 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/Iterator.hasNext|()"];
|
||||
47 [label="Exit loop condition"];
|
||||
}
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
50 [label="Enter loop block"];
|
||||
48 [label="Enter loop block"];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
51 [label="Enter block"];
|
||||
52 [label="Access variable R|<local>/<iterator>|"];
|
||||
53 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/IntIterator.next|()"];
|
||||
54 [label="Variable declaration: lval i: R|kotlin/Int|"];
|
||||
55 [label="Access variable R|<local>/x|"];
|
||||
56 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
57 [label="Variable declaration: lval y: R|kotlin/Boolean|"];
|
||||
58 [label="Exit block"];
|
||||
49 [label="Enter block"];
|
||||
50 [label="Access variable R|<local>/<iterator>|"];
|
||||
51 [label="Function call: R|<local>/<iterator>|.R|kotlin/collections/IntIterator.next|()"];
|
||||
52 [label="Variable declaration: lval i: R|kotlin/Int|"];
|
||||
53 [label="Access variable R|<local>/x|"];
|
||||
54 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
55 [label="Variable declaration: lval y: R|kotlin/Boolean|"];
|
||||
56 [label="Exit block"];
|
||||
}
|
||||
59 [label="Exit loop block"];
|
||||
57 [label="Exit loop block"];
|
||||
}
|
||||
45 [label="Exit whileloop"];
|
||||
58 [label="Exit whileloop"];
|
||||
}
|
||||
60 [label="Access variable R|<local>/x|"];
|
||||
61 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
62 [label="Exit block"];
|
||||
59 [label="Access variable R|<local>/x|"];
|
||||
60 [label="Type operator: (R|<local>/x| is R|kotlin/String|)"];
|
||||
61 [label="Exit block"];
|
||||
}
|
||||
37 [label="Exit function testFor" style="filled" fillcolor=red];
|
||||
62 [label="Exit function testFor" style="filled" fillcolor=red];
|
||||
}
|
||||
36 -> {38};
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {44};
|
||||
44 -> {46};
|
||||
45 -> {60};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
47 -> {48};
|
||||
47 -> {58 48};
|
||||
48 -> {49};
|
||||
49 -> {45 50};
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
51 -> {52};
|
||||
52 -> {53};
|
||||
@@ -177,369 +178,368 @@ digraph loops_kt {
|
||||
54 -> {55};
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {58};
|
||||
57 -> {44} [color=green style=dashed];
|
||||
58 -> {59};
|
||||
59 -> {46} [color=green style=dashed];
|
||||
59 -> {60};
|
||||
60 -> {61};
|
||||
61 -> {62};
|
||||
62 -> {37};
|
||||
|
||||
subgraph cluster_18 {
|
||||
color=red
|
||||
63 [label="Enter function testWhileTrue" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
65 [label="Enter block"];
|
||||
64 [label="Enter block"];
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
66 [label="Enter while loop"];
|
||||
65 [label="Enter while loop"];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
68 [label="Enter loop condition"];
|
||||
69 [label="Const: Boolean(true)"];
|
||||
70 [label="Exit loop condition"];
|
||||
66 [label="Enter loop condition"];
|
||||
67 [label="Const: Boolean(true)"];
|
||||
68 [label="Exit loop condition"];
|
||||
}
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
71 [label="Enter loop block"];
|
||||
69 [label="Enter loop block"];
|
||||
subgraph cluster_23 {
|
||||
color=blue
|
||||
72 [label="Enter block"];
|
||||
73 [label="Const: Int(1)"];
|
||||
74 [label="Exit block"];
|
||||
70 [label="Enter block"];
|
||||
71 [label="Const: Int(1)"];
|
||||
72 [label="Exit block"];
|
||||
}
|
||||
75 [label="Exit loop block"];
|
||||
73 [label="Exit loop block"];
|
||||
}
|
||||
67 [label="Exit whileloop" style="filled" fillcolor=gray];
|
||||
74 [label="Exit whileloop" style="filled" fillcolor=gray];
|
||||
}
|
||||
76 [label="Const: Int(1)" style="filled" fillcolor=gray];
|
||||
77 [label="Exit block" style="filled" fillcolor=gray];
|
||||
75 [label="Const: Int(1)" style="filled" fillcolor=gray];
|
||||
76 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
64 [label="Exit function testWhileTrue" style="filled" fillcolor=red style="filled" fillcolor=gray];
|
||||
77 [label="Exit function testWhileTrue" style="filled" fillcolor=red style="filled" fillcolor=gray];
|
||||
}
|
||||
63 -> {65};
|
||||
63 -> {64};
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {68};
|
||||
67 -> {76} [style=dotted];
|
||||
66 -> {67};
|
||||
67 -> {68};
|
||||
68 -> {69};
|
||||
68 -> {74} [style=dotted];
|
||||
69 -> {70};
|
||||
70 -> {71};
|
||||
70 -> {67} [style=dotted];
|
||||
71 -> {72};
|
||||
72 -> {73};
|
||||
73 -> {74};
|
||||
74 -> {75};
|
||||
75 -> {68} [color=green style=dashed];
|
||||
73 -> {66} [color=green style=dashed];
|
||||
74 -> {75} [style=dotted];
|
||||
75 -> {76} [style=dotted];
|
||||
76 -> {77} [style=dotted];
|
||||
77 -> {64} [style=dotted];
|
||||
|
||||
subgraph cluster_24 {
|
||||
color=red
|
||||
78 [label="Enter function testWhileTrueWithBreak" style="filled" fillcolor=red];
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
80 [label="Enter block"];
|
||||
79 [label="Enter block"];
|
||||
subgraph cluster_26 {
|
||||
color=blue
|
||||
81 [label="Enter while loop"];
|
||||
80 [label="Enter while loop"];
|
||||
subgraph cluster_27 {
|
||||
color=blue
|
||||
83 [label="Enter loop condition"];
|
||||
84 [label="Const: Boolean(true)"];
|
||||
85 [label="Exit loop condition"];
|
||||
81 [label="Enter loop condition"];
|
||||
82 [label="Const: Boolean(true)"];
|
||||
83 [label="Exit loop condition"];
|
||||
}
|
||||
subgraph cluster_28 {
|
||||
color=blue
|
||||
86 [label="Enter loop block"];
|
||||
84 [label="Enter loop block"];
|
||||
subgraph cluster_29 {
|
||||
color=blue
|
||||
87 [label="Enter block"];
|
||||
85 [label="Enter block"];
|
||||
subgraph cluster_30 {
|
||||
color=blue
|
||||
88 [label="Enter when"];
|
||||
86 [label="Enter when"];
|
||||
subgraph cluster_31 {
|
||||
color=blue
|
||||
90 [label="Enter when branch condition "];
|
||||
91 [label="Access variable R|<local>/b|"];
|
||||
92 [label="Exit when branch condition"];
|
||||
87 [label="Enter when branch condition "];
|
||||
88 [label="Access variable R|<local>/b|"];
|
||||
89 [label="Exit when branch condition"];
|
||||
}
|
||||
99 [label="Synthetic else branch"];
|
||||
93 [label="Enter when branch result"];
|
||||
90 [label="Synthetic else branch"];
|
||||
91 [label="Enter when branch result"];
|
||||
subgraph cluster_32 {
|
||||
color=blue
|
||||
94 [label="Enter block"];
|
||||
95 [label="Jump: break@@@[Boolean(true)] "];
|
||||
96 [label="Stub" style="filled" fillcolor=gray];
|
||||
97 [label="Exit block" style="filled" fillcolor=gray];
|
||||
92 [label="Enter block"];
|
||||
93 [label="Jump: break@@@[Boolean(true)] "];
|
||||
94 [label="Stub" style="filled" fillcolor=gray];
|
||||
95 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
98 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
89 [label="Exit when"];
|
||||
96 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
97 [label="Exit when"];
|
||||
}
|
||||
100 [label="Exit block"];
|
||||
98 [label="Exit block"];
|
||||
}
|
||||
101 [label="Exit loop block"];
|
||||
99 [label="Exit loop block"];
|
||||
}
|
||||
82 [label="Exit whileloop"];
|
||||
100 [label="Exit whileloop"];
|
||||
}
|
||||
102 [label="Const: Int(1)"];
|
||||
103 [label="Exit block"];
|
||||
101 [label="Const: Int(1)"];
|
||||
102 [label="Exit block"];
|
||||
}
|
||||
79 [label="Exit function testWhileTrueWithBreak" style="filled" fillcolor=red];
|
||||
103 [label="Exit function testWhileTrueWithBreak" style="filled" fillcolor=red];
|
||||
}
|
||||
78 -> {80};
|
||||
78 -> {79};
|
||||
79 -> {80};
|
||||
80 -> {81};
|
||||
81 -> {83};
|
||||
82 -> {102};
|
||||
81 -> {82};
|
||||
82 -> {83};
|
||||
83 -> {84};
|
||||
83 -> {100} [style=dotted];
|
||||
84 -> {85};
|
||||
85 -> {86};
|
||||
85 -> {82} [style=dotted];
|
||||
86 -> {87};
|
||||
87 -> {88};
|
||||
88 -> {90};
|
||||
89 -> {100};
|
||||
90 -> {91};
|
||||
88 -> {89};
|
||||
89 -> {91 90};
|
||||
90 -> {97};
|
||||
91 -> {92};
|
||||
92 -> {93 99};
|
||||
93 -> {94};
|
||||
94 -> {95};
|
||||
95 -> {82};
|
||||
92 -> {93};
|
||||
93 -> {100};
|
||||
93 -> {94} [style=dotted];
|
||||
94 -> {95} [style=dotted];
|
||||
95 -> {96} [style=dotted];
|
||||
96 -> {97} [style=dotted];
|
||||
97 -> {98} [style=dotted];
|
||||
98 -> {89} [style=dotted];
|
||||
99 -> {89};
|
||||
97 -> {98};
|
||||
98 -> {99};
|
||||
99 -> {81} [color=green style=dashed];
|
||||
100 -> {101};
|
||||
101 -> {83} [color=green style=dashed];
|
||||
101 -> {102};
|
||||
102 -> {103};
|
||||
103 -> {79};
|
||||
|
||||
subgraph cluster_33 {
|
||||
color=red
|
||||
104 [label="Enter function testWhileFalse" style="filled" fillcolor=red];
|
||||
subgraph cluster_34 {
|
||||
color=blue
|
||||
106 [label="Enter block"];
|
||||
105 [label="Enter block"];
|
||||
subgraph cluster_35 {
|
||||
color=blue
|
||||
107 [label="Enter while loop"];
|
||||
106 [label="Enter while loop"];
|
||||
subgraph cluster_36 {
|
||||
color=blue
|
||||
109 [label="Enter loop condition"];
|
||||
110 [label="Const: Boolean(false)"];
|
||||
111 [label="Exit loop condition"];
|
||||
107 [label="Enter loop condition"];
|
||||
108 [label="Const: Boolean(false)"];
|
||||
109 [label="Exit loop condition"];
|
||||
}
|
||||
subgraph cluster_37 {
|
||||
color=blue
|
||||
112 [label="Enter loop block" style="filled" fillcolor=gray];
|
||||
110 [label="Enter loop block" style="filled" fillcolor=gray];
|
||||
subgraph cluster_38 {
|
||||
color=blue
|
||||
113 [label="Enter block" style="filled" fillcolor=gray];
|
||||
114 [label="Const: Int(1)" style="filled" fillcolor=gray];
|
||||
115 [label="Exit block" style="filled" fillcolor=gray];
|
||||
111 [label="Enter block" style="filled" fillcolor=gray];
|
||||
112 [label="Const: Int(1)" style="filled" fillcolor=gray];
|
||||
113 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
116 [label="Exit loop block" style="filled" fillcolor=gray];
|
||||
114 [label="Exit loop block" style="filled" fillcolor=gray];
|
||||
}
|
||||
108 [label="Exit whileloop"];
|
||||
115 [label="Exit whileloop"];
|
||||
}
|
||||
117 [label="Const: Int(1)"];
|
||||
118 [label="Exit block"];
|
||||
116 [label="Const: Int(1)"];
|
||||
117 [label="Exit block"];
|
||||
}
|
||||
105 [label="Exit function testWhileFalse" style="filled" fillcolor=red];
|
||||
118 [label="Exit function testWhileFalse" style="filled" fillcolor=red];
|
||||
}
|
||||
104 -> {106};
|
||||
104 -> {105};
|
||||
105 -> {106};
|
||||
106 -> {107};
|
||||
107 -> {109};
|
||||
108 -> {117};
|
||||
109 -> {110};
|
||||
110 -> {111};
|
||||
111 -> {108};
|
||||
107 -> {108};
|
||||
108 -> {109};
|
||||
109 -> {115};
|
||||
109 -> {110} [style=dotted];
|
||||
110 -> {111} [style=dotted];
|
||||
111 -> {112} [style=dotted];
|
||||
112 -> {113} [style=dotted];
|
||||
113 -> {114} [style=dotted];
|
||||
114 -> {115} [style=dotted];
|
||||
115 -> {116} [style=dotted];
|
||||
116 -> {109} [color=green style=dotted];
|
||||
114 -> {107} [color=green style=dotted];
|
||||
115 -> {116};
|
||||
116 -> {117};
|
||||
117 -> {118};
|
||||
118 -> {105};
|
||||
|
||||
subgraph cluster_39 {
|
||||
color=red
|
||||
119 [label="Enter function testDoWhileTrue" style="filled" fillcolor=red];
|
||||
subgraph cluster_40 {
|
||||
color=blue
|
||||
121 [label="Enter block"];
|
||||
120 [label="Enter block"];
|
||||
subgraph cluster_41 {
|
||||
color=blue
|
||||
122 [label="Enter do-while loop"];
|
||||
121 [label="Enter do-while loop"];
|
||||
subgraph cluster_42 {
|
||||
color=blue
|
||||
124 [label="Enter loop block"];
|
||||
122 [label="Enter loop block"];
|
||||
subgraph cluster_43 {
|
||||
color=blue
|
||||
125 [label="Enter block"];
|
||||
126 [label="Const: Int(1)"];
|
||||
127 [label="Exit block"];
|
||||
123 [label="Enter block"];
|
||||
124 [label="Const: Int(1)"];
|
||||
125 [label="Exit block"];
|
||||
}
|
||||
128 [label="Exit loop block"];
|
||||
126 [label="Exit loop block"];
|
||||
}
|
||||
subgraph cluster_44 {
|
||||
color=blue
|
||||
129 [label="Enter loop condition"];
|
||||
130 [label="Const: Boolean(true)"];
|
||||
131 [label="Exit loop condition"];
|
||||
127 [label="Enter loop condition"];
|
||||
128 [label="Const: Boolean(true)"];
|
||||
129 [label="Exit loop condition"];
|
||||
}
|
||||
123 [label="Exit do-whileloop" style="filled" fillcolor=gray];
|
||||
130 [label="Exit do-whileloop" style="filled" fillcolor=gray];
|
||||
}
|
||||
132 [label="Const: Int(1)" style="filled" fillcolor=gray];
|
||||
133 [label="Exit block" style="filled" fillcolor=gray];
|
||||
131 [label="Const: Int(1)" style="filled" fillcolor=gray];
|
||||
132 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
120 [label="Exit function testDoWhileTrue" style="filled" fillcolor=red style="filled" fillcolor=gray];
|
||||
133 [label="Exit function testDoWhileTrue" style="filled" fillcolor=red style="filled" fillcolor=gray];
|
||||
}
|
||||
119 -> {121};
|
||||
119 -> {120};
|
||||
120 -> {121};
|
||||
121 -> {122};
|
||||
122 -> {124};
|
||||
123 -> {132} [style=dotted];
|
||||
122 -> {123};
|
||||
123 -> {124};
|
||||
124 -> {125};
|
||||
125 -> {126};
|
||||
126 -> {127};
|
||||
127 -> {128};
|
||||
128 -> {129};
|
||||
129 -> {130};
|
||||
130 -> {131};
|
||||
131 -> {123} [style=dotted];
|
||||
131 -> {124} [color=green style=dashed];
|
||||
129 -> {130} [style=dotted];
|
||||
129 -> {122} [color=green style=dashed];
|
||||
130 -> {131} [style=dotted];
|
||||
131 -> {132} [style=dotted];
|
||||
132 -> {133} [style=dotted];
|
||||
133 -> {120} [style=dotted];
|
||||
|
||||
subgraph cluster_45 {
|
||||
color=red
|
||||
134 [label="Enter function testDoWhileTrueWithBreak" style="filled" fillcolor=red];
|
||||
subgraph cluster_46 {
|
||||
color=blue
|
||||
136 [label="Enter block"];
|
||||
135 [label="Enter block"];
|
||||
subgraph cluster_47 {
|
||||
color=blue
|
||||
137 [label="Enter do-while loop"];
|
||||
136 [label="Enter do-while loop"];
|
||||
subgraph cluster_48 {
|
||||
color=blue
|
||||
139 [label="Enter loop block"];
|
||||
137 [label="Enter loop block"];
|
||||
subgraph cluster_49 {
|
||||
color=blue
|
||||
140 [label="Enter block"];
|
||||
138 [label="Enter block"];
|
||||
subgraph cluster_50 {
|
||||
color=blue
|
||||
141 [label="Enter when"];
|
||||
139 [label="Enter when"];
|
||||
subgraph cluster_51 {
|
||||
color=blue
|
||||
143 [label="Enter when branch condition "];
|
||||
144 [label="Access variable R|<local>/b|"];
|
||||
145 [label="Exit when branch condition"];
|
||||
140 [label="Enter when branch condition "];
|
||||
141 [label="Access variable R|<local>/b|"];
|
||||
142 [label="Exit when branch condition"];
|
||||
}
|
||||
152 [label="Synthetic else branch"];
|
||||
146 [label="Enter when branch result"];
|
||||
143 [label="Synthetic else branch"];
|
||||
144 [label="Enter when branch result"];
|
||||
subgraph cluster_52 {
|
||||
color=blue
|
||||
147 [label="Enter block"];
|
||||
148 [label="Jump: break@@@[Boolean(true)] "];
|
||||
149 [label="Stub" style="filled" fillcolor=gray];
|
||||
150 [label="Exit block" style="filled" fillcolor=gray];
|
||||
145 [label="Enter block"];
|
||||
146 [label="Jump: break@@@[Boolean(true)] "];
|
||||
147 [label="Stub" style="filled" fillcolor=gray];
|
||||
148 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
151 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
142 [label="Exit when"];
|
||||
149 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
150 [label="Exit when"];
|
||||
}
|
||||
153 [label="Exit block"];
|
||||
151 [label="Exit block"];
|
||||
}
|
||||
154 [label="Exit loop block"];
|
||||
152 [label="Exit loop block"];
|
||||
}
|
||||
subgraph cluster_53 {
|
||||
color=blue
|
||||
155 [label="Enter loop condition"];
|
||||
156 [label="Const: Boolean(true)"];
|
||||
157 [label="Exit loop condition"];
|
||||
153 [label="Enter loop condition"];
|
||||
154 [label="Const: Boolean(true)"];
|
||||
155 [label="Exit loop condition"];
|
||||
}
|
||||
138 [label="Exit do-whileloop"];
|
||||
156 [label="Exit do-whileloop"];
|
||||
}
|
||||
158 [label="Const: Int(1)"];
|
||||
159 [label="Exit block"];
|
||||
157 [label="Const: Int(1)"];
|
||||
158 [label="Exit block"];
|
||||
}
|
||||
135 [label="Exit function testDoWhileTrueWithBreak" style="filled" fillcolor=red];
|
||||
159 [label="Exit function testDoWhileTrueWithBreak" style="filled" fillcolor=red];
|
||||
}
|
||||
134 -> {136};
|
||||
134 -> {135};
|
||||
135 -> {136};
|
||||
136 -> {137};
|
||||
137 -> {139};
|
||||
138 -> {158};
|
||||
137 -> {138};
|
||||
138 -> {139};
|
||||
139 -> {140};
|
||||
140 -> {141};
|
||||
141 -> {143};
|
||||
142 -> {153};
|
||||
143 -> {144};
|
||||
141 -> {142};
|
||||
142 -> {144 143};
|
||||
143 -> {150};
|
||||
144 -> {145};
|
||||
145 -> {146 152};
|
||||
146 -> {147};
|
||||
147 -> {148};
|
||||
148 -> {138};
|
||||
145 -> {146};
|
||||
146 -> {156};
|
||||
146 -> {147} [style=dotted];
|
||||
147 -> {148} [style=dotted];
|
||||
148 -> {149} [style=dotted];
|
||||
149 -> {150} [style=dotted];
|
||||
150 -> {151} [style=dotted];
|
||||
151 -> {142} [style=dotted];
|
||||
152 -> {142};
|
||||
150 -> {151};
|
||||
151 -> {152};
|
||||
152 -> {153};
|
||||
153 -> {154};
|
||||
154 -> {155};
|
||||
155 -> {156};
|
||||
155 -> {156} [style=dotted];
|
||||
155 -> {137} [color=green style=dashed];
|
||||
156 -> {157};
|
||||
157 -> {138} [style=dotted];
|
||||
157 -> {139} [color=green style=dashed];
|
||||
157 -> {158};
|
||||
158 -> {159};
|
||||
159 -> {135};
|
||||
|
||||
subgraph cluster_54 {
|
||||
color=red
|
||||
160 [label="Enter function testDoWhileFalse" style="filled" fillcolor=red];
|
||||
subgraph cluster_55 {
|
||||
color=blue
|
||||
162 [label="Enter block"];
|
||||
161 [label="Enter block"];
|
||||
subgraph cluster_56 {
|
||||
color=blue
|
||||
163 [label="Enter do-while loop"];
|
||||
162 [label="Enter do-while loop"];
|
||||
subgraph cluster_57 {
|
||||
color=blue
|
||||
165 [label="Enter loop block"];
|
||||
163 [label="Enter loop block"];
|
||||
subgraph cluster_58 {
|
||||
color=blue
|
||||
166 [label="Enter block"];
|
||||
167 [label="Const: Int(1)"];
|
||||
168 [label="Exit block"];
|
||||
164 [label="Enter block"];
|
||||
165 [label="Const: Int(1)"];
|
||||
166 [label="Exit block"];
|
||||
}
|
||||
169 [label="Exit loop block"];
|
||||
167 [label="Exit loop block"];
|
||||
}
|
||||
subgraph cluster_59 {
|
||||
color=blue
|
||||
170 [label="Enter loop condition"];
|
||||
171 [label="Const: Boolean(false)"];
|
||||
172 [label="Exit loop condition"];
|
||||
168 [label="Enter loop condition"];
|
||||
169 [label="Const: Boolean(false)"];
|
||||
170 [label="Exit loop condition"];
|
||||
}
|
||||
164 [label="Exit do-whileloop"];
|
||||
171 [label="Exit do-whileloop"];
|
||||
}
|
||||
173 [label="Const: Int(1)"];
|
||||
174 [label="Exit block"];
|
||||
172 [label="Const: Int(1)"];
|
||||
173 [label="Exit block"];
|
||||
}
|
||||
161 [label="Exit function testDoWhileFalse" style="filled" fillcolor=red];
|
||||
174 [label="Exit function testDoWhileFalse" style="filled" fillcolor=red];
|
||||
}
|
||||
160 -> {162};
|
||||
160 -> {161};
|
||||
161 -> {162};
|
||||
162 -> {163};
|
||||
163 -> {165};
|
||||
164 -> {173};
|
||||
163 -> {164};
|
||||
164 -> {165};
|
||||
165 -> {166};
|
||||
166 -> {167};
|
||||
167 -> {168};
|
||||
168 -> {169};
|
||||
169 -> {170};
|
||||
170 -> {171};
|
||||
170 -> {163} [color=green style=dotted];
|
||||
171 -> {172};
|
||||
172 -> {164};
|
||||
172 -> {165} [color=green style=dotted];
|
||||
172 -> {173};
|
||||
173 -> {174};
|
||||
174 -> {161};
|
||||
|
||||
}
|
||||
|
||||
+51
-51
@@ -6,72 +6,72 @@ digraph postponedLambdaInConstructor_kt {
|
||||
subgraph cluster_0 {
|
||||
color=red
|
||||
0 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
1 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
2 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
2 -> {1};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
|
||||
subgraph cluster_1 {
|
||||
color=red
|
||||
4 [label="Enter class A" style="filled" fillcolor=red];
|
||||
3 [label="Exit class A" style="filled" fillcolor=red];
|
||||
3 [label="Enter class A" style="filled" fillcolor=red];
|
||||
4 [label="Exit class A" style="filled" fillcolor=red];
|
||||
}
|
||||
4 -> {3} [color=green];
|
||||
3 -> {4} [color=green];
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
5 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
7 [label="Access variable R|<local>/s|"];
|
||||
8 [label="Postponed enter to lambda"];
|
||||
6 [label="Access variable R|<local>/s|"];
|
||||
7 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
13 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
15 [label="Enter block"];
|
||||
16 [label="Postponed enter to lambda"];
|
||||
14 [label="Enter block"];
|
||||
15 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
19 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
21 [label="Enter block"];
|
||||
22 [label="Access variable R|<local>/it|"];
|
||||
23 [label="Exit block"];
|
||||
20 [label="Enter block"];
|
||||
21 [label="Access variable R|<local>/it|"];
|
||||
22 [label="Exit block"];
|
||||
}
|
||||
20 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
23 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
17 [label="Postponed exit from lambda"];
|
||||
18 [label="Exit block"];
|
||||
16 [label="Postponed exit from lambda"];
|
||||
17 [label="Exit block"];
|
||||
}
|
||||
14 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
18 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
9 [label="Postponed exit from lambda"];
|
||||
10 [label="Function call: R|<local>/s|.R|kotlin/let|<R|kotlin/String|, R|() -> kotlin/String|>(...)"];
|
||||
12 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
8 [label="Postponed exit from lambda"];
|
||||
9 [label="Function call: R|<local>/s|.R|kotlin/let|<R|kotlin/String|, R|() -> kotlin/String|>(...)"];
|
||||
10 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
11 [label="Delegated constructor call: super<R|A|>(...)"];
|
||||
6 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
12 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
5 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {13};
|
||||
8 -> {9} [color=red];
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {13};
|
||||
7 -> {8} [color=red];
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {12};
|
||||
11 -> {6};
|
||||
12 -> {11};
|
||||
13 -> {15};
|
||||
14 -> {9} [color=green];
|
||||
14 -> {12} [color=red];
|
||||
15 -> {16};
|
||||
16 -> {17 19};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16 19};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {14};
|
||||
19 -> {21};
|
||||
18 -> {8} [color=green];
|
||||
18 -> {10} [color=red];
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {20};
|
||||
|
||||
subgraph cluster_7 {
|
||||
color=red
|
||||
@@ -85,31 +85,31 @@ digraph postponedLambdaInConstructor_kt {
|
||||
29 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
31 [label="Enter block"];
|
||||
32 [label="Function call: this@R|/B|.R|/B.foo|()"];
|
||||
33 [label="Exit block"];
|
||||
30 [label="Enter block"];
|
||||
31 [label="Function call: this@R|/B|.R|/B.foo|()"];
|
||||
32 [label="Exit block"];
|
||||
}
|
||||
30 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
33 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
29 -> {31};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
33 -> {30};
|
||||
|
||||
subgraph cluster_10 {
|
||||
color=red
|
||||
35 [label="Enter class B" style="filled" fillcolor=red];
|
||||
34 [label="Enter class B" style="filled" fillcolor=red];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
26 [label="Enter property" style="filled" fillcolor=red];
|
||||
28 [label="Access variable R|<local>/s|"];
|
||||
27 [label="Exit property" style="filled" fillcolor=red];
|
||||
27 [label="Access variable R|<local>/s|"];
|
||||
28 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
34 [label="Exit class B" style="filled" fillcolor=red];
|
||||
35 [label="Exit class B" style="filled" fillcolor=red];
|
||||
}
|
||||
35 -> {26} [color=green];
|
||||
26 -> {28};
|
||||
27 -> {34} [color=green];
|
||||
28 -> {27};
|
||||
34 -> {26} [color=green];
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {35} [color=green];
|
||||
|
||||
}
|
||||
|
||||
@@ -8,55 +8,55 @@ digraph postponedLambdas_kt {
|
||||
0 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Exit block"];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
3 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {1};
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
4 [label="Enter function test" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
6 [label="Enter block"];
|
||||
7 [label="Access variable R|<local>/a|"];
|
||||
8 [label="Postponed enter to lambda"];
|
||||
5 [label="Enter block"];
|
||||
6 [label="Access variable R|<local>/a|"];
|
||||
7 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
13 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
15 [label="Enter block"];
|
||||
16 [label="Const: String()"];
|
||||
17 [label="Exit block"];
|
||||
14 [label="Enter block"];
|
||||
15 [label="Const: String()"];
|
||||
16 [label="Exit block"];
|
||||
}
|
||||
14 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
17 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
9 [label="Postponed exit from lambda"];
|
||||
10 [label="Access variable R|<local>/b|"];
|
||||
11 [label="Function call: R|/foo|(...)"];
|
||||
12 [label="Exit block"];
|
||||
8 [label="Postponed exit from lambda"];
|
||||
9 [label="Access variable R|<local>/b|"];
|
||||
10 [label="Function call: R|/foo|(...)"];
|
||||
11 [label="Exit block"];
|
||||
}
|
||||
5 [label="Exit function test" style="filled" fillcolor=red];
|
||||
12 [label="Exit function test" style="filled" fillcolor=red];
|
||||
}
|
||||
4 -> {6};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {13};
|
||||
8 -> {9} [color=red];
|
||||
7 -> {13};
|
||||
7 -> {8} [color=red];
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {5};
|
||||
13 -> {14 15};
|
||||
14 -> {9} [color=green];
|
||||
14 -> {13} [color=green style=dashed];
|
||||
13 -> {17 14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {14};
|
||||
17 -> {8} [color=green];
|
||||
17 -> {13} [color=green style=dashed];
|
||||
|
||||
}
|
||||
|
||||
+146
-146
@@ -8,16 +8,16 @@ digraph propertiesAndInitBlocks_kt {
|
||||
0 [label="Enter function run" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
4 [label="Exit block"];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Function call: R|<local>/block|.R|FakeOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()"];
|
||||
3 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function run" style="filled" fillcolor=red];
|
||||
4 [label="Exit function run" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {1};
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
@@ -29,218 +29,218 @@ digraph propertiesAndInitBlocks_kt {
|
||||
subgraph cluster_3 {
|
||||
color=red
|
||||
7 [label="Enter property" style="filled" fillcolor=red];
|
||||
9 [label="Const: Int(1)"];
|
||||
8 [label="Exit property" style="filled" fillcolor=red];
|
||||
8 [label="Const: Int(1)"];
|
||||
9 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
7 -> {9};
|
||||
9 -> {8};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
10 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
12 [label="Enter block"];
|
||||
13 [label="Const: Int(1)"];
|
||||
14 [label="Jump: ^ Int(1)"];
|
||||
15 [label="Stub" style="filled" fillcolor=gray];
|
||||
16 [label="Exit block" style="filled" fillcolor=gray];
|
||||
11 [label="Enter block"];
|
||||
12 [label="Const: Int(1)"];
|
||||
13 [label="Jump: ^ Int(1)"];
|
||||
14 [label="Stub" style="filled" fillcolor=gray];
|
||||
15 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
11 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
16 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
}
|
||||
10 -> {12};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {11};
|
||||
13 -> {16};
|
||||
13 -> {14} [style=dotted];
|
||||
14 -> {15} [style=dotted];
|
||||
15 -> {16} [style=dotted];
|
||||
16 -> {11} [style=dotted];
|
||||
|
||||
subgraph cluster_6 {
|
||||
color=red
|
||||
17 [label="Enter function setter" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
19 [label="Enter block"];
|
||||
20 [label="Const: Int(1)"];
|
||||
21 [label="Assignment: F|/x2|"];
|
||||
22 [label="Exit block"];
|
||||
18 [label="Enter block"];
|
||||
19 [label="Const: Int(1)"];
|
||||
20 [label="Assignment: F|/x2|"];
|
||||
21 [label="Exit block"];
|
||||
}
|
||||
18 [label="Exit function setter" style="filled" fillcolor=red];
|
||||
22 [label="Exit function setter" style="filled" fillcolor=red];
|
||||
}
|
||||
17 -> {19};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {18};
|
||||
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
23 [label="Enter property" style="filled" fillcolor=red];
|
||||
25 [label="Const: Int(1)"];
|
||||
24 [label="Exit property" style="filled" fillcolor=red];
|
||||
24 [label="Const: Int(1)"];
|
||||
25 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
23 -> {25};
|
||||
25 -> {24};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
|
||||
subgraph cluster_9 {
|
||||
color=red
|
||||
44 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
46 [label="Enter block"];
|
||||
45 [label="Enter block"];
|
||||
46 [label="Const: Int(1)"];
|
||||
47 [label="Const: Int(1)"];
|
||||
48 [label="Const: Int(1)"];
|
||||
49 [label="Function call: Int(1).R|kotlin/Int.plus|(...)"];
|
||||
50 [label="Variable declaration: lval c: R|kotlin/Int|"];
|
||||
51 [label="Function call: R|java/lang/Exception.Exception|()"];
|
||||
52 [label="Throw: throw R|java/lang/Exception.Exception|()"];
|
||||
53 [label="Stub" style="filled" fillcolor=gray];
|
||||
54 [label="Exit block" style="filled" fillcolor=gray];
|
||||
48 [label="Function call: Int(1).R|kotlin/Int.plus|(...)"];
|
||||
49 [label="Variable declaration: lval c: R|kotlin/Int|"];
|
||||
50 [label="Function call: R|java/lang/Exception.Exception|()"];
|
||||
51 [label="Throw: throw R|java/lang/Exception.Exception|()"];
|
||||
52 [label="Stub" style="filled" fillcolor=gray];
|
||||
53 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
45 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
54 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
44 -> {46};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
47 -> {48};
|
||||
48 -> {49};
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
51 -> {52};
|
||||
52 -> {45};
|
||||
51 -> {54};
|
||||
51 -> {52} [style=dotted];
|
||||
52 -> {53} [style=dotted];
|
||||
53 -> {54} [style=dotted];
|
||||
54 -> {45} [style=dotted];
|
||||
|
||||
subgraph cluster_11 {
|
||||
color=red
|
||||
55 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
57 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
56 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
56 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
57 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
55 -> {57};
|
||||
57 -> {56};
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
|
||||
subgraph cluster_12 {
|
||||
color=red
|
||||
58 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
64 [label="Enter class GetterLocalClass" style="filled" fillcolor=red];
|
||||
63 [label="Enter class GetterLocalClass" style="filled" fillcolor=red];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
60 [label="Enter block"];
|
||||
61 [label="Exit local class <getter>"];
|
||||
62 [label="Exit block"];
|
||||
59 [label="Enter block"];
|
||||
60 [label="Exit local class <getter>"];
|
||||
61 [label="Exit block"];
|
||||
}
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
65 [label="Enter init block" style="filled" fillcolor=red];
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
67 [label="Enter block"];
|
||||
68 [label="Function call: R|java/lang/Exception.Exception|()"];
|
||||
69 [label="Throw: throw R|java/lang/Exception.Exception|()"];
|
||||
70 [label="Stub" style="filled" fillcolor=gray];
|
||||
71 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
66 [label="Exit init block" style="filled" fillcolor=red];
|
||||
}
|
||||
63 [label="Exit class GetterLocalClass" style="filled" fillcolor=red];
|
||||
62 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
}
|
||||
59 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
65 [label="Enter init block" style="filled" fillcolor=red];
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
66 [label="Enter block"];
|
||||
67 [label="Function call: R|java/lang/Exception.Exception|()"];
|
||||
68 [label="Throw: throw R|java/lang/Exception.Exception|()"];
|
||||
69 [label="Stub" style="filled" fillcolor=gray];
|
||||
70 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
71 [label="Exit init block" style="filled" fillcolor=red];
|
||||
}
|
||||
64 [label="Exit class GetterLocalClass" style="filled" fillcolor=red];
|
||||
}
|
||||
58 -> {60};
|
||||
58 -> {59};
|
||||
59 -> {60};
|
||||
59 -> {72 65} [color=red];
|
||||
60 -> {61};
|
||||
60 -> {72 65} [color=red];
|
||||
61 -> {62};
|
||||
62 -> {59};
|
||||
64 -> {65} [color=green];
|
||||
65 -> {67};
|
||||
66 -> {63} [color=green];
|
||||
63 -> {65} [color=green];
|
||||
65 -> {66};
|
||||
66 -> {67};
|
||||
67 -> {68};
|
||||
68 -> {69};
|
||||
69 -> {66};
|
||||
68 -> {71};
|
||||
68 -> {69} [style=dotted];
|
||||
69 -> {70} [style=dotted];
|
||||
70 -> {71} [style=dotted];
|
||||
71 -> {66} [style=dotted];
|
||||
71 -> {64} [color=green];
|
||||
|
||||
subgraph cluster_17 {
|
||||
color=red
|
||||
72 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
74 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
73 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
73 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
74 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
72 -> {74};
|
||||
74 -> {73};
|
||||
72 -> {73};
|
||||
73 -> {74};
|
||||
|
||||
subgraph cluster_18 {
|
||||
color=red
|
||||
75 [label="Enter property" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
35 [label="Enter class InitializerLocalClass" style="filled" fillcolor=red];
|
||||
77 [label="Postponed enter to lambda"];
|
||||
34 [label="Enter class InitializerLocalClass" style="filled" fillcolor=red];
|
||||
76 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
26 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
28 [label="Enter block"];
|
||||
29 [label="Exit local class <anonymous>"];
|
||||
30 [label="Function call: R|java/lang/Exception.Exception|()"];
|
||||
31 [label="Throw: throw R|java/lang/Exception.Exception|()"];
|
||||
32 [label="Stub" style="filled" fillcolor=gray];
|
||||
33 [label="Exit block" style="filled" fillcolor=gray];
|
||||
27 [label="Enter block"];
|
||||
28 [label="Exit local class <anonymous>"];
|
||||
29 [label="Function call: R|java/lang/Exception.Exception|()"];
|
||||
30 [label="Throw: throw R|java/lang/Exception.Exception|()"];
|
||||
31 [label="Stub" style="filled" fillcolor=gray];
|
||||
32 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
36 [label="Enter init block" style="filled" fillcolor=red];
|
||||
subgraph cluster_23 {
|
||||
color=blue
|
||||
38 [label="Enter block"];
|
||||
39 [label="Function call: R|java/lang/Exception.Exception|()"];
|
||||
40 [label="Throw: throw R|java/lang/Exception.Exception|()"];
|
||||
41 [label="Stub" style="filled" fillcolor=gray];
|
||||
42 [label="Const: Int(1)" style="filled" fillcolor=gray];
|
||||
43 [label="Exit block" style="filled" fillcolor=gray];
|
||||
37 [label="Enter block"];
|
||||
38 [label="Function call: R|java/lang/Exception.Exception|()"];
|
||||
39 [label="Throw: throw R|java/lang/Exception.Exception|()"];
|
||||
40 [label="Stub" style="filled" fillcolor=gray];
|
||||
41 [label="Const: Int(1)" style="filled" fillcolor=gray];
|
||||
42 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
37 [label="Exit init block" style="filled" fillcolor=red];
|
||||
43 [label="Exit init block" style="filled" fillcolor=red];
|
||||
}
|
||||
34 [label="Exit class InitializerLocalClass" style="filled" fillcolor=red];
|
||||
35 [label="Exit class InitializerLocalClass" style="filled" fillcolor=red];
|
||||
}
|
||||
27 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
33 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
78 [label="Postponed exit from lambda"];
|
||||
79 [label="Function call: R|/run|(...)"];
|
||||
76 [label="Exit property" style="filled" fillcolor=red];
|
||||
77 [label="Postponed exit from lambda"];
|
||||
78 [label="Function call: R|/run|(...)"];
|
||||
79 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
75 -> {77};
|
||||
77 -> {26};
|
||||
77 -> {78} [color=red];
|
||||
75 -> {76};
|
||||
76 -> {26};
|
||||
76 -> {77} [color=red];
|
||||
77 -> {78};
|
||||
78 -> {79};
|
||||
79 -> {76};
|
||||
26 -> {27 28};
|
||||
27 -> {78} [color=green];
|
||||
27 -> {26} [color=green style=dashed];
|
||||
26 -> {33 27};
|
||||
27 -> {28};
|
||||
27 -> {44 55 36} [color=red];
|
||||
28 -> {29};
|
||||
28 -> {44 55 36} [color=red];
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {27};
|
||||
30 -> {33};
|
||||
30 -> {31} [style=dotted];
|
||||
31 -> {32} [style=dotted];
|
||||
32 -> {33} [style=dotted];
|
||||
33 -> {27} [style=dotted];
|
||||
35 -> {36} [color=green];
|
||||
36 -> {38};
|
||||
37 -> {34} [color=green];
|
||||
33 -> {77} [color=green];
|
||||
33 -> {26} [color=green style=dashed];
|
||||
34 -> {36} [color=green];
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {37};
|
||||
39 -> {43};
|
||||
39 -> {40} [style=dotted];
|
||||
40 -> {41} [style=dotted];
|
||||
41 -> {42} [style=dotted];
|
||||
42 -> {43} [style=dotted];
|
||||
43 -> {37} [style=dotted];
|
||||
43 -> {35} [color=green];
|
||||
|
||||
subgraph cluster_24 {
|
||||
color=red
|
||||
@@ -254,61 +254,61 @@ digraph propertiesAndInitBlocks_kt {
|
||||
82 [label="Enter property" style="filled" fillcolor=red];
|
||||
subgraph cluster_26 {
|
||||
color=blue
|
||||
84 [label="Try expression enter"];
|
||||
83 [label="Try expression enter"];
|
||||
subgraph cluster_27 {
|
||||
color=blue
|
||||
86 [label="Try main block enter"];
|
||||
84 [label="Try main block enter"];
|
||||
subgraph cluster_28 {
|
||||
color=blue
|
||||
89 [label="Enter block"];
|
||||
90 [label="Const: Int(1)"];
|
||||
91 [label="Exit block"];
|
||||
85 [label="Enter block"];
|
||||
86 [label="Const: Int(1)"];
|
||||
87 [label="Exit block"];
|
||||
}
|
||||
92 [label="Try main block exit"];
|
||||
88 [label="Try main block exit"];
|
||||
}
|
||||
subgraph cluster_29 {
|
||||
color=blue
|
||||
88 [label="Enter finally"];
|
||||
89 [label="Enter finally"];
|
||||
subgraph cluster_30 {
|
||||
color=blue
|
||||
97 [label="Enter block"];
|
||||
98 [label="Const: Int(0)"];
|
||||
99 [label="Exit block"];
|
||||
90 [label="Enter block"];
|
||||
91 [label="Const: Int(0)"];
|
||||
92 [label="Exit block"];
|
||||
}
|
||||
100 [label="Exit finally"];
|
||||
93 [label="Exit finally"];
|
||||
}
|
||||
subgraph cluster_31 {
|
||||
color=blue
|
||||
87 [label="Catch enter"];
|
||||
94 [label="Catch enter"];
|
||||
subgraph cluster_32 {
|
||||
color=blue
|
||||
93 [label="Enter block"];
|
||||
94 [label="Const: Int(2)"];
|
||||
95 [label="Exit block"];
|
||||
95 [label="Enter block"];
|
||||
96 [label="Const: Int(2)"];
|
||||
97 [label="Exit block"];
|
||||
}
|
||||
96 [label="Catch exit"];
|
||||
98 [label="Catch exit"];
|
||||
}
|
||||
85 [label="Try expression exit"];
|
||||
99 [label="Try expression exit"];
|
||||
}
|
||||
83 [label="Exit property" style="filled" fillcolor=red];
|
||||
100 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
82 -> {84};
|
||||
84 -> {86};
|
||||
85 -> {83};
|
||||
86 -> {83 87 88 89};
|
||||
87 -> {83 93};
|
||||
88 -> {97};
|
||||
82 -> {83};
|
||||
83 -> {84};
|
||||
84 -> {100 94 89 85};
|
||||
85 -> {86};
|
||||
86 -> {87};
|
||||
87 -> {88};
|
||||
88 -> {99};
|
||||
89 -> {90};
|
||||
90 -> {91};
|
||||
91 -> {92};
|
||||
92 -> {85};
|
||||
93 -> {94};
|
||||
94 -> {95};
|
||||
92 -> {93};
|
||||
93 -> {99};
|
||||
94 -> {100 95};
|
||||
95 -> {96};
|
||||
96 -> {85};
|
||||
96 -> {97};
|
||||
97 -> {98};
|
||||
98 -> {99};
|
||||
99 -> {100};
|
||||
100 -> {85};
|
||||
|
||||
}
|
||||
|
||||
+109
-109
@@ -5,212 +5,212 @@ digraph returnValuesFromLambda_kt {
|
||||
|
||||
subgraph cluster_0 {
|
||||
color=red
|
||||
1 [label="Enter class A" style="filled" fillcolor=red];
|
||||
0 [label="Exit class A" style="filled" fillcolor=red];
|
||||
0 [label="Enter class A" style="filled" fillcolor=red];
|
||||
1 [label="Exit class A" style="filled" fillcolor=red];
|
||||
}
|
||||
1 -> {0} [color=green];
|
||||
0 -> {1} [color=green];
|
||||
|
||||
subgraph cluster_1 {
|
||||
color=red
|
||||
2 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
4 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
3 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
3 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
4 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
2 -> {4};
|
||||
4 -> {3};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
6 [label="Enter class B" style="filled" fillcolor=red];
|
||||
5 [label="Exit class B" style="filled" fillcolor=red];
|
||||
5 [label="Enter class B" style="filled" fillcolor=red];
|
||||
6 [label="Exit class B" style="filled" fillcolor=red];
|
||||
}
|
||||
6 -> {5} [color=green];
|
||||
5 -> {6} [color=green];
|
||||
|
||||
subgraph cluster_3 {
|
||||
color=red
|
||||
7 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
9 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
8 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
8 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
|
||||
9 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
7 -> {9};
|
||||
9 -> {8};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
11 [label="Enter class C" style="filled" fillcolor=red];
|
||||
10 [label="Exit class C" style="filled" fillcolor=red];
|
||||
10 [label="Enter class C" style="filled" fillcolor=red];
|
||||
11 [label="Exit class C" style="filled" fillcolor=red];
|
||||
}
|
||||
11 -> {10} [color=green];
|
||||
10 -> {11} [color=green];
|
||||
|
||||
subgraph cluster_5 {
|
||||
color=red
|
||||
12 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
14 [label="Enter block"];
|
||||
15 [label="Postponed enter to lambda"];
|
||||
13 [label="Enter block"];
|
||||
14 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
21 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
23 [label="Enter block"];
|
||||
22 [label="Enter block"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
24 [label="Enter when"];
|
||||
23 [label="Enter when"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
26 [label="Enter when branch condition "];
|
||||
27 [label="Access variable R|<local>/b|"];
|
||||
28 [label="Exit when branch condition"];
|
||||
24 [label="Enter when branch condition "];
|
||||
25 [label="Access variable R|<local>/b|"];
|
||||
26 [label="Exit when branch condition"];
|
||||
}
|
||||
36 [label="Synthetic else branch"];
|
||||
29 [label="Enter when branch result"];
|
||||
27 [label="Synthetic else branch"];
|
||||
28 [label="Enter when branch result"];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
30 [label="Enter block"];
|
||||
31 [label="Function call: R|/B.B|()"];
|
||||
32 [label="Jump: ^@run R|/B.B|()"];
|
||||
33 [label="Stub" style="filled" fillcolor=gray];
|
||||
34 [label="Exit block" style="filled" fillcolor=gray];
|
||||
29 [label="Enter block"];
|
||||
30 [label="Function call: R|/B.B|()"];
|
||||
31 [label="Jump: ^@run R|/B.B|()"];
|
||||
32 [label="Stub" style="filled" fillcolor=gray];
|
||||
33 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
35 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
25 [label="Exit when"];
|
||||
34 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
35 [label="Exit when"];
|
||||
}
|
||||
37 [label="Function call: R|/C.C|()"];
|
||||
38 [label="Exit block"];
|
||||
36 [label="Function call: R|/C.C|()"];
|
||||
37 [label="Exit block"];
|
||||
}
|
||||
22 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
38 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
18 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
15 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
16 [label="Postponed exit from lambda"];
|
||||
17 [label="Function call: R|kotlin/run|<R|A|>(...)"];
|
||||
19 [label="Variable declaration: lval x: R|A|"];
|
||||
20 [label="Exit block"];
|
||||
18 [label="Variable declaration: lval x: R|A|"];
|
||||
19 [label="Exit block"];
|
||||
}
|
||||
13 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
20 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
12 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {21};
|
||||
15 -> {16} [color=red];
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {21};
|
||||
14 -> {16} [color=red];
|
||||
15 -> {17} [color=red];
|
||||
16 -> {17} [color=green];
|
||||
17 -> {19};
|
||||
18 -> {17} [color=red];
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {13};
|
||||
21 -> {23};
|
||||
22 -> {16} [color=green];
|
||||
22 -> {18} [color=red];
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {26};
|
||||
25 -> {37};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29 36};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {28 27};
|
||||
27 -> {35};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {22};
|
||||
31 -> {38};
|
||||
31 -> {32} [style=dotted];
|
||||
32 -> {33} [style=dotted];
|
||||
33 -> {34} [style=dotted];
|
||||
34 -> {35} [style=dotted];
|
||||
35 -> {25} [style=dotted];
|
||||
36 -> {25};
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {22};
|
||||
38 -> {16} [color=green];
|
||||
38 -> {15} [color=red];
|
||||
|
||||
subgraph cluster_12 {
|
||||
color=red
|
||||
39 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
41 [label="Enter block"];
|
||||
42 [label="Postponed enter to lambda"];
|
||||
40 [label="Enter block"];
|
||||
41 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
48 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
50 [label="Enter block"];
|
||||
51 [label="Function call: R|/C.C|()"];
|
||||
52 [label="Jump: ^@run R|/C.C|()"];
|
||||
53 [label="Stub" style="filled" fillcolor=gray];
|
||||
54 [label="Exit block" style="filled" fillcolor=gray];
|
||||
49 [label="Enter block"];
|
||||
50 [label="Function call: R|/C.C|()"];
|
||||
51 [label="Jump: ^@run R|/C.C|()"];
|
||||
52 [label="Stub" style="filled" fillcolor=gray];
|
||||
53 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
49 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
54 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
45 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
42 [label="Call arguments union" style="filled" fillcolor=yellow];
|
||||
43 [label="Postponed exit from lambda"];
|
||||
44 [label="Function call: R|kotlin/run|<R|C|>(...)"];
|
||||
46 [label="Variable declaration: lval x: R|C|"];
|
||||
47 [label="Exit block"];
|
||||
45 [label="Variable declaration: lval x: R|C|"];
|
||||
46 [label="Exit block"];
|
||||
}
|
||||
40 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
47 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
39 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {48};
|
||||
42 -> {43} [color=red];
|
||||
39 -> {40};
|
||||
40 -> {41};
|
||||
41 -> {48};
|
||||
41 -> {43} [color=red];
|
||||
42 -> {44} [color=red];
|
||||
43 -> {44} [color=green];
|
||||
44 -> {46};
|
||||
45 -> {44} [color=red];
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
47 -> {40};
|
||||
48 -> {50};
|
||||
49 -> {43} [color=green];
|
||||
49 -> {45} [color=red];
|
||||
48 -> {49};
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
51 -> {52};
|
||||
52 -> {49};
|
||||
51 -> {54};
|
||||
51 -> {52} [style=dotted];
|
||||
52 -> {53} [style=dotted];
|
||||
53 -> {54} [style=dotted];
|
||||
54 -> {49} [style=dotted];
|
||||
54 -> {43} [color=green];
|
||||
54 -> {42} [color=red];
|
||||
|
||||
subgraph cluster_16 {
|
||||
color=red
|
||||
55 [label="Enter function test_3" style="filled" fillcolor=red];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
57 [label="Enter block"];
|
||||
58 [label="Postponed enter to lambda"];
|
||||
56 [label="Enter block"];
|
||||
57 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
65 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
67 [label="Enter block"];
|
||||
68 [label="Jump: ^test_3 Unit"];
|
||||
69 [label="Stub" style="filled" fillcolor=gray];
|
||||
70 [label="Exit block" style="filled" fillcolor=gray];
|
||||
66 [label="Enter block"];
|
||||
67 [label="Jump: ^test_3 Unit"];
|
||||
68 [label="Stub" style="filled" fillcolor=gray];
|
||||
69 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
66 [label="Exit function anonymousFunction" style="filled" fillcolor=red style="filled" fillcolor=gray];
|
||||
70 [label="Exit function anonymousFunction" style="filled" fillcolor=red style="filled" fillcolor=gray];
|
||||
}
|
||||
61 [label="Call arguments union" style="filled" fillcolor=gray];
|
||||
58 [label="Call arguments union" style="filled" fillcolor=gray];
|
||||
59 [label="Postponed exit from lambda" style="filled" fillcolor=gray];
|
||||
60 [label="Function call: R|kotlin/run|<R|kotlin/Nothing|>(...)" style="filled" fillcolor=gray];
|
||||
62 [label="Stub" style="filled" fillcolor=gray];
|
||||
63 [label="Variable declaration: lval x: R|kotlin/Nothing|" style="filled" fillcolor=gray];
|
||||
64 [label="Exit block" style="filled" fillcolor=gray];
|
||||
61 [label="Stub" style="filled" fillcolor=gray];
|
||||
62 [label="Variable declaration: lval x: R|kotlin/Nothing|" style="filled" fillcolor=gray];
|
||||
63 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
56 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
64 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
}
|
||||
55 -> {57};
|
||||
57 -> {58};
|
||||
58 -> {65};
|
||||
58 -> {59} [color=red];
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {65};
|
||||
57 -> {59} [color=red];
|
||||
58 -> {60} [style=dotted];
|
||||
59 -> {60} [style=dotted];
|
||||
60 -> {56 62} [style=dotted];
|
||||
61 -> {60} [style=dotted];
|
||||
60 -> {64 61} [style=dotted];
|
||||
61 -> {62} [style=dotted];
|
||||
62 -> {63} [style=dotted];
|
||||
63 -> {64} [style=dotted];
|
||||
64 -> {56} [style=dotted];
|
||||
65 -> {67};
|
||||
66 -> {59 61} [style=dotted];
|
||||
67 -> {68};
|
||||
68 -> {56};
|
||||
65 -> {66};
|
||||
66 -> {67};
|
||||
67 -> {64};
|
||||
67 -> {68} [style=dotted];
|
||||
68 -> {69} [style=dotted];
|
||||
69 -> {70} [style=dotted];
|
||||
70 -> {66} [style=dotted];
|
||||
70 -> {59 58} [style=dotted];
|
||||
|
||||
}
|
||||
|
||||
+42
-42
@@ -19,10 +19,10 @@ digraph safeCalls_kt {
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
5 [label="Enter class A" style="filled" fillcolor=red];
|
||||
4 [label="Exit class A" style="filled" fillcolor=red];
|
||||
4 [label="Enter class A" style="filled" fillcolor=red];
|
||||
5 [label="Exit class A" style="filled" fillcolor=red];
|
||||
}
|
||||
5 -> {4} [color=green];
|
||||
4 -> {5} [color=green];
|
||||
|
||||
subgraph cluster_3 {
|
||||
color=red
|
||||
@@ -40,65 +40,65 @@ digraph safeCalls_kt {
|
||||
|
||||
subgraph cluster_5 {
|
||||
color=red
|
||||
11 [label="Enter class B" style="filled" fillcolor=red];
|
||||
10 [label="Exit class B" style="filled" fillcolor=red];
|
||||
10 [label="Enter class B" style="filled" fillcolor=red];
|
||||
11 [label="Exit class B" style="filled" fillcolor=red];
|
||||
}
|
||||
11 -> {10} [color=green];
|
||||
10 -> {11} [color=green];
|
||||
|
||||
subgraph cluster_6 {
|
||||
color=red
|
||||
12 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
14 [label="Enter block"];
|
||||
15 [label="Access variable R|<local>/x|"];
|
||||
16 [label="Enter safe call"];
|
||||
18 [label="Function call: $subj$.R|/A.foo|()"];
|
||||
13 [label="Enter block"];
|
||||
14 [label="Access variable R|<local>/x|"];
|
||||
15 [label="Enter safe call"];
|
||||
16 [label="Function call: $subj$.R|/A.foo|()"];
|
||||
17 [label="Exit safe call"];
|
||||
19 [label="Enter safe call"];
|
||||
21 [label="Function call: $subj$.R|/A.bar|()"];
|
||||
18 [label="Enter safe call"];
|
||||
19 [label="Function call: $subj$.R|/A.bar|()"];
|
||||
20 [label="Exit safe call"];
|
||||
22 [label="Exit block"];
|
||||
21 [label="Exit block"];
|
||||
}
|
||||
13 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
22 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
12 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16 17};
|
||||
16 -> {18};
|
||||
17 -> {19 20};
|
||||
18 -> {17};
|
||||
19 -> {21};
|
||||
20 -> {22};
|
||||
21 -> {20};
|
||||
22 -> {13};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15 17};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {18 20};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
23 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
25 [label="Enter block"];
|
||||
26 [label="Access variable R|<local>/x|"];
|
||||
27 [label="Enter safe call"];
|
||||
29 [label="Access variable R|/B.foo|"];
|
||||
24 [label="Enter block"];
|
||||
25 [label="Access variable R|<local>/x|"];
|
||||
26 [label="Enter safe call"];
|
||||
27 [label="Access variable R|/B.foo|"];
|
||||
28 [label="Exit safe call"];
|
||||
30 [label="Enter safe call"];
|
||||
32 [label="Access variable R|/B.bar|"];
|
||||
29 [label="Enter safe call"];
|
||||
30 [label="Access variable R|/B.bar|"];
|
||||
31 [label="Exit safe call"];
|
||||
33 [label="Exit block"];
|
||||
32 [label="Exit block"];
|
||||
}
|
||||
24 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
33 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
23 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27 28};
|
||||
27 -> {29};
|
||||
28 -> {30 31};
|
||||
29 -> {28};
|
||||
30 -> {32};
|
||||
31 -> {33};
|
||||
32 -> {31};
|
||||
33 -> {24};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26 28};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29 31};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
|
||||
}
|
||||
|
||||
+17
-17
@@ -8,33 +8,34 @@ digraph simple_kt {
|
||||
0 [label="Enter function foo" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
3 [label="Exit block"];
|
||||
1 [label="Enter block"];
|
||||
2 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
3 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {1};
|
||||
|
||||
subgraph cluster_2 {
|
||||
color=red
|
||||
4 [label="Enter function test" style="filled" fillcolor=red];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
6 [label="Enter block"];
|
||||
7 [label="Const: Int(1)"];
|
||||
8 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
9 [label="Access variable R|<local>/x|"];
|
||||
10 [label="Const: Int(1)"];
|
||||
11 [label="Function call: R|<local>/x|.R|kotlin/Int.plus|(...)"];
|
||||
12 [label="Variable declaration: lval y: R|kotlin/Int|"];
|
||||
13 [label="Function call: R|/foo|()"];
|
||||
14 [label="Exit block"];
|
||||
5 [label="Enter block"];
|
||||
6 [label="Const: Int(1)"];
|
||||
7 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
8 [label="Access variable R|<local>/x|"];
|
||||
9 [label="Const: Int(1)"];
|
||||
10 [label="Function call: R|<local>/x|.R|kotlin/Int.plus|(...)"];
|
||||
11 [label="Variable declaration: lval y: R|kotlin/Int|"];
|
||||
12 [label="Function call: R|/foo|()"];
|
||||
13 [label="Exit block"];
|
||||
}
|
||||
5 [label="Exit function test" style="filled" fillcolor=red];
|
||||
14 [label="Exit function test" style="filled" fillcolor=red];
|
||||
}
|
||||
4 -> {6};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
@@ -43,6 +44,5 @@ digraph simple_kt {
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {5};
|
||||
|
||||
}
|
||||
|
||||
+176
-176
@@ -8,315 +8,315 @@ digraph tryCatch_kt {
|
||||
0 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
1 [label="Enter block"];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
3 [label="Try expression enter"];
|
||||
2 [label="Try expression enter"];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
5 [label="Try main block enter"];
|
||||
3 [label="Try main block enter"];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
8 [label="Enter block"];
|
||||
9 [label="Const: Int(1)"];
|
||||
10 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
11 [label="Exit block"];
|
||||
4 [label="Enter block"];
|
||||
5 [label="Const: Int(1)"];
|
||||
6 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
7 [label="Exit block"];
|
||||
}
|
||||
12 [label="Try main block exit"];
|
||||
8 [label="Try main block exit"];
|
||||
}
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
7 [label="Catch enter"];
|
||||
9 [label="Catch enter"];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
18 [label="Enter block"];
|
||||
19 [label="Const: Int(3)"];
|
||||
20 [label="Variable declaration: lval z: R|kotlin/Int|"];
|
||||
21 [label="Exit block"];
|
||||
10 [label="Enter block"];
|
||||
11 [label="Const: Int(3)"];
|
||||
12 [label="Variable declaration: lval z: R|kotlin/Int|"];
|
||||
13 [label="Exit block"];
|
||||
}
|
||||
22 [label="Catch exit"];
|
||||
14 [label="Catch exit"];
|
||||
}
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
6 [label="Catch enter"];
|
||||
15 [label="Catch enter"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
13 [label="Enter block"];
|
||||
14 [label="Const: Int(2)"];
|
||||
15 [label="Variable declaration: lval y: R|kotlin/Int|"];
|
||||
16 [label="Exit block"];
|
||||
16 [label="Enter block"];
|
||||
17 [label="Const: Int(2)"];
|
||||
18 [label="Variable declaration: lval y: R|kotlin/Int|"];
|
||||
19 [label="Exit block"];
|
||||
}
|
||||
17 [label="Catch exit"];
|
||||
20 [label="Catch exit"];
|
||||
}
|
||||
4 [label="Try expression exit"];
|
||||
21 [label="Try expression exit"];
|
||||
}
|
||||
23 [label="Exit block"];
|
||||
22 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
23 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {5};
|
||||
4 -> {23};
|
||||
5 -> {1 6 7 8};
|
||||
6 -> {1 13};
|
||||
7 -> {1 18};
|
||||
8 -> {9};
|
||||
9 -> {10};
|
||||
3 -> {23 15 9 4};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {21};
|
||||
9 -> {23 10};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {4};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
14 -> {21};
|
||||
15 -> {23 16};
|
||||
16 -> {17};
|
||||
17 -> {4};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {4};
|
||||
23 -> {1};
|
||||
22 -> {23};
|
||||
|
||||
subgraph cluster_9 {
|
||||
color=red
|
||||
24 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
26 [label="Enter block"];
|
||||
25 [label="Enter block"];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
27 [label="Try expression enter"];
|
||||
26 [label="Try expression enter"];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
29 [label="Try main block enter"];
|
||||
27 [label="Try main block enter"];
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
31 [label="Enter block"];
|
||||
32 [label="Const: Int(1)"];
|
||||
33 [label="Exit block"];
|
||||
28 [label="Enter block"];
|
||||
29 [label="Const: Int(1)"];
|
||||
30 [label="Exit block"];
|
||||
}
|
||||
34 [label="Try main block exit"];
|
||||
31 [label="Try main block exit"];
|
||||
}
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
30 [label="Catch enter"];
|
||||
32 [label="Catch enter"];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
35 [label="Enter block"];
|
||||
36 [label="Const: Int(2)"];
|
||||
37 [label="Exit block"];
|
||||
33 [label="Enter block"];
|
||||
34 [label="Const: Int(2)"];
|
||||
35 [label="Exit block"];
|
||||
}
|
||||
38 [label="Catch exit"];
|
||||
36 [label="Catch exit"];
|
||||
}
|
||||
28 [label="Try expression exit"];
|
||||
37 [label="Try expression exit"];
|
||||
}
|
||||
39 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
40 [label="Exit block"];
|
||||
38 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
39 [label="Exit block"];
|
||||
}
|
||||
25 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
40 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
24 -> {26};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {29};
|
||||
28 -> {39};
|
||||
29 -> {25 30 31};
|
||||
30 -> {25 35};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
27 -> {40 32 28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {37};
|
||||
32 -> {40 33};
|
||||
33 -> {34};
|
||||
34 -> {28};
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {28};
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {25};
|
||||
|
||||
subgraph cluster_16 {
|
||||
color=red
|
||||
41 [label="Enter function test_3" style="filled" fillcolor=red];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
43 [label="Enter block"];
|
||||
42 [label="Enter block"];
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
44 [label="Enter while loop"];
|
||||
43 [label="Enter while loop"];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
46 [label="Enter loop condition"];
|
||||
47 [label="Const: Boolean(true)"];
|
||||
48 [label="Exit loop condition"];
|
||||
44 [label="Enter loop condition"];
|
||||
45 [label="Const: Boolean(true)"];
|
||||
46 [label="Exit loop condition"];
|
||||
}
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
49 [label="Enter loop block"];
|
||||
47 [label="Enter loop block"];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
50 [label="Enter block"];
|
||||
48 [label="Enter block"];
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
51 [label="Try expression enter"];
|
||||
49 [label="Try expression enter"];
|
||||
subgraph cluster_23 {
|
||||
color=blue
|
||||
53 [label="Try main block enter"];
|
||||
50 [label="Try main block enter"];
|
||||
subgraph cluster_24 {
|
||||
color=blue
|
||||
56 [label="Enter block"];
|
||||
51 [label="Enter block"];
|
||||
subgraph cluster_25 {
|
||||
color=blue
|
||||
57 [label="Enter when"];
|
||||
52 [label="Enter when"];
|
||||
subgraph cluster_26 {
|
||||
color=blue
|
||||
59 [label="Enter when branch condition "];
|
||||
60 [label="Access variable R|<local>/b|"];
|
||||
61 [label="Exit when branch condition"];
|
||||
53 [label="Enter when branch condition "];
|
||||
54 [label="Access variable R|<local>/b|"];
|
||||
55 [label="Exit when branch condition"];
|
||||
}
|
||||
68 [label="Synthetic else branch"];
|
||||
62 [label="Enter when branch result"];
|
||||
56 [label="Synthetic else branch"];
|
||||
57 [label="Enter when branch result"];
|
||||
subgraph cluster_27 {
|
||||
color=blue
|
||||
63 [label="Enter block"];
|
||||
64 [label="Jump: ^test_3 Unit"];
|
||||
65 [label="Stub" style="filled" fillcolor=gray];
|
||||
66 [label="Exit block" style="filled" fillcolor=gray];
|
||||
58 [label="Enter block"];
|
||||
59 [label="Jump: ^test_3 Unit"];
|
||||
60 [label="Stub" style="filled" fillcolor=gray];
|
||||
61 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
67 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
58 [label="Exit when"];
|
||||
62 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
63 [label="Exit when"];
|
||||
}
|
||||
69 [label="Const: Int(1)"];
|
||||
70 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
64 [label="Const: Int(1)"];
|
||||
65 [label="Variable declaration: lval x: R|kotlin/Int|"];
|
||||
subgraph cluster_28 {
|
||||
color=blue
|
||||
71 [label="Enter when"];
|
||||
66 [label="Enter when"];
|
||||
subgraph cluster_29 {
|
||||
color=blue
|
||||
73 [label="Enter when branch condition "];
|
||||
74 [label="Access variable R|<local>/b|"];
|
||||
75 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
|
||||
76 [label="Exit when branch condition"];
|
||||
67 [label="Enter when branch condition "];
|
||||
68 [label="Access variable R|<local>/b|"];
|
||||
69 [label="Function call: R|<local>/b|.R|kotlin/Boolean.not|()"];
|
||||
70 [label="Exit when branch condition"];
|
||||
}
|
||||
83 [label="Synthetic else branch"];
|
||||
77 [label="Enter when branch result"];
|
||||
71 [label="Synthetic else branch"];
|
||||
72 [label="Enter when branch result"];
|
||||
subgraph cluster_30 {
|
||||
color=blue
|
||||
78 [label="Enter block"];
|
||||
79 [label="Jump: break@@@[Boolean(true)] "];
|
||||
80 [label="Stub" style="filled" fillcolor=gray];
|
||||
81 [label="Exit block" style="filled" fillcolor=gray];
|
||||
73 [label="Enter block"];
|
||||
74 [label="Jump: break@@@[Boolean(true)] "];
|
||||
75 [label="Stub" style="filled" fillcolor=gray];
|
||||
76 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
82 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
72 [label="Exit when"];
|
||||
77 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
78 [label="Exit when"];
|
||||
}
|
||||
84 [label="Exit block"];
|
||||
79 [label="Exit block"];
|
||||
}
|
||||
85 [label="Try main block exit"];
|
||||
80 [label="Try main block exit"];
|
||||
}
|
||||
subgraph cluster_31 {
|
||||
color=blue
|
||||
55 [label="Catch enter"];
|
||||
81 [label="Catch enter"];
|
||||
subgraph cluster_32 {
|
||||
color=blue
|
||||
91 [label="Enter block"];
|
||||
92 [label="Jump: break@@@[Boolean(true)] "];
|
||||
93 [label="Stub" style="filled" fillcolor=gray];
|
||||
94 [label="Exit block" style="filled" fillcolor=gray];
|
||||
82 [label="Enter block"];
|
||||
83 [label="Jump: break@@@[Boolean(true)] "];
|
||||
84 [label="Stub" style="filled" fillcolor=gray];
|
||||
85 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
95 [label="Catch exit" style="filled" fillcolor=gray];
|
||||
86 [label="Catch exit" style="filled" fillcolor=gray];
|
||||
}
|
||||
subgraph cluster_33 {
|
||||
color=blue
|
||||
54 [label="Catch enter"];
|
||||
91 [label="Catch enter"];
|
||||
subgraph cluster_34 {
|
||||
color=blue
|
||||
86 [label="Enter block"];
|
||||
87 [label="Jump: continue@@@[Boolean(true)] "];
|
||||
88 [label="Stub" style="filled" fillcolor=gray];
|
||||
89 [label="Exit block" style="filled" fillcolor=gray];
|
||||
92 [label="Enter block"];
|
||||
93 [label="Jump: continue@@@[Boolean(true)] "];
|
||||
94 [label="Stub" style="filled" fillcolor=gray];
|
||||
95 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
90 [label="Catch exit" style="filled" fillcolor=gray];
|
||||
96 [label="Catch exit" style="filled" fillcolor=gray];
|
||||
}
|
||||
52 [label="Try expression exit"];
|
||||
97 [label="Try expression exit"];
|
||||
}
|
||||
96 [label="Const: Int(2)"];
|
||||
97 [label="Variable declaration: lval y: R|kotlin/Int|"];
|
||||
98 [label="Exit block"];
|
||||
98 [label="Const: Int(2)"];
|
||||
99 [label="Variable declaration: lval y: R|kotlin/Int|"];
|
||||
100 [label="Exit block"];
|
||||
}
|
||||
99 [label="Exit loop block"];
|
||||
101 [label="Exit loop block"];
|
||||
}
|
||||
45 [label="Exit whileloop"];
|
||||
87 [label="Exit whileloop"];
|
||||
}
|
||||
100 [label="Const: Int(3)"];
|
||||
101 [label="Variable declaration: lval z: R|kotlin/Int|"];
|
||||
102 [label="Exit block"];
|
||||
88 [label="Const: Int(3)"];
|
||||
89 [label="Variable declaration: lval z: R|kotlin/Int|"];
|
||||
90 [label="Exit block"];
|
||||
}
|
||||
42 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
102 [label="Exit function test_3" style="filled" fillcolor=red];
|
||||
}
|
||||
41 -> {43};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {44};
|
||||
44 -> {46};
|
||||
45 -> {100};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
46 -> {87} [style=dotted];
|
||||
47 -> {48};
|
||||
48 -> {49};
|
||||
48 -> {45} [style=dotted];
|
||||
49 -> {50};
|
||||
50 -> {51};
|
||||
51 -> {53};
|
||||
52 -> {96};
|
||||
53 -> {42 54 55 56};
|
||||
54 -> {42 86};
|
||||
55 -> {42 91};
|
||||
56 -> {57};
|
||||
57 -> {59};
|
||||
58 -> {69};
|
||||
59 -> {60};
|
||||
60 -> {61};
|
||||
61 -> {62 68};
|
||||
62 -> {63};
|
||||
50 -> {102 91 81 51};
|
||||
51 -> {52};
|
||||
52 -> {53};
|
||||
53 -> {54};
|
||||
54 -> {55};
|
||||
55 -> {57 56};
|
||||
56 -> {63};
|
||||
57 -> {58};
|
||||
58 -> {59};
|
||||
59 -> {102};
|
||||
59 -> {60} [style=dotted];
|
||||
60 -> {61} [style=dotted];
|
||||
61 -> {62} [style=dotted];
|
||||
62 -> {63} [style=dotted];
|
||||
63 -> {64};
|
||||
64 -> {42};
|
||||
64 -> {65} [style=dotted];
|
||||
65 -> {66} [style=dotted];
|
||||
66 -> {67} [style=dotted];
|
||||
67 -> {58} [style=dotted];
|
||||
68 -> {58};
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {67};
|
||||
67 -> {68};
|
||||
68 -> {69};
|
||||
69 -> {70};
|
||||
70 -> {71};
|
||||
71 -> {73};
|
||||
72 -> {84};
|
||||
70 -> {72 71};
|
||||
71 -> {78};
|
||||
72 -> {73};
|
||||
73 -> {74};
|
||||
74 -> {75};
|
||||
75 -> {76};
|
||||
76 -> {77 83};
|
||||
77 -> {78};
|
||||
74 -> {87};
|
||||
74 -> {75} [style=dotted];
|
||||
75 -> {76} [style=dotted];
|
||||
76 -> {77} [style=dotted];
|
||||
77 -> {78} [style=dotted];
|
||||
78 -> {79};
|
||||
79 -> {45};
|
||||
79 -> {80} [style=dotted];
|
||||
80 -> {81} [style=dotted];
|
||||
81 -> {82} [style=dotted];
|
||||
82 -> {72} [style=dotted];
|
||||
83 -> {72};
|
||||
84 -> {85};
|
||||
85 -> {52};
|
||||
86 -> {87};
|
||||
87 -> {88} [style=dotted];
|
||||
87 -> {44} [color=green style=dashed];
|
||||
88 -> {89} [style=dotted];
|
||||
89 -> {90} [style=dotted];
|
||||
90 -> {52} [style=dotted];
|
||||
91 -> {92};
|
||||
92 -> {45};
|
||||
92 -> {93} [style=dotted];
|
||||
79 -> {80};
|
||||
80 -> {97};
|
||||
81 -> {102 82};
|
||||
82 -> {83};
|
||||
83 -> {87};
|
||||
83 -> {84} [style=dotted];
|
||||
84 -> {85} [style=dotted];
|
||||
85 -> {86} [style=dotted];
|
||||
86 -> {97} [style=dotted];
|
||||
87 -> {88};
|
||||
88 -> {89};
|
||||
89 -> {90};
|
||||
90 -> {102};
|
||||
91 -> {102 92};
|
||||
92 -> {93};
|
||||
93 -> {94} [style=dotted];
|
||||
93 -> {43} [color=green style=dashed];
|
||||
94 -> {95} [style=dotted];
|
||||
95 -> {52} [style=dotted];
|
||||
96 -> {97};
|
||||
95 -> {96} [style=dotted];
|
||||
96 -> {97} [style=dotted];
|
||||
97 -> {98};
|
||||
98 -> {99};
|
||||
99 -> {46} [color=green style=dashed];
|
||||
99 -> {100};
|
||||
100 -> {101};
|
||||
101 -> {102};
|
||||
102 -> {42};
|
||||
101 -> {44} [color=green style=dashed];
|
||||
|
||||
}
|
||||
|
||||
+108
-108
@@ -8,209 +8,209 @@ digraph when_kt {
|
||||
0 [label="Enter function test_1" style="filled" fillcolor=red];
|
||||
subgraph cluster_1 {
|
||||
color=blue
|
||||
2 [label="Enter block"];
|
||||
1 [label="Enter block"];
|
||||
subgraph cluster_2 {
|
||||
color=blue
|
||||
3 [label="Enter when"];
|
||||
2 [label="Enter when"];
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
5 [label="Enter when branch condition "];
|
||||
6 [label="Access variable R|<local>/x|"];
|
||||
7 [label="Const: Int(1)"];
|
||||
8 [label="Operator =="];
|
||||
9 [label="Exit when branch condition"];
|
||||
3 [label="Enter when branch condition "];
|
||||
4 [label="Access variable R|<local>/x|"];
|
||||
5 [label="Const: Int(1)"];
|
||||
6 [label="Operator =="];
|
||||
7 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
8 [label="Enter when branch condition "];
|
||||
9 [label="Access variable R|<local>/x|"];
|
||||
10 [label="Const: Int(2)"];
|
||||
11 [label="Function call: R|<local>/x|.R|kotlin/Int.rem|(...)"];
|
||||
12 [label="Const: Int(0)"];
|
||||
13 [label="Operator =="];
|
||||
14 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
15 [label="Enter when branch condition "];
|
||||
16 [label="Access variable R|<local>/x|"];
|
||||
17 [label="Const: Int(2)"];
|
||||
18 [label="Function call: R|<local>/x|.R|kotlin/Int.rem|(...)"];
|
||||
16 [label="Const: Int(1)"];
|
||||
17 [label="Const: Int(1)"];
|
||||
18 [label="Function call: Int(1).R|kotlin/Int.minus|(...)"];
|
||||
19 [label="Const: Int(0)"];
|
||||
20 [label="Operator =="];
|
||||
21 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
27 [label="Enter when branch condition "];
|
||||
28 [label="Const: Int(1)"];
|
||||
29 [label="Const: Int(1)"];
|
||||
30 [label="Function call: Int(1).R|kotlin/Int.minus|(...)"];
|
||||
31 [label="Const: Int(0)"];
|
||||
32 [label="Operator =="];
|
||||
33 [label="Exit when branch condition"];
|
||||
}
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
40 [label="Enter when branch condition else"];
|
||||
41 [label="Exit when branch condition"];
|
||||
22 [label="Enter when branch condition else"];
|
||||
23 [label="Exit when branch condition"];
|
||||
}
|
||||
42 [label="Enter when branch result"];
|
||||
24 [label="Enter when branch result"];
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
43 [label="Enter block"];
|
||||
44 [label="Const: Int(5)"];
|
||||
45 [label="Exit block"];
|
||||
25 [label="Enter block"];
|
||||
26 [label="Const: Int(5)"];
|
||||
27 [label="Exit block"];
|
||||
}
|
||||
46 [label="Exit when branch result"];
|
||||
34 [label="Enter when branch result"];
|
||||
28 [label="Exit when branch result"];
|
||||
29 [label="Enter when branch result"];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
35 [label="Enter block"];
|
||||
36 [label="Jump: ^test_1 Unit"];
|
||||
37 [label="Stub" style="filled" fillcolor=gray];
|
||||
38 [label="Exit block" style="filled" fillcolor=gray];
|
||||
30 [label="Enter block"];
|
||||
31 [label="Jump: ^test_1 Unit"];
|
||||
32 [label="Stub" style="filled" fillcolor=gray];
|
||||
33 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
39 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
22 [label="Enter when branch result"];
|
||||
34 [label="Exit when branch result" style="filled" fillcolor=gray];
|
||||
35 [label="Enter when branch result"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
23 [label="Enter block"];
|
||||
24 [label="Const: Int(20)"];
|
||||
25 [label="Exit block"];
|
||||
36 [label="Enter block"];
|
||||
37 [label="Const: Int(20)"];
|
||||
38 [label="Exit block"];
|
||||
}
|
||||
26 [label="Exit when branch result"];
|
||||
10 [label="Enter when branch result"];
|
||||
39 [label="Exit when branch result"];
|
||||
40 [label="Enter when branch result"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
11 [label="Enter block"];
|
||||
12 [label="Const: Int(10)"];
|
||||
13 [label="Exit block"];
|
||||
41 [label="Enter block"];
|
||||
42 [label="Const: Int(10)"];
|
||||
43 [label="Exit block"];
|
||||
}
|
||||
14 [label="Exit when branch result"];
|
||||
4 [label="Exit when"];
|
||||
44 [label="Exit when branch result"];
|
||||
45 [label="Exit when"];
|
||||
}
|
||||
47 [label="Variable declaration: lval y: R|kotlin/Int|"];
|
||||
48 [label="Exit block"];
|
||||
46 [label="Variable declaration: lval y: R|kotlin/Int|"];
|
||||
47 [label="Exit block"];
|
||||
}
|
||||
1 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
48 [label="Exit function test_1" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {2};
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {5};
|
||||
4 -> {47};
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
5 -> {6};
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
7 -> {40 8};
|
||||
8 -> {9};
|
||||
9 -> {10 15};
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {4};
|
||||
14 -> {35 15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22 27};
|
||||
21 -> {29 22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {4};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
28 -> {45};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
33 -> {34 40};
|
||||
34 -> {35};
|
||||
31 -> {48};
|
||||
31 -> {32} [style=dotted];
|
||||
32 -> {33} [style=dotted];
|
||||
33 -> {34} [style=dotted];
|
||||
34 -> {45} [style=dotted];
|
||||
35 -> {36};
|
||||
36 -> {1};
|
||||
36 -> {37} [style=dotted];
|
||||
37 -> {38} [style=dotted];
|
||||
38 -> {39} [style=dotted];
|
||||
39 -> {4} [style=dotted];
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {45};
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {44};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {4};
|
||||
46 -> {47};
|
||||
47 -> {48};
|
||||
48 -> {1};
|
||||
|
||||
subgraph cluster_11 {
|
||||
color=red
|
||||
50 [label="Enter class A" style="filled" fillcolor=red];
|
||||
49 [label="Exit class A" style="filled" fillcolor=red];
|
||||
49 [label="Enter class A" style="filled" fillcolor=red];
|
||||
50 [label="Exit class A" style="filled" fillcolor=red];
|
||||
}
|
||||
50 -> {49} [color=green];
|
||||
49 -> {50} [color=green];
|
||||
|
||||
subgraph cluster_12 {
|
||||
color=red
|
||||
52 [label="Enter class B" style="filled" fillcolor=red];
|
||||
51 [label="Exit class B" style="filled" fillcolor=red];
|
||||
51 [label="Enter class B" style="filled" fillcolor=red];
|
||||
52 [label="Exit class B" style="filled" fillcolor=red];
|
||||
}
|
||||
52 -> {51} [color=green];
|
||||
51 -> {52} [color=green];
|
||||
|
||||
subgraph cluster_13 {
|
||||
color=red
|
||||
53 [label="Enter function test_2" style="filled" fillcolor=red];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
55 [label="Enter block"];
|
||||
54 [label="Enter block"];
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
56 [label="Enter when"];
|
||||
55 [label="Enter when"];
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
58 [label="Enter when branch condition "];
|
||||
56 [label="Enter when branch condition "];
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
60 [label="Enter &&"];
|
||||
61 [label="Access variable R|<local>/x|"];
|
||||
62 [label="Type operator: (R|<local>/x| is R|A|)"];
|
||||
63 [label="Exit left part of &&"];
|
||||
64 [label="Enter right part of &&"];
|
||||
65 [label="Access variable R|<local>/x|"];
|
||||
66 [label="Type operator: (R|<local>/x| is R|B|)"];
|
||||
59 [label="Exit &&"];
|
||||
57 [label="Enter &&"];
|
||||
58 [label="Access variable R|<local>/x|"];
|
||||
59 [label="Type operator: (R|<local>/x| is R|A|)"];
|
||||
60 [label="Exit left part of &&"];
|
||||
61 [label="Enter right part of &&"];
|
||||
62 [label="Access variable R|<local>/x|"];
|
||||
63 [label="Type operator: (R|<local>/x| is R|B|)"];
|
||||
64 [label="Exit &&"];
|
||||
}
|
||||
67 [label="Exit when branch condition"];
|
||||
65 [label="Exit when branch condition"];
|
||||
}
|
||||
74 [label="Synthetic else branch"];
|
||||
68 [label="Enter when branch result"];
|
||||
66 [label="Synthetic else branch"];
|
||||
67 [label="Enter when branch result"];
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
69 [label="Enter block"];
|
||||
70 [label="Access variable R|<local>/x|"];
|
||||
71 [label="Type operator: (R|<local>/x| is R|A|)"];
|
||||
72 [label="Exit block"];
|
||||
68 [label="Enter block"];
|
||||
69 [label="Access variable R|<local>/x|"];
|
||||
70 [label="Type operator: (R|<local>/x| is R|A|)"];
|
||||
71 [label="Exit block"];
|
||||
}
|
||||
73 [label="Exit when branch result"];
|
||||
57 [label="Exit when"];
|
||||
72 [label="Exit when branch result"];
|
||||
73 [label="Exit when"];
|
||||
}
|
||||
75 [label="Exit block"];
|
||||
74 [label="Exit block"];
|
||||
}
|
||||
54 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
75 [label="Exit function test_2" style="filled" fillcolor=red];
|
||||
}
|
||||
53 -> {55};
|
||||
53 -> {54};
|
||||
54 -> {55};
|
||||
55 -> {56};
|
||||
56 -> {58};
|
||||
57 -> {75};
|
||||
58 -> {60};
|
||||
59 -> {67};
|
||||
60 -> {61};
|
||||
56 -> {57};
|
||||
57 -> {58};
|
||||
58 -> {59};
|
||||
59 -> {60};
|
||||
60 -> {64 61};
|
||||
61 -> {62};
|
||||
62 -> {63};
|
||||
63 -> {59 64};
|
||||
63 -> {64};
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {59};
|
||||
67 -> {68 74};
|
||||
65 -> {67 66};
|
||||
66 -> {73};
|
||||
67 -> {68};
|
||||
68 -> {69};
|
||||
69 -> {70};
|
||||
70 -> {71};
|
||||
71 -> {72};
|
||||
72 -> {73};
|
||||
73 -> {57};
|
||||
74 -> {57};
|
||||
75 -> {54};
|
||||
73 -> {74};
|
||||
74 -> {75};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user