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

/openjdk10/hotspot/src/cpu/arm/vm/
H A Dcopy_arm.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { function
44 pd_fill_to_words(tohw, count, value);
52 pd_fill_to_words(tohw, count, 0);
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dcopy_aarch64.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { function
44 pd_fill_to_words(tohw, count, value);
52 pd_fill_to_words(tohw, count, 0);
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dcopy_x86.hpp33 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { function
50 pd_fill_to_words(tohw, count, value);
58 pd_fill_to_words(tohw, count, 0);
/openjdk10/hotspot/src/cpu/zero/vm/
H A Dcopy_zero.hpp151 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { function
168 pd_fill_to_words(tohw, count, value);
176 pd_fill_to_words(tohw, count, 0);
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dcopy_ppc.hpp147 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { function
156 pd_fill_to_words(tohw, count, value);
164 pd_fill_to_words(tohw, count, 0);
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dcopy_sparc.hpp158 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { function
171 // All other platforms pd_fill_to_aligned_words simply calls pd_fill_to_words, don't
206 pd_fill_to_words(tohw, count, 0);
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dcopy_s390.hpp1065 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { function
1085 pd_fill_to_words(tohw, count, value);
/openjdk10/hotspot/src/share/vm/utilities/
H A Dcopy.hpp275 pd_fill_to_words(to, count, value);

Completed in 75 milliseconds