Searched refs:obj (Results 51 - 75 of 1610) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DUnsafeStaticIntegerFieldAccessorImpl.java35 public Object get(Object obj) throws IllegalArgumentException { argument
36 return new Integer(getInt(obj));
39 public boolean getBoolean(Object obj) throws IllegalArgumentException { argument
43 public byte getByte(Object obj) throws IllegalArgumentException { argument
47 public char getChar(Object obj) throws IllegalArgumentException { argument
51 public short getShort(Object obj) throws IllegalArgumentException { argument
55 public int getInt(Object obj) throws IllegalArgumentException { argument
59 public long getLong(Object obj) throws IllegalArgumentException { argument
60 return getInt(obj);
63 public float getFloat(Object obj) throw argument
67 getDouble(Object obj) argument
71 set(Object obj, Object value) argument
99 setBoolean(Object obj, boolean z) argument
105 setByte(Object obj, byte b) argument
111 setChar(Object obj, char c) argument
117 setShort(Object obj, short s) argument
123 setInt(Object obj, int i) argument
132 setLong(Object obj, long l) argument
138 setFloat(Object obj, float f) argument
144 setDouble(Object obj, double d) argument
[all...]
H A DUnsafeStaticLongFieldAccessorImpl.java35 public Object get(Object obj) throws IllegalArgumentException { argument
36 return new Long(getLong(obj));
39 public boolean getBoolean(Object obj) throws IllegalArgumentException { argument
43 public byte getByte(Object obj) throws IllegalArgumentException { argument
47 public char getChar(Object obj) throws IllegalArgumentException { argument
51 public short getShort(Object obj) throws IllegalArgumentException { argument
55 public int getInt(Object obj) throws IllegalArgumentException { argument
59 public long getLong(Object obj) throws IllegalArgumentException { argument
63 public float getFloat(Object obj) throws IllegalArgumentException { argument
64 return getLong(obj);
67 getDouble(Object obj) argument
71 set(Object obj, Object value) argument
103 setBoolean(Object obj, boolean z) argument
109 setByte(Object obj, byte b) argument
115 setChar(Object obj, char c) argument
121 setShort(Object obj, short s) argument
127 setInt(Object obj, int i) argument
133 setLong(Object obj, long l) argument
142 setFloat(Object obj, float f) argument
148 setDouble(Object obj, double d) argument
[all...]
H A DUnsafeQualifiedStaticObjectFieldAccessorImpl.java37 public Object get(Object obj) throws IllegalArgumentException { argument
41 public boolean getBoolean(Object obj) throws IllegalArgumentException { argument
45 public byte getByte(Object obj) throws IllegalArgumentException { argument
49 public char getChar(Object obj) throws IllegalArgumentException { argument
53 public short getShort(Object obj) throws IllegalArgumentException { argument
57 public int getInt(Object obj) throws IllegalArgumentException { argument
61 public long getLong(Object obj) throws IllegalArgumentException { argument
65 public float getFloat(Object obj) throws IllegalArgumentException { argument
69 public double getDouble(Object obj) throws IllegalArgumentException { argument
73 public void set(Object obj, Objec argument
87 setBoolean(Object obj, boolean z) argument
93 setByte(Object obj, byte b) argument
99 setChar(Object obj, char c) argument
105 setShort(Object obj, short s) argument
111 setInt(Object obj, int i) argument
117 setLong(Object obj, long l) argument
123 setFloat(Object obj, float f) argument
129 setDouble(Object obj, double d) argument
[all...]
H A DUnsafeStaticObjectFieldAccessorImpl.java35 public Object get(Object obj) throws IllegalArgumentException { argument
39 public boolean getBoolean(Object obj) throws IllegalArgumentException { argument
43 public byte getByte(Object obj) throws IllegalArgumentException { argument
47 public char getChar(Object obj) throws IllegalArgumentException { argument
51 public short getShort(Object obj) throws IllegalArgumentException { argument
55 public int getInt(Object obj) throws IllegalArgumentException { argument
59 public long getLong(Object obj) throws IllegalArgumentException { argument
63 public float getFloat(Object obj) throws IllegalArgumentException { argument
67 public double getDouble(Object obj) throws IllegalArgumentException { argument
71 public void set(Object obj, Objec argument
85 setBoolean(Object obj, boolean z) argument
91 setByte(Object obj, byte b) argument
97 setChar(Object obj, char c) argument
103 setShort(Object obj, short s) argument
109 setInt(Object obj, int i) argument
115 setLong(Object obj, long l) argument
121 setFloat(Object obj, float f) argument
127 setDouble(Object obj, double d) argument
[all...]
H A DUnsafeQualifiedStaticShortFieldAccessorImpl.java37 public Object get(Object obj) throws IllegalArgumentException { argument
38 return new Short(getShort(obj));
41 public boolean getBoolean(Object obj) throws IllegalArgumentException { argument
45 public byte getByte(Object obj) throws IllegalArgumentException { argument
49 public char getChar(Object obj) throws IllegalArgumentException { argument
53 public short getShort(Object obj) throws IllegalArgumentException { argument
57 public int getInt(Object obj) throws IllegalArgumentException { argument
58 return getShort(obj);
61 public long getLong(Object obj) throws IllegalArgumentException { argument
62 return getShort(obj);
65 getFloat(Object obj) argument
69 getDouble(Object obj) argument
73 set(Object obj, Object value) argument
93 setBoolean(Object obj, boolean z) argument
99 setByte(Object obj, byte b) argument
105 setChar(Object obj, char c) argument
111 setShort(Object obj, short s) argument
120 setInt(Object obj, int i) argument
126 setLong(Object obj, long l) argument
132 setFloat(Object obj, float f) argument
138 setDouble(Object obj, double d) argument
[all...]
H A DUnsafeStaticShortFieldAccessorImpl.java35 public Object get(Object obj) throws IllegalArgumentException { argument
36 return new Short(getShort(obj));
39 public boolean getBoolean(Object obj) throws IllegalArgumentException { argument
43 public byte getByte(Object obj) throws IllegalArgumentException { argument
47 public char getChar(Object obj) throws IllegalArgumentException { argument
51 public short getShort(Object obj) throws IllegalArgumentException { argument
55 public int getInt(Object obj) throws IllegalArgumentException { argument
56 return getShort(obj);
59 public long getLong(Object obj) throws IllegalArgumentException { argument
60 return getShort(obj);
63 getFloat(Object obj) argument
67 getDouble(Object obj) argument
71 set(Object obj, Object value) argument
91 setBoolean(Object obj, boolean z) argument
97 setByte(Object obj, byte b) argument
103 setChar(Object obj, char c) argument
109 setShort(Object obj, short s) argument
118 setInt(Object obj, int i) argument
124 setLong(Object obj, long l) argument
130 setFloat(Object obj, float f) argument
136 setDouble(Object obj, double d) argument
[all...]
/openjdk7/hotspot/src/share/vm/memory/
H A DdefNewGeneration.inline.hpp41 oop obj = oopDesc::load_decode_heap_oop_not_null(p); local
42 assert (obj->is_oop(), "expected an oop while scanning weak refs");
62 oop obj = oopDesc::load_decode_heap_oop_not_null(p); local
63 _rs->inline_write_ref_field_gc(p, obj);
74 oop obj = oopDesc::load_decode_heap_oop_not_null(p); local
75 assert (obj->is_oop(), "expected an oop while scanning weak refs");
84 oop obj = oopDesc::load_decode_heap_oop_not_null(p); local
85 if (((HeapWord*)obj < _boundary) && Universe::heap()->is_in_reserved(p)) {
86 _rs->inline_write_ref_field_gc(p, obj);
/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DDirStateFactory.java123 * @param obj A possibly null object whose state is to be retrieved.
142 public Result getStateToBind(Object obj, Name name, Context nameCtx, argument
156 private Object obj; field in class:DirStateFactory.Result
167 * @param obj The possibly null object to be bound.
170 public Result(Object obj, Attributes outAttrs) { argument
171 this.obj = obj;
179 public Object getObject() { return obj; };
/openjdk7/hotspot/src/share/vm/oops/
H A DoopsHierarchy.hpp93 oop(const volatile oop& o) { set_obj(o.obj()); }
103 oopDesc* obj() const volatile { return _o; } function in class:oop
106 oopDesc* operator->() const { return obj(); }
107 bool operator==(const oop o) const { return obj() == o.obj(); }
108 bool operator==(void *p) const { return obj() == p; }
109 bool operator!=(const oop o) const { return obj() != o.obj(); }
110 bool operator!=(void *p) const { return obj() != p; }
111 bool operator==(intptr_t p) const { return obj()
[all...]
H A DinstanceMirrorKlass.hpp55 virtual int oop_size(oop obj) const;
59 static HeapWord* start_of_static_fields(oop obj) { argument
60 return (HeapWord*)((intptr_t)obj + offset_of_static_fields());
73 int compute_static_oop_field_count(oop obj);
83 int oop_adjust_pointers(oop obj);
84 void oop_follow_contents(oop obj);
89 int oop_oop_iterate(oop obj, OopClosure* blk) { argument
90 return oop_oop_iterate_v(obj, blk);
92 int oop_oop_iterate_m(oop obj, OopClosure* blk, MemRegion mr) { argument
93 return oop_oop_iterate_v_m(obj, bl
[all...]
H A DarrayKlassKlass.hpp53 void oop_follow_contents(oop obj);
54 int oop_adjust_pointers(oop obj);
55 bool oop_is_parsable(oop obj) const;
61 int oop_oop_iterate(oop obj, OopClosure* blk);
62 int oop_oop_iterate_m(oop obj, OopClosure* blk, MemRegion mr);
65 void oop_print_value_on(oop obj, outputStream* st);
66 void oop_print_on(oop obj, outputStream* st);
70 void oop_verify_on(oop obj, outputStream* st);
H A DklassKlass.hpp45 int oop_size(oop obj) const;
63 void oop_follow_contents(oop obj);
64 int oop_adjust_pointers(oop obj);
70 int oop_oop_iterate(oop obj, OopClosure* blk);
71 int oop_oop_iterate_m(oop obj, OopClosure* blk, MemRegion mr);
78 void oop_print_value_on(oop obj, outputStream* st);
79 void oop_print_on (oop obj, outputStream* st);
83 void oop_verify_on(oop obj, outputStream* st);
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DWeakRef.java55 public WeakRef(Object obj) { argument
56 super(obj);
57 setHashValue(obj); // cache object's "identity" hash code
63 public WeakRef(Object obj, ReferenceQueue<Object> q) { argument
64 super(obj, q);
65 setHashValue(obj); // cache object's "identity" hash code
108 private void setHashValue(Object obj) { argument
109 if (obj != null) {
110 hashValue = System.identityHashCode(obj);
124 * Return true if "obj" i
128 equals(Object obj) argument
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/copyobject/
H A DReferenceObjectCopierImpl.java32 public Object copy( Object obj )
34 return obj ;
/openjdk7/jdk/src/share/classes/javax/naming/directory/
H A DSearchResult.java56 * <tt>getClassName()</tt> will return the class name of <tt>obj</tt>
57 * (or null if <tt>obj</tt> is null) unless the class name has been
64 * @param obj The object bound to name. Can be null.
70 public SearchResult(String name, Object obj, Attributes attrs) { argument
71 super(name, obj);
79 * <tt>getClassName()</tt> will return the class name of <tt>obj</tt>
80 * (or null if <tt>obj</tt> is null) unless the class name has been
84 * @param obj The object bound to name. Can be null.
94 public SearchResult(String name, Object obj, Attributes attrs, argument
96 super(name, obj, isRelativ
118 SearchResult(String name, String className, Object obj, Attributes attrs) argument
143 SearchResult(String name, String className, Object obj, Attributes attrs, boolean isRelative) argument
[all...]
/openjdk7/langtools/test/tools/javac/generics/bridge1/
H A DD.java48 A obj = new D();
49 obj.test();
/openjdk7/jdk/test/java/io/Serializable/enum/unshared/
H A DTest.java58 Object obj = in.readObject();
59 if (obj != Foo.foo) {
61 "expected " + Foo.foo + " instead of " + obj);
64 obj = in.readUnshared();
66 "read of " + obj + " should not have succeeded");
78 Object obj = in.readUnshared();
79 if (obj != Foo.foo) {
81 "expected " + Foo.foo + " instead of " + obj);
84 obj = in.readObject();
86 "read of " + obj
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/
H A DImmediate.java52 public boolean equals(Object obj) { argument
53 if (obj == null)
56 if (getClass() != obj.getClass())
59 Immediate other = (Immediate) obj;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DMirrorImpl.java45 public boolean equals(Object obj) { argument
46 if ((obj != null) && (obj instanceof Mirror)) {
47 Mirror other = (Mirror)obj;
H A DVoidValueImpl.java35 public boolean equals(Object obj) { argument
36 return (obj != null) && (obj instanceof VoidValue) && super.equals(obj);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DNamedFieldIdentifier.java44 public boolean equals(Object obj) { argument
45 if (obj == null) {
49 if (!(obj instanceof NamedFieldIdentifier)) {
53 return ((NamedFieldIdentifier) obj).getName().equals(name);
/openjdk7/jdk/src/share/classes/java/security/spec/
H A DECFieldFp.java79 * @param obj the object to be compared.
80 * @return true if <code>obj</code> is an instance
83 public boolean equals(Object obj) { argument
84 if (this == obj) return true;
85 if (obj instanceof ECFieldFp) {
86 return (p.equals(((ECFieldFp)obj).p));
/openjdk7/jdk/src/share/classes/java/sql/
H A DRowId.java79 * @param obj the <code>Object</code> to compare this <code>RowId</code> object
84 boolean equals(Object obj); argument
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DBooleanValue.java53 boolean equals(Object obj); argument
H A DVoidValue.java43 boolean equals(Object obj); argument

Completed in 76 milliseconds

1234567891011>>