• Home
  • Raw
  • Download

Lines Matching full:main

19 …e_jit: true, options: "--compiler-regex=Test1::main --compiler-inlining-max-insts=8", entry: "Test…
20 #! EVENT /Inline,Test1::main,_GLOBAL::func,.*STATIC,LIMIT/
21 #! EVENT_NEXT /Inline,Test1::main,_GLOBAL::small_func,.*STATIC,SUCCESS/
24 …ce_jit: true, options: "--compiler-regex=Test1::main --compiler-inlining-max-size=6", entry: "Test…
25 #! EVENT /Inline,Test1::main,_GLOBAL::func,.*STATIC,LIMIT/
26 #! EVENT_NEXT /Inline,Test1::main,_GLOBAL::small_func,.*STATIC,SUCCESS/
44 .function i32 Test1.main() {
79 #! RUN force_jit: true, options: "--compiler-regex=_GLOBAL::main", entry: "_GLOBAL::main"
80 #! EVENT /Inline,_GLOBAL::main,_GLOBAL::farray,.*STATIC,SUCCESS/
81 #! METHOD "_GLOBAL::main"
92 .function i32 main() {
125 …e_jit: true, options: "--compiler-regex=Test2::main --compiler-inlining-max-insts=12", entry: "Tes…
126 #! EVENT /Inline,Test2::main,Test2::func,.*VIRTUAL,LIMIT/
127 #! EVENT_NEXT /Inline,Test2::main,Test2::func,.*VIRTUAL,DEVIRTUALIZED/
128 #! EVENT_NEXT /Inline,Test2::main,Test2::small_func,.*VIRTUAL,SUCCESS/
131 …ce_jit: true, options: "--compiler-regex=Test2::main --compiler-inlining-max-size=6", entry: "Test…
132 #! EVENT /Inline,Test2::main,Test2::func,.*VIRTUAL,LIMIT/
133 #! EVENT_NEXT /Inline,Test2::main,Test2::func,.*VIRTUAL,DEVIRTUALIZED/
134 #! EVENT_NEXT /Inline,Test2::main,Test2::small_func,.*VIRTUAL,SUCCESS/
154 .function i32 Test2.main() {
167 #! RUN force_jit: true, entry: "Test3::main"
168 #! EVENT /Inline,Test3::main,Test3::foo1,.*VIRTUAL,SUCCESS/
169 #! EVENT /Inline,Test3::main,_GLOBAL::foo_inf_loop,.*STATIC,INF_LOOP/
190 .function i32 Test3.main() {
294 … RUN options: "--panda-files=../../inline_external.checked/test.abc", entry: "Test4::main"
455 .function i32 Test4.main() {
543 … RUN_PAOC options: "--panda-files=../../inline.checked/test.abc --compiler-regex=NestedCalls::main"
545 #! EVENT /Inline,NestedCalls::main,NestedCalls::outer,.*,VIRTUAL,SUCCESS/
548 #! RUN force_jit: true, entry: "NestedCalls::main", options: "--compiler-regex=NestedCalls::ma…
550 #! EVENT /Inline,NestedCalls::main,NestedCalls::outer,.*,VIRTUAL,SUCCESS/
560 .function i32 NestedCalls.main() <static> {