Searched refs:SubB (Results 1 – 4 of 4) sorted by relevance
22 class SubB extends Super { class161 if (inlineMonomorphicSubA(new SubB()) != 38) { in testInlineMonomorphic()171 if (inlinePolymophicSubASubB(new SubB()) != 38) { in testInlinePolymorhic()189 if (inlinePolymophicCrossDexSubASubC(new SubB()) != 38) { in testInlinePolymorhic()213 noInlineSomeSubclassesThrow(new SubB()); in $noinline$testsomeSubclassesThrow()
16 SubB:18 class SubB
7 SubB.class
94 class SubB extends Super { class