| digraph annotationInWhileTrueLoopInExactlyOnceLambda_kt { |
| graph [nodesep=3] |
| node [shape=box penwidth=2] |
| edge [penwidth=2] |
| |
| subgraph cluster_0 { |
| color=red |
| 0 [label="Enter file annotationInWhileTrueLoopInExactlyOnceLambda.kt" style="filled" fillcolor=red]; |
| 1 [label="Exit file annotationInWhileTrueLoopInExactlyOnceLambda.kt" style="filled" fillcolor=red]; |
| } |
| 0 -> {1} [color=green]; |
| |
| subgraph cluster_1 { |
| color=red |
| 2 [label="Enter class Bar" style="filled" fillcolor=red]; |
| subgraph cluster_2 { |
| color=blue |
| 3 [label="Enter function <init>" style="filled" fillcolor=red]; |
| 4 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow]; |
| 5 [label="Exit function <init>" style="filled" fillcolor=red]; |
| } |
| subgraph cluster_3 { |
| color=blue |
| 6 [label="Enter property" style="filled" fillcolor=red]; |
| 7 [label="Const: Null(null)"]; |
| 8 [label="Exit property" style="filled" fillcolor=red]; |
| } |
| 9 [label="Exit class Bar" style="filled" fillcolor=red]; |
| } |
| 2 -> {3} [color=green]; |
| 2 -> {9} [style=dotted]; |
| 2 -> {3 6} [style=dashed]; |
| 3 -> {4}; |
| 4 -> {5}; |
| 5 -> {6} [color=green]; |
| 6 -> {7}; |
| 7 -> {8}; |
| 8 -> {9} [color=green]; |
| |
| subgraph cluster_4 { |
| color=red |
| 10 [label="Enter function foo" style="filled" fillcolor=red]; |
| subgraph cluster_5 { |
| color=blue |
| 11 [label="Enter block"]; |
| subgraph cluster_6 { |
| color=blue |
| 12 [label="Function call arguments enter"]; |
| 13 [label="Anonymous function capture"]; |
| 14 [label="Postponed enter to lambda"]; |
| subgraph cluster_7 { |
| color=blue |
| 15 [label="Enter function <anonymous>" style="filled" fillcolor=red]; |
| subgraph cluster_8 { |
| color=blue |
| 16 [label="Enter block"]; |
| subgraph cluster_9 { |
| color=blue |
| 17 [label="Enter while loop"]; |
| subgraph cluster_10 { |
| color=blue |
| 18 [label="Enter loop condition"]; |
| 19 [label="Const: Boolean(true)"]; |
| 20 [label="Exit loop condition"]; |
| } |
| subgraph cluster_11 { |
| color=blue |
| 21 [label="Enter loop block"]; |
| subgraph cluster_12 { |
| color=blue |
| 22 [label="Enter block"]; |
| subgraph cluster_13 { |
| color=blue |
| 23 [label="Enter when"]; |
| 24 [label="Enter variable declaration: lval result: R|T?|"]; |
| 25 [label="Access variable this@R|special/anonymous|"]; |
| 26 [label="Access variable R|/Bar.result|"]; |
| 27 [label="Exit variable declaration: lval result: R|T?|"]; |
| subgraph cluster_14 { |
| color=blue |
| 28 [label="Enter when branch condition "]; |
| 29 [label="Access variable R|<local>/result|"]; |
| 30 [label="Exit $subj"]; |
| 31 [label="Const: Null(null)"]; |
| 32 [label="Equality operator ==" style="filled" fillcolor=yellow]; |
| 33 [label="Exit when branch condition"]; |
| } |
| subgraph cluster_15 { |
| color=blue |
| 34 [label="Enter when branch condition else"]; |
| 35 [label="Exit when branch condition"]; |
| } |
| 36 [label="Enter when branch result"]; |
| subgraph cluster_16 { |
| color=blue |
| 37 [label="Enter block"]; |
| 38 [label="Access variable R|<local>/result|"]; |
| 39 [label="Smart cast: R|<local>/result|"]; |
| 40 [label="Jump: ^foo R|<local>/result|"]; |
| 41 [label="Stub" style="filled" fillcolor=gray]; |
| 42 [label="Exit block" style="filled" fillcolor=gray]; |
| } |
| 43 [label="Exit when branch result" style="filled" fillcolor=gray]; |
| 44 [label="Enter when branch result"]; |
| subgraph cluster_17 { |
| color=blue |
| 45 [label="Enter block"]; |
| 46 [label="Access variable this@R|special/anonymous|"]; |
| 47 [label="Type operator: (this@R|special/anonymous| as R|java/lang/Object|)"]; |
| 48 [label="Exit block"]; |
| } |
| 49 [label="Exit when branch result"]; |
| 50 [label="Exit when"]; |
| } |
| 51 [label="Exit block"]; |
| } |
| 52 [label="Exit loop block"]; |
| } |
| 53 [label="Exit while loop" style="filled" fillcolor=gray]; |
| } |
| 54 [label="Exit block" style="filled" fillcolor=gray]; |
| } |
| 55 [label="Exit function <anonymous>" style="filled" fillcolor=gray]; |
| } |
| 56 [label="Function call arguments exit"]; |
| } |
| 57 [label="Function call enter: this@R|/Bar|.R|kotlin/run|<R|Bar<T>|, R|kotlin/Unit|>(...)"]; |
| 58 [label="Postponed exit from lambda" style="filled" fillcolor=gray]; |
| 59 [label="Function call exit: this@R|/Bar|.R|kotlin/run|<R|Bar<T>|, R|kotlin/Unit|>(...)" style="filled" fillcolor=gray]; |
| 60 [label="Exit block" style="filled" fillcolor=gray]; |
| } |
| 61 [label="Exit function foo" style="filled" fillcolor=red]; |
| } |
| 10 -> {11}; |
| 11 -> {12}; |
| 12 -> {13}; |
| 13 -> {14}; |
| 13 -> {15} [color=green style=dotted label="CapturedByValue"]; |
| 14 -> {15 56}; |
| 14 -> {58} [style=dotted]; |
| 14 -> {15} [style=dashed]; |
| 15 -> {16}; |
| 16 -> {17}; |
| 17 -> {18}; |
| 18 -> {19}; |
| 19 -> {20}; |
| 20 -> {21}; |
| 20 -> {53} [style=dotted]; |
| 21 -> {22}; |
| 22 -> {23}; |
| 23 -> {24}; |
| 24 -> {25}; |
| 25 -> {26}; |
| 26 -> {27}; |
| 27 -> {28}; |
| 28 -> {29}; |
| 29 -> {30}; |
| 30 -> {31}; |
| 31 -> {32}; |
| 32 -> {33}; |
| 33 -> {34 44}; |
| 34 -> {35}; |
| 35 -> {36}; |
| 36 -> {37}; |
| 37 -> {38}; |
| 38 -> {39}; |
| 39 -> {40}; |
| 40 -> {61}; |
| 40 -> {41} [style=dotted]; |
| 41 -> {42} [style=dotted]; |
| 42 -> {43} [style=dotted]; |
| 43 -> {50} [style=dotted]; |
| 44 -> {45}; |
| 45 -> {46}; |
| 46 -> {47}; |
| 47 -> {48}; |
| 48 -> {49}; |
| 49 -> {50}; |
| 50 -> {51}; |
| 51 -> {52}; |
| 52 -> {18} [color=green style=dashed]; |
| 53 -> {54} [style=dotted]; |
| 54 -> {55} [style=dotted]; |
| 55 -> {58} [style=dotted]; |
| 56 -> {57}; |
| 57 -> {59} [style=dotted]; |
| 58 -> {59} [style=dotted label="Postponed"]; |
| 59 -> {60} [style=dotted]; |
| 60 -> {61} [style=dotted]; |
| |
| } |