Searched refs:throwSetIllegalArgumentException (Results 1 - 25 of 37) sorted by relevance

12

/openjdk7/jdk/src/share/classes/sun/reflect/
H A DUnsafeFieldAccessorImpl.java55 throwSetIllegalArgumentException(o);
162 protected void throwSetIllegalArgumentException(String attemptedType, method in class:UnsafeFieldAccessorImpl
167 protected void throwSetIllegalArgumentException(Object o) { method in class:UnsafeFieldAccessorImpl
168 throwSetIllegalArgumentException(o != null ? o.getClass().getName() : "", "");
171 protected void throwSetIllegalArgumentException(boolean b) { method in class:UnsafeFieldAccessorImpl
172 throwSetIllegalArgumentException("boolean", Boolean.toString(b));
175 protected void throwSetIllegalArgumentException(byte b) { method in class:UnsafeFieldAccessorImpl
176 throwSetIllegalArgumentException("byte", Byte.toString(b));
179 protected void throwSetIllegalArgumentException(char c) { method in class:UnsafeFieldAccessorImpl
180 throwSetIllegalArgumentException("cha
183 protected void throwSetIllegalArgumentException(short s) { method in class:UnsafeFieldAccessorImpl
187 protected void throwSetIllegalArgumentException(int i) { method in class:UnsafeFieldAccessorImpl
191 protected void throwSetIllegalArgumentException(long l) { method in class:UnsafeFieldAccessorImpl
195 protected void throwSetIllegalArgumentException(float f) { method in class:UnsafeFieldAccessorImpl
199 protected void throwSetIllegalArgumentException(double d) { method in class:UnsafeFieldAccessorImpl
[all...]
H A DUnsafeBooleanFieldAccessorImpl.java80 throwSetIllegalArgumentException(value);
86 throwSetIllegalArgumentException(value);
102 throwSetIllegalArgumentException(b);
108 throwSetIllegalArgumentException(c);
114 throwSetIllegalArgumentException(s);
120 throwSetIllegalArgumentException(i);
126 throwSetIllegalArgumentException(l);
132 throwSetIllegalArgumentException(f);
138 throwSetIllegalArgumentException(d);
H A DUnsafeObjectFieldAccessorImpl.java81 throwSetIllegalArgumentException(value);
90 throwSetIllegalArgumentException(z);
96 throwSetIllegalArgumentException(b);
102 throwSetIllegalArgumentException(c);
108 throwSetIllegalArgumentException(s);
114 throwSetIllegalArgumentException(i);
120 throwSetIllegalArgumentException(l);
126 throwSetIllegalArgumentException(f);
132 throwSetIllegalArgumentException(d);
H A DUnsafeQualifiedBooleanFieldAccessorImpl.java82 throwSetIllegalArgumentException(value);
88 throwSetIllegalArgumentException(value);
104 throwSetIllegalArgumentException(b);
110 throwSetIllegalArgumentException(c);
116 throwSetIllegalArgumentException(s);
122 throwSetIllegalArgumentException(i);
128 throwSetIllegalArgumentException(l);
134 throwSetIllegalArgumentException(f);
140 throwSetIllegalArgumentException(d);
H A DUnsafeQualifiedObjectFieldAccessorImpl.java83 throwSetIllegalArgumentException(value);
92 throwSetIllegalArgumentException(z);
98 throwSetIllegalArgumentException(b);
104 throwSetIllegalArgumentException(c);
110 throwSetIllegalArgumentException(s);
116 throwSetIllegalArgumentException(i);
122 throwSetIllegalArgumentException(l);
128 throwSetIllegalArgumentException(f);
134 throwSetIllegalArgumentException(d);
H A DUnsafeQualifiedStaticBooleanFieldAccessorImpl.java80 throwSetIllegalArgumentException(value);
86 throwSetIllegalArgumentException(value);
101 throwSetIllegalArgumentException(b);
107 throwSetIllegalArgumentException(c);
113 throwSetIllegalArgumentException(s);
119 throwSetIllegalArgumentException(i);
125 throwSetIllegalArgumentException(l);
131 throwSetIllegalArgumentException(f);
137 throwSetIllegalArgumentException(d);
H A DUnsafeQualifiedStaticByteFieldAccessorImpl.java80 throwSetIllegalArgumentException(value);
86 throwSetIllegalArgumentException(value);
92 throwSetIllegalArgumentException(z);
107 throwSetIllegalArgumentException(c);
113 throwSetIllegalArgumentException(s);
119 throwSetIllegalArgumentException(i);
125 throwSetIllegalArgumentException(l);
131 throwSetIllegalArgumentException(f);
137 throwSetIllegalArgumentException(d);
H A DUnsafeQualifiedStaticCharacterFieldAccessorImpl.java80 throwSetIllegalArgumentException(value);
86 throwSetIllegalArgumentException(value);
92 throwSetIllegalArgumentException(z);
98 throwSetIllegalArgumentException(b);
113 throwSetIllegalArgumentException(s);
119 throwSetIllegalArgumentException(i);
125 throwSetIllegalArgumentException(l);
131 throwSetIllegalArgumentException(f);
137 throwSetIllegalArgumentException(d);
H A DUnsafeQualifiedStaticObjectFieldAccessorImpl.java81 throwSetIllegalArgumentException(value);
90 throwSetIllegalArgumentException(z);
96 throwSetIllegalArgumentException(b);
102 throwSetIllegalArgumentException(c);
108 throwSetIllegalArgumentException(s);
114 throwSetIllegalArgumentException(i);
120 throwSetIllegalArgumentException(l);
126 throwSetIllegalArgumentException(f);
132 throwSetIllegalArgumentException(d);
H A DUnsafeStaticBooleanFieldAccessorImpl.java78 throwSetIllegalArgumentException(value);
84 throwSetIllegalArgumentException(value);
99 throwSetIllegalArgumentException(b);
105 throwSetIllegalArgumentException(c);
111 throwSetIllegalArgumentException(s);
117 throwSetIllegalArgumentException(i);
123 throwSetIllegalArgumentException(l);
129 throwSetIllegalArgumentException(f);
135 throwSetIllegalArgumentException(d);
H A DUnsafeStaticByteFieldAccessorImpl.java78 throwSetIllegalArgumentException(value);
84 throwSetIllegalArgumentException(value);
90 throwSetIllegalArgumentException(z);
105 throwSetIllegalArgumentException(c);
111 throwSetIllegalArgumentException(s);
117 throwSetIllegalArgumentException(i);
123 throwSetIllegalArgumentException(l);
129 throwSetIllegalArgumentException(f);
135 throwSetIllegalArgumentException(d);
H A DUnsafeStaticCharacterFieldAccessorImpl.java78 throwSetIllegalArgumentException(value);
84 throwSetIllegalArgumentException(value);
90 throwSetIllegalArgumentException(z);
96 throwSetIllegalArgumentException(b);
111 throwSetIllegalArgumentException(s);
117 throwSetIllegalArgumentException(i);
123 throwSetIllegalArgumentException(l);
129 throwSetIllegalArgumentException(f);
135 throwSetIllegalArgumentException(d);
H A DUnsafeStaticObjectFieldAccessorImpl.java79 throwSetIllegalArgumentException(value);
88 throwSetIllegalArgumentException(z);
94 throwSetIllegalArgumentException(b);
100 throwSetIllegalArgumentException(c);
106 throwSetIllegalArgumentException(s);
112 throwSetIllegalArgumentException(i);
118 throwSetIllegalArgumentException(l);
124 throwSetIllegalArgumentException(f);
130 throwSetIllegalArgumentException(d);
H A DUnsafeByteFieldAccessorImpl.java80 throwSetIllegalArgumentException(value);
86 throwSetIllegalArgumentException(value);
92 throwSetIllegalArgumentException(z);
108 throwSetIllegalArgumentException(c);
114 throwSetIllegalArgumentException(s);
120 throwSetIllegalArgumentException(i);
126 throwSetIllegalArgumentException(l);
132 throwSetIllegalArgumentException(f);
138 throwSetIllegalArgumentException(d);
H A DUnsafeCharacterFieldAccessorImpl.java80 throwSetIllegalArgumentException(value);
86 throwSetIllegalArgumentException(value);
92 throwSetIllegalArgumentException(z);
98 throwSetIllegalArgumentException(b);
114 throwSetIllegalArgumentException(s);
120 throwSetIllegalArgumentException(i);
126 throwSetIllegalArgumentException(l);
132 throwSetIllegalArgumentException(f);
138 throwSetIllegalArgumentException(d);
H A DUnsafeQualifiedByteFieldAccessorImpl.java82 throwSetIllegalArgumentException(value);
88 throwSetIllegalArgumentException(value);
94 throwSetIllegalArgumentException(z);
110 throwSetIllegalArgumentException(c);
116 throwSetIllegalArgumentException(s);
122 throwSetIllegalArgumentException(i);
128 throwSetIllegalArgumentException(l);
134 throwSetIllegalArgumentException(f);
140 throwSetIllegalArgumentException(d);
H A DUnsafeQualifiedCharacterFieldAccessorImpl.java82 throwSetIllegalArgumentException(value);
88 throwSetIllegalArgumentException(value);
94 throwSetIllegalArgumentException(z);
100 throwSetIllegalArgumentException(b);
116 throwSetIllegalArgumentException(s);
122 throwSetIllegalArgumentException(i);
128 throwSetIllegalArgumentException(l);
134 throwSetIllegalArgumentException(f);
140 throwSetIllegalArgumentException(d);
H A DUnsafeQualifiedShortFieldAccessorImpl.java82 throwSetIllegalArgumentException(value);
92 throwSetIllegalArgumentException(value);
98 throwSetIllegalArgumentException(z);
110 throwSetIllegalArgumentException(c);
126 throwSetIllegalArgumentException(i);
132 throwSetIllegalArgumentException(l);
138 throwSetIllegalArgumentException(f);
144 throwSetIllegalArgumentException(d);
H A DUnsafeQualifiedStaticShortFieldAccessorImpl.java80 throwSetIllegalArgumentException(value);
90 throwSetIllegalArgumentException(value);
96 throwSetIllegalArgumentException(z);
108 throwSetIllegalArgumentException(c);
123 throwSetIllegalArgumentException(i);
129 throwSetIllegalArgumentException(l);
135 throwSetIllegalArgumentException(f);
141 throwSetIllegalArgumentException(d);
H A DUnsafeShortFieldAccessorImpl.java80 throwSetIllegalArgumentException(value);
90 throwSetIllegalArgumentException(value);
96 throwSetIllegalArgumentException(z);
108 throwSetIllegalArgumentException(c);
124 throwSetIllegalArgumentException(i);
130 throwSetIllegalArgumentException(l);
136 throwSetIllegalArgumentException(f);
142 throwSetIllegalArgumentException(d);
H A DUnsafeStaticShortFieldAccessorImpl.java78 throwSetIllegalArgumentException(value);
88 throwSetIllegalArgumentException(value);
94 throwSetIllegalArgumentException(z);
106 throwSetIllegalArgumentException(c);
121 throwSetIllegalArgumentException(i);
127 throwSetIllegalArgumentException(l);
133 throwSetIllegalArgumentException(f);
139 throwSetIllegalArgumentException(d);
H A DUnsafeIntegerFieldAccessorImpl.java80 throwSetIllegalArgumentException(value);
98 throwSetIllegalArgumentException(value);
104 throwSetIllegalArgumentException(z);
138 throwSetIllegalArgumentException(l);
144 throwSetIllegalArgumentException(f);
150 throwSetIllegalArgumentException(d);
H A DUnsafeQualifiedIntegerFieldAccessorImpl.java82 throwSetIllegalArgumentException(value);
100 throwSetIllegalArgumentException(value);
106 throwSetIllegalArgumentException(z);
140 throwSetIllegalArgumentException(l);
146 throwSetIllegalArgumentException(f);
152 throwSetIllegalArgumentException(d);
H A DUnsafeQualifiedStaticIntegerFieldAccessorImpl.java80 throwSetIllegalArgumentException(value);
98 throwSetIllegalArgumentException(value);
104 throwSetIllegalArgumentException(z);
137 throwSetIllegalArgumentException(l);
143 throwSetIllegalArgumentException(f);
149 throwSetIllegalArgumentException(d);
H A DUnsafeStaticIntegerFieldAccessorImpl.java78 throwSetIllegalArgumentException(value);
96 throwSetIllegalArgumentException(value);
102 throwSetIllegalArgumentException(z);
135 throwSetIllegalArgumentException(l);
141 throwSetIllegalArgumentException(f);
147 throwSetIllegalArgumentException(d);

Completed in 46 milliseconds

12