Searched refs:SubA (Results 1 – 5 of 5) sorted by relevance
17 class SubA extends Super { class138 if (inlineMonomorphicSubA(new SubA()) != 42) { in testInlineMonomorphic()149 if (inlinePolymophicSubASubB(new SubA()) != 42) { in testInlinePolymorhic()162 if (inlinePolymophicCrossDexSubASubC(new SubA()) != 42) { in testInlinePolymorhic()177 if (inlineMegamorphic(new SubA()) != 42) { in testInlineMegamorphic()184 if (noInlineCache(new SubA()) != 42) { in testNoInlineCache()
7 SubA:9 class SubA
10 SubA:12 class SubA
4 SubA.class
55 class SubA extends Super { class