Searched refs:pd_fill_to_aligned_words (Results 1 - 8 of 8) sorted by relevance

/openjdk10/hotspot/src/cpu/arm/vm/
H A Dcopy_arm.hpp43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { function
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dcopy_aarch64.hpp43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { function
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dcopy_x86.hpp49 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { function
/openjdk10/hotspot/src/cpu/zero/vm/
H A Dcopy_zero.hpp165 static void pd_fill_to_aligned_words(HeapWord* tohw, function
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dcopy_ppc.hpp155 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { function
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dcopy_sparc.hpp171 // All other platforms pd_fill_to_aligned_words simply calls pd_fill_to_words, don't
173 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { function
/openjdk10/hotspot/src/share/vm/utilities/
H A Dcopy.hpp280 pd_fill_to_aligned_words(to, count, value);
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dcopy_s390.hpp1083 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { function

Completed in 106 milliseconds