Lines Matching refs:SubMain
40 new SubMain();
60 if ($noinline$inlineCache(new SubMain(), /* isSecondInvocation */ true) != SubMain.class) {
65 if ($noinline$inlineCache2(new SubMain(), /* isSecondInvocation */ true) != SubMain.class) {
71 $noinline$inlineCache3(new SubMain(), /* isSecondInvocation */ false);
72 if ($noinline$inlineCache3(new SubMain(), /* isSecondInvocation */ true) != null) {
77 $noinline$stackOverflow(new SubMain(), /* isSecondInvocation */ true);
136 return SubMain.class;
151 // of this method will have 'm' as a SubMain, and the compiled
166 return SubMain.class;
181 // of this method will have 'm' as a SubMain, and the compiled
210 // of this method will have 'm' as a SubMain, and the compiled
257 // cache with Main. The second invocation of the method, will see a SubMain
307 class SubMain extends Main {
309 return SubMain.class;
313 return new SubMain();
317 return new SubMain();