Home
last modified time | relevance | path

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

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