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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dcopy_x86.hpp61 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { function
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dcopy_zero.hpp165 static void pd_fill_to_aligned_words(HeapWord* tohw, function
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dcopy_sparc.hpp183 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { function
/openjdk7/hotspot/src/share/vm/utilities/
H A Dcopy.hpp241 pd_fill_to_aligned_words(to, count, value);

Completed in 32 milliseconds