| digraph delegateWithAnonymousObject_kt { |
| graph [nodesep=3] |
| node [shape=box penwidth=2] |
| edge [penwidth=2] |
| |
| subgraph cluster_0 { |
| color=red |
| 0 [label="Enter file delegateWithAnonymousObject.kt" style="filled" fillcolor=red]; |
| 1 [label="Exit file delegateWithAnonymousObject.kt" style="filled" fillcolor=red]; |
| } |
| 0 -> {1} [color=green]; |
| |
| subgraph cluster_1 { |
| color=red |
| 2 [label="Enter class DelegateProvider" 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]; |
| } |
| 6 [label="Exit class DelegateProvider" style="filled" fillcolor=red]; |
| } |
| 2 -> {3} [color=green]; |
| 2 -> {6} [style=dotted]; |
| 2 -> {3} [style=dashed]; |
| 3 -> {4}; |
| 4 -> {5}; |
| 5 -> {6} [color=green]; |
| |
| subgraph cluster_3 { |
| color=red |
| 7 [label="Enter function delegate" style="filled" fillcolor=red]; |
| subgraph cluster_4 { |
| color=blue |
| 8 [label="Enter block"]; |
| 9 [label="Const: Null(null)"]; |
| 10 [label="Check not null: Null(null)!!" style="filled" fillcolor=yellow]; |
| 11 [label="Jump: ^delegate Null(null)!!"]; |
| 12 [label="Stub" style="filled" fillcolor=gray]; |
| 13 [label="Exit block" style="filled" fillcolor=gray]; |
| } |
| 14 [label="Exit function delegate" style="filled" fillcolor=red]; |
| } |
| 7 -> {8}; |
| 8 -> {9}; |
| 9 -> {10}; |
| 10 -> {11}; |
| 11 -> {14}; |
| 11 -> {12} [style=dotted]; |
| 12 -> {13} [style=dotted]; |
| 13 -> {14} [style=dotted]; |
| |
| subgraph cluster_5 { |
| color=red |
| 15 [label="Enter class IssueListView" style="filled" fillcolor=red]; |
| subgraph cluster_6 { |
| color=blue |
| 16 [label="Enter function <init>" style="filled" fillcolor=red]; |
| 17 [label="Delegated constructor call: super<R|DelegateProvider<IssueListView>|>()" style="filled" fillcolor=yellow]; |
| 18 [label="Exit function <init>" style="filled" fillcolor=red]; |
| } |
| 19 [label="Exit class IssueListView" style="filled" fillcolor=red]; |
| } |
| 15 -> {16} [color=green]; |
| 15 -> {19} [style=dotted]; |
| 15 -> {16} [style=dashed]; |
| 16 -> {17}; |
| 17 -> {18}; |
| 18 -> {19} [color=green]; |
| |
| subgraph cluster_7 { |
| color=red |
| 20 [label="Enter function updateFrom" style="filled" fillcolor=red]; |
| subgraph cluster_8 { |
| color=blue |
| 21 [label="Enter block"]; |
| 22 [label="Exit block"]; |
| } |
| 23 [label="Exit function updateFrom" style="filled" fillcolor=red]; |
| } |
| 20 -> {21}; |
| 21 -> {22}; |
| 22 -> {23}; |
| |
| subgraph cluster_9 { |
| color=red |
| 24 [label="Enter class IssuesListUserProfile" style="filled" fillcolor=red]; |
| subgraph cluster_10 { |
| color=blue |
| 25 [label="Enter function <init>" style="filled" fillcolor=red]; |
| 26 [label="Delegated constructor call: super<R|DelegateProvider<IssuesListUserProfile>|>()" style="filled" fillcolor=yellow]; |
| 27 [label="Exit function <init>" style="filled" fillcolor=red]; |
| } |
| subgraph cluster_11 { |
| color=blue |
| 28 [label="Enter property" style="filled" fillcolor=red]; |
| subgraph cluster_12 { |
| color=blue |
| 29 [label="Function call arguments enter"]; |
| 30 [label="Anonymous function capture"]; |
| 31 [label="Postponed enter to lambda"]; |
| subgraph cluster_13 { |
| color=blue |
| 32 [label="Enter function <anonymous>" style="filled" fillcolor=red]; |
| subgraph cluster_14 { |
| color=blue |
| 33 [label="Enter block"]; |
| 34 [label="Enter anonymous object"]; |
| subgraph cluster_15 { |
| color=blue |
| 35 [label="Enter class <anonymous object>" style="filled" fillcolor=red]; |
| subgraph cluster_16 { |
| color=blue |
| 36 [label="Enter function <init>" style="filled" fillcolor=red]; |
| 37 [label="Delegated constructor call: super<R|kotlin/Any|>()" style="filled" fillcolor=yellow]; |
| 38 [label="Exit function <init>" style="filled" fillcolor=red]; |
| } |
| 39 [label="Exit class <anonymous object>" style="filled" fillcolor=red]; |
| } |
| 40 [label="Exit anonymous object expression"]; |
| 41 [label="Exit block"]; |
| } |
| 42 [label="Exit function <anonymous>" style="filled" fillcolor=red]; |
| } |
| subgraph cluster_17 { |
| color=blue |
| 43 [label="Enter function setValue" style="filled" fillcolor=red]; |
| subgraph cluster_18 { |
| color=blue |
| 44 [label="Enter block"]; |
| subgraph cluster_19 { |
| color=blue |
| 45 [label="Function call arguments enter"]; |
| subgraph cluster_20 { |
| color=blue |
| 46 [label="Function call arguments enter"]; |
| 47 [label="Function call arguments exit"]; |
| } |
| 48 [label="Function call enter: R|/IssueListView.IssueListView|()"]; |
| 49 [label="Function call exit: R|/IssueListView.IssueListView|()" style="filled" fillcolor=yellow]; |
| 50 [label="Access variable R|<local>/value|"]; |
| 51 [label="Function call arguments exit"]; |
| } |
| 52 [label="Function call enter: R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(...)"]; |
| 53 [label="Function call exit: R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(...)" style="filled" fillcolor=yellow]; |
| 54 [label="Jump: ^setValue R|/IssueListView.IssueListView|().R|/IssueListView.updateFrom|(R|<local>/value|)"]; |
| 55 [label="Stub" style="filled" fillcolor=gray]; |
| 56 [label="Exit block" style="filled" fillcolor=gray]; |
| } |
| 57 [label="Exit function setValue" style="filled" fillcolor=red]; |
| } |
| subgraph cluster_21 { |
| color=blue |
| 58 [label="Enter function getValue" style="filled" fillcolor=red]; |
| subgraph cluster_22 { |
| color=blue |
| 59 [label="Enter block"]; |
| subgraph cluster_23 { |
| color=blue |
| 60 [label="Function call arguments enter"]; |
| 61 [label="Function call arguments exit"]; |
| } |
| 62 [label="Function call enter: R|/IssueListView.IssueListView|()"]; |
| 63 [label="Function call exit: R|/IssueListView.IssueListView|()" style="filled" fillcolor=yellow]; |
| 64 [label="Jump: ^getValue R|/IssueListView.IssueListView|()"]; |
| 65 [label="Stub" style="filled" fillcolor=gray]; |
| 66 [label="Exit block" style="filled" fillcolor=gray]; |
| } |
| 67 [label="Exit function getValue" style="filled" fillcolor=red]; |
| } |
| 68 [label="Function call arguments exit"]; |
| } |
| 69 [label="Function call enter: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)"]; |
| 70 [label="Postponed exit from lambda"]; |
| 71 [label="Function call exit: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...)" style="filled" fillcolor=yellow]; |
| subgraph cluster_24 { |
| color=blue |
| 72 [label="Function call arguments enter"]; |
| 73 [label="Function call arguments exit"]; |
| } |
| 74 [label="Function call enter: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...).R?C|special/error|(...)"]; |
| 75 [label="Function call exit: this@R|/IssuesListUserProfile|.R|/delegate|<R|IssuesListUserProfile|, R|IssuesListUserProfile|, R|IssueListView|>(...).R?C|special/error|(...)" style="filled" fillcolor=yellow]; |
| 76 [label="Exit property delegate" style="filled" fillcolor=yellow]; |
| 77 [label="Exit property" style="filled" fillcolor=red]; |
| } |
| 78 [label="Exit class IssuesListUserProfile" style="filled" fillcolor=red]; |
| } |
| 24 -> {25} [color=green]; |
| 24 -> {78} [style=dotted]; |
| 24 -> {25 28} [style=dashed]; |
| 25 -> {26}; |
| 26 -> {27}; |
| 27 -> {28} [color=green]; |
| 28 -> {29}; |
| 29 -> {30}; |
| 30 -> {31}; |
| 30 -> {32} [color=green label="CapturedByValue"]; |
| 31 -> {32 68 70}; |
| 31 -> {32} [style=dashed]; |
| 32 -> {33}; |
| 33 -> {34}; |
| 34 -> {35}; |
| 34 -> {40} [style=dotted]; |
| 34 -> {35} [style=dashed]; |
| 35 -> {36}; |
| 35 -> {43 58} [color=red]; |
| 35 -> {39} [style=dotted]; |
| 35 -> {36} [style=dashed]; |
| 36 -> {37}; |
| 37 -> {38}; |
| 38 -> {39}; |
| 39 -> {40}; |
| 39 -> {43 58} [color=green]; |
| 39 -> {43 58} [style=dashed]; |
| 40 -> {41}; |
| 41 -> {42}; |
| 42 -> {32} [color=green style=dashed]; |
| 43 -> {44}; |
| 44 -> {45}; |
| 45 -> {46}; |
| 46 -> {47}; |
| 47 -> {48}; |
| 48 -> {49}; |
| 49 -> {50}; |
| 50 -> {51}; |
| 51 -> {52}; |
| 52 -> {53}; |
| 53 -> {54}; |
| 54 -> {57}; |
| 54 -> {55} [style=dotted]; |
| 55 -> {56} [style=dotted]; |
| 56 -> {57} [style=dotted]; |
| 58 -> {59}; |
| 59 -> {60}; |
| 60 -> {61}; |
| 61 -> {62}; |
| 62 -> {63}; |
| 63 -> {64}; |
| 64 -> {67}; |
| 64 -> {65} [style=dotted]; |
| 65 -> {66} [style=dotted]; |
| 66 -> {67} [style=dotted]; |
| 68 -> {69}; |
| 69 -> {71}; |
| 70 -> {71} [color=green]; |
| 70 -> {76} [color=red label="Postponed"]; |
| 71 -> {72}; |
| 72 -> {73}; |
| 73 -> {74}; |
| 74 -> {75}; |
| 75 -> {76}; |
| 76 -> {77}; |
| 77 -> {78} [color=green]; |
| |
| subgraph cluster_25 { |
| color=red |
| 79 [label="Enter function <getter>" style="filled" fillcolor=red]; |
| subgraph cluster_26 { |
| color=blue |
| 80 [label="Enter block"]; |
| subgraph cluster_27 { |
| color=blue |
| 81 [label="Function call arguments enter"]; |
| 82 [label="Access variable D|/IssuesListUserProfile.issueListView|"]; |
| 83 [label="Function call arguments exit"]; |
| } |
| 84 [label="Function call enter: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(...)"]; |
| 85 [label="Function call exit: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(...)" style="filled" fillcolor=yellow]; |
| 86 [label="Jump: ^ this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.getValue: R|IssueListView|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|)"]; |
| 87 [label="Stub" style="filled" fillcolor=gray]; |
| 88 [label="Exit block" style="filled" fillcolor=gray]; |
| } |
| 89 [label="Exit function <getter>" style="filled" fillcolor=red]; |
| } |
| 79 -> {80}; |
| 80 -> {81}; |
| 81 -> {82}; |
| 82 -> {83}; |
| 83 -> {84}; |
| 84 -> {85}; |
| 85 -> {86}; |
| 86 -> {89}; |
| 86 -> {87} [style=dotted]; |
| 87 -> {88} [style=dotted]; |
| 88 -> {89} [style=dotted]; |
| |
| subgraph cluster_28 { |
| color=red |
| 90 [label="Enter function <setter>" style="filled" fillcolor=red]; |
| subgraph cluster_29 { |
| color=blue |
| 91 [label="Enter block"]; |
| subgraph cluster_30 { |
| color=blue |
| 92 [label="Function call arguments enter"]; |
| 93 [label="Access variable D|/IssuesListUserProfile.issueListView|"]; |
| 94 [label="Access variable R|<local>/<set-?>|"]; |
| 95 [label="Function call arguments exit"]; |
| } |
| 96 [label="Function call enter: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(...)"]; |
| 97 [label="Function call exit: this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(...)" style="filled" fillcolor=yellow]; |
| 98 [label="Jump: ^ this@R|/IssuesListUserProfile|.D|/IssuesListUserProfile.issueListView|.R|SubstitutionOverride<kotlin/properties/ReadWriteProperty.setValue: R|kotlin/Unit|>|(this@R|/IssuesListUserProfile|, ::R|/IssuesListUserProfile.issueListView|, R|<local>/<set-?>|)"]; |
| 99 [label="Stub" style="filled" fillcolor=gray]; |
| 100 [label="Exit block" style="filled" fillcolor=gray]; |
| } |
| 101 [label="Exit function <setter>" style="filled" fillcolor=red]; |
| } |
| 90 -> {91}; |
| 91 -> {92}; |
| 92 -> {93}; |
| 93 -> {94}; |
| 94 -> {95}; |
| 95 -> {96}; |
| 96 -> {97}; |
| 97 -> {98}; |
| 98 -> {101}; |
| 98 -> {99} [style=dotted]; |
| 99 -> {100} [style=dotted]; |
| 100 -> {101} [style=dotted]; |
| |
| } |