blob: 1301f67319b17eec2a2018151c0272fa61184b5a [file]
digraph tryWithLambdaInside_kt {
graph [nodesep=3]
node [shape=box penwidth=2]
edge [penwidth=2]
subgraph cluster_0 {
color=red
0 [label="Enter file tryWithLambdaInside.kt" style="filled" fillcolor=red];
1 [label="Exit file tryWithLambdaInside.kt" style="filled" fillcolor=red];
}
0 -> {1} [color=green];
subgraph cluster_1 {
color=red
2 [label="Enter function notInPlaceFilter" style="filled" fillcolor=red];
subgraph cluster_2 {
color=blue
3 [label="Enter block"];
4 [label="Access variable this@R|/notInPlaceFilter|"];
5 [label="Jump: ^notInPlaceFilter this@R|/notInPlaceFilter|"];
6 [label="Stub" style="filled" fillcolor=gray];
7 [label="Exit block" style="filled" fillcolor=gray];
}
8 [label="Exit function notInPlaceFilter" style="filled" fillcolor=red];
}
2 -> {3};
3 -> {4};
4 -> {5};
5 -> {8};
5 -> {6} [style=dotted];
6 -> {7} [style=dotted];
7 -> {8} [style=dotted];
subgraph cluster_3 {
color=red
9 [label="Enter function foo" style="filled" fillcolor=red];
subgraph cluster_4 {
color=blue
10 [label="Enter block"];
11 [label="Exit block"];
}
12 [label="Exit function foo" style="filled" fillcolor=red];
}
9 -> {10};
10 -> {11};
11 -> {12};
subgraph cluster_5 {
color=red
13 [label="Enter function testInPlace" style="filled" fillcolor=red];
subgraph cluster_6 {
color=blue
14 [label="Enter block"];
subgraph cluster_7 {
color=blue
15 [label="Try expression enter"];
subgraph cluster_8 {
color=blue
16 [label="Try main block enter"];
subgraph cluster_9 {
color=blue
17 [label="Enter block"];
subgraph cluster_10 {
color=blue
18 [label="Function call arguments enter"];
19 [label="Access variable R|<local>/list|"];
20 [label="Anonymous function capture"];
21 [label="Postponed enter to lambda"];
subgraph cluster_11 {
color=blue
22 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_12 {
color=blue
23 [label="Enter block"];
24 [label="Access variable R|<local>/it|"];
25 [label="Exit block"];
}
26 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
27 [label="Function call arguments exit"];
}
28 [label="Function call enter: R|<local>/list|.R|kotlin/collections/filter|<R|kotlin/Boolean|>(...)"];
29 [label="Postponed exit from lambda"];
30 [label="Function call exit: R|<local>/list|.R|kotlin/collections/filter|<R|kotlin/Boolean|>(...)" style="filled" fillcolor=yellow];
31 [label="Exit block"];
}
32 [label="Try main block exit"];
}
subgraph cluster_13 {
color=blue
33 [label="Enter finally"];
subgraph cluster_14 {
color=blue
34 [label="Enter block"];
35 [label="Exit block"];
}
36 [label="Exit finally"];
}
37 [label="Try expression exit"];
}
38 [label="Jump: ^testInPlace try {
R|<local>/list|.R|kotlin/collections/filter|<R|kotlin/Boolean|>(<L> = filter@fun <anonymous>(it: R|kotlin/Boolean|): R|kotlin/Boolean| <inline=Inline, kind=UNKNOWN> {
^ R|<local>/it|
}
)
}
finally {
}
"];
39 [label="Stub" style="filled" fillcolor=gray];
40 [label="Exit block" style="filled" fillcolor=gray];
}
41 [label="Exit function testInPlace" style="filled" fillcolor=red];
}
13 -> {14};
14 -> {15};
15 -> {16};
15 -> {33} [label="onUncaughtException"];
16 -> {17};
17 -> {18};
18 -> {19};
19 -> {20};
20 -> {21};
20 -> {22} [color=green style=dotted label="CapturedByValue"];
21 -> {22 27 29};
21 -> {22} [style=dashed];
22 -> {23};
23 -> {24};
24 -> {25};
25 -> {26};
26 -> {29};
27 -> {28};
28 -> {30};
29 -> {21} [color=green style=dashed];
29 -> {30} [color=green];
29 -> {37} [color=red label="Postponed"];
30 -> {31};
31 -> {32};
32 -> {33};
33 -> {34};
34 -> {35};
35 -> {36};
36 -> {37};
37 -> {38};
38 -> {41};
38 -> {39} [style=dotted];
39 -> {40} [style=dotted];
40 -> {41} [style=dotted];
subgraph cluster_15 {
color=red
42 [label="Enter function testNotInPlace" style="filled" fillcolor=red];
subgraph cluster_16 {
color=blue
43 [label="Enter block"];
subgraph cluster_17 {
color=blue
44 [label="Try expression enter"];
subgraph cluster_18 {
color=blue
45 [label="Try main block enter"];
subgraph cluster_19 {
color=blue
46 [label="Enter block"];
subgraph cluster_20 {
color=blue
47 [label="Function call arguments enter"];
48 [label="Access variable R|<local>/list|"];
49 [label="Anonymous function capture"];
50 [label="Postponed enter to lambda"];
subgraph cluster_21 {
color=blue
51 [label="Enter function <anonymous>" style="filled" fillcolor=red];
subgraph cluster_22 {
color=blue
52 [label="Enter block"];
53 [label="Access variable R|<local>/it|"];
54 [label="Exit block"];
}
55 [label="Exit function <anonymous>" style="filled" fillcolor=red];
}
56 [label="Function call arguments exit"];
}
57 [label="Function call enter: R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(...)"];
58 [label="Postponed exit from lambda"];
59 [label="Function call exit: R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(...)" style="filled" fillcolor=yellow];
60 [label="Exit block"];
}
61 [label="Try main block exit"];
}
subgraph cluster_23 {
color=blue
62 [label="Enter finally"];
subgraph cluster_24 {
color=blue
63 [label="Enter block"];
64 [label="Exit block"];
}
65 [label="Exit finally"];
}
66 [label="Try expression exit"];
}
67 [label="Jump: ^testNotInPlace try {
R|<local>/list|.R|/notInPlaceFilter|<R|kotlin/Boolean|>(<L> = notInPlaceFilter@fun <anonymous>(it: R|kotlin/Boolean|): R|kotlin/Boolean| <inline=NoInline> {
^ R|<local>/it|
}
)
}
finally {
}
"];
68 [label="Stub" style="filled" fillcolor=gray];
69 [label="Exit block" style="filled" fillcolor=gray];
}
70 [label="Exit function testNotInPlace" style="filled" fillcolor=red];
}
42 -> {43};
43 -> {44};
44 -> {45};
44 -> {62} [label="onUncaughtException"];
45 -> {46};
46 -> {47};
47 -> {48};
48 -> {49};
49 -> {50};
49 -> {51} [color=green label="CapturedByValue"];
50 -> {51 56 58};
50 -> {51} [style=dashed];
51 -> {52};
52 -> {53};
53 -> {54};
54 -> {55};
55 -> {51} [color=green style=dashed];
56 -> {57};
57 -> {59};
58 -> {59} [color=green];
58 -> {66} [color=red label="Postponed"];
59 -> {60};
60 -> {61};
61 -> {62};
62 -> {63};
63 -> {64};
64 -> {65};
65 -> {66};
66 -> {67};
67 -> {70};
67 -> {68} [style=dotted];
68 -> {69} [style=dotted];
69 -> {70} [style=dotted];
}