Lines Matching refs:OtherDex
32 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()
177 if (inlineOtherDexClass() != OtherDex.class) { in main()
178 throw new Error("Expected " + OtherDex.class); in main()
181 if (inlineOtherDexClassStaticCall() != OtherDex.class) { in main()
182 throw new Error("Expected " + OtherDex.class); in main()