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

/openjdk10/hotspot/src/cpu/s390/vm/
H A Dcopy_s390.hpp665 static void pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
746 pd_aligned_disjoint_words(from, to, count); // Rare calls -> just delegate.
751 pd_aligned_disjoint_words(from, to, count); // Rare calls -> just delegate.
835 pd_aligned_disjoint_words(from, to, count);
973 pd_aligned_disjoint_words((HeapWord*)from, (HeapWord*)to, count_in); // rare calls -> just delegate.
1009 pd_aligned_disjoint_words((HeapWord*)from, (HeapWord*)to, count_in); // rare calls -> just delegate.
/openjdk10/hotspot/src/os_cpu/bsd_x86/vm/
H A Dcopy_bsd_x86.inline.hpp139 static void pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
/openjdk10/hotspot/src/os_cpu/solaris_x86/vm/
H A Dcopy_solaris_x86.inline.hpp75 static void pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
/openjdk10/hotspot/src/os_cpu/linux_x86/vm/
H A Dcopy_linux_x86.inline.hpp139 static void pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
/openjdk10/hotspot/src/cpu/zero/vm/
H A Dcopy_zero.hpp79 static void pd_aligned_disjoint_words(HeapWord* from, function
/openjdk10/hotspot/src/os_cpu/linux_aarch64/vm/
H A Dcopy_linux_aarch64.inline.hpp137 static void pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A Dcopy_linux_arm.inline.hpp53 static void pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
/openjdk10/hotspot/src/os_cpu/windows_x86/vm/
H A Dcopy_windows_x86.inline.hpp75 static void pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dcopy_ppc.hpp77 static void pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dcopy_sparc.hpp72 static void pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { function
/openjdk10/hotspot/src/share/vm/utilities/
H A Dcopy.hpp119 pd_aligned_disjoint_words(from, to, count);

Completed in 118 milliseconds