Home
last modified time | relevance | path

Searched refs:tohw (Results 1 – 25 of 64) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dcopy_x86.hpp33 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
35 julong* to = (julong*) tohw; in pd_fill_to_words()
41 juint* to = (juint*)tohw; in pd_fill_to_words()
49 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
50 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
57 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
58 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/x86/
H A Dcopy_x86.hpp33 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
35 julong* to = (julong*) tohw; in pd_fill_to_words()
41 juint* to = (juint*)tohw; in pd_fill_to_words()
49 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
50 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
57 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
58 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/x86/
H A Dcopy_x86.hpp33 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
35 julong* to = (julong*) tohw; in pd_fill_to_words()
41 juint* to = (juint*)tohw; in pd_fill_to_words()
49 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
50 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
57 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
58 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/x86/
H A Dcopy_x86.hpp33 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
35 julong* to = (julong*) tohw; in pd_fill_to_words()
41 juint* to = (juint*)tohw; in pd_fill_to_words()
49 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
50 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
57 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
58 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A Dcopy_x86.hpp30 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
32 julong* to = (julong*) tohw; in pd_fill_to_words()
38 juint* to = (juint*)tohw; in pd_fill_to_words()
46 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
47 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
54 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
55 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/x86/
H A Dcopy_x86.hpp33 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
35 julong* to = (julong*) tohw; in pd_fill_to_words()
41 juint* to = (juint*)tohw; in pd_fill_to_words()
49 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
50 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
57 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
58 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/x86/
H A Dcopy_x86.hpp33 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
35 julong* to = (julong*) tohw; in pd_fill_to_words()
41 juint* to = (juint*)tohw; in pd_fill_to_words()
49 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
50 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
57 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
58 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/x86/
H A Dcopy_x86.hpp33 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
35 julong* to = (julong*) tohw; in pd_fill_to_words()
41 juint* to = (juint*)tohw; in pd_fill_to_words()
49 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
50 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
57 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
58 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dcopy_x86.hpp45 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
47 julong* to = (julong*) tohw; in pd_fill_to_words()
53 juint* to = (juint*)tohw; in pd_fill_to_words()
61 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
62 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
69 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
70 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/x86/vm/
H A Dcopy_x86.hpp45 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
47 julong* to = (julong*) tohw; in pd_fill_to_words()
53 juint* to = (juint*)tohw; in pd_fill_to_words()
61 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
62 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
69 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
70 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A Dcopy_arm.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
36 juint* to = (juint*)tohw; in pd_fill_to_words()
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
44 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
52 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A Dcopy_aarch64.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
36 julong* to = (julong*) tohw; in pd_fill_to_words()
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
44 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
52 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/arm/
H A Dcopy_arm.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
36 juint* to = (juint*)tohw; in pd_fill_to_words()
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
44 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
52 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/aarch64/
H A Dcopy_aarch64.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
36 julong* to = (julong*) tohw; in pd_fill_to_words()
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
44 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
52 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/
H A Dcopy_arm.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
36 juint* to = (juint*)tohw; in pd_fill_to_words()
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
44 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
52 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/aarch64/
H A Dcopy_aarch64.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
36 julong* to = (julong*) tohw; in pd_fill_to_words()
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
44 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
52 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/aarch64/
H A Dcopy_aarch64.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
36 julong* to = (julong*) tohw; in pd_fill_to_words()
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
44 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
52 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/
H A Dcopy_arm.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
36 juint* to = (juint*)tohw; in pd_fill_to_words()
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
44 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
52 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/arm/
H A Dcopy_arm.hpp30 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
31 juint* to = (juint*)tohw; in pd_fill_to_words()
38 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
39 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
46 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
47 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/aarch64/
H A Dcopy_aarch64.hpp31 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
32 julong* to = (julong*) tohw; in pd_fill_to_words()
39 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
40 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
47 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
48 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/aarch64/
H A Dcopy_aarch64.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
36 julong* to = (julong*) tohw; in pd_fill_to_words()
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
44 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
52 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/arm/
H A Dcopy_arm.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
36 juint* to = (juint*)tohw; in pd_fill_to_words()
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
44 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
52 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/aarch64/
H A Dcopy_aarch64.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
36 julong* to = (julong*) tohw; in pd_fill_to_words()
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
44 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
52 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/
H A Dcopy_arm.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
36 juint* to = (juint*)tohw; in pd_fill_to_words()
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
44 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
52 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/
H A Dcopy_arm.hpp35 static void pd_fill_to_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_words() argument
36 juint* to = (juint*)tohw; in pd_fill_to_words()
43 static void pd_fill_to_aligned_words(HeapWord* tohw, size_t count, juint value) { in pd_fill_to_aligned_words() argument
44 pd_fill_to_words(tohw, count, value); in pd_fill_to_aligned_words()
51 static void pd_zero_to_words(HeapWord* tohw, size_t count) { in pd_zero_to_words() argument
52 pd_fill_to_words(tohw, count, 0); in pd_zero_to_words()

123