Lines Matching refs:objectArray
24 static Object objectArray = new Object[2];
56 check(false, objectArray instanceof int[]);
61 check(false, objectArray instanceof ExactCheck[]);
67 check(false, objectArray instanceof NormalCheck[]);
73 check(true, objectArray instanceof Object[]);
95 check(false, objectArray instanceof int[]);
100 check(false, objectArray instanceof ExactCheck[]);
106 check(false, objectArray instanceof NormalCheck[]);
112 check(true, objectArray instanceof Object[]);
164 field = (int[])objectArray;
181 field = (ExactCheck[])objectArray;
203 field = (NormalCheck[])objectArray;
221 field = (Object[])objectArray;