Lines Matching refs:OtherDex
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()
181 if (dontInlineOtherDexClass() != OtherDex.class) { in main()
182 throw new Error("Expected " + OtherDex.class); in main()
185 if (dontInlineOtherDexClassStaticCall() != OtherDex.class) { in main()
186 throw new Error("Expected " + OtherDex.class); in main()