Home
last modified time | relevance | path

Searched refs:inlinePolymophicCrossDexSubASubC (Results 1 – 2 of 2) sorted by relevance

/art/test/638-checker-inline-caches/src/
DMain.java106 public static int inlinePolymophicCrossDexSubASubC(Super a) { in inlinePolymophicCrossDexSubASubC() method in Main
162 if (inlinePolymophicCrossDexSubASubC(new SubA()) != 42) { in testInlinePolymorhic()
166 if (inlinePolymophicCrossDexSubASubC(new SubC()) != 24) { in testInlinePolymorhic()
171 if (inlinePolymophicCrossDexSubASubC(new SubB()) != 38) { in testInlinePolymorhic()
/art/test/638-checker-inline-caches/
Dprofile3 HSLMain;->inlinePolymophicCrossDexSubASubC(LSuper;)I+LSubA;,LSubC;