Searched refs:SubB (Results 1 – 4 of 4) sorted by relevance
21 class SubB extends Super { class143 if (inlineMonomorphicSubA(new SubB()) != 38) { in testInlineMonomorphic()153 if (inlinePolymophicSubASubB(new SubB()) != 38) { in testInlinePolymorhic()171 if (inlinePolymophicCrossDexSubASubC(new SubB()) != 38) { in testInlinePolymorhic()
16 SubB:18 class SubB
7 SubB.class
94 class SubB extends Super { class