Searched refs:_Copy_conjoint_bytes (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dcopy_solaris_x86.inline.hpp83 _Copy_conjoint_bytes(from, to, count);
H A Dsolaris_x86_32.s37 .globl _Copy_conjoint_bytes
109 _Copy_conjoint_bytes: label
214 / Same as _Copy_conjoint_bytes, except no source alignment check.
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dbsd_x86_32.s42 .globl SYMBOL(_Copy_conjoint_bytes)
97 ELF_TYPE(_Copy_conjoint_bytes,@function)
98 SYMBOL(_Copy_conjoint_bytes):
203 # Same as _Copy_conjoint_bytes, except no source alignment check.
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dlinux_x86_32.s31 .globl _Copy_conjoint_bytes
76 .type _Copy_conjoint_bytes,@function
77 _Copy_conjoint_bytes: label
182 # Same as _Copy_conjoint_bytes, except no source alignment check.
/openjdk7/hotspot/src/share/vm/utilities/
H A Dcopy.hpp41 void _Copy_conjoint_bytes(void* from, void* to, size_t count);

Completed in 350 milliseconds