Searched defs:tohw (Results 1 - 7 of 7) 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) { argument
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { argument
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { argument
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dcopy_aarch64.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { argument
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { argument
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { argument
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dcopy_x86.hpp33 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { argument
49 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { argument
57 static void pd_zero_to_words(HeapWord* tohw, size_t count) { argument
/openjdk10/hotspot/src/cpu/zero/vm/
H A Dcopy_zero.hpp151 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { argument
165 static void pd_fill_to_aligned_words(HeapWord* tohw, argument
175 static void pd_zero_to_words(HeapWord* tohw, size_t count) { argument
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dcopy_ppc.hpp147 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { argument
155 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { argument
163 static void pd_zero_to_words(HeapWord* tohw, size_t count) { argument
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dcopy_sparc.hpp158 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { argument
173 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { argument
205 static void pd_zero_to_words(HeapWord* tohw, size_t count) { argument
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dcopy_s390.hpp1065 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { argument
1083 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { argument
1094 static void pd_zero_to_words(HeapWord* tohw, size_t count) { argument
1099 static void pd_zero_to_words_large(HeapWord* tohw, size_t count) { argument
[all...]

Completed in 132 milliseconds