Lines Matching defs:OBJECT
39 OBJECT(Object.class, Object.class, 'L', null, new Object[0], Format.other(1)),
109 /** How many bits are in the wrapped value? Returns 0 for OBJECT or VOID. */
171 assert(OBJECT.isConvertibleFrom(w));
182 if (w != VOID && w != OBJECT)
242 * The type may be {@code Object}, meaning the {@code OBJECT} wrapper.
263 * If it is {@code Object}, return {@code OBJECT}.
286 * signature character. Return {@code OBJECT} for the character 'L'.
301 * a primitive type, else return {@code OBJECT}.
306 return OBJECT; // any reference, including wrappers or arrays
356 * (For {@code OBJECT}, the example type can be any non-primitive,
438 * If this wrapper is OBJECT, the target type may also be an interface, perform no runtime check.
441 * be the wrapper type (or a subtype, in the case of {@code OBJECT}) or else
460 if (this == OBJECT) {
461 // If the target wrapper is OBJECT, just do a reference cast.
516 * Performs returns the unchanged reference for {@code OBJECT}.
544 * Produces an {@code Integer} for {@code OBJECT}, although the exact type