Searched refs:OtherDex (Results 1 – 2 of 2) sorted by relevance
32 OtherDex.emptyMethod(); in inlineEmptyMethod()47 return OtherDex.returnIntMethod(); in inlineReturnIntMethod()59 return OtherDex.returnOtherDexStatic(); in dontInlineOtherDexStatic()74 return OtherDex.returnMainStatic(); in inlineMainStatic()86 return OtherDex.recursiveCall(); in dontInlineRecursiveCall()98 return OtherDex.returnString(); in dontInlineReturnString()110 return OtherDex.returnOtherDexClass(); in dontInlineOtherDexClass()127 return OtherDex.returnMainClass(); in inlineMainClass()139 return OtherDex.returnOtherDexClassStaticCall(); in dontInlineOtherDexClassStaticCall()156 return OtherDex.returnOtherDexCallingMain(); in inlineOtherDexCallingMain()[all …]
17 public class OtherDex { class42 return OtherDex.class; in returnOtherDexClass()50 return OtherDex.class; in returnOtherDexClass2()