Searched refs:to (Results 1 - 25 of 331) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dcopy_bsd_x86.inline.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
28 static void pd_conjoint_words(HeapWord* from, HeapWord* to, size_t count) { argument
30 (void)memmove(to, from, count * HeapWordSize);
67 : "=S" (from), "=D" (to), "=c" (count), "=r" (temp)
68 : "0" (from), "1" (to), "2" (count), "3" (temp)
73 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { argument
76 case 8: to[7] = from[7];
77 case 7: to[6] = from[6];
78 case 6: to[5] = from[5];
79 case 5: to[
111 pd_disjoint_words_atomic(HeapWord* from, HeapWord* to, size_t count) argument
135 pd_aligned_conjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
139 pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
143 pd_conjoint_bytes(void* from, void* to, size_t count) argument
222 pd_conjoint_bytes_atomic(void* from, void* to, size_t count) argument
226 pd_conjoint_jshorts_atomic(jshort* from, jshort* to, size_t count) argument
230 pd_conjoint_jints_atomic(jint* from, jint* to, size_t count) argument
240 pd_conjoint_jlongs_atomic(jlong* from, jlong* to, size_t count) argument
265 pd_conjoint_oops_atomic(oop* from, oop* to, size_t count) argument
276 pd_arrayof_conjoint_bytes(HeapWord* from, HeapWord* to, size_t count) argument
280 pd_arrayof_conjoint_jshorts(HeapWord* from, HeapWord* to, size_t count) argument
284 pd_arrayof_conjoint_jints(HeapWord* from, HeapWord* to, size_t count) argument
292 pd_arrayof_conjoint_jlongs(HeapWord* from, HeapWord* to, size_t count) argument
300 pd_arrayof_conjoint_oops(HeapWord* from, HeapWord* to, size_t count) argument
[all...]
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dcopy_linux_x86.inline.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
28 static void pd_conjoint_words(HeapWord* from, HeapWord* to, size_t count) { argument
30 (void)memmove(to, from, count * HeapWordSize);
67 : "=S" (from), "=D" (to), "=c" (count), "=r" (temp)
68 : "0" (from), "1" (to), "2" (count), "3" (temp)
73 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { argument
76 case 8: to[7] = from[7];
77 case 7: to[6] = from[6];
78 case 6: to[5] = from[5];
79 case 5: to[
111 pd_disjoint_words_atomic(HeapWord* from, HeapWord* to, size_t count) argument
135 pd_aligned_conjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
139 pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
143 pd_conjoint_bytes(void* from, void* to, size_t count) argument
222 pd_conjoint_bytes_atomic(void* from, void* to, size_t count) argument
226 pd_conjoint_jshorts_atomic(jshort* from, jshort* to, size_t count) argument
230 pd_conjoint_jints_atomic(jint* from, jint* to, size_t count) argument
240 pd_conjoint_jlongs_atomic(jlong* from, jlong* to, size_t count) argument
265 pd_conjoint_oops_atomic(oop* from, oop* to, size_t count) argument
276 pd_arrayof_conjoint_bytes(HeapWord* from, HeapWord* to, size_t count) argument
280 pd_arrayof_conjoint_jshorts(HeapWord* from, HeapWord* to, size_t count) argument
284 pd_arrayof_conjoint_jints(HeapWord* from, HeapWord* to, size_t count) argument
292 pd_arrayof_conjoint_jlongs(HeapWord* from, HeapWord* to, size_t count) argument
300 pd_arrayof_conjoint_oops(HeapWord* from, HeapWord* to, size_t count) argument
[all...]
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dcopy_windows_x86.inline.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
28 static void pd_conjoint_words(HeapWord* from, HeapWord* to, size_t count) { argument
29 (void)memmove(to, from, count * HeapWordSize);
32 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { argument
35 case 8: to[7] = from[7];
36 case 7: to[6] = from[6];
37 case 6: to[5] = from[5];
38 case 5: to[4] = from[4];
39 case 4: to[3] = from[3];
40 case 3: to[
53 pd_disjoint_words_atomic(HeapWord* from, HeapWord* to, size_t count) argument
71 pd_aligned_conjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
75 pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
79 pd_conjoint_bytes(void* from, void* to, size_t count) argument
83 pd_conjoint_bytes_atomic(void* from, void* to, size_t count) argument
87 pd_conjoint_jshorts_atomic(jshort* from, jshort* to, size_t count) argument
103 pd_conjoint_jints_atomic(jint* from, jint* to, size_t count) argument
119 pd_conjoint_jlongs_atomic(jlong* from, jlong* to, size_t count) argument
152 pd_conjoint_oops_atomic(oop* from, oop* to, size_t count) argument
169 pd_arrayof_conjoint_bytes(HeapWord* from, HeapWord* to, size_t count) argument
177 pd_arrayof_conjoint_jshorts(HeapWord* from, HeapWord* to, size_t count) argument
181 pd_arrayof_conjoint_jints(HeapWord* from, HeapWord* to, size_t count) argument
185 pd_arrayof_conjoint_jlongs(HeapWord* from, HeapWord* to, size_t count) argument
189 pd_arrayof_conjoint_oops(HeapWord* from, HeapWord* to, size_t count) argument
[all...]
/openjdk7/hotspot/src/cpu/zero/vm/
H A Dcopy_zero.hpp17 * 2 along with this work; if not, write to the Free Software Foundation,
31 static void pd_conjoint_words(HeapWord* from, HeapWord* to, size_t count) { argument
32 memmove(to, from, count * HeapWordSize);
35 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { argument
37 case 8: to[7] = from[7];
38 case 7: to[6] = from[6];
39 case 6: to[5] = from[5];
40 case 5: to[4] = from[4];
41 case 4: to[3] = from[3];
42 case 3: to[
52 pd_disjoint_words_atomic(HeapWord* from, HeapWord* to, size_t count) argument
73 pd_aligned_conjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
79 pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
85 pd_conjoint_bytes(void* from, void* to, size_t count) argument
89 pd_conjoint_bytes_atomic(void* from, void* to, size_t count) argument
93 pd_conjoint_jshorts_atomic(jshort* from, jshort* to, size_t count) argument
97 pd_conjoint_jints_atomic(jint* from, jint* to, size_t count) argument
101 pd_conjoint_jlongs_atomic(jlong* from, jlong* to, size_t count) argument
105 pd_conjoint_oops_atomic(oop* from, oop* to, size_t count) argument
115 pd_arrayof_conjoint_bytes(HeapWord* from, HeapWord* to, size_t count) argument
121 pd_arrayof_conjoint_jshorts(HeapWord* from, HeapWord* to, size_t count) argument
127 pd_arrayof_conjoint_jints(HeapWord* from, HeapWord* to, size_t count) argument
133 pd_arrayof_conjoint_jlongs(HeapWord* from, HeapWord* to, size_t count) argument
139 pd_arrayof_conjoint_oops(HeapWord* from, HeapWord* to, size_t count) argument
153 julong* to = (julong*) tohw; local
171 pd_fill_to_bytes(void* to, size_t count, jubyte value) argument
179 pd_zero_to_bytes(void* to, size_t count) argument
[all...]
H A DjniTypes_zero.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
32 // This file holds platform-dependent routines used to write primitive jni
33 // types to the array of arguments passed into JavaCalls::call
37 // to a java stack slot array to be passed as an argument to JavaCalls:calls.
47 static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]; } argument
48 static inline void put_int2 (jint *from, jint *to, in argument
49 put_int2r(jint *from, jint *to) argument
50 put_int2r(jint *from, jint *to, int& pos) argument
54 put_int(jint from, intptr_t *to) argument
55 put_int(jint from, intptr_t *to, int& pos) argument
56 put_int(jint *from, intptr_t *to, int& pos) argument
60 put_long(jlong from, intptr_t *to) argument
61 put_long(jlong from, intptr_t *to, int& pos) argument
62 put_long(jlong *from, intptr_t *to, int& pos) argument
66 put_long(jlong from, intptr_t *to) argument
67 put_long(jlong from, intptr_t *to, int& pos) argument
68 put_long(jlong *from, intptr_t *to, int& pos) argument
72 put_obj(oop from, intptr_t *to) argument
73 put_obj(oop from, intptr_t *to, int& pos) argument
74 put_obj(oop *from, intptr_t *to, int& pos) argument
77 put_float(jfloat from, intptr_t *to) argument
78 put_float(jfloat from, intptr_t *to, int& pos) argument
79 put_float(jfloat *from, intptr_t *to, int& pos) argument
83 put_double(jdouble from, intptr_t *to) argument
84 put_double(jdouble from, intptr_t *to, int& pos) argument
85 put_double(jdouble *from, intptr_t *to, int& pos) argument
88 put_double(jdouble from, intptr_t *to) argument
89 put_double(jdouble from, intptr_t *to, int& pos) argument
90 put_double(jdouble *from, intptr_t *to, int& pos) argument
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dcopy_solaris_x86.inline.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
28 static void pd_conjoint_words(HeapWord* from, HeapWord* to, size_t count) { argument
29 (void)memmove(to, from, count * HeapWordSize);
32 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { argument
34 (void)memcpy(to, from, count * HeapWordSize);
37 case 8: to[7] = from[7];
38 case 7: to[6] = from[6];
39 case 6: to[5] = from[5];
40 case 5: to[4] = from[4];
41 case 4: to[
53 pd_disjoint_words_atomic(HeapWord* from, HeapWord* to, size_t count) argument
71 pd_aligned_conjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
75 pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
79 pd_conjoint_bytes(void* from, void* to, size_t count) argument
87 pd_conjoint_bytes_atomic(void* from, void* to, size_t count) argument
91 pd_conjoint_jshorts_atomic(jshort* from, jshort* to, size_t count) argument
95 pd_conjoint_jints_atomic(jint* from, jint* to, size_t count) argument
99 pd_conjoint_jlongs_atomic(jlong* from, jlong* to, size_t count) argument
104 pd_conjoint_oops_atomic(oop* from, oop* to, size_t count) argument
113 pd_arrayof_conjoint_bytes(HeapWord* from, HeapWord* to, size_t count) argument
117 pd_arrayof_conjoint_jshorts(HeapWord* from, HeapWord* to, size_t count) argument
121 pd_arrayof_conjoint_jints(HeapWord* from, HeapWord* to, size_t count) argument
125 pd_arrayof_conjoint_jlongs(HeapWord* from, HeapWord* to, size_t count) argument
133 pd_arrayof_conjoint_oops(HeapWord* from, HeapWord* to, size_t count) argument
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Dcopy.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
32 void _Copy_conjoint_words(HeapWord* from, HeapWord* to, size_t count);
33 void _Copy_disjoint_words(HeapWord* from, HeapWord* to, size_t count);
35 void _Copy_conjoint_words_atomic(HeapWord* from, HeapWord* to, size_t count);
36 void _Copy_disjoint_words_atomic(HeapWord* from, HeapWord* to, size_t count);
38 void _Copy_aligned_conjoint_words(HeapWord* from, HeapWord* to, size_t count);
39 void _Copy_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count);
41 void _Copy_conjoint_bytes(void* from, void* to, size_t count);
43 void _Copy_conjoint_bytes_atomic (void* from, void* to, size_t count);
44 void _Copy_conjoint_jshorts_atomic(jshort* from, jshort* to, size_
88 conjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
94 disjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
101 disjoint_words_atomic(HeapWord* from, HeapWord* to, size_t count) argument
108 aligned_conjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
114 aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
123 conjoint_jbytes(void* from, void* to, size_t count) argument
128 conjoint_jbytes_atomic(void* from, void* to, size_t count) argument
133 conjoint_jshorts_atomic(jshort* from, jshort* to, size_t count) argument
139 conjoint_jints_atomic(jint* from, jint* to, size_t count) argument
145 conjoint_jlongs_atomic(jlong* from, jlong* to, size_t count) argument
151 conjoint_oops_atomic(oop* from, oop* to, size_t count) argument
157 conjoint_oops_atomic(narrowOop* from, narrowOop* to, size_t count) argument
170 arrayof_conjoint_jbytes(HeapWord* from, HeapWord* to, size_t count) argument
175 arrayof_conjoint_jshorts(HeapWord* from, HeapWord* to, size_t count) argument
181 arrayof_conjoint_jints(HeapWord* from, HeapWord* to, size_t count) argument
187 arrayof_conjoint_jlongs(HeapWord* from, HeapWord* to, size_t count) argument
193 arrayof_conjoint_oops(HeapWord* from, HeapWord* to, size_t count) argument
201 conjoint_words_to_lower(HeapWord* from, HeapWord* to, size_t byte_count) argument
215 conjoint_words_to_higher(HeapWord* from, HeapWord* to, size_t byte_count) argument
234 fill_to_words(HeapWord* to, size_t count, juint value = 0) argument
239 fill_to_aligned_words(HeapWord* to, size_t count, juint value = 0) argument
245 fill_to_bytes(void* to, size_t count, jubyte value = 0) argument
258 zero_to_words(HeapWord* to, size_t count) argument
264 zero_to_bytes(void* to, size_t count) argument
269 params_disjoint(HeapWord* from, HeapWord* to, size_t count) argument
278 assert_disjoint(HeapWord* from, HeapWord* to, size_t count) argument
285 assert_params_ok(void* from, void* to, intptr_t log_align) argument
294 assert_params_ok(HeapWord* to, intptr_t log_align) argument
300 assert_params_aligned(HeapWord* from, HeapWord* to) argument
309 assert_params_aligned(HeapWord* to) argument
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DjniTypes_sparc.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
32 // This file holds platform-dependent routines used to write primitive jni
33 // types to the array of arguments passed into JavaCalls::call
37 // to a java stack slot array to be passed as an argument to JavaCalls:calls.
47 static inline void put_int2 (jint *from, jint *to) { to[0] = from[0]; to[1] = from[1]; } argument
48 static inline void put_int2 (jint *from, jint *to, in argument
49 put_int2r(jint *from, jint *to) argument
50 put_int2r(jint *from, jint *to, int& pos) argument
54 put_int(jint from, intptr_t *to) argument
55 put_int(jint from, intptr_t *to, int& pos) argument
56 put_int(jint *from, intptr_t *to, int& pos) argument
60 put_long(jlong from, intptr_t *to) argument
61 put_long(jlong from, intptr_t *to, int& pos) argument
62 put_long(jlong *from, intptr_t *to, int& pos) argument
66 put_long(jlong from, intptr_t *to) argument
67 put_long(jlong from, intptr_t *to, int& pos) argument
68 put_long(jlong *from, intptr_t *to, int& pos) argument
72 put_obj(oop from, intptr_t *to) argument
73 put_obj(oop from, intptr_t *to, int& pos) argument
74 put_obj(oop *from, intptr_t *to, int& pos) argument
77 put_float(jfloat from, intptr_t *to) argument
78 put_float(jfloat from, intptr_t *to, int& pos) argument
79 put_float(jfloat *from, intptr_t *to, int& pos) argument
83 put_double(jdouble from, intptr_t *to) argument
84 put_double(jdouble from, intptr_t *to, int& pos) argument
85 put_double(jdouble *from, intptr_t *to, int& pos) argument
88 put_double(jdouble from, intptr_t *to) argument
89 put_double(jdouble from, intptr_t *to, int& pos) argument
90 put_double(jdouble *from, intptr_t *to, int& pos) argument
[all...]
H A Dcopy_sparc.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
30 static void pd_conjoint_words(HeapWord* from, HeapWord* to, size_t count) { argument
31 (void)memmove(to, from, count * HeapWordSize);
34 static void pd_disjoint_words(HeapWord* from, HeapWord* to, size_t count) { argument
36 case 8: to[7] = from[7];
37 case 7: to[6] = from[6];
38 case 6: to[5] = from[5];
39 case 5: to[4] = from[4];
40 case 4: to[3] = from[3];
41 case 3: to[
50 pd_disjoint_words_atomic(HeapWord* from, HeapWord* to, size_t count) argument
68 pd_aligned_conjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
72 pd_aligned_disjoint_words(HeapWord* from, HeapWord* to, size_t count) argument
76 pd_conjoint_bytes(void* from, void* to, size_t count) argument
80 pd_conjoint_bytes_atomic(void* from, void* to, size_t count) argument
84 pd_conjoint_jshorts_atomic(jshort* from, jshort* to, size_t count) argument
100 pd_conjoint_jints_atomic(jint* from, jint* to, size_t count) argument
116 pd_conjoint_jlongs_atomic(jlong* from, jlong* to, size_t count) argument
127 pd_conjoint_oops_atomic(oop* from, oop* to, size_t count) argument
144 pd_arrayof_conjoint_bytes(HeapWord* from, HeapWord* to, size_t count) argument
148 pd_arrayof_conjoint_jshorts(HeapWord* from, HeapWord* to, size_t count) argument
152 pd_arrayof_conjoint_jints(HeapWord* from, HeapWord* to, size_t count) argument
156 pd_arrayof_conjoint_jlongs(HeapWord* from, HeapWord* to, size_t count) argument
160 pd_arrayof_conjoint_oops(HeapWord* from, HeapWord* to, size_t count) argument
168 julong* to = (julong*)tohw; local
191 julong* to = (julong*)tohw; local
211 pd_fill_to_bytes(void* to, size_t count, jubyte value) argument
219 pd_zero_to_bytes(void* to, size_t count) argument
[all...]
/openjdk7/jdk/test/java/lang/reflect/Assignment/
H A DArrayAssignment.java16 * 2 along with this work; if not, write to the Free Software Foundation,
33 Object[] to = from;
34 to = new Object[1];
35 if (!to.getClass().isAssignableFrom(from.getClass()))
/openjdk7/hotspot/src/cpu/x86/vm/
H A DjniTypes_x86.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
32 // This file holds platform-dependent routines used to write primitive jni
33 // types to the array of arguments passed into JavaCalls::call
37 // to a java stack slot array to be passed as an argument to JavaCalls:calls.
49 static inline void put_int2r(jint *from, intptr_t *to) { *(jint *)(to++) = from[1]; argument
50 *(jint *)(to ) = from[0]; }
51 static inline void put_int2r(jint *from, intptr_t *to, in argument
56 put_int(jint from, intptr_t *to) argument
57 put_int(jint from, intptr_t *to, int& pos) argument
58 put_int(jint *from, intptr_t *to, int& pos) argument
63 put_long(jlong from, intptr_t *to) argument
67 put_long(jlong from, intptr_t *to, int& pos) argument
72 put_long(jlong *from, intptr_t *to, int& pos) argument
79 put_long(jlong from, intptr_t *to) argument
80 put_long(jlong from, intptr_t *to, int& pos) argument
81 put_long(jlong *from, intptr_t *to, int& pos) argument
85 put_obj(oop from, intptr_t *to) argument
86 put_obj(oop from, intptr_t *to, int& pos) argument
87 put_obj(oop *from, intptr_t *to, int& pos) argument
90 put_float(jfloat from, intptr_t *to) argument
91 put_float(jfloat from, intptr_t *to, int& pos) argument
92 put_float(jfloat *from, intptr_t *to, int& pos) argument
99 put_double(jdouble from, intptr_t *to) argument
103 put_double(jdouble from, intptr_t *to, int& pos) argument
108 put_double(jdouble *from, intptr_t *to, int& pos) argument
116 put_double(jdouble from, intptr_t *to) argument
117 put_double(jdouble from, intptr_t *to, int& pos) argument
118 put_double(jdouble *from, intptr_t *to, int& pos) argument
[all...]
H A Dcopy_x86.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
47 julong* to = (julong*) tohw; local
50 *to++ = v;
53 juint* to = (juint*)tohw;
56 *to++ = value;
65 static void pd_fill_to_bytes(void* to, size_t count, jubyte value) { argument
66 (void)memset(to, value, count);
73 static void pd_zero_to_bytes(void* to, size_t count) { argument
74 (void)memset(to, 0, count);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Data/src/com/sun/hotspot/igv/data/
H A DInputBlockEdge.java16 * 2 along with this work; if not, write to the Free Software Foundation,
33 private InputBlock to; field in class:InputBlockEdge
35 public InputBlockEdge(InputBlock from, InputBlock to) { argument
37 assert to != null;
39 this.to = to;
47 return to;
54 return e.from.equals(from) && e.to.equals(to);
62 hash = 59 * hash + to
[all...]
H A DInputEdge.java16 * 2 along with this work; if not, write to the Free Software Foundation,
40 private int to; field in class:InputEdge
43 public InputEdge(char toIndex, int from, int to) { argument
46 this.to = to;
71 return to;
80 return conn2.toIndex == toIndex && conn2.from == from && conn2.to == to;
85 return "Edge from " + from + " to " + to
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPConnection.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
30 * A point-to-point connection that a client can use for sending messages
31 * directly to a remote party (represented by a URL, for instance).
34 * not implement this interface in which case the call to
44 * A <code>SOAPConnection</code> object can be used to send messages
45 * directly to a URL following the request/response paradigm. That is,
52 * Sends the given message to the specified endpoint and blocks until
55 * @param request the <code>SOAPMessage</code> object to be sent
56 * @param to a
67 call(SOAPMessage request, Object to) argument
83 get(Object to) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/asm/
H A DLocalVariable.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
31 * This class is used to assemble the local variables in the local
36 * they are subject to change or removal without notice.
45 int to; field in class:LocalVariable
53 to = -1;
56 LocalVariable(MemberDefinition field, int slot, int from, int to) { argument
60 this.to = to;
H A DLocalVariableTable.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
33 * This class is used to assemble the local variable table.
37 * they are subject to change or removal without notice.
49 void define(MemberDefinition field, int slot, int from, int to) { argument
50 if (from >= to) {
55 (from <= locals[i].to) && (to >= locals[i].from)) {
57 locals[i].to = Math.max(locals[i].to, t
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DSizeSequence.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
36 * object could be used to track the heights
44 * to store the widths and X positions of all the columns.
47 * to find the column corresponding to a certain position.
59 to the size of the previous item, and so on.">
62 * In the figure, the first index (0) corresponds to the first column,
63 * the second index (1) to the second column, and so on.
101 * The result is a data structure that takes the same space to stor
190 setSizes(int from, int to, int size) argument
217 setSizes(int from, int to, int[] sizes) argument
238 getSizes(int from, int to, int[] sizes) argument
266 getPosition(int from, int to, int index) argument
292 getIndex(int from, int to, int position) argument
333 changeSize(int from, int to, int index, int delta) argument
[all...]
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterEdge.java16 * 2 along with this work; if not, write to the Free Software Foundation,
38 private ClusterNode to; field in class:ClusterEdge
41 public ClusterEdge(ClusterNode from, ClusterNode to) { argument
43 assert to != null;
45 this.to = to;
49 return to.getInputSlot();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DReversePtrs.java16 * 2 along with this work; if not, write to the Free Software Foundation,
39 public void put(LivenessPathElement from, Oop to) { argument
40 if (to == null) return;
41 ArrayList al = (ArrayList) rp.get((Object) to);
43 // Inserting at the beginning is a hack to change the reported
44 // paths from LivenessAnalysis to look more like they used to;
45 // otherwise paths through the Finalizer queue to popular objects
46 // seem to be preferred
48 rp.put((Object) to, (Objec
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/event/
H A DTableColumnModelEvent.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
32 * <B>TableColumnModelEvent</B> is used to notify listeners that a table
42 * has been added to the <code>java.beans</code> package.
57 /** The index of the column to where it was moved or added */
70 * @param to an int specifying the index to where the column was
75 public TableColumnModelEvent(TableColumnModel source, int from, int to) { argument
78 toIndex = to;
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DWritableRenderedImage.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
30 *** As an unpublished work pursuant to Title 17 of the United
46 * WritableRenderedImage provides notification to other interested
49 * tile relinquishes its access (via a call to releaseWritableTile).
50 * Additionally, it allows any caller to determine whether any tiles
51 * are currently checked out (via hasTileWriters), and to obtain a
55 * Objects wishing to be notified of changes in tile writability must
57 * call to addTileObserver. Multiple calls to
77 addTileObserver(TileObserver to) argument
85 removeTileObserver(TileObserver to) argument
[all...]
/openjdk7/hotspot/test/compiler/7174363/
H A DTest7174363.java16 * 2 along with this work; if not, write to the Free Software Foundation,
28 * @summary crash with Arrays.copyOfRange(original, from, to) when from > original.length
37 static Object[] m(Object[] original, int from, int to) { argument
38 return Arrays.copyOfRange(original, from, to, Object[].class);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DRequestFocusController.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
31 public boolean acceptRequestFocus(Component from, Component to, argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWKeyboardFocusManagerPeer.java8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
47 LWWindowPeer from, to;
55 to = (LWWindowPeer)LWToolkit.targetToPeer(win);
64 if (to != null) {
65 to.updateSecurityWarningVisibility();

Completed in 68 milliseconds

1234567891011>>