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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dcopy_x86.hpp45 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { function
62 pd_fill_to_words(tohw, count, value);
70 pd_fill_to_words(tohw, count, 0);
/openjdk7/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);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dcopy_sparc.hpp164 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { function
216 pd_fill_to_words(tohw, count, 0);
/openjdk7/hotspot/src/share/vm/utilities/
H A Dcopy.hpp236 pd_fill_to_words(to, count, value);

Completed in 32 milliseconds