Searched refs:dest (Results 1 - 25 of 383) sorted by relevance

1234567891011>>

/openjdk10/langtools/test/tools/javac/capture/
H A DCapture1.java38 public static <T> void copy1(List<? super T> dest, List<? extends T> src) { argument
39 copy1(dest, src);
40 copy2(dest, src); // oops
41 copy3(dest, src); // oops
43 public static <T> void copy2(List<T> dest, List<? extends T> src) { argument
44 copy1(dest, src);
45 copy2(dest, src);
46 copy3(dest, src); // oops
48 public static <T> void copy3(List<? super T> dest, List<T> src) { argument
49 copy1(dest, sr
[all...]
/openjdk10/hotspot/test/compiler/arraycopy/
H A DTestEliminateArrayCopy.java54 E dest = (E)src.clone();
55 return dest.i1 + dest.i2 + dest.i3 + dest.i4 + dest.i5 +
56 dest.i6 + dest.i7 + dest.i8 + dest
118 m5(A[] src, A[] dest) argument
[all...]
H A DTestInstanceCloneAsLoadsStores.java52 // Should be compiled as adds of src (dest allocation eliminated)
54 D dest = (D)src.clone();
55 return dest.i1 + dest.i2 + ((int)dest.i3) + dest.i4 + dest.i5;
60 E dest = (E)src.clone();
61 return dest.i1 + dest
[all...]
H A DTestLoadBypassArrayCopy.java49 int[] dest = new int[10];
52 System.arraycopy(src, 0, dest, 0, len);
61 res = dest[0];
/openjdk10/hotspot/src/os_cpu/linux_sparc/vm/
H A Datomic_linux_sparc.hpp30 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
31 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
32 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
33 inline void Atomic::store (jlong store_value, jlong* dest) { *dest = store_value; } argument
34 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest argument
35 store_ptr(void* store_value, void* dest) argument
37 store(jbyte store_value, volatile jbyte* dest) argument
38 store(jshort store_value, volatile jshort* dest) argument
39 store(jint store_value, volatile jint* dest) argument
40 store(jlong store_value, volatile jlong* dest) argument
41 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
42 store_ptr(void* store_value, volatile void* dest) argument
44 inc(volatile jint* dest) argument
45 inc_ptr(volatile intptr_t* dest) argument
46 inc_ptr(volatile void* dest) argument
48 dec(volatile jint* dest) argument
49 dec_ptr(volatile intptr_t* dest) argument
50 dec_ptr(volatile void* dest) argument
107 xchg(jint exchange_value, volatile jint* dest) argument
117 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
134 xchg_ptr(void* exchange_value, volatile void* dest) argument
144 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
160 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
[all...]
/openjdk10/hotspot/src/os_cpu/solaris_sparc/vm/
H A Datomic_solaris_sparc.hpp30 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
31 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
32 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
33 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
34 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest argument
36 store(jbyte store_value, volatile jbyte* dest) argument
37 store(jshort store_value, volatile jshort* dest) argument
38 store(jint store_value, volatile jint* dest) argument
39 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
40 store_ptr(void* store_value, volatile void* dest) argument
42 inc(volatile jint* dest) argument
43 inc_ptr(volatile intptr_t* dest) argument
44 inc_ptr(volatile void* dest) argument
46 dec(volatile jint* dest) argument
47 dec_ptr(volatile intptr_t* dest) argument
48 dec_ptr(volatile void* dest) argument
51 store(jlong store_value, jlong* dest) argument
52 store(jlong store_value, volatile jlong* dest) argument
81 xchg(jint exchange_value, volatile jint* dest) argument
85 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
89 xchg_ptr(void* exchange_value, volatile void* dest) argument
99 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
115 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
[all...]
/openjdk10/hotspot/src/os_cpu/linux_ppc/vm/
H A Datomic_linux_ppc.hpp35 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
36 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
37 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
38 inline void Atomic::store (jlong store_value, jlong* dest) { *dest = store_value; } argument
39 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest argument
40 store_ptr(void* store_value, void* dest) argument
42 store(jbyte store_value, volatile jbyte* dest) argument
43 store(jshort store_value, volatile jshort* dest) argument
44 store(jint store_value, volatile jint* dest) argument
45 store(jlong store_value, volatile jlong* dest) argument
46 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
47 store_ptr(void* store_value, volatile void* dest) argument
150 inc(volatile jint* dest) argument
167 inc_ptr(volatile intptr_t* dest) argument
184 inc_ptr(volatile void* dest) argument
189 dec(volatile jint* dest) argument
206 dec_ptr(volatile intptr_t* dest) argument
223 dec_ptr(volatile void* dest) argument
227 xchg(jint exchange_value, volatile jint* dest) argument
263 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
299 xchg_ptr(void* exchange_value, volatile void* dest) argument
323 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
393 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
443 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
[all...]
/openjdk10/hotspot/src/os_cpu/aix_ppc/vm/
H A Datomic_aix_ppc.hpp37 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
38 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
39 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
40 inline void Atomic::store (jlong store_value, jlong* dest) { *dest = store_value; } argument
41 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest argument
42 store_ptr(void* store_value, void* dest) argument
44 store(jbyte store_value, volatile jbyte* dest) argument
45 store(jshort store_value, volatile jshort* dest) argument
46 store(jint store_value, volatile jint* dest) argument
47 store(jlong store_value, volatile jlong* dest) argument
48 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
49 store_ptr(void* store_value, volatile void* dest) argument
152 inc(volatile jint* dest) argument
169 inc_ptr(volatile intptr_t* dest) argument
186 inc_ptr(volatile void* dest) argument
191 dec(volatile jint* dest) argument
208 dec_ptr(volatile intptr_t* dest) argument
225 dec_ptr(volatile void* dest) argument
229 xchg(jint exchange_value, volatile jint* dest) argument
265 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
301 xchg_ptr(void* exchange_value, volatile void* dest) argument
325 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
395 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
445 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
[all...]
/openjdk10/hotspot/src/os_cpu/linux_aarch64/vm/
H A Datomic_linux_aarch64.hpp37 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
38 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
39 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
40 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
41 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest argument
43 store(jbyte store_value, volatile jbyte* dest) argument
44 store(jshort store_value, volatile jshort* dest) argument
45 store(jint store_value, volatile jint* dest) argument
46 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
47 store_ptr(void* store_value, volatile void* dest) argument
60 inc(volatile jint* dest) argument
65 inc_ptr(volatile void* dest) argument
70 dec(volatile jint* dest) argument
75 dec_ptr(volatile void* dest) argument
80 xchg(jint exchange_value, volatile jint* dest) argument
87 xchg_ptr(void* exchange_value, volatile void* dest) argument
95 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
110 store(jlong store_value, jlong* dest) argument
111 store(jlong store_value, volatile jlong* dest) argument
113 inc_ptr(volatile intptr_t* dest) argument
118 dec_ptr(volatile intptr_t* dest) argument
123 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
[all...]
/openjdk10/hotspot/src/os_cpu/bsd_x86/vm/
H A Datomic_bsd_x86.hpp30 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
31 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
32 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
33 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
34 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest argument
36 store(jbyte store_value, volatile jbyte* dest) argument
37 store(jshort store_value, volatile jshort* dest) argument
38 store(jint store_value, volatile jint* dest) argument
39 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
40 store_ptr(void* store_value, volatile void* dest) argument
64 inc(volatile jint* dest) argument
69 inc_ptr(volatile void* dest) argument
73 dec(volatile jint* dest) argument
78 dec_ptr(volatile void* dest) argument
82 xchg(jint exchange_value, volatile jint* dest) argument
90 xchg_ptr(void* exchange_value, volatile void* dest) argument
96 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order ) const argument
110 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order ) const argument
123 store(jlong store_value, jlong* dest) argument
124 store(jlong store_value, volatile jlong* dest) argument
139 inc_ptr(volatile intptr_t* dest) argument
146 dec_ptr(volatile intptr_t* dest) argument
153 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
163 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order ) const argument
179 inc_ptr(volatile intptr_t* dest) argument
183 dec_ptr(volatile intptr_t* dest) argument
187 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
199 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
208 volatile jlong dest; local
213 store(jlong store_value, jlong* dest) argument
217 store(jlong store_value, volatile jlong* dest) argument
[all...]
/openjdk10/hotspot/src/os_cpu/linux_arm/vm/
H A Datomic_linux_arm.hpp47 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
48 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
49 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
50 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
51 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest argument
53 store(jbyte store_value, volatile jbyte* dest) argument
54 store(jshort store_value, volatile jshort* dest) argument
55 store(jint store_value, volatile jint* dest) argument
56 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
57 store_ptr(void* store_value, volatile void* dest) argument
68 store(jlong value, volatile jlong* dest) argument
77 store(jlong value, jlong* dest) argument
125 inc(volatile jint* dest) argument
129 dec(volatile jint* dest) argument
154 inc_ptr(volatile intptr_t* dest) argument
158 dec_ptr(volatile intptr_t* dest) argument
162 inc_ptr(volatile void* dest) argument
166 dec_ptr(volatile void* dest) argument
171 xchg(jint exchange_value, volatile jint* dest) argument
189 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
207 xchg_ptr(void* exchange_value, volatile void* dest) argument
219 reorder_cmpxchg_func(jint exchange_value, jint volatile* dest, jint compare_value) argument
226 reorder_cmpxchg_long_func(jlong exchange_value, jlong volatile* dest, jlong compare_value) argument
238 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
268 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
[all...]
H A Dos_linux_arm.hpp50 volatile jlong *dest);
56 static jint (*atomic_add_func)(jint add_value, volatile jint *dest);
58 static jint (*atomic_xchg_func)(jint exchange_value, volatile jint *dest);
62 volatile jint *dest);
70 static jint atomic_add_bootstrap(jint add_value, volatile jint *dest);
72 static jint atomic_xchg_bootstrap(jint exchange_value, volatile jint *dest);
76 volatile jint *dest);
/openjdk10/hotspot/src/os_cpu/linux_x86/vm/
H A Datomic_linux_x86.hpp30 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
31 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
32 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
33 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
34 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest argument
36 store(jbyte store_value, volatile jbyte* dest) argument
37 store(jshort store_value, volatile jshort* dest) argument
38 store(jint store_value, volatile jint* dest) argument
39 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
40 store_ptr(void* store_value, volatile void* dest) argument
64 inc(volatile jint* dest) argument
69 inc_ptr(volatile void* dest) argument
73 dec(volatile jint* dest) argument
78 dec_ptr(volatile void* dest) argument
82 xchg(jint exchange_value, volatile jint* dest) argument
90 xchg_ptr(void* exchange_value, volatile void* dest) argument
96 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order ) const argument
110 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order ) const argument
123 store(jlong store_value, jlong* dest) argument
124 store(jlong store_value, volatile jlong* dest) argument
139 inc_ptr(volatile intptr_t* dest) argument
146 dec_ptr(volatile intptr_t* dest) argument
153 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
163 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order ) const argument
179 inc_ptr(volatile intptr_t* dest) argument
183 dec_ptr(volatile intptr_t* dest) argument
187 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
199 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
208 volatile jlong dest; local
213 store(jlong store_value, jlong* dest) argument
217 store(jlong store_value, volatile jlong* dest) argument
[all...]
/openjdk10/hotspot/src/os_cpu/windows_x86/vm/
H A Datomic_windows_x86.hpp45 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
46 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
47 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
49 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
50 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest argument
52 store(jbyte store_value, volatile jbyte* dest) argument
53 store(jshort store_value, volatile jshort* dest) argument
54 store(jint store_value, volatile jint* dest) argument
57 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
58 store_ptr(void* store_value, volatile void* dest) argument
69 store(jlong store_value, jlong* dest) argument
70 store(jlong store_value, volatile jlong* dest) argument
84 inc(volatile jint* dest) argument
88 inc_ptr(volatile intptr_t* dest) argument
92 inc_ptr(volatile void* dest) argument
96 dec(volatile jint* dest) argument
100 dec_ptr(volatile intptr_t* dest) argument
104 dec_ptr(volatile void* dest) argument
108 xchg(jint exchange_value, volatile jint* dest) argument
112 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
116 xchg_ptr(void* exchange_value, volatile void* dest) argument
147 mov edx, dest; local
155 inc(volatile jint* dest) argument
158 mov edx, dest; local
163 inc_ptr(volatile intptr_t* dest) argument
167 inc_ptr(volatile void* dest) argument
171 dec(volatile jint* dest) argument
174 mov edx, dest; local
179 dec_ptr(volatile intptr_t* dest) argument
183 dec_ptr(volatile void* dest) argument
187 xchg(jint exchange_value, volatile jint* dest) argument
191 mov ecx, dest; local
196 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
200 xchg_ptr(void* exchange_value, volatile void* dest) argument
206 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
222 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
238 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
262 volatile jlong dest; local
273 store(jlong store_value, volatile jlong* dest) argument
283 store(jlong store_value, jlong* dest) argument
[all...]
/openjdk10/hotspot/src/os_cpu/solaris_x86/vm/
H A Datomic_solaris_x86.hpp28 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
29 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
30 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
33 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
34 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest argument
36 store(jbyte store_value, volatile jbyte* dest) argument
37 store(jshort store_value, volatile jshort* dest) argument
38 store(jint store_value, volatile jint* dest) argument
39 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
40 store_ptr(void* store_value, volatile void* dest) argument
42 inc(volatile jint* dest) argument
43 inc_ptr(volatile intptr_t* dest) argument
44 inc_ptr(volatile void* dest) argument
46 dec(volatile jint* dest) argument
47 dec_ptr(volatile intptr_t* dest) argument
48 dec_ptr(volatile void* dest) argument
95 xchg(jint exchange_value, volatile jint* dest) argument
107 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
120 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
133 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
144 store(jlong store_value, jlong* dest) argument
145 store(jlong store_value, volatile jlong* dest) argument
148 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
152 xchg_ptr(void* exchange_value, volatile void* dest) argument
[all...]
/openjdk10/hotspot/src/os_cpu/linux_s390/vm/
H A Datomic_linux_s390.hpp56 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
57 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
58 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
59 inline void Atomic::store (jlong store_value, jlong* dest) { *dest = store_value; } argument
60 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest argument
61 store_ptr(void* store_value, void* dest) argument
63 store(jbyte store_value, volatile jbyte* dest) argument
64 store(jshort store_value, volatile jshort* dest) argument
65 store(jint store_value, volatile jint* dest) argument
66 store(jlong store_value, volatile jlong* dest) argument
67 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
68 store_ptr(void* store_value, volatile void* dest) argument
206 inc(volatile jint* dest) argument
251 inc_ptr(volatile intptr_t* dest) argument
295 inc_ptr(volatile void* dest) argument
310 dec(volatile jint* dest) argument
357 dec_ptr(volatile intptr_t* dest) argument
404 dec_ptr(volatile void* dest) argument
424 xchg(jint xchg_val, volatile jint* dest) argument
443 xchg_ptr(intptr_t xchg_val, volatile intptr_t* dest) argument
462 xchg_ptr(void *exchange_value, volatile void *dest) argument
501 operator ()(T xchg_val, T volatile* dest, T cmp_val, cmpxchg_memory_order unused) const argument
525 operator ()(T xchg_val, T volatile* dest, T cmp_val, cmpxchg_memory_order unused) const argument
[all...]
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DEdge.java34 private Node<N, E> dest; field in class:Edge
36 protected Edge(Graph<N, E> graph, Node<N, E> source, Node<N, E> dest, E data) { argument
39 this.dest = dest;
41 assert dest != null;
42 assert source.getGraph() == dest.getGraph();
44 assert dest.getGraph() != null;
52 return dest;
68 return source == dest;
73 // Remove from current source / dest
[all...]
/openjdk10/hotspot/src/share/vm/runtime/
H A Datomic.hpp67 inline static void store (jbyte store_value, jbyte* dest);
68 inline static void store (jshort store_value, jshort* dest);
69 inline static void store (jint store_value, jint* dest);
71 inline static void store (jlong store_value, jlong* dest);
72 inline static void store_ptr(intptr_t store_value, intptr_t* dest);
73 inline static void store_ptr(void* store_value, void* dest);
75 inline static void store (jbyte store_value, volatile jbyte* dest);
76 inline static void store (jshort store_value, volatile jshort* dest);
77 inline static void store (jint store_value, volatile jint* dest);
79 inline static void store (jlong store_value, volatile jlong* dest);
92 add_ptr(intptr_t add_value, volatile intptr_t* dest) argument
96 add_ptr(intptr_t add_value, volatile void* dest) argument
144 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value, cmpxchg_memory_order order = memory_order_conservative) argument
151 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value, cmpxchg_memory_order order = memory_order_conservative) argument
352 add(I add_value, D volatile* dest) argument
[all...]
/openjdk10/hotspot/src/os_cpu/linux_zero/vm/
H A Datomic_linux_zero.hpp162 inline void Atomic::store(jint store_value, volatile jint* dest) { argument
163 *dest = store_value;
166 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { argument
167 *dest = store_value;
175 D add_and_fetch(I add_value, D volatile* dest) const;
180 inline D Atomic::PlatformAdd<4>::add_and_fetch(I add_value, D volatile* dest) const {
185 return add_using_helper<int>(arm_add_and_fetch, add_value, dest);
188 return add_using_helper<int>(m68k_add_and_fetch, add_value, dest);
190 return __sync_add_and_fetch(dest, add_value);
197 inline D Atomic::PlatformAdd<8>::add_and_fetch(I add_value, D volatile* dest) cons
204 inc(volatile jint* dest) argument
208 inc_ptr(volatile intptr_t* dest) argument
212 inc_ptr(volatile void* dest) argument
216 dec(volatile jint* dest) argument
220 dec_ptr(volatile intptr_t* dest) argument
224 dec_ptr(volatile void* dest) argument
228 xchg(jint exchange_value, volatile jint* dest) argument
250 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
265 xchg_ptr(void* exchange_value, volatile void* dest) argument
276 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
294 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
303 volatile jlong dest; local
308 store(jlong store_value, jlong* dest) argument
312 store(jlong store_value, volatile jlong* dest) argument
[all...]
/openjdk10/hotspot/src/os_cpu/bsd_zero/vm/
H A Datomic_bsd_zero.hpp162 inline void Atomic::store(jint store_value, volatile jint* dest) { argument
166 *dest = store_value;
169 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { argument
173 *dest = store_value;
181 D add_and_fetch(I add_value, D volatile* dest) const;
186 inline D Atomic::PlatformAdd<4>::add_and_fetch(I add_value, D volatile* dest) const {
191 return add_using_helper<int>(arm_add_and_fetch, add_value, dest);
194 return add_using_helper<int>(m68k_add_and_fetch, add_value, dest);
196 return __sync_add_and_fetch(dest, add_value);
203 inline D Atomic::PlatformAdd<8>::add_and_fetch(I add_value, D volatile* dest) cons
210 inc(volatile jint* dest) argument
214 inc_ptr(volatile intptr_t* dest) argument
218 inc_ptr(volatile void* dest) argument
222 dec(volatile jint* dest) argument
226 dec_ptr(volatile intptr_t* dest) argument
230 dec_ptr(volatile void* dest) argument
234 xchg(jint exchange_value, volatile jint* dest) argument
256 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
271 xchg_ptr(void* exchange_value, volatile void* dest) argument
282 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
300 operator ()(T exchange_value, T volatile* dest, T compare_value, cmpxchg_memory_order order) const argument
309 volatile jlong dest; local
314 store(jlong store_value, jlong* dest) argument
318 store(jlong store_value, volatile jlong* dest) argument
[all...]
/openjdk10/hotspot/src/share/vm/oops/
H A DobjArrayOop.cpp33 volatile HeapWord* dest; local
35 dest = (HeapWord*)obj_at_addr<narrowOop>(index);
37 dest = (HeapWord*)obj_at_addr<oop>(index);
39 oop res = oopDesc::atomic_compare_exchange_oop(exchange_value, dest, compare_value, true);
42 update_barrier_set((void*)dest, exchange_value);
/openjdk10/jdk/test/javax/sound/midi/Gervill/ModelDestination/
H A DNewModelDestinationModelIdentifier.java40 ModelDestination dest = new ModelDestination(ModelDestination.DESTINATION_EG1_ATTACK);
41 if(dest.getIdentifier() != ModelDestination.DESTINATION_EG1_ATTACK)
42 throw new RuntimeException("dest.getIdentifier() is not equals ModelDestination.DESTINATION_EG1_ATTACK!");
43 if(!(dest.getTransform() instanceof ModelStandardTransform))
44 throw new RuntimeException("dest.getTransform() is not instancoef ModelStandardTransform!");
H A DNewModelDestination.java40 ModelDestination dest = new ModelDestination();
41 if(dest.getIdentifier() != ModelDestination.DESTINATION_NONE)
42 throw new RuntimeException("dest.getIdentifier() is not equals ModelDestination.DESTINATION_NONE!");
43 if(!(dest.getTransform() instanceof ModelStandardTransform))
44 throw new RuntimeException("dest.getTransform() is not instancoef ModelStandardTransform!");
H A DSetTransform.java40 ModelDestination dest = new ModelDestination();
42 dest.setTransform(newtransform);
43 if(dest.getTransform() != newtransform)
44 throw new RuntimeException("dest.getTransform() is incorrect!");
H A DSetIdentifier.java40 ModelDestination dest = new ModelDestination();
41 dest.setIdentifier(ModelDestination.DESTINATION_EG1_ATTACK);
42 if(dest.getIdentifier() != ModelDestination.DESTINATION_EG1_ATTACK)
43 throw new RuntimeException("dest.getIdentifier() is not equals ModelDestination.DESTINATION_EG1_ATTACK!");

Completed in 217 milliseconds

1234567891011>>