Searched refs:SubA (Results 1 – 4 of 4) sorted by relevance
17 class SubA extends Super { class156 if (inlineMonomorphicSubA(new SubA()) != 42) { in testInlineMonomorphic()167 if (inlinePolymophicSubASubB(new SubA()) != 42) { in testInlinePolymorhic()180 if (inlinePolymophicCrossDexSubASubC(new SubA()) != 42) { in testInlinePolymorhic()195 if (inlineMegamorphic(new SubA()) != 42) { in testInlineMegamorphic()202 if (noInlineCache(new SubA()) != 42) { in testNoInlineCache()209 noInlineSomeSubclassesThrow(new SubA()); in $noinline$testsomeSubclassesThrow()
13 SubA:15 class SubA
6 SubA.class
77 this.inlineMonomorphic(new SubA()); in foobar()89 class SubA extends Super { class