FIR CFA: remove class initializer part nodes
Instead, attach subgraphs directly to the class enter node.
This commit is contained in:
+42
-48
@@ -18,93 +18,87 @@ digraph inAnonymousObject_kt {
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
5 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
|
||||
6 [label="Part of class initialization"];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
7 [label="Enter property" style="filled" fillcolor=red];
|
||||
8 [label="Access variable R|<local>/a|"];
|
||||
9 [label="Exit property" style="filled" fillcolor=red];
|
||||
6 [label="Enter property" style="filled" fillcolor=red];
|
||||
7 [label="Access variable R|<local>/a|"];
|
||||
8 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
10 [label="Part of class initialization"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
11 [label="Enter init block" style="filled" fillcolor=red];
|
||||
9 [label="Enter init block" style="filled" fillcolor=red];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
12 [label="Enter block"];
|
||||
13 [label="Access variable R|<local>/b|"];
|
||||
14 [label="Assignment: R|/<anonymous>.leaked|"];
|
||||
15 [label="Exit block"];
|
||||
10 [label="Enter block"];
|
||||
11 [label="Access variable R|<local>/b|"];
|
||||
12 [label="Assignment: R|/<anonymous>.leaked|"];
|
||||
13 [label="Exit block"];
|
||||
}
|
||||
16 [label="Exit init block" style="filled" fillcolor=red];
|
||||
14 [label="Exit init block" style="filled" fillcolor=red];
|
||||
}
|
||||
17 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
|
||||
15 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
|
||||
}
|
||||
18 [label="Exit anonymous object"];
|
||||
19 [label="Exit anonymous object expression"];
|
||||
20 [label="Variable declaration: lval obj: R|<anonymous>|"];
|
||||
21 [label="Access variable R|<local>/obj|"];
|
||||
22 [label="Function call: R|<local>/obj|.R|/<anonymous>.run|()" style="filled" fillcolor=yellow];
|
||||
23 [label="Function call: R|<local>/d|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
|
||||
24 [label="Exit block"];
|
||||
16 [label="Exit anonymous object"];
|
||||
17 [label="Exit anonymous object expression"];
|
||||
18 [label="Variable declaration: lval obj: R|<anonymous>|"];
|
||||
19 [label="Access variable R|<local>/obj|"];
|
||||
20 [label="Function call: R|<local>/obj|.R|/<anonymous>.run|()" style="filled" fillcolor=yellow];
|
||||
21 [label="Function call: R|<local>/d|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
|
||||
22 [label="Exit block"];
|
||||
}
|
||||
25 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
23 [label="Exit function foo" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
26 [label="Enter function run" style="filled" fillcolor=red];
|
||||
24 [label="Enter function run" style="filled" fillcolor=red];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
27 [label="Enter block"];
|
||||
28 [label="Function call: R|<local>/c|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
|
||||
29 [label="Exit block"];
|
||||
25 [label="Enter block"];
|
||||
26 [label="Function call: R|<local>/c|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
|
||||
27 [label="Exit block"];
|
||||
}
|
||||
30 [label="Exit function run" style="filled" fillcolor=red];
|
||||
28 [label="Exit function run" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
31 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
32 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
|
||||
33 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
29 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
30 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
|
||||
31 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
2 -> {3};
|
||||
3 -> {4};
|
||||
4 -> {5};
|
||||
4 -> {18} [color=red];
|
||||
4 -> {16} [color=red];
|
||||
4 -> {5} [style=dashed];
|
||||
5 -> {6} [color=green];
|
||||
5 -> {7 11 26 31} [color=red];
|
||||
6 -> {7} [color=green];
|
||||
6 -> {10} [style=dotted];
|
||||
6 -> {7} [style=dashed];
|
||||
5 -> {6};
|
||||
5 -> {9 24 29} [color=red];
|
||||
5 -> {15} [style=dotted];
|
||||
5 -> {6 9} [style=dashed];
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
9 -> {10} [color=green];
|
||||
10 -> {11} [color=green];
|
||||
10 -> {17} [style=dotted];
|
||||
10 -> {11} [style=dashed];
|
||||
8 -> {9} [color=green];
|
||||
9 -> {10};
|
||||
10 -> {11};
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17} [color=green];
|
||||
17 -> {18 26 31} [color=green];
|
||||
17 -> {26 31} [style=dashed];
|
||||
14 -> {15} [color=green];
|
||||
15 -> {16 24 29} [color=green];
|
||||
15 -> {24 29} [style=dashed];
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
30 -> {31};
|
||||
|
||||
}
|
||||
|
||||
+35
-41
@@ -25,50 +25,48 @@ digraph inLocalClass_kt {
|
||||
subgraph cluster_3 {
|
||||
color=blue
|
||||
10 [label="Enter class LocalClass" style="filled" fillcolor=red];
|
||||
11 [label="Part of class initialization"];
|
||||
subgraph cluster_4 {
|
||||
color=blue
|
||||
12 [label="Enter property" style="filled" fillcolor=red];
|
||||
13 [label="Access variable R|<local>/a|"];
|
||||
14 [label="Exit property" style="filled" fillcolor=red];
|
||||
11 [label="Enter property" style="filled" fillcolor=red];
|
||||
12 [label="Access variable R|<local>/a|"];
|
||||
13 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
15 [label="Part of class initialization"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
16 [label="Enter init block" style="filled" fillcolor=red];
|
||||
14 [label="Enter init block" style="filled" fillcolor=red];
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
17 [label="Enter block"];
|
||||
18 [label="Access variable R|<local>/c|"];
|
||||
19 [label="Assignment: R|<local>/leaked|"];
|
||||
20 [label="Exit block"];
|
||||
15 [label="Enter block"];
|
||||
16 [label="Access variable R|<local>/c|"];
|
||||
17 [label="Assignment: R|<local>/leaked|"];
|
||||
18 [label="Exit block"];
|
||||
}
|
||||
21 [label="Exit init block" style="filled" fillcolor=red];
|
||||
19 [label="Exit init block" style="filled" fillcolor=red];
|
||||
}
|
||||
22 [label="Exit class LocalClass" style="filled" fillcolor=red];
|
||||
20 [label="Exit class LocalClass" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_7 {
|
||||
color=blue
|
||||
23 [label="Enter function run" style="filled" fillcolor=red];
|
||||
21 [label="Enter function run" style="filled" fillcolor=red];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
24 [label="Enter block"];
|
||||
25 [label="Function call: R|<local>/d|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
|
||||
26 [label="Exit block"];
|
||||
22 [label="Enter block"];
|
||||
23 [label="Function call: R|<local>/d|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
|
||||
24 [label="Exit block"];
|
||||
}
|
||||
27 [label="Exit function run" style="filled" fillcolor=red];
|
||||
25 [label="Exit function run" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
28 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
29 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
|
||||
26 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
27 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
30 [label="Enter block"];
|
||||
31 [label="Function call: R|<local>/b|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
|
||||
32 [label="Exit block"];
|
||||
28 [label="Enter block"];
|
||||
29 [label="Function call: R|<local>/b|.R|SubstitutionOverride<kotlin/Function0.invoke: R|kotlin/Unit|>|()" style="filled" fillcolor=yellow];
|
||||
30 [label="Exit block"];
|
||||
}
|
||||
33 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
31 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
0 -> {1};
|
||||
1 -> {2};
|
||||
@@ -80,33 +78,29 @@ digraph inLocalClass_kt {
|
||||
6 -> {7};
|
||||
7 -> {8};
|
||||
8 -> {9};
|
||||
10 -> {11} [color=green];
|
||||
10 -> {12 16 23 28} [color=red];
|
||||
11 -> {12} [color=green];
|
||||
11 -> {15} [style=dotted];
|
||||
11 -> {12} [style=dashed];
|
||||
10 -> {11};
|
||||
10 -> {14 21 26} [color=red];
|
||||
10 -> {20} [style=dotted];
|
||||
10 -> {11 14} [style=dashed];
|
||||
11 -> {12};
|
||||
12 -> {13};
|
||||
13 -> {14};
|
||||
14 -> {15} [color=green];
|
||||
15 -> {16} [color=green];
|
||||
15 -> {22} [style=dotted];
|
||||
15 -> {16} [style=dashed];
|
||||
13 -> {14} [color=green];
|
||||
14 -> {15};
|
||||
15 -> {16};
|
||||
16 -> {17};
|
||||
17 -> {18};
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
21 -> {22} [color=green];
|
||||
22 -> {23 28} [color=green];
|
||||
22 -> {23 28} [style=dashed];
|
||||
19 -> {20} [color=green];
|
||||
20 -> {21 26} [color=green];
|
||||
20 -> {21 26} [style=dashed];
|
||||
21 -> {22};
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
|
||||
}
|
||||
|
||||
Vendored
+88
-90
@@ -77,170 +77,168 @@ digraph delegateWithAnonymousObject_kt {
|
||||
subgraph cluster_8 {
|
||||
color=red
|
||||
23 [label="Enter class IssuesListUserProfile" style="filled" fillcolor=red];
|
||||
24 [label="Part of class initialization"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
25 [label="Enter property" style="filled" fillcolor=red];
|
||||
26 [label="Postponed enter to lambda"];
|
||||
24 [label="Enter property" style="filled" fillcolor=red];
|
||||
25 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
27 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
26 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
28 [label="Enter block"];
|
||||
29 [label="Enter anonymous object"];
|
||||
27 [label="Enter block"];
|
||||
28 [label="Enter anonymous object"];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
30 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
|
||||
31 [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];
|
||||
}
|
||||
32 [label="Exit anonymous object"];
|
||||
33 [label="Exit anonymous object expression"];
|
||||
34 [label="Exit block"];
|
||||
31 [label="Exit anonymous object"];
|
||||
32 [label="Exit anonymous object expression"];
|
||||
33 [label="Exit block"];
|
||||
}
|
||||
35 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
34 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_13 {
|
||||
color=blue
|
||||
36 [label="Enter function setValue" style="filled" fillcolor=red];
|
||||
35 [label="Enter function setValue" style="filled" fillcolor=red];
|
||||
subgraph cluster_14 {
|
||||
color=blue
|
||||
37 [label="Enter block"];
|
||||
38 [label="Function call: R|/IssueListView.IssueListView|()" style="filled" fillcolor=yellow];
|
||||
39 [label="Access variable R|<local>/value|"];
|
||||
40 [label="Function call: R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(...)" style="filled" fillcolor=yellow];
|
||||
41 [label="Jump: ^setValue R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(R|<local>/value|)"];
|
||||
42 [label="Stub" style="filled" fillcolor=gray];
|
||||
43 [label="Exit block" style="filled" fillcolor=gray];
|
||||
36 [label="Enter block"];
|
||||
37 [label="Function call: R|/IssueListView.IssueListView|()" style="filled" fillcolor=yellow];
|
||||
38 [label="Access variable R|<local>/value|"];
|
||||
39 [label="Function call: R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(...)" style="filled" fillcolor=yellow];
|
||||
40 [label="Jump: ^setValue R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(R|<local>/value|)"];
|
||||
41 [label="Stub" style="filled" fillcolor=gray];
|
||||
42 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
44 [label="Exit function setValue" style="filled" fillcolor=red];
|
||||
43 [label="Exit function setValue" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_15 {
|
||||
color=blue
|
||||
45 [label="Enter function getValue" style="filled" fillcolor=red];
|
||||
44 [label="Enter function getValue" style="filled" fillcolor=red];
|
||||
subgraph cluster_16 {
|
||||
color=blue
|
||||
46 [label="Enter block"];
|
||||
47 [label="Function call: R|/IssueListView.IssueListView|()" style="filled" fillcolor=yellow];
|
||||
48 [label="Jump: ^getValue R|/IssueListView.IssueListView|()"];
|
||||
49 [label="Stub" style="filled" fillcolor=gray];
|
||||
50 [label="Exit block" style="filled" fillcolor=gray];
|
||||
45 [label="Enter block"];
|
||||
46 [label="Function call: R|/IssueListView.IssueListView|()" style="filled" fillcolor=yellow];
|
||||
47 [label="Jump: ^getValue R|/IssueListView.IssueListView|()"];
|
||||
48 [label="Stub" style="filled" fillcolor=gray];
|
||||
49 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
51 [label="Exit function getValue" style="filled" fillcolor=red];
|
||||
50 [label="Exit function getValue" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_17 {
|
||||
color=blue
|
||||
52 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
53 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
|
||||
54 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
51 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
52 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
|
||||
53 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
55 [label="Postponed exit from lambda"];
|
||||
56 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)" style="filled" fillcolor=yellow];
|
||||
57 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
58 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...).<Unresolved name: provideDelegate>#(...)" style="filled" fillcolor=yellow];
|
||||
59 [label="Exit property delegate" style="filled" fillcolor=yellow];
|
||||
60 [label="Exit property" style="filled" fillcolor=red];
|
||||
54 [label="Postponed exit from lambda"];
|
||||
55 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)" style="filled" fillcolor=yellow];
|
||||
56 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
57 [label="Function call: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...).<Unresolved name: provideDelegate>#(...)" style="filled" fillcolor=yellow];
|
||||
58 [label="Exit property delegate" style="filled" fillcolor=yellow];
|
||||
59 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
61 [label="Exit class IssuesListUserProfile" style="filled" fillcolor=red];
|
||||
60 [label="Exit class IssuesListUserProfile" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_18 {
|
||||
color=blue
|
||||
62 [label="Enter function setter" style="filled" fillcolor=red];
|
||||
61 [label="Enter function setter" style="filled" fillcolor=red];
|
||||
subgraph cluster_19 {
|
||||
color=blue
|
||||
63 [label="Enter block"];
|
||||
64 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
|
||||
65 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
66 [label="Access variable R|<local>/issueListView|"];
|
||||
67 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(...)" style="filled" fillcolor=yellow];
|
||||
68 [label="Exit block"];
|
||||
62 [label="Enter block"];
|
||||
63 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
|
||||
64 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
65 [label="Access variable R|<local>/issueListView|"];
|
||||
66 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(...)" style="filled" fillcolor=yellow];
|
||||
67 [label="Exit block"];
|
||||
}
|
||||
69 [label="Exit function setter" style="filled" fillcolor=red];
|
||||
68 [label="Exit function setter" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_20 {
|
||||
color=blue
|
||||
70 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
69 [label="Enter function getter" style="filled" fillcolor=red];
|
||||
subgraph cluster_21 {
|
||||
color=blue
|
||||
71 [label="Enter block"];
|
||||
72 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
|
||||
73 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
74 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.getValue: R|Stub (chain inference): TypeVariable(_Target)|>|(...)" style="filled" fillcolor=yellow];
|
||||
75 [label="Jump: ^ this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.getValue: R|Stub (chain inference): TypeVariable(_Target)|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|)"];
|
||||
76 [label="Stub" style="filled" fillcolor=gray];
|
||||
77 [label="Exit block" style="filled" fillcolor=gray];
|
||||
70 [label="Enter block"];
|
||||
71 [label="Access variable D|/IssuesListUserProfile.issueListView|"];
|
||||
72 [label="Access variable this@R|/IssuesListUserProfile|"];
|
||||
73 [label="Function call: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.getValue: R|Stub (chain inference): TypeVariable(_Target)|>|(...)" style="filled" fillcolor=yellow];
|
||||
74 [label="Jump: ^ this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.getValue: R|Stub (chain inference): TypeVariable(_Target)|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|)"];
|
||||
75 [label="Stub" style="filled" fillcolor=gray];
|
||||
76 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
78 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
77 [label="Exit function getter" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_22 {
|
||||
color=blue
|
||||
79 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
80 [label="Delegated constructor call: super<R|DelegateProvider<IssuesListUserProfile>|>()" style="filled" fillcolor=yellow];
|
||||
81 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
78 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
79 [label="Delegated constructor call: super<R|DelegateProvider<IssuesListUserProfile>|>()" style="filled" fillcolor=yellow];
|
||||
80 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
23 -> {24} [color=green];
|
||||
24 -> {25} [color=green];
|
||||
24 -> {61} [style=dotted];
|
||||
24 -> {25} [style=dashed];
|
||||
25 -> {26};
|
||||
26 -> {27 55 56};
|
||||
26 -> {27} [style=dashed];
|
||||
23 -> {60} [style=dotted];
|
||||
23 -> {24} [style=dashed];
|
||||
24 -> {25};
|
||||
25 -> {26 54 55};
|
||||
25 -> {26} [style=dashed];
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
29 -> {32} [color=red];
|
||||
29 -> {30} [style=dashed];
|
||||
30 -> {31} [color=green];
|
||||
30 -> {36 45 52} [color=red];
|
||||
31 -> {32 36 45 52} [color=green];
|
||||
31 -> {36 45 52} [style=dashed];
|
||||
28 -> {31} [color=red];
|
||||
28 -> {29} [style=dashed];
|
||||
29 -> {30} [color=green];
|
||||
29 -> {35 44 51} [color=red];
|
||||
30 -> {31 35 44 51} [color=green];
|
||||
30 -> {35 44 51} [style=dashed];
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {41};
|
||||
41 -> {44};
|
||||
40 -> {43};
|
||||
40 -> {41} [style=dotted];
|
||||
41 -> {42} [style=dotted];
|
||||
42 -> {43} [style=dotted];
|
||||
43 -> {44} [style=dotted];
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
47 -> {48};
|
||||
48 -> {51};
|
||||
47 -> {50};
|
||||
47 -> {48} [style=dotted];
|
||||
48 -> {49} [style=dotted];
|
||||
49 -> {50} [style=dotted];
|
||||
50 -> {51} [style=dotted];
|
||||
51 -> {52};
|
||||
52 -> {53};
|
||||
53 -> {54};
|
||||
55 -> {56} [color=green];
|
||||
55 -> {59} [color=red];
|
||||
54 -> {55} [color=green];
|
||||
54 -> {58} [color=red];
|
||||
55 -> {56};
|
||||
56 -> {57};
|
||||
57 -> {58};
|
||||
58 -> {59};
|
||||
59 -> {60};
|
||||
60 -> {61} [color=green];
|
||||
61 -> {62 70 79} [color=green];
|
||||
61 -> {62 70 79} [style=dashed];
|
||||
59 -> {60} [color=green];
|
||||
60 -> {61 69 78} [color=green];
|
||||
60 -> {61 69 78} [style=dashed];
|
||||
61 -> {62};
|
||||
62 -> {63};
|
||||
63 -> {64};
|
||||
64 -> {65};
|
||||
65 -> {66};
|
||||
66 -> {67};
|
||||
67 -> {68};
|
||||
68 -> {69};
|
||||
69 -> {70};
|
||||
70 -> {71};
|
||||
71 -> {72};
|
||||
72 -> {73};
|
||||
73 -> {74};
|
||||
74 -> {75};
|
||||
75 -> {78};
|
||||
74 -> {77};
|
||||
74 -> {75} [style=dotted];
|
||||
75 -> {76} [style=dotted];
|
||||
76 -> {77} [style=dotted];
|
||||
77 -> {78} [style=dotted];
|
||||
78 -> {79};
|
||||
79 -> {80};
|
||||
80 -> {81};
|
||||
|
||||
}
|
||||
|
||||
Vendored
+49
-51
@@ -52,106 +52,104 @@ digraph plusAssignWithLambdaInRhs_kt {
|
||||
subgraph cluster_4 {
|
||||
color=red
|
||||
17 [label="Enter class A" style="filled" fillcolor=red];
|
||||
18 [label="Part of class initialization"];
|
||||
subgraph cluster_5 {
|
||||
color=blue
|
||||
19 [label="Enter property" style="filled" fillcolor=red];
|
||||
20 [label="Access variable R|<local>/executor|"];
|
||||
21 [label="Exit property" style="filled" fillcolor=red];
|
||||
18 [label="Enter property" style="filled" fillcolor=red];
|
||||
19 [label="Access variable R|<local>/executor|"];
|
||||
20 [label="Exit property" style="filled" fillcolor=red];
|
||||
}
|
||||
22 [label="Exit class A" style="filled" fillcolor=red];
|
||||
21 [label="Exit class A" style="filled" fillcolor=red];
|
||||
}
|
||||
subgraph cluster_6 {
|
||||
color=blue
|
||||
23 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
24 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
|
||||
25 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
22 [label="Enter function <init>" style="filled" fillcolor=red];
|
||||
23 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow];
|
||||
24 [label="Exit function <init>" style="filled" fillcolor=red];
|
||||
}
|
||||
17 -> {18} [color=green];
|
||||
18 -> {19} [color=green];
|
||||
18 -> {22} [style=dotted];
|
||||
18 -> {19} [style=dashed];
|
||||
17 -> {21} [style=dotted];
|
||||
17 -> {18} [style=dashed];
|
||||
18 -> {19};
|
||||
19 -> {20};
|
||||
20 -> {21};
|
||||
20 -> {21} [color=green];
|
||||
21 -> {22} [color=green];
|
||||
22 -> {23} [color=green];
|
||||
22 -> {23} [style=dashed];
|
||||
21 -> {22} [style=dashed];
|
||||
22 -> {23};
|
||||
23 -> {24};
|
||||
24 -> {25};
|
||||
|
||||
subgraph cluster_7 {
|
||||
color=red
|
||||
26 [label="Enter function postpone" style="filled" fillcolor=red];
|
||||
25 [label="Enter function postpone" style="filled" fillcolor=red];
|
||||
subgraph cluster_8 {
|
||||
color=blue
|
||||
27 [label="Enter block"];
|
||||
28 [label="Function call: R|kotlin/collections/mutableListOf|<R|() -> kotlin/Unit|>()" style="filled" fillcolor=yellow];
|
||||
29 [label="Variable declaration: lval queue: R|kotlin/collections/MutableList<kotlin/Function0<kotlin/Unit>>|"];
|
||||
30 [label="Postponed enter to lambda"];
|
||||
26 [label="Enter block"];
|
||||
27 [label="Function call: R|kotlin/collections/mutableListOf|<R|() -> kotlin/Unit|>()" style="filled" fillcolor=yellow];
|
||||
28 [label="Variable declaration: lval queue: R|kotlin/collections/MutableList<kotlin/Function0<kotlin/Unit>>|"];
|
||||
29 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_9 {
|
||||
color=blue
|
||||
31 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
30 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_10 {
|
||||
color=blue
|
||||
32 [label="Enter block"];
|
||||
33 [label="Access variable R|<local>/queue|"];
|
||||
34 [label="Postponed enter to lambda"];
|
||||
31 [label="Enter block"];
|
||||
32 [label="Access variable R|<local>/queue|"];
|
||||
33 [label="Postponed enter to lambda"];
|
||||
subgraph cluster_11 {
|
||||
color=blue
|
||||
35 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
34 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
|
||||
subgraph cluster_12 {
|
||||
color=blue
|
||||
36 [label="Enter block"];
|
||||
37 [label="Function call: R|<local>/computation|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()" style="filled" fillcolor=yellow];
|
||||
38 [label="Function call: R|<local>/resolve|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Unit|>|(...)" style="filled" fillcolor=yellow];
|
||||
39 [label="Exit block"];
|
||||
35 [label="Enter block"];
|
||||
36 [label="Function call: R|<local>/computation|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()" style="filled" fillcolor=yellow];
|
||||
37 [label="Function call: R|<local>/resolve|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Unit|>|(...)" style="filled" fillcolor=yellow];
|
||||
38 [label="Exit block"];
|
||||
}
|
||||
40 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
39 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
41 [label="Postponed exit from lambda"];
|
||||
42 [label="Function call: R|<local>/queue|.R|kotlin/collections/plusAssign|<R|() -> kotlin/Unit|>(...)" style="filled" fillcolor=yellow];
|
||||
43 [label="Exit block"];
|
||||
40 [label="Postponed exit from lambda"];
|
||||
41 [label="Function call: R|<local>/queue|.R|kotlin/collections/plusAssign|<R|() -> kotlin/Unit|>(...)" style="filled" fillcolor=yellow];
|
||||
42 [label="Exit block"];
|
||||
}
|
||||
44 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
43 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
|
||||
}
|
||||
45 [label="Postponed exit from lambda"];
|
||||
46 [label="Function call: R|/A.A|<R|T|>(...)" style="filled" fillcolor=yellow];
|
||||
47 [label="Jump: ^postpone R|/A.A|<R|T|>(<L> = A@fun <anonymous>(resolve: R|(T) -> kotlin/Unit|): R|kotlin/Unit| <inline=NoInline> {
|
||||
44 [label="Postponed exit from lambda"];
|
||||
45 [label="Function call: R|/A.A|<R|T|>(...)" style="filled" fillcolor=yellow];
|
||||
46 [label="Jump: ^postpone R|/A.A|<R|T|>(<L> = A@fun <anonymous>(resolve: R|(T) -> kotlin/Unit|): R|kotlin/Unit| <inline=NoInline> {
|
||||
R|<local>/queue|.R|kotlin/collections/plusAssign|<R|() -> kotlin/Unit|>(A@fun <anonymous>(): R|kotlin/Unit| <inline=Inline> {
|
||||
R|<local>/resolve|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Unit|>|(R|<local>/computation|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|())
|
||||
}
|
||||
)
|
||||
}
|
||||
)"];
|
||||
48 [label="Stub" style="filled" fillcolor=gray];
|
||||
49 [label="Exit block" style="filled" fillcolor=gray];
|
||||
47 [label="Stub" style="filled" fillcolor=gray];
|
||||
48 [label="Exit block" style="filled" fillcolor=gray];
|
||||
}
|
||||
50 [label="Exit function postpone" style="filled" fillcolor=red];
|
||||
49 [label="Exit function postpone" style="filled" fillcolor=red];
|
||||
}
|
||||
25 -> {26};
|
||||
26 -> {27};
|
||||
27 -> {28};
|
||||
28 -> {29};
|
||||
29 -> {30};
|
||||
30 -> {31 45 46};
|
||||
30 -> {31} [style=dashed];
|
||||
29 -> {30 44 45};
|
||||
29 -> {30} [style=dashed];
|
||||
30 -> {31};
|
||||
31 -> {32};
|
||||
32 -> {33};
|
||||
33 -> {34};
|
||||
34 -> {35 41 42};
|
||||
34 -> {35} [style=dashed];
|
||||
33 -> {34 40 41};
|
||||
33 -> {34} [style=dashed];
|
||||
34 -> {35};
|
||||
35 -> {36};
|
||||
36 -> {37};
|
||||
37 -> {38};
|
||||
38 -> {39};
|
||||
39 -> {40};
|
||||
40 -> {41};
|
||||
41 -> {42};
|
||||
42 -> {43};
|
||||
43 -> {44};
|
||||
44 -> {45};
|
||||
45 -> {46};
|
||||
46 -> {47};
|
||||
47 -> {50};
|
||||
46 -> {49};
|
||||
46 -> {47} [style=dotted];
|
||||
47 -> {48} [style=dotted];
|
||||
48 -> {49} [style=dotted];
|
||||
49 -> {50} [style=dotted];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user