Home
last modified time | relevance | path

Searched refs:SubA (Results 1 – 4 of 4) sorted by relevance

/art/test/638-checker-inline-caches/src/
DMain.java17 class SubA extends Super { class
156 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()
/art/test/ProfileTestMultiDex/
Dmain.jpp13 SubA:
15 class SubA
Dmain.list6 SubA.class
DMain.java77 this.inlineMonomorphic(new SubA()); in foobar()
89 class SubA extends Super { class