Searched defs:dest (Results 26 - 50 of 143) sorted by relevance

123456

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Datomic_bsd_x86.inline.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_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
39 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest argument
41 store(jbyte store_value, volatile jbyte* dest) argument
42 store(jshort store_value, volatile jshort* dest) argument
43 store(jint store_value, volatile jint* dest) argument
44 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
45 store_ptr(void* store_value, volatile void* dest) argument
51 add(jint add_value, volatile jint* dest) argument
61 inc(volatile jint* dest) argument
67 inc_ptr(volatile void* dest) argument
71 dec(volatile jint* dest) argument
77 dec_ptr(volatile void* dest) argument
81 xchg(jint exchange_value, volatile jint* dest) argument
89 xchg_ptr(void* exchange_value, volatile void* dest) argument
94 cmpxchg(jint exchange_value, volatile jint* dest, jint compare_value) argument
104 store(jlong store_value, jlong* dest) argument
105 store(jlong store_value, volatile jlong* dest) argument
107 add_ptr(intptr_t add_value, volatile intptr_t* dest) argument
117 add_ptr(intptr_t add_value, volatile void* dest) argument
121 inc_ptr(volatile intptr_t* dest) argument
129 dec_ptr(volatile intptr_t* dest) argument
137 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
145 cmpxchg(jlong exchange_value, volatile jlong* dest, jlong compare_value) argument
154 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
158 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
166 add_ptr(intptr_t add_value, volatile intptr_t* dest) argument
170 add_ptr(intptr_t add_value, volatile void* dest) argument
175 inc_ptr(volatile intptr_t* dest) argument
179 dec_ptr(volatile intptr_t* dest) argument
183 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
193 cmpxchg(jlong exchange_value, volatile jlong* dest, jlong compare_value) argument
197 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
201 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
206 volatile jlong dest; local
211 store(jlong store_value, jlong* dest) argument
215 store(jlong store_value, volatile jlong* dest) argument
[all...]
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Datomic_linux_sparc.inline.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
49 inc(volatile jint* dest) argument
50 inc_ptr(volatile intptr_t* dest) argument
51 inc_ptr(volatile void* dest) argument
53 dec(volatile jint* dest) argument
54 dec_ptr(volatile intptr_t* dest) argument
55 dec_ptr(volatile void* dest) argument
59 add(jint add_value, volatile jint* dest) argument
76 add_ptr(intptr_t add_value, volatile intptr_t* dest) argument
108 add_ptr(intptr_t add_value, volatile void* dest) argument
113 xchg(jint exchange_value, volatile jint* dest) argument
123 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
148 xchg_ptr(void* exchange_value, volatile void* dest) argument
153 cmpxchg(jint exchange_value, volatile jint* dest, jint compare_value) argument
163 cmpxchg(jlong exchange_value, volatile jlong* dest, jlong compare_value) argument
196 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
214 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Datomic_linux_x86.inline.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_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
39 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest argument
41 store(jbyte store_value, volatile jbyte* dest) argument
42 store(jshort store_value, volatile jshort* dest) argument
43 store(jint store_value, volatile jint* dest) argument
44 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
45 store_ptr(void* store_value, volatile void* dest) argument
51 add(jint add_value, volatile jint* dest) argument
61 inc(volatile jint* dest) argument
67 inc_ptr(volatile void* dest) argument
71 dec(volatile jint* dest) argument
77 dec_ptr(volatile void* dest) argument
81 xchg(jint exchange_value, volatile jint* dest) argument
89 xchg_ptr(void* exchange_value, volatile void* dest) argument
94 cmpxchg(jint exchange_value, volatile jint* dest, jint compare_value) argument
104 store(jlong store_value, jlong* dest) argument
105 store(jlong store_value, volatile jlong* dest) argument
107 add_ptr(intptr_t add_value, volatile intptr_t* dest) argument
117 add_ptr(intptr_t add_value, volatile void* dest) argument
121 inc_ptr(volatile intptr_t* dest) argument
129 dec_ptr(volatile intptr_t* dest) argument
137 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
145 cmpxchg(jlong exchange_value, volatile jlong* dest, jlong compare_value) argument
154 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
158 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
166 add_ptr(intptr_t add_value, volatile intptr_t* dest) argument
170 add_ptr(intptr_t add_value, volatile void* dest) argument
175 inc_ptr(volatile intptr_t* dest) argument
179 dec_ptr(volatile intptr_t* dest) argument
183 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
193 cmpxchg(jlong exchange_value, volatile jlong* dest, jlong compare_value) argument
197 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
201 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
206 volatile jlong dest; local
211 store(jlong store_value, jlong* dest) argument
215 store(jlong store_value, volatile jlong* dest) argument
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Datomic_solaris_sparc.inline.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_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
39 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest argument
41 store(jbyte store_value, volatile jbyte* dest) argument
42 store(jshort store_value, volatile jshort* dest) argument
43 store(jint store_value, volatile jint* dest) argument
44 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
45 store_ptr(void* store_value, volatile void* dest) argument
47 inc(volatile jint* dest) argument
48 inc_ptr(volatile intptr_t* dest) argument
49 inc_ptr(volatile void* dest) argument
51 dec(volatile jint* dest) argument
52 dec_ptr(volatile intptr_t* dest) argument
53 dec_ptr(volatile void* dest) argument
58 store(jlong store_value, jlong* dest) argument
59 store(jlong store_value, volatile jlong* dest) argument
82 volatile jlong dest; local
87 store(jlong store_value, jlong* dest) argument
91 store(jlong store_value, volatile jlong* dest) argument
99 add(jint add_value, volatile jint* dest) argument
116 add_ptr(intptr_t add_value, volatile intptr_t* dest) argument
148 add_ptr(intptr_t add_value, volatile void* dest) argument
153 xchg(jint exchange_value, volatile jint* dest) argument
163 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
188 xchg_ptr(void* exchange_value, volatile void* dest) argument
193 cmpxchg(jint exchange_value, volatile jint* dest, jint compare_value) argument
203 cmpxchg(jlong exchange_value, volatile jlong* dest, jlong compare_value) argument
236 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
254 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
279 add(jint add_value, volatile jint* dest) argument
283 add_ptr(intptr_t add_value, volatile intptr_t* dest) argument
291 add_ptr(intptr_t add_value, volatile void* dest) argument
296 xchg(jint exchange_value, volatile jint* dest) argument
300 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
308 xchg_ptr(void* exchange_value, volatile void* dest) argument
313 cmpxchg(jint exchange_value, volatile jint* dest, jint compare_value) argument
317 cmpxchg(jlong exchange_value, volatile jlong* dest, jlong compare_value) argument
328 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
336 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
346 add(jint add_value, volatile jint* dest) argument
350 add_ptr(intptr_t add_value, volatile intptr_t* dest) argument
354 add_ptr(intptr_t add_value, volatile void* dest) argument
359 xchg(jint exchange_value, volatile jint* dest) argument
363 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
367 xchg_ptr(void* exchange_value, volatile void* dest) argument
372 cmpxchg(jint exchange_value, volatile jint* dest, jint compare_value) argument
376 cmpxchg(jlong exchange_value, volatile jlong* dest, jlong compare_value) argument
380 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
384 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
[all...]
/openjdk7/jdk/src/windows/native/common/
H A Djni_util_md.c34 static void getParent(const TCHAR *path, TCHAR *dest) { argument
37 *dest = 0;
40 if (path != dest)
41 strcpy(dest, path);
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSToken.java131 * @param dest the byte array to write to
134 public static final int writeInt(int val, byte[] dest, int pos) { argument
135 dest[pos++] = (byte)(val>>>8);
136 dest[pos++] = (byte)val;
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawGlyphList.java71 public native void DrawGlyphList(SunGraphics2D sg2d, SurfaceData dest, argument
97 public void DrawGlyphList(SunGraphics2D sg2d, SurfaceData dest, argument
128 maskop.MaskFill(sg2d, dest, sg2d.composite,
154 public void DrawGlyphList(SunGraphics2D sg2d, SurfaceData dest, argument
158 target.DrawGlyphList(sg2d, dest, glyphs);
H A DDrawGlyphListAA.java70 public native void DrawGlyphListAA(SunGraphics2D sg2d, SurfaceData dest, argument
95 public void DrawGlyphListAA(SunGraphics2D sg2d, SurfaceData dest, argument
126 maskop.MaskFill(sg2d, dest, sg2d.composite,
152 public void DrawGlyphListAA(SunGraphics2D sg2d, SurfaceData dest, argument
156 target.DrawGlyphListAA(sg2d, dest, glyphs);
H A DDrawLine.java77 public native void DrawLine(SunGraphics2D sg2d, SurfaceData dest, argument
107 public void DrawLine(SunGraphics2D sg2d, SurfaceData dest, argument
111 target.DrawLine(sg2d, dest, x1, y1, x2, y2);
H A DDrawParallelogram.java79 public native void DrawParallelogram(SunGraphics2D sg, SurfaceData dest, argument
112 public void DrawParallelogram(SunGraphics2D sg2d, SurfaceData dest, argument
119 target.DrawParallelogram(sg2d, dest,
H A DDrawRect.java78 public native void DrawRect(SunGraphics2D sg2d, SurfaceData dest, argument
108 public void DrawRect(SunGraphics2D sg2d, SurfaceData dest, argument
112 target.DrawRect(sg2d, dest, x1, y1, w, h);
H A DFillParallelogram.java77 public native void FillParallelogram(SunGraphics2D sg2d, SurfaceData dest, argument
109 public void FillParallelogram(SunGraphics2D sg2d, SurfaceData dest, argument
115 target.FillParallelogram(sg2d, dest, x0, y0, dx1, dy1, dx2, dy2);
H A DFillRect.java78 public native void FillRect(SunGraphics2D sg2d, SurfaceData dest, argument
103 public void FillRect(SunGraphics2D sg2d, SurfaceData dest, argument
106 fillop.MaskFill(sg2d, dest, sg2d.composite, x, y, w, h, null, 0, 0);
128 public void FillRect(SunGraphics2D sg2d, SurfaceData dest, argument
132 target.FillRect(sg2d, dest, x, y, w, h);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodeStream.java126 public int dest() { return bci() + _method.getBytecodeShortArg(bci() + 1); } method in class:BytecodeStream
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweepDecorator.cpp85 // This method "precompacts" objects inside its space to dest. It places forwarding
86 // pointers into markOops for use by adjust_pointers. If "dest" should overflow, we
109 PSMarkSweepDecorator* dest = destination_decorator(); local
110 ObjectStartArray* start_array = dest->start_array();
112 HeapWord* compact_top = dest->compaction_top();
113 HeapWord* compact_end = dest->space()->end();
143 dest->set_compaction_top(compact_top);
147 dest = destination_decorator();
150 start_array = dest->start_array();
151 compact_top = dest
[all...]
/openjdk7/hotspot/src/share/vm/interpreter/
H A DbytecodeStream.hpp120 int dest() const { return bci() + bytecode().get_offset_s2(raw_code()); } function in class:BaseBytecodeStream
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DSimpleNode.java93 public void buildTrapEntries(Hashtable<InetAddress, Vector<String>> dest) { argument
98 n.buildTrapEntries(dest);
106 public void buildInformEntries(Hashtable<InetAddress, Vector<String>> dest) { argument
111 n.buildInformEntries(dest);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSInstrument.java110 private ModelIdentifier convertToModelDest(int dest) { argument
111 if (dest == DLSModulator.CONN_DST_NONE)
113 if (dest == DLSModulator.CONN_DST_GAIN)
115 if (dest == DLSModulator.CONN_DST_PITCH)
117 if (dest == DLSModulator.CONN_DST_PAN)
120 if (dest == DLSModulator.CONN_DST_LFO_FREQUENCY)
122 if (dest == DLSModulator.CONN_DST_LFO_STARTDELAY)
125 if (dest == DLSModulator.CONN_DST_EG1_ATTACKTIME)
127 if (dest == DLSModulator.CONN_DST_EG1_DECAYTIME)
129 if (dest
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DrelocInfo_sparc.cpp227 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { argument
230 void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { argument
/openjdk7/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp199 void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { argument
206 address orig_addr = old_addr_for(addr(), src, dest);
221 void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) { argument
228 address orig_addr = old_addr_for(addr(), src, dest);
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Datomic_bsd_zero.inline.hpp165 inline void Atomic::store(jint store_value, volatile jint* dest) { argument
169 *dest = store_value;
172 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { argument
176 *dest = store_value;
179 inline jint Atomic::add(jint add_value, volatile jint* dest) { argument
181 return arm_add_and_fetch(dest, add_value);
184 return m68k_add_and_fetch(dest, add_value);
186 return __sync_add_and_fetch(dest, add_value);
191 inline intptr_t Atomic::add_ptr(intptr_t add_value, volatile intptr_t* dest) { argument
193 return arm_add_and_fetch(dest, add_valu
203 add_ptr(intptr_t add_value, volatile void* dest) argument
207 inc(volatile jint* dest) argument
211 inc_ptr(volatile intptr_t* dest) argument
215 inc_ptr(volatile void* dest) argument
219 dec(volatile jint* dest) argument
223 dec_ptr(volatile intptr_t* dest) argument
227 dec_ptr(volatile void* dest) argument
231 xchg(jint exchange_value, volatile jint* dest) argument
247 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
260 xchg_ptr(void* exchange_value, volatile void* dest) argument
265 cmpxchg(jint exchange_value, volatile jint* dest, jint compare_value) argument
279 cmpxchg(jlong exchange_value, volatile jlong* dest, jlong compare_value) argument
286 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
300 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
310 volatile jlong dest; local
315 store(jlong store_value, jlong* dest) argument
319 store(jlong store_value, volatile jlong* dest) argument
[all...]
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Datomic_linux_zero.inline.hpp165 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
170 *dest = store_value;
173 inline jint Atomic::add(jint add_value, volatile jint* dest) { argument
175 return arm_add_and_fetch(dest, add_value);
178 return m68k_add_and_fetch(dest, add_value);
180 return __sync_add_and_fetch(dest, add_value);
185 inline intptr_t Atomic::add_ptr(intptr_t add_value, volatile intptr_t* dest) { argument
187 return arm_add_and_fetch(dest, add_valu
197 add_ptr(intptr_t add_value, volatile void* dest) argument
201 inc(volatile jint* dest) argument
205 inc_ptr(volatile intptr_t* dest) argument
209 inc_ptr(volatile void* dest) argument
213 dec(volatile jint* dest) argument
217 dec_ptr(volatile intptr_t* dest) argument
221 dec_ptr(volatile void* dest) argument
225 xchg(jint exchange_value, volatile jint* dest) argument
241 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
254 xchg_ptr(void* exchange_value, volatile void* dest) argument
259 cmpxchg(jint exchange_value, volatile jint* dest, jint compare_value) argument
273 cmpxchg(jlong exchange_value, volatile jlong* dest, jlong compare_value) argument
280 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
294 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
304 volatile jlong dest; local
309 store(jlong store_value, jlong* dest) argument
313 store(jlong store_value, volatile jlong* dest) argument
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Datomic_solaris_x86.inline.hpp33 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
34 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
35 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
38 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
39 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest argument
41 store(jbyte store_value, volatile jbyte* dest) argument
42 store(jshort store_value, volatile jshort* dest) argument
43 store(jint store_value, volatile jint* dest) argument
44 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
45 store_ptr(void* store_value, volatile void* dest) argument
47 inc(volatile jint* dest) argument
48 inc_ptr(volatile intptr_t* dest) argument
49 inc_ptr(volatile void* dest) argument
51 dec(volatile jint* dest) argument
52 dec_ptr(volatile intptr_t* dest) argument
53 dec_ptr(volatile void* dest) argument
79 add(jint add_value, volatile jint* dest) argument
83 xchg(jint exchange_value, volatile jint* dest) argument
87 cmpxchg(jint exchange_value, volatile jint* dest, jint compare_value) argument
91 cmpxchg(jlong exchange_value, volatile jlong* dest, jlong compare_value) argument
97 store(jlong store_value, jlong* dest) argument
98 store(jlong store_value, volatile jlong* dest) argument
102 add_ptr(intptr_t add_value, volatile intptr_t* dest) argument
106 add_ptr(intptr_t add_value, volatile void* dest) argument
110 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
114 xchg_ptr(void* exchange_value, volatile void* dest) argument
118 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
122 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
130 add_ptr(intptr_t add_value, volatile intptr_t* dest) argument
134 add_ptr(intptr_t add_value, volatile void* dest) argument
138 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
142 xchg_ptr(void* exchange_value, volatile void* dest) argument
146 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
150 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
157 volatile jlong dest; local
162 store(jlong store_value, jlong* dest) argument
166 store(jlong store_value, volatile jlong* dest) argument
177 _Atomic_add(jint add_value, volatile jint* dest, int mp) argument
187 _Atomic_add_long(jlong add_value, volatile jlong* dest, int mp) argument
196 _Atomic_xchg_long(jlong exchange_value, volatile jlong* dest) argument
206 _Atomic_xchg(jint exchange_value, volatile jint* dest) argument
214 _Atomic_cmpxchg(jint exchange_value, volatile jint* dest, jint compare_value, int mp) argument
225 _Atomic_cmpxchg_long(jlong exchange_value, volatile jlong* dest, jlong compare_value, int mp) argument
[all...]
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Datomic_windows_x86.inline.hpp48 inline void Atomic::store (jbyte store_value, jbyte* dest) { *dest = store_value; } argument
49 inline void Atomic::store (jshort store_value, jshort* dest) { *dest = store_value; } argument
50 inline void Atomic::store (jint store_value, jint* dest) { *dest = store_value; } argument
52 inline void Atomic::store_ptr(intptr_t store_value, intptr_t* dest) { *dest = store_value; } argument
53 inline void Atomic::store_ptr(void* store_value, void* dest) { *(void**)dest argument
55 store(jbyte store_value, volatile jbyte* dest) argument
56 store(jshort store_value, volatile jshort* dest) argument
57 store(jint store_value, volatile jint* dest) argument
60 store_ptr(intptr_t store_value, volatile intptr_t* dest) argument
61 store_ptr(void* store_value, volatile void* dest) argument
73 store(jlong store_value, jlong* dest) argument
74 store(jlong store_value, volatile jlong* dest) argument
76 add(jint add_value, volatile jint* dest) argument
80 add_ptr(intptr_t add_value, volatile intptr_t* dest) argument
84 add_ptr(intptr_t add_value, volatile void* dest) argument
88 inc(volatile jint* dest) argument
92 inc_ptr(volatile intptr_t* dest) argument
96 inc_ptr(volatile void* dest) argument
100 dec(volatile jint* dest) argument
104 dec_ptr(volatile intptr_t* dest) argument
108 dec_ptr(volatile void* dest) argument
112 xchg(jint exchange_value, volatile jint* dest) argument
116 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
120 xchg_ptr(void* exchange_value, volatile void* dest) argument
124 cmpxchg(jint exchange_value, volatile jint* dest, jint compare_value) argument
128 cmpxchg(jlong exchange_value, volatile jlong* dest, jlong compare_value) argument
132 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
136 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
144 add(jint add_value, volatile jint* dest) argument
147 mov edx, dest; local
156 add_ptr(intptr_t add_value, volatile intptr_t* dest) argument
160 add_ptr(intptr_t add_value, volatile void* dest) argument
164 inc(volatile jint* dest) argument
168 mov edx, dest; local
174 inc_ptr(volatile intptr_t* dest) argument
178 inc_ptr(volatile void* dest) argument
182 dec(volatile jint* dest) argument
186 mov edx, dest; local
192 dec_ptr(volatile intptr_t* dest) argument
196 dec_ptr(volatile void* dest) argument
200 xchg(jint exchange_value, volatile jint* dest) argument
204 mov ecx, dest; local
209 xchg_ptr(intptr_t exchange_value, volatile intptr_t* dest) argument
213 xchg_ptr(void* exchange_value, volatile void* dest) argument
217 cmpxchg(jint exchange_value, volatile jint* dest, jint compare_value) argument
229 cmpxchg(jlong exchange_value, volatile jlong* dest, jlong compare_value) argument
250 cmpxchg_ptr(intptr_t exchange_value, volatile intptr_t* dest, intptr_t compare_value) argument
254 cmpxchg_ptr(void* exchange_value, volatile void* dest, void* compare_value) argument
259 volatile jlong dest; local
270 store(jlong store_value, volatile jlong* dest) argument
280 store(jlong store_value, jlong* dest) argument
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.cpp327 size_t GCMemoryManager::get_last_gc_stat(GCStatInfo* dest) { argument
330 dest->set_index(_last_gc_stat->gc_index());
331 dest->set_start_time(_last_gc_stat->start_time());
332 dest->set_end_time(_last_gc_stat->end_time());
333 assert(dest->usage_array_size() == _last_gc_stat->usage_array_size(),
335 size_t len = dest->usage_array_size() * sizeof(MemoryUsage);
336 memcpy(dest->before_gc_usage_array(), _last_gc_stat->before_gc_usage_array(), len);
337 memcpy(dest->after_gc_usage_array(), _last_gc_stat->after_gc_usage_array(), len);

Completed in 70 milliseconds

123456