Searched refs:XYZ (Results 1 – 5 of 5) sorted by relevance
24 static final String XYZ = "XYZ"; field in Main41 int k = ABC.length() + XYZ.length(); // does LoadString before loops in liveIndexOf()49 k += ABC.indexOf(XYZ); in liveIndexOf()52 k += ABC.indexOf(XYZ, 2); in liveIndexOf()72 int k = ABC.length() + XYZ.length(); // does LoadString before loops in deadIndexOf()80 int d = ABC.indexOf(XYZ); in deadIndexOf()83 int d = ABC.indexOf(XYZ, 2); in deadIndexOf()297 indexOfExceptions(null, XYZ); in main()306 expectEquals(598, indexOfExceptions(ABC, XYZ)); in main()
250 static class MemberClass<XYZ> {251 public MemberClass<XYZ> mWha;253 public MemberClass(MemberClass<XYZ> memb) { in MemberClass()257 public Class<XYZ> foo() throws NoSuchMethodException { in foo()
2 ABC.XYZ = 12, GetStaticIntField(DEF.class, 'XYZ') = 12
70 static class ABC { public static int XYZ = 12; } field in Main.ABC74 System.out.println("ABC.XYZ = " + ABC.XYZ + ", GetStaticIntField(DEF.class, 'XYZ') = " + in testFieldSubclass()
183 genericSignature: <XYZ:Ljava/lang/Object;>Ljava/lang/Object;204 typeParameters: [1] XYZ