Lines Matching full:test2
125 … force_jit: true, options: "--compiler-regex=Test2::main --compiler-inlining-max-insts=12", entry…
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 … force_jit: true, options: "--compiler-regex=Test2::main --compiler-inlining-max-size=6", entry:…
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/
136 .record Test2 {}
138 .function i32 Test2.func(Test2 a0, i32 a1) {
148 .function i32 Test2.small_func(Test2 a0, i32 a1) {
154 .function i32 Test2.main() {
155 newobj v0, Test2
158 call.virt Test2.func, v0, v1
159 call.virt Test2.small_func, v0, v1