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

/openjdk9/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);
/openjdk9/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);
/openjdk9/hotspot/src/os_cpu/linux_arm/vm/
H A Dcopy_linux_arm.inline.hpp37 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
46 pd_disjoint_words(from, to, count);
54 pd_disjoint_words(from, to, count);
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dcopy_ppc.hpp39 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
78 pd_disjoint_words(from, to, count);
/openjdk9/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);
/openjdk9/hotspot/src/os_cpu/linux_aarch64/vm/
H A Dcopy_linux_aarch64.inline.hpp111 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
138 pd_disjoint_words(from, to, count);
/openjdk9/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);
/openjdk9/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);
/openjdk9/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);
/openjdk9/hotspot/src/share/vm/utilities/
H A Dcopy.hpp98 pd_disjoint_words(from, to, count);
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dcopy_s390.hpp749 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function

Completed in 201 milliseconds