Lines Matching refs:address

87 // 2. add a private instance variable holding the entry point address
123 static address _verify_oop_subroutine_entry;
125 static address _call_stub_return_address; // the return PC, when returning to a call stub
126 static address _call_stub_entry;
127 static address _forward_exception_entry;
128 static address _catch_exception_entry;
129 static address _throw_AbstractMethodError_entry;
130 static address _throw_IncompatibleClassChangeError_entry;
131 static address _throw_NullPointerException_at_call_entry;
132 static address _throw_StackOverflowError_entry;
133 static address _handler_for_unsafe_access_entry;
135 static address _atomic_xchg_entry;
136 static address _atomic_xchg_ptr_entry;
137 static address _atomic_store_entry;
138 static address _atomic_store_ptr_entry;
139 static address _atomic_cmpxchg_entry;
140 static address _atomic_cmpxchg_ptr_entry;
141 static address _atomic_cmpxchg_long_entry;
142 static address _atomic_add_entry;
143 static address _atomic_add_ptr_entry;
144 static address _fence_entry;
145 static address _d2i_wrapper;
146 static address _d2l_wrapper;
161 static address _jbyte_arraycopy;
162 static address _jshort_arraycopy;
163 static address _jint_arraycopy;
164 static address _jlong_arraycopy;
165 static address _oop_arraycopy, _oop_arraycopy_uninit;
166 static address _jbyte_disjoint_arraycopy;
167 static address _jshort_disjoint_arraycopy;
168 static address _jint_disjoint_arraycopy;
169 static address _jlong_disjoint_arraycopy;
170 static address _oop_disjoint_arraycopy, _oop_disjoint_arraycopy_uninit;
176 static address _arrayof_jbyte_arraycopy;
177 static address _arrayof_jshort_arraycopy;
178 static address _arrayof_jint_arraycopy;
179 static address _arrayof_jlong_arraycopy;
180 static address _arrayof_oop_arraycopy, _arrayof_oop_arraycopy_uninit;
181 static address _arrayof_jbyte_disjoint_arraycopy;
182 static address _arrayof_jshort_disjoint_arraycopy;
183 static address _arrayof_jint_disjoint_arraycopy;
184 static address _arrayof_jlong_disjoint_arraycopy;
185 static address _arrayof_oop_disjoint_arraycopy, _arrayof_oop_disjoint_arraycopy_uninit;
188 static address _checkcast_arraycopy, _checkcast_arraycopy_uninit;
189 static address _unsafe_arraycopy;
190 static address _generic_arraycopy;
192 static address _jbyte_fill;
193 static address _jshort_fill;
194 static address _jint_fill;
195 static address _arrayof_jbyte_fill;
196 static address _arrayof_jshort_fill;
197 static address _arrayof_jint_fill;
200 static address _zero_aligned_words;
202 static address _aescrypt_encryptBlock;
203 static address _aescrypt_decryptBlock;
204 static address _cipherBlockChaining_encryptAESCrypt;
205 static address _cipherBlockChaining_decryptAESCrypt;
226 static bool is_stub_code(address addr) { return contains(addr); }
228 static bool contains(address addr) {
241 static address verify_oop_subroutine_entry_address() { return (address)&_verify_oop_subroutine_entry; }
243 static address catch_exception_entry() { return _catch_exception_entry; }
247 address link,
251 address entry_point,
260 static address forward_exception_entry() { return _forward_exception_entry; }
262 static address throw_AbstractMethodError_entry() { return _throw_AbstractMethodError_entry; }
263 static address throw_IncompatibleClassChangeError_entry(){ return _throw_IncompatibleClassChangeError_entry; }
264 static address throw_NullPointerException_at_call_entry(){ return _throw_NullPointerException_at_call_entry; }
265 static address throw_StackOverflowError_entry() { return _throw_StackOverflowError_entry; }
269 static address handler_for_unsafe_access() { return _handler_for_unsafe_access_entry; }
271 static address atomic_xchg_entry() { return _atomic_xchg_entry; }
272 static address atomic_xchg_ptr_entry() { return _atomic_xchg_ptr_entry; }
273 static address atomic_store_entry() { return _atomic_store_entry; }
274 static address atomic_store_ptr_entry() { return _atomic_store_ptr_entry; }
275 static address atomic_cmpxchg_entry() { return _atomic_cmpxchg_entry; }
276 static address atomic_cmpxchg_ptr_entry() { return _atomic_cmpxchg_ptr_entry; }
277 static address atomic_cmpxchg_long_entry() { return _atomic_cmpxchg_long_entry; }
278 static address atomic_add_entry() { return _atomic_add_entry; }
279 static address atomic_add_ptr_entry() { return _atomic_add_ptr_entry; }
280 static address fence_entry() { return _fence_entry; }
282 static address d2i_wrapper() { return _d2i_wrapper; }
283 static address d2l_wrapper() { return _d2l_wrapper; }
285 static address addr_fpu_cntrl_wrd_std() { return (address)&_fpu_cntrl_wrd_std; }
286 static address addr_fpu_cntrl_wrd_24() { return (address)&_fpu_cntrl_wrd_24; }
287 static address addr_fpu_cntrl_wrd_64() { return (address)&_fpu_cntrl_wrd_64; }
288 static address addr_fpu_cntrl_wrd_trunc() { return (address)&_fpu_cntrl_wrd_trunc; }
289 static address addr_mxcsr_std() { return (address)&_mxcsr_std; }
290 static address addr_fpu_subnormal_bias1() { return (address)&_fpu_subnormal_bias1; }
291 static address addr_fpu_subnormal_bias2() { return (address)&_fpu_subnormal_bias2; }
294 static address select_arraycopy_function(BasicType t, bool aligned, bool disjoint, const char* &name, bool dest_uninitialized);
296 static address jbyte_arraycopy() { return _jbyte_arraycopy; }
297 static address jshort_arraycopy() { return _jshort_arraycopy; }
298 static address jint_arraycopy() { return _jint_arraycopy; }
299 static address jlong_arraycopy() { return _jlong_arraycopy; }
300 static address oop_arraycopy(bool dest_uninitialized = false) {
303 static address jbyte_disjoint_arraycopy() { return _jbyte_disjoint_arraycopy; }
304 static address jshort_disjoint_arraycopy() { return _jshort_disjoint_arraycopy; }
305 static address jint_disjoint_arraycopy() { return _jint_disjoint_arraycopy; }
306 static address jlong_disjoint_arraycopy() { return _jlong_disjoint_arraycopy; }
307 static address oop_disjoint_arraycopy(bool dest_uninitialized = false) {
311 static address arrayof_jbyte_arraycopy() { return _arrayof_jbyte_arraycopy; }
312 static address arrayof_jshort_arraycopy() { return _arrayof_jshort_arraycopy; }
313 static address arrayof_jint_arraycopy() { return _arrayof_jint_arraycopy; }
314 static address arrayof_jlong_arraycopy() { return _arrayof_jlong_arraycopy; }
315 static address arrayof_oop_arraycopy(bool dest_uninitialized = false) {
319 static address arrayof_jbyte_disjoint_arraycopy() { return _arrayof_jbyte_disjoint_arraycopy; }
320 static address arrayof_jshort_disjoint_arraycopy() { return _arrayof_jshort_disjoint_arraycopy; }
321 static address arrayof_jint_disjoint_arraycopy() { return _arrayof_jint_disjoint_arraycopy; }
322 static address arrayof_jlong_disjoint_arraycopy() { return _arrayof_jlong_disjoint_arraycopy; }
323 static address arrayof_oop_disjoint_arraycopy(bool dest_uninitialized = false) {
327 static address checkcast_arraycopy(bool dest_uninitialized = false) {
330 static address unsafe_arraycopy() { return _unsafe_arraycopy; }
331 static address generic_arraycopy() { return _generic_arraycopy; }
333 static address jbyte_fill() { return _jbyte_fill; }
334 static address jshort_fill() { return _jshort_fill; }
335 static address jint_fill() { return _jint_fill; }
336 static address arrayof_jbyte_fill() { return _arrayof_jbyte_fill; }
337 static address arrayof_jshort_fill() { return _arrayof_jshort_fill; }
338 static address arrayof_jint_fill() { return _arrayof_jint_fill; }
340 static address aescrypt_encryptBlock() { return _aescrypt_encryptBlock; }
341 static address aescrypt_decryptBlock() { return _aescrypt_decryptBlock; }
342 static address cipherBlockChaining_encryptAESCrypt() { return _cipherBlockChaining_encryptAESCrypt; }
343 static address cipherBlockChaining_decryptAESCrypt() { return _cipherBlockChaining_decryptAESCrypt; }
345 static address select_fill_function(BasicType t, bool aligned, const char* &name);
347 static address zero_aligned_words() { return _zero_aligned_words; }