| digraph plusAssignWithLambdaInRhs_kt { |
| graph [nodesep=3] |
| node [shape=box penwidth=2] |
| edge [penwidth=2] |
| |
| subgraph cluster_0 { |
| color=red |
| 0 [label="Enter file plusAssignWithLambdaInRhs.kt" style="filled" fillcolor=red]; |
| 1 [label="Exit file plusAssignWithLambdaInRhs.kt" style="filled" fillcolor=red]; |
| } |
| 0 -> {1} [color=green]; |
| |
| subgraph cluster_1 { |
| color=red |
| 2 [label="Enter function test" style="filled" fillcolor=red]; |
| subgraph cluster_2 { |
| color=blue |
| 3 [label="Enter block"]; |
| 4 [label="Enter variable declaration: lval list: R|kotlin/collections/MutableList<(kotlin/String) -> kotlin/String>|"]; |
| 5 [label="Const: Null(null)"]; |
| 6 [label="Check not null: Null(null)!!" style="filled" fillcolor=yellow]; |
| 7 [label="Exit variable declaration: lval list: R|kotlin/collections/MutableList<(kotlin/String) -> kotlin/String>|"]; |
| 8 [label="Access variable R|<local>/list|"]; |
| 9 [label="Anonymous function capture"]; |
| 10 [label="Postponed enter to lambda"]; |
| subgraph cluster_3 { |
| color=blue |
| 11 [label="Enter function <anonymous>" style="filled" fillcolor=red]; |
| subgraph cluster_4 { |
| color=blue |
| 12 [label="Enter block"]; |
| 13 [label="Access variable R|<local>/it|"]; |
| 14 [label="Exit block"]; |
| } |
| 15 [label="Exit function <anonymous>" style="filled" fillcolor=red]; |
| } |
| 16 [label="Function call enter: R|<local>/list|.R|kotlin/collections/plusAssign|<R|(kotlin/String) -> kotlin/String|>(...)"]; |
| 17 [label="Postponed exit from lambda"]; |
| 18 [label="Function call exit: R|<local>/list|.R|kotlin/collections/plusAssign|<R|(kotlin/String) -> kotlin/String|>(...)" style="filled" fillcolor=yellow]; |
| 19 [label="Exit block"]; |
| } |
| 20 [label="Exit function test" style="filled" fillcolor=red]; |
| } |
| 2 -> {3}; |
| 3 -> {4}; |
| 4 -> {5}; |
| 5 -> {6}; |
| 6 -> {7}; |
| 7 -> {8}; |
| 8 -> {9}; |
| 9 -> {10}; |
| 9 -> {11} [color=green label="CapturedByValue"]; |
| 10 -> {11 16 17}; |
| 10 -> {11} [style=dashed]; |
| 11 -> {12}; |
| 12 -> {13}; |
| 13 -> {14}; |
| 14 -> {15}; |
| 15 -> {11} [color=green style=dashed]; |
| 16 -> {18}; |
| 17 -> {18} [label="Postponed"]; |
| 18 -> {19}; |
| 19 -> {20}; |
| |
| subgraph cluster_5 { |
| color=red |
| 21 [label="Enter class A" style="filled" fillcolor=red]; |
| subgraph cluster_6 { |
| color=blue |
| 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]; |
| } |
| subgraph cluster_7 { |
| color=blue |
| 25 [label="Enter property" style="filled" fillcolor=red]; |
| 26 [label="Access variable R|<local>/executor|"]; |
| 27 [label="Exit property" style="filled" fillcolor=red]; |
| } |
| 28 [label="Exit class A" style="filled" fillcolor=red]; |
| } |
| 21 -> {22} [color=green]; |
| 21 -> {28} [style=dotted]; |
| 21 -> {22 25} [style=dashed]; |
| 22 -> {23}; |
| 23 -> {24}; |
| 24 -> {25} [color=green]; |
| 25 -> {26}; |
| 26 -> {27}; |
| 27 -> {28} [color=green]; |
| |
| subgraph cluster_8 { |
| color=red |
| 29 [label="Enter function postpone" style="filled" fillcolor=red]; |
| subgraph cluster_9 { |
| color=blue |
| 30 [label="Enter block"]; |
| 31 [label="Enter variable declaration: lval queue: R|kotlin/collections/MutableList<() -> kotlin/Unit>|"]; |
| subgraph cluster_10 { |
| color=blue |
| 32 [label="Function call arguments enter"]; |
| 33 [label="Function call arguments exit"]; |
| } |
| 34 [label="Function call enter: R|kotlin/collections/mutableListOf|<R|() -> kotlin/Unit|>()"]; |
| 35 [label="Function call exit: R|kotlin/collections/mutableListOf|<R|() -> kotlin/Unit|>()" style="filled" fillcolor=yellow]; |
| 36 [label="Exit variable declaration: lval queue: R|kotlin/collections/MutableList<() -> kotlin/Unit>|"]; |
| subgraph cluster_11 { |
| color=blue |
| 37 [label="Function call arguments enter"]; |
| 38 [label="Anonymous function capture"]; |
| 39 [label="Postponed enter to lambda"]; |
| subgraph cluster_12 { |
| color=blue |
| 40 [label="Enter function <anonymous>" style="filled" fillcolor=red]; |
| subgraph cluster_13 { |
| color=blue |
| 41 [label="Enter block"]; |
| 42 [label="Access variable R|<local>/queue|"]; |
| 43 [label="Anonymous function capture"]; |
| 44 [label="Postponed enter to lambda"]; |
| subgraph cluster_14 { |
| color=blue |
| 45 [label="Enter function <anonymous>" style="filled" fillcolor=red]; |
| subgraph cluster_15 { |
| color=blue |
| 46 [label="Enter block"]; |
| subgraph cluster_16 { |
| color=blue |
| 47 [label="Function call arguments enter"]; |
| subgraph cluster_17 { |
| color=blue |
| 48 [label="Function call arguments enter"]; |
| 49 [label="Function call arguments exit"]; |
| } |
| 50 [label="Function call enter: R|<local>/computation|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()"]; |
| 51 [label="Function call exit: R|<local>/computation|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()" style="filled" fillcolor=yellow]; |
| 52 [label="Function call arguments exit"]; |
| } |
| 53 [label="Function call enter: R|<local>/resolve|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Unit|>|(...)"]; |
| 54 [label="Function call exit: R|<local>/resolve|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Unit|>|(...)" style="filled" fillcolor=yellow]; |
| 55 [label="Exit block"]; |
| } |
| 56 [label="Exit function <anonymous>" style="filled" fillcolor=red]; |
| } |
| 57 [label="Function call enter: R|<local>/queue|.R|kotlin/collections/plusAssign|<R|() -> kotlin/Unit|>(...)"]; |
| 58 [label="Postponed exit from lambda"]; |
| 59 [label="Function call exit: R|<local>/queue|.R|kotlin/collections/plusAssign|<R|() -> kotlin/Unit|>(...)" style="filled" fillcolor=yellow]; |
| 60 [label="Exit block"]; |
| } |
| 61 [label="Exit function <anonymous>" style="filled" fillcolor=red]; |
| } |
| 62 [label="Function call arguments exit"]; |
| } |
| 63 [label="Function call enter: R|/A.A|<R|T|>(...)"]; |
| 64 [label="Postponed exit from lambda"]; |
| 65 [label="Function call exit: R|/A.A|<R|T|>(...)" style="filled" fillcolor=yellow]; |
| 66 [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|>(fun <anonymous>(): R|kotlin/Unit| <inline=NoInline> { |
| R|<local>/resolve|.R|SubstitutionOverride<kotlin/Function1.invoke: R|kotlin/Unit|>|(R|<local>/computation|.R|SubstitutionOverride<kotlin/Function0.invoke: R|T|>|()) |
| } |
| ) |
| } |
| )"]; |
| 67 [label="Stub" style="filled" fillcolor=gray]; |
| 68 [label="Exit block" style="filled" fillcolor=gray]; |
| } |
| 69 [label="Exit function postpone" style="filled" fillcolor=red]; |
| } |
| 29 -> {30}; |
| 30 -> {31}; |
| 31 -> {32}; |
| 32 -> {33}; |
| 33 -> {34}; |
| 34 -> {35}; |
| 35 -> {36}; |
| 36 -> {37}; |
| 37 -> {38}; |
| 38 -> {39}; |
| 38 -> {40} [color=green label="CapturedByValue"]; |
| 39 -> {40 62 64}; |
| 39 -> {40} [style=dashed]; |
| 40 -> {41}; |
| 41 -> {42}; |
| 42 -> {43}; |
| 43 -> {44}; |
| 43 -> {45} [color=green label="CapturedByValue"]; |
| 44 -> {45 57 58}; |
| 44 -> {45} [style=dashed]; |
| 45 -> {46}; |
| 46 -> {47}; |
| 47 -> {48}; |
| 48 -> {49}; |
| 49 -> {50}; |
| 50 -> {51}; |
| 51 -> {52}; |
| 52 -> {53}; |
| 53 -> {54}; |
| 54 -> {55}; |
| 55 -> {56}; |
| 56 -> {45} [color=green style=dashed]; |
| 57 -> {59}; |
| 58 -> {59} [label="Postponed"]; |
| 59 -> {60}; |
| 60 -> {61}; |
| 61 -> {40} [color=green style=dashed]; |
| 62 -> {63}; |
| 63 -> {65}; |
| 64 -> {65} [label="Postponed"]; |
| 65 -> {66}; |
| 66 -> {69}; |
| 66 -> {67} [style=dotted]; |
| 67 -> {68} [style=dotted]; |
| 68 -> {69} [style=dotted]; |
| |
| } |