Home
last modified time | relevance | path

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

/art/test/462-checker-inlining-dex-files/src/
DMain.java134 public static Class<?> inlineOtherDexClassStaticCall() { in inlineOtherDexClassStaticCall() method in Main
181 if (inlineOtherDexClassStaticCall() != OtherDex.class) { in main()