Home
last modified time | relevance | path

Searched defs:to (Results 26 – 50 of 14538) sorted by relevance

12345678910>>...582

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A Dcopy.hpp91 static void conjoint_words(const HeapWord* from, HeapWord* to, size_t count) { in conjoint_words()
126 static void conjoint_jbytes(const void* from, void* to, size_t count) { in conjoint_jbytes()
142 static void conjoint_jints_atomic(const jint* from, jint* to, size_t count) { in conjoint_jints_atomic()
154 static void conjoint_oops_atomic(const oop* from, oop* to, size_t count) { in conjoint_oops_atomic()
274 static void fill_to_words(HeapWord* to, size_t count, juint value = 0) { in fill_to_words()
285 static void fill_to_bytes(void* to, size_t count, jubyte value = 0) { in fill_to_bytes()
298 static void zero_to_words(HeapWord* to, size_t count) { in zero_to_words()
304 static void zero_to_bytes(void* to, size_t count) { in zero_to_bytes()
327 static void assert_params_ok(HeapWord* to, intptr_t alignment) { in assert_params_ok()
331 static void assert_params_aligned(const HeapWord* from, HeapWord* to) { in assert_params_aligned()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A Dcopy.hpp93 static void conjoint_words(const HeapWord* from, HeapWord* to, size_t count) { in conjoint_words()
128 static void conjoint_jbytes(const void* from, void* to, size_t count) { in conjoint_jbytes()
144 static void conjoint_jints_atomic(const jint* from, jint* to, size_t count) { in conjoint_jints_atomic()
156 static void conjoint_oops_atomic(const oop* from, oop* to, size_t count) { in conjoint_oops_atomic()
276 static void fill_to_words(HeapWord* to, size_t count, juint value = 0) { in fill_to_words()
287 static void fill_to_bytes(void* to, size_t count, jubyte value = 0) { in fill_to_bytes()
300 static void zero_to_words(HeapWord* to, size_t count) { in zero_to_words()
306 static void zero_to_bytes(void* to, size_t count) { in zero_to_bytes()
329 static void assert_params_ok(HeapWord* to, intptr_t alignment) { in assert_params_ok()
333 static void assert_params_aligned(const HeapWord* from, HeapWord* to) { in assert_params_aligned()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A Dcopy.hpp91 static void conjoint_words(const HeapWord* from, HeapWord* to, size_t count) { in conjoint_words()
126 static void conjoint_jbytes(const void* from, void* to, size_t count) { in conjoint_jbytes()
142 static void conjoint_jints_atomic(const jint* from, jint* to, size_t count) { in conjoint_jints_atomic()
154 static void conjoint_oops_atomic(const oop* from, oop* to, size_t count) { in conjoint_oops_atomic()
274 static void fill_to_words(HeapWord* to, size_t count, juint value = 0) { in fill_to_words()
285 static void fill_to_bytes(void* to, size_t count, jubyte value = 0) { in fill_to_bytes()
298 static void zero_to_words(HeapWord* to, size_t count) { in zero_to_words()
304 static void zero_to_bytes(void* to, size_t count) { in zero_to_bytes()
327 static void assert_params_ok(HeapWord* to, intptr_t alignment) { in assert_params_ok()
331 static void assert_params_aligned(const HeapWord* from, HeapWord* to) { in assert_params_aligned()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A Dcopy.hpp91 static void conjoint_words(const HeapWord* from, HeapWord* to, size_t count) { in conjoint_words()
126 static void conjoint_jbytes(const void* from, void* to, size_t count) { in conjoint_jbytes()
142 static void conjoint_jints_atomic(const jint* from, jint* to, size_t count) { in conjoint_jints_atomic()
154 static void conjoint_oops_atomic(const oop* from, oop* to, size_t count) { in conjoint_oops_atomic()
274 static void fill_to_words(HeapWord* to, size_t count, juint value = 0) { in fill_to_words()
285 static void fill_to_bytes(void* to, size_t count, jubyte value = 0) { in fill_to_bytes()
298 static void zero_to_words(HeapWord* to, size_t count) { in zero_to_words()
304 static void zero_to_bytes(void* to, size_t count) { in zero_to_bytes()
327 static void assert_params_ok(HeapWord* to, intptr_t alignment) { in assert_params_ok()
331 static void assert_params_aligned(const HeapWord* from, HeapWord* to) { in assert_params_aligned()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A Dcopy.hpp91 static void conjoint_words(const HeapWord* from, HeapWord* to, size_t count) { in conjoint_words()
126 static void conjoint_jbytes(const void* from, void* to, size_t count) { in conjoint_jbytes()
142 static void conjoint_jints_atomic(const jint* from, jint* to, size_t count) { in conjoint_jints_atomic()
154 static void conjoint_oops_atomic(const oop* from, oop* to, size_t count) { in conjoint_oops_atomic()
274 static void fill_to_words(HeapWord* to, size_t count, juint value = 0) { in fill_to_words()
285 static void fill_to_bytes(void* to, size_t count, jubyte value = 0) { in fill_to_bytes()
298 static void zero_to_words(HeapWord* to, size_t count) { in zero_to_words()
304 static void zero_to_bytes(void* to, size_t count) { in zero_to_bytes()
327 static void assert_params_ok(HeapWord* to, intptr_t alignment) { in assert_params_ok()
331 static void assert_params_aligned(const HeapWord* from, HeapWord* to) { in assert_params_aligned()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Dcopy.hpp88 static void conjoint_words(HeapWord* from, HeapWord* to, size_t count) { in conjoint_words()
94 static void disjoint_words(HeapWord* from, HeapWord* to, size_t count) { in disjoint_words()
123 static void conjoint_jbytes(void* from, void* to, size_t count) { in conjoint_jbytes()
139 static void conjoint_jints_atomic(jint* from, jint* to, size_t count) { in conjoint_jints_atomic()
151 static void conjoint_oops_atomic(oop* from, oop* to, size_t count) { in conjoint_oops_atomic()
255 static void fill_to_bytes(void* to, size_t count, jubyte value = 0) { in fill_to_bytes()
268 static void zero_to_words(HeapWord* to, size_t count) { in zero_to_words()
274 static void zero_to_bytes(void* to, size_t count) { in zero_to_bytes()
304 static void assert_params_ok(HeapWord* to, intptr_t log_align) { in assert_params_ok()
310 static void assert_params_aligned(HeapWord* from, HeapWord* to) { in assert_params_aligned()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/utilities/
H A Dcopy.hpp88 static void conjoint_words(HeapWord* from, HeapWord* to, size_t count) { in conjoint_words()
94 static void disjoint_words(HeapWord* from, HeapWord* to, size_t count) { in disjoint_words()
123 static void conjoint_jbytes(void* from, void* to, size_t count) { in conjoint_jbytes()
139 static void conjoint_jints_atomic(jint* from, jint* to, size_t count) { in conjoint_jints_atomic()
151 static void conjoint_oops_atomic(oop* from, oop* to, size_t count) { in conjoint_oops_atomic()
255 static void fill_to_bytes(void* to, size_t count, jubyte value = 0) { in fill_to_bytes()
268 static void zero_to_words(HeapWord* to, size_t count) { in zero_to_words()
274 static void zero_to_bytes(void* to, size_t count) { in zero_to_bytes()
304 static void assert_params_ok(HeapWord* to, intptr_t log_align) { in assert_params_ok()
310 static void assert_params_aligned(HeapWord* from, HeapWord* to) { in assert_params_aligned()
[all …]
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/rttr/detail/variant/
H A Dvariant_data_converter.h124 static RTTR_INLINE bool to(const T& from, bool& to) in to() function
129 static RTTR_INLINE bool to(const T& from, char& to) in to() function
134 static RTTR_INLINE bool to(const T& from, int8_t& to) in to() function
139 static RTTR_INLINE bool to(const T& from, int16_t& to) in to() function
144 static RTTR_INLINE bool to(const T& from, int32_t& to) in to() function
149 static RTTR_INLINE bool to(const T& from, int64_t& to) in to() function
154 static RTTR_INLINE bool to(const T& from, uint8_t& to) in to() function
159 static RTTR_INLINE bool to(const T& from, uint16_t& to) in to() function
164 static RTTR_INLINE bool to(const T& from, uint32_t& to) in to() function
174 static RTTR_INLINE bool to(const T& from, float& to) in to() function
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/x86/
H A DjniTypes_x86.hpp49 static inline void put_int2r(jint *from, intptr_t *to) { *(jint *)(to++) = from[1]; in put_int2r()
56 …static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from;… in put_int()
57 …static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from;… in put_int()
58 …static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *from;… in put_int()
63 static inline void put_long(jlong from, intptr_t *to) { in put_long()
67 static inline void put_long(jlong from, intptr_t *to, int& pos) { in put_long()
72 static inline void put_long(jlong *from, intptr_t *to, int& pos) { in put_long()
79 …static inline void put_long(jlong from, intptr_t *to) { put_int2r((jint *)&from, to)… in put_long()
98 static inline void put_double(jdouble from, intptr_t *to) { in put_double()
102 static inline void put_double(jdouble from, intptr_t *to, int& pos) { in put_double()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/zero/
H A DjniTypes_zero.hpp47 …static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]… in put_int2()
49 …static inline void put_int2r(jint *from, jint *to) { to[0] = from[1]; to[1] = from[0]… in put_int2r()
54 …static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = f… in put_int()
55 …static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = f… in put_int()
56 …static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *f… in put_int()
60 …static inline void put_long(jlong from, intptr_t *to) { *(jlong *)(to + 1 + 0) =… in put_long()
72 …static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = fr… in put_obj()
73 …static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = fr… in put_obj()
74 …static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *fr… in put_obj()
77 …static inline void put_float(jfloat from, intptr_t *to) { *(jfloat *)(to + 0 ) = … in put_float()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/zero/
H A DjniTypes_zero.hpp47 …static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]… in put_int2()
49 …static inline void put_int2r(jint *from, jint *to) { to[0] = from[1]; to[1] = from[0]… in put_int2r()
54 …static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = f… in put_int()
55 …static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = f… in put_int()
56 …static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *f… in put_int()
60 …static inline void put_long(jlong from, intptr_t *to) { *(jlong *)(to + 1 + 0) =… in put_long()
72 …static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = fr… in put_obj()
73 …static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = fr… in put_obj()
74 …static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *fr… in put_obj()
77 …static inline void put_float(jfloat from, intptr_t *to) { *(jfloat *)(to + 0 ) = … in put_float()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/cpu/zero/
H A DjniTypes_zero.hpp47 …static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]… in put_int2()
49 …static inline void put_int2r(jint *from, jint *to) { to[0] = from[1]; to[1] = from[0]… in put_int2r()
54 …static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = f… in put_int()
55 …static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = f… in put_int()
56 …static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *f… in put_int()
60 …static inline void put_long(jlong from, intptr_t *to) { *(jlong *)(to + 1 + 0) =… in put_long()
72 …static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = fr… in put_obj()
73 …static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = fr… in put_obj()
74 …static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *fr… in put_obj()
77 …static inline void put_float(jfloat from, intptr_t *to) { *(jfloat *)(to + 0 ) = … in put_float()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/zero/
H A DjniTypes_zero.hpp47 …static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]… in put_int2()
49 …static inline void put_int2r(jint *from, jint *to) { to[0] = from[1]; to[1] = from[0]… in put_int2r()
54 …static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = f… in put_int()
55 …static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = f… in put_int()
56 …static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *f… in put_int()
60 …static inline void put_long(jlong from, intptr_t *to) { *(jlong *)(to + 1 + 0) =… in put_long()
72 …static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = fr… in put_obj()
73 …static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = fr… in put_obj()
74 …static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *fr… in put_obj()
77 …static inline void put_float(jfloat from, intptr_t *to) { *(jfloat *)(to + 0 ) = … in put_float()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/zero/
H A DjniTypes_zero.hpp47 …static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]… in put_int2()
49 …static inline void put_int2r(jint *from, jint *to) { to[0] = from[1]; to[1] = from[0]… in put_int2r()
54 …static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = f… in put_int()
55 …static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = f… in put_int()
56 …static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *f… in put_int()
60 …static inline void put_long(jlong from, intptr_t *to) { *(jlong *)(to + 1 + 0) =… in put_long()
72 …static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = fr… in put_obj()
73 …static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = fr… in put_obj()
74 …static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *fr… in put_obj()
77 …static inline void put_float(jfloat from, intptr_t *to) { *(jfloat *)(to + 0 ) = … in put_float()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/zero/
H A DjniTypes_zero.hpp47 …static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]… in put_int2()
49 …static inline void put_int2r(jint *from, jint *to) { to[0] = from[1]; to[1] = from[0]… in put_int2r()
54 …static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = f… in put_int()
55 …static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = f… in put_int()
56 …static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *f… in put_int()
60 …static inline void put_long(jlong from, intptr_t *to) { *(jlong *)(to + 1 + 0) =… in put_long()
72 …static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = fr… in put_obj()
73 …static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = fr… in put_obj()
74 …static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *fr… in put_obj()
77 …static inline void put_float(jfloat from, intptr_t *to) { *(jfloat *)(to + 0 ) = … in put_float()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/zero/
H A DjniTypes_zero.hpp47 …static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]… in put_int2()
49 …static inline void put_int2r(jint *from, jint *to) { to[0] = from[1]; to[1] = from[0]… in put_int2r()
54 …static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = f… in put_int()
55 …static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = f… in put_int()
56 …static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *f… in put_int()
60 …static inline void put_long(jlong from, intptr_t *to) { *(jlong *)(to + 1 + 0) =… in put_long()
72 …static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = fr… in put_obj()
73 …static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = fr… in put_obj()
74 …static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *fr… in put_obj()
77 …static inline void put_float(jfloat from, intptr_t *to) { *(jfloat *)(to + 0 ) = … in put_float()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DjniTypes_sparc.hpp47 …static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]… in put_int2()
49 …static inline void put_int2r(jint *from, jint *to) { to[0] = from[1]; to[1] = from[0]… in put_int2r()
54 …static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = f… in put_int()
55 …static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = f… in put_int()
56 …static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *f… in put_int()
60 …static inline void put_long(jlong from, intptr_t *to) { *(jlong *)(to + 1 + 0) =… in put_long()
72 …static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = fr… in put_obj()
73 …static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = fr… in put_obj()
74 …static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *fr… in put_obj()
77 …static inline void put_float(jfloat from, intptr_t *to) { *(jfloat *)(to + 0 ) = … in put_float()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/zero/vm/
H A DjniTypes_zero.hpp47 …static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]… in put_int2()
49 …static inline void put_int2r(jint *from, jint *to) { to[0] = from[1]; to[1] = from[0]… in put_int2r()
54 …static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = f… in put_int()
55 …static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = f… in put_int()
56 …static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *f… in put_int()
60 …static inline void put_long(jlong from, intptr_t *to) { *(jlong *)(to + 1 + 0) =… in put_long()
72 …static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = fr… in put_obj()
73 …static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = fr… in put_obj()
74 …static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *fr… in put_obj()
77 …static inline void put_float(jfloat from, intptr_t *to) { *(jfloat *)(to + 0 ) = … in put_float()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/zero/vm/
H A DjniTypes_zero.hpp47 …static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]… in put_int2()
49 …static inline void put_int2r(jint *from, jint *to) { to[0] = from[1]; to[1] = from[0]… in put_int2r()
54 …static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = f… in put_int()
55 …static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = f… in put_int()
56 …static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *f… in put_int()
60 …static inline void put_long(jlong from, intptr_t *to) { *(jlong *)(to + 1 + 0) =… in put_long()
72 …static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = fr… in put_obj()
73 …static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = fr… in put_obj()
74 …static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *fr… in put_obj()
77 …static inline void put_float(jfloat from, intptr_t *to) { *(jfloat *)(to + 0 ) = … in put_float()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/cpu/sparc/vm/
H A DjniTypes_sparc.hpp47 …static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]… in put_int2()
49 …static inline void put_int2r(jint *from, jint *to) { to[0] = from[1]; to[1] = from[0]… in put_int2r()
54 …static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = f… in put_int()
55 …static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = f… in put_int()
56 …static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *f… in put_int()
60 …static inline void put_long(jlong from, intptr_t *to) { *(jlong *)(to + 1 + 0) =… in put_long()
72 …static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = fr… in put_obj()
73 …static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = fr… in put_obj()
74 …static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *fr… in put_obj()
77 …static inline void put_float(jfloat from, intptr_t *to) { *(jfloat *)(to + 0 ) = … in put_float()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/cpu/arm/
H A DjniTypes_arm.hpp48 static inline void put_int2r(jint *from, intptr_t *to) { *(jint *)(to++) = from[1]; in put_int2r()
54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
56 static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { put_int2r((jint *)&from, to); } in put_long()
61 …static inline void put_long(jlong from, intptr_t *to, int& pos) { put_int2r((jint *)&from, to, po… in put_long()
62 …static inline void put_long(jlong *from, intptr_t *to, int& pos) { put_int2r((jint *) from, to, po… in put_long()
65 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
66 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
67 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/cpu/arm/
H A DjniTypes_arm.hpp48 static inline void put_int2r(jint *from, intptr_t *to) { *(jint *)(to++) = from[1]; in put_int2r()
54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
56 static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { put_int2r((jint *)&from, to); } in put_long()
61 …static inline void put_long(jlong from, intptr_t *to, int& pos) { put_int2r((jint *)&from, to, po… in put_long()
62 …static inline void put_long(jlong *from, intptr_t *to, int& pos) { put_int2r((jint *) from, to, po… in put_long()
65 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
66 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
67 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/arm/
H A DjniTypes_arm.hpp48 static inline void put_int2r(jint *from, intptr_t *to) { *(jint *)(to++) = from[1]; in put_int2r()
54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
56 static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { put_int2r((jint *)&from, to); } in put_long()
61 …static inline void put_long(jlong from, intptr_t *to, int& pos) { put_int2r((jint *)&from, to, po… in put_long()
62 …static inline void put_long(jlong *from, intptr_t *to, int& pos) { put_int2r((jint *) from, to, po… in put_long()
65 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
66 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
67 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/arm/
H A DjniTypes_arm.hpp48 static inline void put_int2r(jint *from, intptr_t *to) { *(jint *)(to++) = from[1]; in put_int2r()
54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
56 static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { put_int2r((jint *)&from, to); } in put_long()
61 …static inline void put_long(jlong from, intptr_t *to, int& pos) { put_int2r((jint *)&from, to, po… in put_long()
62 …static inline void put_long(jlong *from, intptr_t *to, int& pos) { put_int2r((jint *) from, to, po… in put_long()
65 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
66 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
67 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/cpu/arm/
H A DjniTypes_arm.hpp48 static inline void put_int2r(jint *from, intptr_t *to) { *(jint *)(to++) = from[1]; in put_int2r()
54 static inline void put_int(jint from, intptr_t *to) { *(jint *)(to + 0 ) = from; } in put_int()
55 static inline void put_int(jint from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = from; } in put_int()
56 static inline void put_int(jint *from, intptr_t *to, int& pos) { *(jint *)(to + pos++) = *from; } in put_int()
60 static inline void put_long(jlong from, intptr_t *to) { put_int2r((jint *)&from, to); } in put_long()
61 …static inline void put_long(jlong from, intptr_t *to, int& pos) { put_int2r((jint *)&from, to, po… in put_long()
62 …static inline void put_long(jlong *from, intptr_t *to, int& pos) { put_int2r((jint *) from, to, po… in put_long()
65 static inline void put_obj(oop from, intptr_t *to) { *(oop *)(to + 0 ) = from; } in put_obj()
66 static inline void put_obj(oop from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = from; } in put_obj()
67 static inline void put_obj(oop *from, intptr_t *to, int& pos) { *(oop *)(to + pos++) = *from; } in put_obj()
[all …]

12345678910>>...582