Home | History | Annotate | Download | only in src

Lines Matching refs:OtherDex

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();
156 return OtherDex.returnOtherDexCallingMain();
177 if (dontInlineReturnString() != "OtherDex") {
178 throw new Error("Expected OtherDex");
181 if (dontInlineOtherDexClass() != OtherDex.class) {
182 throw new Error("Expected " + OtherDex.class);
185 if (dontInlineOtherDexClassStaticCall() != OtherDex.class) {
186 throw new Error("Expected " + OtherDex.class);
202 // avoid having the OtherDex.myStatic and Main.myStatic fields