| 1234567891011121314151617181920212223242526272829 |
- foo
- foo
- INLINING : Inlining callback at CallSite: 0 Caller: Dispatch ( (#1.1), #2)
- foo
- bar
- bar
- INLINING : Inlining callback at CallSite: 0 Caller: Dispatch ( (#1.1), #2)
- INLINING : Inlining callback at CallSite: 0 Caller: Dispatch ( (#1.1), #2)
- bar
- blah
- blah
- INLINING : Inlining callback at CallSite: 0 Caller: Dispatch2 ( (#1.12), #13)
- blah
- foo
- bar
- foo
- bar
- foo
- bar
- foo
- foo
- INLINING : Found callback def instr for call/apply target callback at CallSite: 0 Caller: DispatchCall ( (#1.23), #24)
- INLINING CALLBACK : Inlining callback for call/apply target : Foo ( (#1.2), #3)
- foo
- bar
- bar
- INLINING : Found callback def instr for call/apply target callback at CallSite: 0 Caller: DispatchApply ( (#1.27), #28)
- INLINING CALLBACK : Inlining callback for call/apply target : Bar ( (#1.9), #10)
- bar
|