Lines Matching refs:address

91   static address _verify_oop_subroutine_entry;
93 …static address _call_stub_return_address; // the return PC, when returning to a cal…
94 static address _call_stub_entry;
95 static address _forward_exception_entry;
96 static address _catch_exception_entry;
97 static address _throw_AbstractMethodError_entry;
98 static address _throw_IncompatibleClassChangeError_entry;
99 static address _throw_NullPointerException_at_call_entry;
100 static address _throw_StackOverflowError_entry;
101 static address _throw_delayed_StackOverflowError_entry;
103 static address _atomic_xchg_entry;
104 static address _atomic_xchg_long_entry;
105 static address _atomic_store_entry;
106 static address _atomic_cmpxchg_entry;
107 static address _atomic_cmpxchg_byte_entry;
108 static address _atomic_cmpxchg_long_entry;
109 static address _atomic_add_entry;
110 static address _atomic_add_long_entry;
111 static address _fence_entry;
112 static address _d2i_wrapper;
113 static address _d2l_wrapper;
128 static address _jbyte_arraycopy;
129 static address _jshort_arraycopy;
130 static address _jint_arraycopy;
131 static address _jlong_arraycopy;
132 static address _oop_arraycopy, _oop_arraycopy_uninit;
133 static address _jbyte_disjoint_arraycopy;
134 static address _jshort_disjoint_arraycopy;
135 static address _jint_disjoint_arraycopy;
136 static address _jlong_disjoint_arraycopy;
137 static address _oop_disjoint_arraycopy, _oop_disjoint_arraycopy_uninit;
143 static address _arrayof_jbyte_arraycopy;
144 static address _arrayof_jshort_arraycopy;
145 static address _arrayof_jint_arraycopy;
146 static address _arrayof_jlong_arraycopy;
147 static address _arrayof_oop_arraycopy, _arrayof_oop_arraycopy_uninit;
148 static address _arrayof_jbyte_disjoint_arraycopy;
149 static address _arrayof_jshort_disjoint_arraycopy;
150 static address _arrayof_jint_disjoint_arraycopy;
151 static address _arrayof_jlong_disjoint_arraycopy;
152 static address _arrayof_oop_disjoint_arraycopy, _arrayof_oop_disjoint_arraycopy_uninit;
155 static address _checkcast_arraycopy, _checkcast_arraycopy_uninit;
156 static address _unsafe_arraycopy;
157 static address _generic_arraycopy;
159 static address _jbyte_fill;
160 static address _jshort_fill;
161 static address _jint_fill;
162 static address _arrayof_jbyte_fill;
163 static address _arrayof_jshort_fill;
164 static address _arrayof_jint_fill;
167 static address _zero_aligned_words;
169 static address _aescrypt_encryptBlock;
170 static address _aescrypt_decryptBlock;
171 static address _cipherBlockChaining_encryptAESCrypt;
172 static address _cipherBlockChaining_decryptAESCrypt;
173 static address _electronicCodeBook_encryptAESCrypt;
174 static address _electronicCodeBook_decryptAESCrypt;
175 static address _counterMode_AESCrypt;
176 static address _ghash_processBlocks;
177 static address _base64_encodeBlock;
179 static address _sha1_implCompress;
180 static address _sha1_implCompressMB;
181 static address _sha256_implCompress;
182 static address _sha256_implCompressMB;
183 static address _sha512_implCompress;
184 static address _sha512_implCompressMB;
186 static address _updateBytesCRC32;
187 static address _crc_table_adr;
189 static address _crc32c_table_addr;
190 static address _updateBytesCRC32C;
191 static address _updateBytesAdler32;
193 static address _multiplyToLen;
194 static address _squareToLen;
195 static address _mulAdd;
196 static address _montgomeryMultiply;
197 static address _montgomerySquare;
199 static address _vectorizedMismatch;
201 static address _dexp;
202 static address _dlog;
203 static address _dlog10;
204 static address _dpow;
205 static address _dsin;
206 static address _dcos;
207 static address _dlibm_sin_cos_huge;
208 static address _dlibm_reduce_pi04l;
209 static address _dlibm_tan_cot_huge;
210 static address _dtan;
225 static address _safefetch32_entry;
226 static address _safefetch32_fault_pc;
227 static address _safefetch32_continuation_pc;
228 static address _safefetchN_entry;
229 static address _safefetchN_fault_pc;
230 static address _safefetchN_continuation_pc;
237 static bool is_stub_code(address addr) { return contains(addr); } in is_stub_code()
239 static bool contains(address addr) { in contains()
252 …static address verify_oop_subroutine_entry_address() { return (address)&_verify_oop_subroutine… in verify_oop_subroutine_entry_address()
254 static address catch_exception_entry() { return _catch_exception_entry; } in catch_exception_entry()
258 address link,
262 address entry_point,
271 static address forward_exception_entry() { return _forward_exception_entry; } in forward_exception_entry()
273 …static address throw_AbstractMethodError_entry() { return _throw_AbstractMethodError_entry… in throw_AbstractMethodError_entry()
274 …static address throw_IncompatibleClassChangeError_entry(){ return _throw_IncompatibleClassChangeEr… in throw_IncompatibleClassChangeError_entry()
275 …static address throw_NullPointerException_at_call_entry(){ return _throw_NullPointerException_at_c… in throw_NullPointerException_at_call_entry()
276 …static address throw_StackOverflowError_entry() { return _throw_StackOverflowError_entry;… in throw_StackOverflowError_entry()
277 …static address throw_delayed_StackOverflowError_entry() { return _throw_delayed_StackOverflowErro… in throw_delayed_StackOverflowError_entry()
279 static address atomic_xchg_entry() { return _atomic_xchg_entry; } in atomic_xchg_entry()
280 static address atomic_xchg_long_entry() { return _atomic_xchg_long_entry; } in atomic_xchg_long_entry()
281 static address atomic_store_entry() { return _atomic_store_entry; } in atomic_store_entry()
282 static address atomic_cmpxchg_entry() { return _atomic_cmpxchg_entry; } in atomic_cmpxchg_entry()
283 static address atomic_cmpxchg_byte_entry() { return _atomic_cmpxchg_byte_entry; } in atomic_cmpxchg_byte_entry()
284 static address atomic_cmpxchg_long_entry() { return _atomic_cmpxchg_long_entry; } in atomic_cmpxchg_long_entry()
285 static address atomic_add_entry() { return _atomic_add_entry; } in atomic_add_entry()
286 static address atomic_add_long_entry() { return _atomic_add_long_entry; } in atomic_add_long_entry()
287 static address fence_entry() { return _fence_entry; } in fence_entry()
289 static address d2i_wrapper() { return _d2i_wrapper; } in d2i_wrapper()
290 static address d2l_wrapper() { return _d2l_wrapper; } in d2l_wrapper()
292 …static address addr_fpu_cntrl_wrd_std() { return (address)&_fpu_cntrl_wrd_std; } in addr_fpu_cntrl_wrd_std()
293 static address addr_fpu_cntrl_wrd_24() { return (address)&_fpu_cntrl_wrd_24; } in addr_fpu_cntrl_wrd_24()
294 static address addr_fpu_cntrl_wrd_64() { return (address)&_fpu_cntrl_wrd_64; } in addr_fpu_cntrl_wrd_64()
295 …static address addr_fpu_cntrl_wrd_trunc() { return (address)&_fpu_cntrl_wrd_trunc; } in addr_fpu_cntrl_wrd_trunc()
296 static address addr_mxcsr_std() { return (address)&_mxcsr_std; } in addr_mxcsr_std()
297 …static address addr_fpu_subnormal_bias1() { return (address)&_fpu_subnormal_bias1; } in addr_fpu_subnormal_bias1()
298 …static address addr_fpu_subnormal_bias2() { return (address)&_fpu_subnormal_bias2; } in addr_fpu_subnormal_bias2()
301 …static address select_arraycopy_function(BasicType t, bool aligned, bool disjoint, const char* &na…
303 static address jbyte_arraycopy() { return _jbyte_arraycopy; } in jbyte_arraycopy()
304 static address jshort_arraycopy() { return _jshort_arraycopy; } in jshort_arraycopy()
305 static address jint_arraycopy() { return _jint_arraycopy; } in jint_arraycopy()
306 static address jlong_arraycopy() { return _jlong_arraycopy; } in jlong_arraycopy()
307 static address oop_arraycopy(bool dest_uninitialized = false) { in oop_arraycopy()
310 static address jbyte_disjoint_arraycopy() { return _jbyte_disjoint_arraycopy; } in jbyte_disjoint_arraycopy()
311 static address jshort_disjoint_arraycopy() { return _jshort_disjoint_arraycopy; } in jshort_disjoint_arraycopy()
312 static address jint_disjoint_arraycopy() { return _jint_disjoint_arraycopy; } in jint_disjoint_arraycopy()
313 static address jlong_disjoint_arraycopy() { return _jlong_disjoint_arraycopy; } in jlong_disjoint_arraycopy()
314 static address oop_disjoint_arraycopy(bool dest_uninitialized = false) { in oop_disjoint_arraycopy()
318 static address arrayof_jbyte_arraycopy() { return _arrayof_jbyte_arraycopy; } in arrayof_jbyte_arraycopy()
319 static address arrayof_jshort_arraycopy() { return _arrayof_jshort_arraycopy; } in arrayof_jshort_arraycopy()
320 static address arrayof_jint_arraycopy() { return _arrayof_jint_arraycopy; } in arrayof_jint_arraycopy()
321 static address arrayof_jlong_arraycopy() { return _arrayof_jlong_arraycopy; } in arrayof_jlong_arraycopy()
322 static address arrayof_oop_arraycopy(bool dest_uninitialized = false) { in arrayof_oop_arraycopy()
326 static address arrayof_jbyte_disjoint_arraycopy() { return _arrayof_jbyte_disjoint_arraycopy; } in arrayof_jbyte_disjoint_arraycopy()
327 static address arrayof_jshort_disjoint_arraycopy() { return _arrayof_jshort_disjoint_arraycopy; } in arrayof_jshort_disjoint_arraycopy()
328 static address arrayof_jint_disjoint_arraycopy() { return _arrayof_jint_disjoint_arraycopy; } in arrayof_jint_disjoint_arraycopy()
329 static address arrayof_jlong_disjoint_arraycopy() { return _arrayof_jlong_disjoint_arraycopy; } in arrayof_jlong_disjoint_arraycopy()
330 static address arrayof_oop_disjoint_arraycopy(bool dest_uninitialized = false) { in arrayof_oop_disjoint_arraycopy()
334 static address checkcast_arraycopy(bool dest_uninitialized = false) { in checkcast_arraycopy()
337 static address unsafe_arraycopy() { return _unsafe_arraycopy; } in unsafe_arraycopy()
338 static address generic_arraycopy() { return _generic_arraycopy; } in generic_arraycopy()
340 static address jbyte_fill() { return _jbyte_fill; } in jbyte_fill()
341 static address jshort_fill() { return _jshort_fill; } in jshort_fill()
342 static address jint_fill() { return _jint_fill; } in jint_fill()
343 static address arrayof_jbyte_fill() { return _arrayof_jbyte_fill; } in arrayof_jbyte_fill()
344 static address arrayof_jshort_fill() { return _arrayof_jshort_fill; } in arrayof_jshort_fill()
345 static address arrayof_jint_fill() { return _arrayof_jint_fill; } in arrayof_jint_fill()
347 static address aescrypt_encryptBlock() { return _aescrypt_encryptBlock; } in aescrypt_encryptBlock()
348 static address aescrypt_decryptBlock() { return _aescrypt_decryptBlock; } in aescrypt_decryptBlock()
349 …static address cipherBlockChaining_encryptAESCrypt() { return _cipherBlockChaining_encryptAESCryp… in cipherBlockChaining_encryptAESCrypt()
350 …static address cipherBlockChaining_decryptAESCrypt() { return _cipherBlockChaining_decryptAESCryp… in cipherBlockChaining_decryptAESCrypt()
351 …static address electronicCodeBook_encryptAESCrypt() { return _electronicCodeBook_encryptAESCrypt… in electronicCodeBook_encryptAESCrypt()
352 …static address electronicCodeBook_decryptAESCrypt() { return _electronicCodeBook_decryptAESCrypt… in electronicCodeBook_decryptAESCrypt()
353 static address counterMode_AESCrypt() { return _counterMode_AESCrypt; } in counterMode_AESCrypt()
354 static address ghash_processBlocks() { return _ghash_processBlocks; } in ghash_processBlocks()
355 static address base64_encodeBlock() { return _base64_encodeBlock; } in base64_encodeBlock()
356 static address sha1_implCompress() { return _sha1_implCompress; } in sha1_implCompress()
357 static address sha1_implCompressMB() { return _sha1_implCompressMB; } in sha1_implCompressMB()
358 static address sha256_implCompress() { return _sha256_implCompress; } in sha256_implCompress()
359 static address sha256_implCompressMB() { return _sha256_implCompressMB; } in sha256_implCompressMB()
360 static address sha512_implCompress() { return _sha512_implCompress; } in sha512_implCompress()
361 static address sha512_implCompressMB() { return _sha512_implCompressMB; } in sha512_implCompressMB()
363 static address updateBytesCRC32() { return _updateBytesCRC32; } in updateBytesCRC32()
364 static address crc_table_addr() { return _crc_table_adr; } in crc_table_addr()
366 static address crc32c_table_addr() { return _crc32c_table_addr; } in crc32c_table_addr()
367 static address updateBytesCRC32C() { return _updateBytesCRC32C; } in updateBytesCRC32C()
368 static address updateBytesAdler32() { return _updateBytesAdler32; } in updateBytesAdler32()
370 static address multiplyToLen() { return _multiplyToLen; } in multiplyToLen()
371 static address squareToLen() { return _squareToLen; } in squareToLen()
372 static address mulAdd() { return _mulAdd; } in mulAdd()
373 static address montgomeryMultiply() { return _montgomeryMultiply; } in montgomeryMultiply()
374 static address montgomerySquare() { return _montgomerySquare; } in montgomerySquare()
376 static address vectorizedMismatch() { return _vectorizedMismatch; } in vectorizedMismatch()
378 static address dexp() { return _dexp; } in dexp()
379 static address dlog() { return _dlog; } in dlog()
380 static address dlog10() { return _dlog10; } in dlog10()
381 static address dpow() { return _dpow; } in dpow()
382 static address dsin() { return _dsin; } in dsin()
383 static address dcos() { return _dcos; } in dcos()
384 static address dlibm_reduce_pi04l() { return _dlibm_reduce_pi04l; } in dlibm_reduce_pi04l()
385 static address dlibm_sin_cos_huge() { return _dlibm_sin_cos_huge; } in dlibm_sin_cos_huge()
386 static address dlibm_tan_cot_huge() { return _dlibm_tan_cot_huge; } in dlibm_tan_cot_huge()
387 static address dtan() { return _dtan; } in dtan()
389 static address select_fill_function(BasicType t, bool aligned, const char* &name);
391 static address zero_aligned_words() { return _zero_aligned_words; } in zero_aligned_words()
424 static bool is_safefetch_fault(address pc) { in is_safefetch_fault()
430 static address continuation_for_safefetch_fault(address pc) { in continuation_for_safefetch_fault()