[FIR-TEST] Update cfg dumps according to previous commits

This commit is contained in:
Dmitriy Novozhilov
2020-03-31 15:14:11 +03:00
parent 6faf364a46
commit 1d1b8d3290
59 changed files with 8803 additions and 9268 deletions
@@ -6,114 +6,108 @@ digraph functionCallBound_kt {
subgraph cluster_0 {
color=red
0 [label="Enter function <init>" style="filled" fillcolor=red];
1 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
2 [label="Exit function <init>" style="filled" fillcolor=red];
2 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
1 [label="Exit function <init>" style="filled" fillcolor=red];
}
0 -> {1};
1 -> {2};
0 -> {2};
2 -> {1};
subgraph cluster_1 {
color=red
3 [label="Enter class Base" style="filled" fillcolor=red];
4 [label="Exit class Base" style="filled" fillcolor=red];
}
3 -> {4} [color=green];
subgraph cluster_2 {
color=red
5 [label="Enter function <init>" style="filled" fillcolor=red];
6 [label="Delegated constructor call: super<R|Base|>()"];
7 [label="Exit function <init>" style="filled" fillcolor=red];
7 [label="Delegated constructor call: super<R|Base|>()"];
6 [label="Exit function <init>" style="filled" fillcolor=red];
}
5 -> {6};
6 -> {7};
5 -> {7};
7 -> {6};
subgraph cluster_3 {
color=red
8 [label="Enter function getter" style="filled" fillcolor=red];
9 [label="Exit function getter" style="filled" fillcolor=red];
}
8 -> {9};
subgraph cluster_4 {
color=red
10 [label="Enter property" style="filled" fillcolor=red];
11 [label="Access variable R|<local>/data|"];
12 [label="Exit property" style="filled" fillcolor=red];
}
10 -> {11};
11 -> {12};
subgraph cluster_5 {
color=red
13 [label="Enter class Sub" style="filled" fillcolor=red];
subgraph cluster_5 {
color=blue
10 [label="Enter property" style="filled" fillcolor=red];
12 [label="Access variable R|<local>/data|"];
11 [label="Exit property" style="filled" fillcolor=red];
}
14 [label="Exit class Sub" style="filled" fillcolor=red];
}
13 -> {10} [color=green];
10 -> {12};
11 -> {14} [color=green];
12 -> {11};
subgraph cluster_6 {
color=red
15 [label="Enter function isOk" style="filled" fillcolor=red];
16 [label="Const: Boolean(true)"];
17 [label="Jump: ^isOk Boolean(true)"];
18 [label="Stub" style="filled" fillcolor=gray];
19 [label="Exit function isOk" style="filled" fillcolor=red];
17 [label="Const: Boolean(true)"];
18 [label="Jump: ^isOk Boolean(true)"];
19 [label="Stub" style="filled" fillcolor=gray];
16 [label="Exit function isOk" style="filled" fillcolor=red];
}
15 -> {16};
16 -> {17};
17 -> {19};
17 -> {18} [style=dotted];
15 -> {17};
17 -> {18};
18 -> {16};
18 -> {19} [style=dotted];
19 -> {16} [style=dotted];
subgraph cluster_7 {
color=red
20 [label="Enter function check" style="filled" fillcolor=red];
subgraph cluster_8 {
color=blue
21 [label="Enter when"];
22 [label="Enter when"];
subgraph cluster_9 {
color=blue
22 [label="Enter when branch condition "];
23 [label="Access variable R|<local>/base|"];
24 [label="Type operator: (R|<local>/base| as? R|Sub|)"];
25 [label="Enter safe call"];
26 [label="Function call: (R|<local>/base| as? R|Sub|)?.R|/isOk|()"];
27 [label="Exit safe call"];
28 [label="Const: Boolean(true)"];
29 [label="Operator =="];
30 [label="Exit when branch condition"];
24 [label="Enter when branch condition "];
25 [label="Access variable R|<local>/base|"];
26 [label="Type operator: (R|<local>/base| as? R|Sub|)"];
27 [label="Enter safe call"];
29 [label="Function call: (R|<local>/base| as? R|Sub|)?.R|/isOk|()"];
28 [label="Exit safe call"];
30 [label="Const: Boolean(true)"];
31 [label="Operator =="];
32 [label="Exit when branch condition"];
}
subgraph cluster_10 {
color=blue
31 [label="Enter when branch condition else"];
32 [label="Exit when branch condition"];
39 [label="Enter when branch condition else"];
40 [label="Exit when branch condition"];
}
33 [label="Enter when branch result"];
41 [label="Enter when branch result"];
subgraph cluster_11 {
color=blue
42 [label="Enter block"];
43 [label="Access variable R|<local>/base|"];
44 [label="Exit block"];
}
45 [label="Exit when branch result"];
33 [label="Enter when branch result"];
subgraph cluster_12 {
color=blue
34 [label="Enter block"];
35 [label="Access variable R|<local>/base|"];
36 [label="Exit block"];
36 [label="Access variable R|/Sub.data|"];
37 [label="Exit block"];
}
37 [label="Exit when branch result"];
38 [label="Enter when branch result"];
subgraph cluster_12 {
color=blue
39 [label="Enter block"];
40 [label="Access variable R|<local>/base|"];
41 [label="Access variable R|/Sub.data|"];
42 [label="Exit block"];
}
43 [label="Exit when branch result"];
44 [label="Exit when"];
38 [label="Exit when branch result"];
23 [label="Exit when"];
}
45 [label="Jump: ^check when () {
46 [label="Jump: ^check when () {
==((R|<local>/base| as? R|Sub|)?.R|/isOk|(), Boolean(true)) -> {
R|<local>/base|.R|/Sub.data|
}
@@ -122,37 +116,36 @@ digraph functionCallBound_kt {
}
}
"];
46 [label="Stub" style="filled" fillcolor=gray];
47 [label="Exit function check" style="filled" fillcolor=red];
47 [label="Stub" style="filled" fillcolor=gray];
21 [label="Exit function check" style="filled" fillcolor=red];
}
20 -> {21};
21 -> {22};
22 -> {23};
23 -> {24};
24 -> {25 27};
20 -> {22};
22 -> {24};
23 -> {46};
24 -> {25};
25 -> {26};
26 -> {27};
27 -> {28};
28 -> {29};
29 -> {30};
30 -> {38 31};
26 -> {27 28};
27 -> {29};
28 -> {30};
29 -> {28};
30 -> {31};
31 -> {32};
32 -> {33};
32 -> {33 39};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {44};
38 -> {39};
37 -> {38};
38 -> {23};
39 -> {40};
40 -> {41};
41 -> {42};
42 -> {43};
43 -> {44};
44 -> {45};
45 -> {47};
45 -> {46} [style=dotted];
45 -> {23};
46 -> {21};
46 -> {47} [style=dotted];
47 -> {21} [style=dotted];
}