FIR: thread control flow through anonymous object init blocks

^KT-39646 Fixed
This commit is contained in:
pyos
2021-11-18 14:31:22 +01:00
committed by TeamCityServer
parent 19031c88d9
commit a1be855d17
17 changed files with 506 additions and 431 deletions
@@ -53,22 +53,23 @@ digraph localClassesWithImplicit_kt {
21 [label="Exit when"];
}
22 [label="Exit local class test"];
23 [label="Exit anonymous object"];
24 [label="Exit anonymous object expression"];
25 [label="Variable declaration: lval x: R|<anonymous>|"];
26 [label="Exit block"];
}
subgraph cluster_7 {
color=blue
30 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
31 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
23 [label="Enter anonymous object"];
subgraph cluster_7 {
color=blue
31 [label="Enter class <anonymous object>" style="filled" fillcolor=red];
32 [label="Exit class <anonymous object>" style="filled" fillcolor=red];
}
24 [label="Exit anonymous object"];
25 [label="Exit anonymous object expression"];
26 [label="Variable declaration: lval x: R|<anonymous>|"];
27 [label="Exit block"];
}
subgraph cluster_8 {
color=blue
28 [label="Enter class A" style="filled" fillcolor=red];
29 [label="Exit class A" style="filled" fillcolor=red];
29 [label="Enter class A" style="filled" fillcolor=red];
30 [label="Exit class A" style="filled" fillcolor=red];
}
27 [label="Exit function test" style="filled" fillcolor=red];
28 [label="Exit function test" style="filled" fillcolor=red];
}
7 -> {8};
8 -> {9};
@@ -80,92 +81,96 @@ digraph localClassesWithImplicit_kt {
14 -> {21};
15 -> {16};
16 -> {17};
17 -> {27};
17 -> {28};
17 -> {18} [style=dotted];
18 -> {19} [style=dotted];
19 -> {20} [style=dotted];
20 -> {21} [style=dotted];
21 -> {22};
21 -> {32 35 70 88} [color=red];
21 -> {33 36 71 89} [color=red];
22 -> {23};
22 -> {95 98 133 151} [color=red];
22 -> {32 35 70 88 28} [color=green];
22 -> {32 35 70 88 28} [style=dashed];
23 -> {24};
23 -> {95 98 133 151 30} [color=green];
23 -> {95 98 133 151 30} [style=dashed];
22 -> {96 99 134 152} [color=red];
22 -> {33 36 71 89 29} [color=green];
22 -> {33 36 71 89 29} [style=dashed];
23 -> {24} [color=red];
23 -> {31} [color=green];
23 -> {31} [style=dashed];
24 -> {25};
24 -> {96 99 134 152} [color=green];
24 -> {96 99 134 152} [style=dashed];
25 -> {26};
26 -> {27};
28 -> {29} [color=green];
30 -> {31} [color=green];
27 -> {28};
29 -> {30} [color=green];
31 -> {32} [color=green];
32 -> {24} [color=green];
subgraph cluster_9 {
color=red
32 [label="Enter function <init>" style="filled" fillcolor=red];
33 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
34 [label="Exit function <init>" style="filled" fillcolor=red];
33 [label="Enter function <init>" style="filled" fillcolor=red];
34 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
35 [label="Exit function <init>" style="filled" fillcolor=red];
}
32 -> {33};
33 -> {34};
34 -> {35};
subgraph cluster_10 {
color=red
35 [label="Enter function foo" style="filled" fillcolor=red];
36 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_11 {
color=blue
36 [label="Enter block"];
37 [label="Postponed enter to lambda"];
37 [label="Enter block"];
38 [label="Postponed enter to lambda"];
subgraph cluster_12 {
color=blue
44 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
45 [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|"];
46 [label="Enter block"];
47 [label="Access variable R|<local>/a|"];
48 [label="Access variable R|kotlin/String.length|"];
subgraph cluster_14 {
color=blue
48 [label="Enter when"];
49 [label="Enter when"];
subgraph cluster_15 {
color=blue
49 [label="Enter when branch condition "];
50 [label="Access variable R|<local>/b|"];
51 [label="Type operator: (R|<local>/b| is R|kotlin/String|)"];
52 [label="Exit when branch condition"];
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"];
}
subgraph cluster_16 {
color=blue
53 [label="Enter when branch condition else"];
54 [label="Exit when branch condition"];
54 [label="Enter when branch condition else"];
55 [label="Exit when branch condition"];
}
55 [label="Enter when branch result"];
56 [label="Enter when branch result"];
subgraph cluster_17 {
color=blue
56 [label="Enter block"];
57 [label="Const: Int(1)"];
58 [label="Exit block"];
57 [label="Enter block"];
58 [label="Const: Int(1)"];
59 [label="Exit block"];
}
59 [label="Exit when branch result"];
60 [label="Enter when branch result"];
60 [label="Exit when branch result"];
61 [label="Enter when branch result"];
subgraph cluster_18 {
color=blue
61 [label="Enter block"];
62 [label="Access variable R|<local>/b|"];
63 [label="Access variable R|kotlin/String.length|"];
64 [label="Function call: this@R|/A|.R|<local>/bar|()"];
65 [label="Exit block"];
62 [label="Enter block"];
63 [label="Access variable R|<local>/b|"];
64 [label="Access variable R|kotlin/String.length|"];
65 [label="Function call: this@R|/A|.R|<local>/bar|()"];
66 [label="Exit block"];
}
66 [label="Exit when branch result"];
67 [label="Exit when"];
67 [label="Exit when branch result"];
68 [label="Exit when"];
}
68 [label="Exit block"];
69 [label="Exit block"];
}
69 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
70 [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| <inline=Inline, kind=UNKNOWN> {
39 [label="Postponed exit from lambda"];
40 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
41 [label="Jump: ^foo R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <inline=Inline, kind=UNKNOWN> {
R|<local>/a|.R|kotlin/String.length|
^ when () {
(R|<local>/b| is R|kotlin/String|) -> {
@@ -179,39 +184,38 @@ digraph localClassesWithImplicit_kt {
}
)"];
41 [label="Stub" style="filled" fillcolor=gray];
42 [label="Exit block" style="filled" fillcolor=gray];
42 [label="Stub" style="filled" fillcolor=gray];
43 [label="Exit block" style="filled" fillcolor=gray];
}
43 [label="Exit function foo" style="filled" fillcolor=red];
44 [label="Exit function foo" style="filled" fillcolor=red];
}
35 -> {36};
36 -> {37};
37 -> {44};
37 -> {38} [color=red];
37 -> {44} [style=dashed];
38 -> {39};
37 -> {38};
38 -> {45};
38 -> {39} [color=red];
38 -> {45} [style=dashed];
39 -> {40};
40 -> {43};
40 -> {41} [style=dotted];
40 -> {41};
41 -> {44};
41 -> {42} [style=dotted];
42 -> {43} [style=dotted];
44 -> {69 45};
45 -> {46};
43 -> {44} [style=dotted];
45 -> {70 46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
50 -> {51};
51 -> {52};
52 -> {60 53};
53 -> {54};
52 -> {53};
53 -> {61 54};
54 -> {55};
55 -> {56};
56 -> {57};
57 -> {58};
58 -> {59};
59 -> {67};
60 -> {61};
59 -> {60};
60 -> {68};
61 -> {62};
62 -> {63};
63 -> {64};
@@ -220,153 +224,154 @@ digraph localClassesWithImplicit_kt {
66 -> {67};
67 -> {68};
68 -> {69};
69 -> {38} [color=green];
69 -> {44} [color=green style=dashed];
69 -> {70};
70 -> {39} [color=green];
70 -> {45} [color=green style=dashed];
subgraph cluster_19 {
color=red
70 [label="Enter function bar" style="filled" fillcolor=red];
71 [label="Enter function bar" style="filled" fillcolor=red];
subgraph cluster_20 {
color=blue
71 [label="Enter block"];
72 [label="Postponed enter to lambda"];
72 [label="Enter block"];
73 [label="Postponed enter to lambda"];
subgraph cluster_21 {
color=blue
79 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
80 [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|<local>/baz|()"];
86 [label="Exit block"];
81 [label="Enter block"];
82 [label="Access variable R|<local>/b|"];
83 [label="Access variable <Unresolved name: length>#"];
84 [label="Access variable R|<local>/a|"];
85 [label="Access variable R|kotlin/String.length|"];
86 [label="Function call: this@R|/A|.R|<local>/baz|()"];
87 [label="Exit block"];
}
87 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
88 [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| <inline=Inline, kind=UNKNOWN> {
74 [label="Postponed exit from lambda"];
75 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
76 [label="Jump: ^bar R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <inline=Inline, kind=UNKNOWN> {
R|<local>/b|.<Unresolved name: length>#
R|<local>/a|.R|kotlin/String.length|
^ this@R|/A|.R|<local>/baz|()
}
)"];
76 [label="Stub" style="filled" fillcolor=gray];
77 [label="Exit block" style="filled" fillcolor=gray];
77 [label="Stub" style="filled" fillcolor=gray];
78 [label="Exit block" style="filled" fillcolor=gray];
}
78 [label="Exit function bar" style="filled" fillcolor=red];
79 [label="Exit function bar" style="filled" fillcolor=red];
}
70 -> {71};
71 -> {72};
72 -> {79};
72 -> {73} [color=red];
72 -> {79} [style=dashed];
73 -> {74};
72 -> {73};
73 -> {80};
73 -> {74} [color=red];
73 -> {80} [style=dashed];
74 -> {75};
75 -> {78};
75 -> {76} [style=dotted];
75 -> {76};
76 -> {79};
76 -> {77} [style=dotted];
77 -> {78} [style=dotted];
79 -> {87 80};
80 -> {81};
78 -> {79} [style=dotted];
80 -> {88 81};
81 -> {82};
82 -> {83};
83 -> {84};
84 -> {85};
85 -> {86};
86 -> {87};
87 -> {73} [color=green];
87 -> {79} [color=green style=dashed];
87 -> {88};
88 -> {74} [color=green];
88 -> {80} [color=green style=dashed];
subgraph cluster_23 {
color=red
88 [label="Enter function baz" style="filled" fillcolor=red];
89 [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];
90 [label="Enter block"];
91 [label="Const: Int(1)"];
92 [label="Jump: ^baz Int(1)"];
93 [label="Stub" style="filled" fillcolor=gray];
94 [label="Exit block" style="filled" fillcolor=gray];
}
94 [label="Exit function baz" style="filled" fillcolor=red];
95 [label="Exit function baz" style="filled" fillcolor=red];
}
88 -> {89};
89 -> {90};
90 -> {91};
91 -> {94};
91 -> {92} [style=dotted];
91 -> {92};
92 -> {95};
92 -> {93} [style=dotted];
93 -> {94} [style=dotted];
94 -> {95} [style=dotted];
subgraph cluster_25 {
color=red
95 [label="Enter function <init>" style="filled" fillcolor=red];
96 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
97 [label="Exit function <init>" style="filled" fillcolor=red];
96 [label="Enter function <init>" style="filled" fillcolor=red];
97 [label="Delegated constructor call: super<R|kotlin/Any|>()"];
98 [label="Exit function <init>" style="filled" fillcolor=red];
}
95 -> {96};
96 -> {97};
97 -> {98};
subgraph cluster_26 {
color=red
98 [label="Enter function foo" style="filled" fillcolor=red];
99 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_27 {
color=blue
99 [label="Enter block"];
100 [label="Postponed enter to lambda"];
100 [label="Enter block"];
101 [label="Postponed enter to lambda"];
subgraph cluster_28 {
color=blue
107 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
108 [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|"];
109 [label="Enter block"];
110 [label="Access variable R|<local>/a|"];
111 [label="Access variable R|kotlin/String.length|"];
subgraph cluster_30 {
color=blue
111 [label="Enter when"];
112 [label="Enter when"];
subgraph cluster_31 {
color=blue
112 [label="Enter when branch condition "];
113 [label="Access variable R|<local>/b|"];
114 [label="Type operator: (R|<local>/b| is R|kotlin/String|)"];
115 [label="Exit when branch condition"];
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"];
}
subgraph cluster_32 {
color=blue
116 [label="Enter when branch condition else"];
117 [label="Exit when branch condition"];
117 [label="Enter when branch condition else"];
118 [label="Exit when branch condition"];
}
118 [label="Enter when branch result"];
119 [label="Enter when branch result"];
subgraph cluster_33 {
color=blue
119 [label="Enter block"];
120 [label="Const: Int(1)"];
121 [label="Exit block"];
120 [label="Enter block"];
121 [label="Const: Int(1)"];
122 [label="Exit block"];
}
122 [label="Exit when branch result"];
123 [label="Enter when branch result"];
123 [label="Exit when branch result"];
124 [label="Enter when branch result"];
subgraph cluster_34 {
color=blue
124 [label="Enter block"];
125 [label="Access variable R|<local>/b|"];
126 [label="Access variable R|kotlin/String.length|"];
127 [label="Function call: this@R|/<anonymous>|.R|/<anonymous>.bar|()"];
128 [label="Exit block"];
125 [label="Enter block"];
126 [label="Access variable R|<local>/b|"];
127 [label="Access variable R|kotlin/String.length|"];
128 [label="Function call: this@R|/<anonymous>|.R|/<anonymous>.bar|()"];
129 [label="Exit block"];
}
129 [label="Exit when branch result"];
130 [label="Exit when"];
130 [label="Exit when branch result"];
131 [label="Exit when"];
}
131 [label="Exit block"];
132 [label="Exit block"];
}
132 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
133 [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| <inline=Inline, kind=UNKNOWN> {
102 [label="Postponed exit from lambda"];
103 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
104 [label="Jump: ^foo R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <inline=Inline, kind=UNKNOWN> {
R|<local>/a|.R|kotlin/String.length|
^ when () {
(R|<local>/b| is R|kotlin/String|) -> {
@@ -380,39 +385,38 @@ digraph localClassesWithImplicit_kt {
}
)"];
104 [label="Stub" style="filled" fillcolor=gray];
105 [label="Exit block" style="filled" fillcolor=gray];
105 [label="Stub" style="filled" fillcolor=gray];
106 [label="Exit block" style="filled" fillcolor=gray];
}
106 [label="Exit function foo" style="filled" fillcolor=red];
107 [label="Exit function foo" style="filled" fillcolor=red];
}
98 -> {99};
99 -> {100};
100 -> {107};
100 -> {101} [color=red];
100 -> {107} [style=dashed];
101 -> {102};
100 -> {101};
101 -> {108};
101 -> {102} [color=red];
101 -> {108} [style=dashed];
102 -> {103};
103 -> {106};
103 -> {104} [style=dotted];
103 -> {104};
104 -> {107};
104 -> {105} [style=dotted];
105 -> {106} [style=dotted];
107 -> {132 108};
108 -> {109};
106 -> {107} [style=dotted];
108 -> {133 109};
109 -> {110};
110 -> {111};
111 -> {112};
112 -> {113};
113 -> {114};
114 -> {115};
115 -> {123 116};
116 -> {117};
115 -> {116};
116 -> {124 117};
117 -> {118};
118 -> {119};
119 -> {120};
120 -> {121};
121 -> {122};
122 -> {130};
123 -> {124};
122 -> {123};
123 -> {131};
124 -> {125};
125 -> {126};
126 -> {127};
@@ -421,85 +425,86 @@ digraph localClassesWithImplicit_kt {
129 -> {130};
130 -> {131};
131 -> {132};
132 -> {101} [color=green];
132 -> {107} [color=green style=dashed];
132 -> {133};
133 -> {102} [color=green];
133 -> {108} [color=green style=dashed];
subgraph cluster_35 {
color=red
133 [label="Enter function bar" style="filled" fillcolor=red];
134 [label="Enter function bar" style="filled" fillcolor=red];
subgraph cluster_36 {
color=blue
134 [label="Enter block"];
135 [label="Postponed enter to lambda"];
135 [label="Enter block"];
136 [label="Postponed enter to lambda"];
subgraph cluster_37 {
color=blue
142 [label="Enter function anonymousFunction" style="filled" fillcolor=red];
143 [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"];
144 [label="Enter block"];
145 [label="Access variable R|<local>/a|"];
146 [label="Access variable R|kotlin/String.length|"];
147 [label="Access variable R|<local>/b|"];
148 [label="Access variable <Unresolved name: length>#"];
149 [label="Function call: this@R|/<anonymous>|.R|/<anonymous>.baz|()"];
150 [label="Exit block"];
}
150 [label="Exit function anonymousFunction" style="filled" fillcolor=red];
151 [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| <inline=Inline, kind=UNKNOWN> {
137 [label="Postponed exit from lambda"];
138 [label="Function call: R|/myRun|<R|kotlin/Int|>(...)"];
139 [label="Jump: ^bar R|/myRun|<R|kotlin/Int|>(<L> = myRun@fun <anonymous>(): R|kotlin/Int| <inline=Inline, 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];
140 [label="Stub" style="filled" fillcolor=gray];
141 [label="Exit block" style="filled" fillcolor=gray];
}
141 [label="Exit function bar" style="filled" fillcolor=red];
142 [label="Exit function bar" style="filled" fillcolor=red];
}
133 -> {134};
134 -> {135};
135 -> {142};
135 -> {136} [color=red];
135 -> {142} [style=dashed];
136 -> {137};
135 -> {136};
136 -> {143};
136 -> {137} [color=red];
136 -> {143} [style=dashed];
137 -> {138};
138 -> {141};
138 -> {139} [style=dotted];
138 -> {139};
139 -> {142};
139 -> {140} [style=dotted];
140 -> {141} [style=dotted];
142 -> {150 143};
143 -> {144};
141 -> {142} [style=dotted];
143 -> {151 144};
144 -> {145};
145 -> {146};
146 -> {147};
147 -> {148};
148 -> {149};
149 -> {150};
150 -> {136} [color=green];
150 -> {142} [color=green style=dashed];
150 -> {151};
151 -> {137} [color=green];
151 -> {143} [color=green style=dashed];
subgraph cluster_39 {
color=red
151 [label="Enter function baz" style="filled" fillcolor=red];
152 [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];
153 [label="Enter block"];
154 [label="Const: Int(1)"];
155 [label="Jump: ^baz Int(1)"];
156 [label="Stub" style="filled" fillcolor=gray];
157 [label="Exit block" style="filled" fillcolor=gray];
}
157 [label="Exit function baz" style="filled" fillcolor=red];
158 [label="Exit function baz" style="filled" fillcolor=red];
}
151 -> {152};
152 -> {153};
153 -> {154};
154 -> {157};
154 -> {155} [style=dotted];
154 -> {155};
155 -> {158};
155 -> {156} [style=dotted];
156 -> {157} [style=dotted];
157 -> {158} [style=dotted];
}