Searched refs:pd_conjoint_words (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dcopy_bsd_x86.inline.hpp28 static void pd_conjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
136 pd_conjoint_words(from, to, count);
235 // pd_conjoint_words is word-atomic in this implementation.
236 pd_conjoint_words((HeapWord*)from, (HeapWord*)to, count);
271 // pd_conjoint_words is word-atomic in this implementation.
272 pd_conjoint_words((HeapWord*)from, (HeapWord*)to, count);
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dcopy_linux_x86.inline.hpp28 static void pd_conjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
136 pd_conjoint_words(from, to, count);
235 // pd_conjoint_words is word-atomic in this implementation.
236 pd_conjoint_words((HeapWord*)from, (HeapWord*)to, count);
271 // pd_conjoint_words is word-atomic in this implementation.
272 pd_conjoint_words((HeapWord*)from, (HeapWord*)to, count);
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dcopy_zero.hpp31 static void pd_conjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dcopy_solaris_x86.inline.hpp28 static void pd_conjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dcopy_windows_x86.inline.hpp28 static void pd_conjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dcopy_sparc.hpp30 static void pd_conjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
/openjdk7/hotspot/src/share/vm/utilities/
H A Dcopy.hpp90 pd_conjoint_words(from, to, count);

Completed in 35 milliseconds