Lines Matching refs:o
96 Object o = os[2]; in arrayAccess() local
106 Object o = new Exception(); in arrayStore() local
107 array[0] = o; in arrayStore()
116 Object o = new Integer(5); in arrayStore() local
117 array[0] = o; in arrayStore()
126 Object o = new C[4]; in arrayStore() local
127 array[0] = o; in arrayStore()
196 Object o = new Exception(); in classCast() local
197 String s = (String) o; in classCast()
205 Object o = (C) makeArray(String.class); in classCast() local
213 Object o = (C) makeArray(float.class); in classCast() local
221 Object o = (C) makeArray(char[].class); in classCast() local
229 Object o = (Object[][][]) makeInteger(); in classCast() local
301 Object o = returnNullObject(); in nullPointers() local
302 o.hashCode(); in nullPointers()