Home
last modified time | relevance | path

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

/art/test/462-checker-inlining-dex-files/src-multidex/
DOtherDex.java53 public static Class<?> returnOtherDexClassStaticCall() { in returnOtherDexClassStaticCall() method in OtherDex
/art/test/462-checker-inlining-dex-files/src/
DMain.java139 return OtherDex.returnOtherDexClassStaticCall(); in dontInlineOtherDexClassStaticCall()