Home
last modified time | relevance | path

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

/art/test/462-checker-inlining-dex-files/src/
DMain.java32 OtherDex.emptyMethod(); in inlineEmptyMethod()
47 return OtherDex.returnIntMethod(); in inlineReturnIntMethod()
58 return OtherDex.returnOtherDexStatic(); in inlineOtherDexStatic()
73 return OtherDex.returnMainStatic(); in inlineMainStatic()
85 return OtherDex.recursiveCall(); in dontInlineRecursiveCall()
96 return OtherDex.returnString(); in inlineReturnString()
107 return OtherDex.returnOtherDexClass(); in inlineOtherDexClass()
124 return OtherDex.returnMainClass(); in inlineMainClass()
135 return OtherDex.returnOtherDexClassStaticCall(); in inlineOtherDexClassStaticCall()
152 return OtherDex.returnOtherDexCallingMain(); in inlineOtherDexCallingMain()
[all …]
/art/test/462-checker-inlining-dex-files/src-multidex/
DOtherDex.java17 public class OtherDex { class
42 return OtherDex.class; in returnOtherDexClass()
50 return OtherDex.class; in returnOtherDexClass2()