HomeSort by relevance Sort by last modified time
    Searched refs:OtherDex (Results 1 - 3 of 3) sorted by null

  /art/test/577-profile-foreign-dex/src-ex/
OtherDex.java 16 public class OtherDex {
  /art/test/462-checker-inlining-across-dex-files/src/
Main.java 18 // avoid having the OtherDex and Main classes share the same cache index.
32 OtherDex.emptyMethod();
47 return OtherDex.returnIntMethod();
59 return OtherDex.returnOtherDexStatic();
74 return OtherDex.returnMainStatic();
86 return OtherDex.recursiveCall();
98 return OtherDex.returnString();
110 return OtherDex.returnOtherDexClass();
127 return OtherDex.returnMainClass();
139 return OtherDex.returnOtherDexClassStaticCall()
    [all...]
  /art/test/462-checker-inlining-across-dex-files/src-multidex/
OtherDex.java 17 public class OtherDex {
38 return "OtherDex";
42 return OtherDex.class;
50 return OtherDex.class;

Completed in 217 milliseconds