Searched defs:pd_fill_to_words (Results 1 - 3 of 3) 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);

Completed in 31 milliseconds