Searched defs:store_value (Results 1 - 15 of 15) sorted by relevance

/openjdk9/hotspot/src/os_cpu/bsd_x86/vm/
H A Datomic_bsd_x86.hpp32 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
33 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
34 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
35 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
36 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest = store_value; } argument
38 store(jbyte store_value, volatile jbyte* dest) argument
39 store(jshort store_value, volatile jshort* dest) argument
40 store(jint store_value, volatile jint* dest) argument
41 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
42 store_ptr(void* store_value, volatile void* dest) argument
110 store(jlong store_value, jlong* dest) argument
111 store(jlong store_value, volatile jlong* dest) argument
217 store(jlong store_value, jlong* dest) argument
221 store(jlong store_value, volatile jlong* dest) argument
[all...]
/openjdk9/hotspot/src/os_cpu/linux_x86/vm/
H A Datomic_linux_x86.hpp32 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
33 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
34 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
35 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
36 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest = store_value; } argument
38 store(jbyte store_value, volatile jbyte* dest) argument
39 store(jshort store_value, volatile jshort* dest) argument
40 store(jint store_value, volatile jint* dest) argument
41 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
42 store_ptr(void* store_value, volatile void* dest) argument
110 store(jlong store_value, jlong* dest) argument
111 store(jlong store_value, volatile jlong* dest) argument
217 store(jlong store_value, jlong* dest) argument
221 store(jlong store_value, volatile jlong* dest) argument
[all...]
/openjdk9/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 = store_value; } 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
112 store(jlong store_value, jlong* dest) argument
113 store(jlong store_value, volatile jlong* dest) argument
[all...]
/openjdk9/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 = store_value; } 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
[all...]
/openjdk9/hotspot/src/os_cpu/solaris_sparc/vm/
H A Datomic_solaris_sparc.hpp32 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
33 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
34 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
35 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
36 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest = store_value; } argument
38 store(jbyte store_value, volatile jbyte* dest) argument
39 store(jshort store_value, volatile jshort* dest) argument
40 store(jint store_value, volatile jint* dest) argument
41 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
42 store_ptr(void* store_value, volatile void* dest) argument
55 store(jlong store_value, jlong* dest) argument
56 store(jlong store_value, volatile jlong* dest) argument
73 store(jlong store_value, jlong* dest) argument
77 store(jlong store_value, volatile jlong* dest) argument
[all...]
/openjdk9/hotspot/src/os_cpu/linux_sparc/vm/
H A Datomic_linux_sparc.inline.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 = store_value; } 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
[all...]
/openjdk9/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 = store_value; } 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
[all...]
/openjdk9/hotspot/src/os_cpu/linux_zero/vm/
H A Datomic_linux_zero.hpp162 inline void Atomic::store(jint store_value, volatile jint* dest) { argument
166 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { argument
319 inline void Atomic::store(jlong store_value, jlong* dest) { argument
323 inline void Atomic::store(jlong store_value, volatile jlong* dest) { argument
/openjdk9/hotspot/src/os_cpu/bsd_zero/vm/
H A Datomic_bsd_zero.hpp162 inline void Atomic::store(jint store_value, volatile jint* dest) { argument
169 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { argument
325 inline void Atomic::store(jlong store_value, jlong* dest) { argument
329 inline void Atomic::store(jlong store_value, volatile jlong* dest) { argument
/openjdk9/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 = store_value; } 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
70 store(jlong store_value, jlong* dest) argument
71 store(jlong store_value, volatile jlong* dest) argument
285 store(jlong store_value, volatile jlong* dest) argument
295 store(jlong store_value, jlong* dest) argument
[all...]
/openjdk9/hotspot/src/os_cpu/solaris_x86/vm/
H A Datomic_solaris_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
35 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
36 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest = store_value; } argument
38 store(jbyte store_value, volatile jbyte* dest) argument
39 store(jshort store_value, volatile jshort* dest) argument
40 store(jint store_value, volatile jint* dest) argument
41 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
42 store_ptr(void* store_value, volatile void* dest) argument
101 store(jlong store_value, jlong* dest) argument
102 store(jlong store_value, volatile jlong* dest) argument
166 store(jlong store_value, jlong* dest) argument
170 store(jlong store_value, volatile jlong* dest) argument
[all...]
/openjdk9/hotspot/src/os_cpu/aix_ppc/vm/
H A Datomic_aix_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 = store_value; } 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
[all...]
/openjdk9/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 = store_value; } 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
[all...]
/openjdk9/hotspot/src/share/vm/opto/
H A DloopTransform.cpp2914 bool PhaseIdealLoop::match_fill_loop(IdealLoopTree* lpt, Node*& store, Node*& store_value, argument
3170 Node* store_value = NULL; local
[all...]
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_GraphBuilder.cpp646 void store_value(Value value) { function in class:MemoryBuffer

Completed in 77 milliseconds