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

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dcopy_bsd_x86.inline.hpp73 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
130 // pd_disjoint_words is word-atomic in this implementation.
131 pd_disjoint_words(from, to, count);
140 pd_disjoint_words(from, to, count);
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dcopy_linux_x86.inline.hpp73 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
130 // pd_disjoint_words is word-atomic in this implementation.
131 pd_disjoint_words(from, to, count);
140 pd_disjoint_words(from, to, count);
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dcopy_zero.hpp35 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
82 pd_disjoint_words(from, to, count);
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dcopy_solaris_x86.inline.hpp32 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
76 pd_disjoint_words(from, to, count);
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dcopy_windows_x86.inline.hpp32 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
76 pd_disjoint_words(from, to, count);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dcopy_sparc.hpp34 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
73 pd_disjoint_words(from, to, count);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dcopy.hpp97 pd_disjoint_words(from, to, count);

Completed in 27 milliseconds