Searched refs:to (Results 126 - 150 of 331) sorted by relevance

1234567891011>>

/openjdk7/hotspot/src/cpu/x86/vm/
H A DstubGenerator_x86_32.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
89 // return address of next instruction to execute
121 // Call stubs are used to call Java from C
136 // 2 [ ptr. to call wrapper ]
171 __ shlptr(rcx, Interpreter::logStackElementSize); // convert parameter count to bytes
176 // save rdi, rsi, & rbx, according to C calling conventions
343 // is compiled code => need to setup the rsp.
371 // complete return to VM
400 // Upon entry, the sp points to the return address returning into Java
488 // This routine is used with -Xcheck:jni to verif
949 const Register to = rdi; // destination array address local
1080 const Register to = rdi; // source array address local
1117 const Register to = rdi; // destination array address local
1270 const Register to = rdx; // destination array address local
1315 const Register to = rdx; // destination array address local
1446 const Register to = rdx; // destination array address local
1596 const Register to = rdx; // destination array address local
1854 const Register to = dst; // destination array address local
2226 const Register to = rdx; // destination array address local
2324 const Register to = rdx; // destination array address local
2444 const Register to = rdx; // destination array address local
2601 const Register to = rdx; // destination array address local
[all...]
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
101 noOptimization // the interval has more then one definition (e.g. resulting from phi moves), so stores to memory are not optimized
116 // Only the small interface to the rest of the compiler is public
145 int _max_spills; // number of stack slots used for intervals allocated to memory
148 IntervalList _intervals; // mapping from register number to interval
151 bool _needs_full_resort; // set to true if an Interval::from() is changed and _sorted_intervals must be resorted
153 LIR_OpArray _lir_ops; // mapping from LIR_Op id to LIR_Op node
154 BlockBeginArray _block_of_op; // mapping from LIR_Op id to the BlockBegin containing this instruction
159 // cached debug info to prevent multiple creation of same object
179 // access to bloc
487 int to() const { return _to; } function in class:Range
490 set_to(int to) argument
561 int to() { if (_cached_to == -1) _cached_to = calc_to(); assert(_cached_to == calc_to(), "invalid cached value"); return _cached_to; } function in class:Interval
[all...]
H A Dc1_LinearScan.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
76 // Map BasicType to spill size in 32-bit words, matching VMReg's notion of words
118 // ********** functions for converting LIR-Operands to register numbers
255 // oop location. So a stack slot bigger than 2^11 leads to an overflow
299 // assign a new reg_num to the interval and append it to the list of intervals
308 void LinearScan::copy_register_flags(Interval* from, Interval* to) { argument
310 gen()->set_vreg_flag(to->reg_num(), LIRGenerator::byte_reg);
313 gen()->set_vreg_flag(to->reg_num(), LIRGenerator::callee_saved);
322 // eliminate moves from register to stac
881 add_use(Value value, int from, int to, IntervalUseKind use_kind) argument
913 add_use(LIR_Opr opr, int from, int to, IntervalUseKind use_kind) argument
999 add_use(int reg_num, int from, int to, IntervalUseKind use_kind, BasicType type) argument
1239 Interval* to = interval_at(reg_num(move_to)); local
1256 Interval* to = interval_at(reg_num(move_to)); local
3794 save_to_process_move(Interval* from, Interval* to) argument
4008 Range(int from, int to, Range* next) argument
4337 add_range(int from, int to) argument
[all...]
/openjdk7/jdk/make/jpda/jdwp/
H A Djdwp.spec8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
49 "The search is confined to loaded classes only; no attempt is made "
50 "to load a class of the given signature. "
52 (string signature "JNI signature of the class to find "
96 "java.lang.Thread, all native threads attached to "
129 "The communication channel to the target VM is closed, and "
130 "the target VM prepares to accept another subsequent connection "
139 "are resumed as many times as necessary for them to run. "
209 "example, to th
[all...]
/openjdk7/jdk/src/share/classes/java/util/
H A DArrays.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 * that allows arrays to be viewed as lists.
41 * <i>specification</i>. Implementors should feel free to substitute other
42 * algorithms, so long as the specification itself is adhered to. (For
43 * example, the algorithm used by {@code sort(Object[])} does not have to be
44 * a MergeSort, but it does have to be <i>stable</i>.)
70 * quicksorts to degrade to quadratic performance, and is typically
73 * @param a the array to b
2473 copyOfRange(T[] original, int from, int to) argument
2508 copyOfRange(U[] original, int from, int to, Class<? extends T[]> newType) argument
2546 copyOfRange(byte[] original, int from, int to) argument
2582 copyOfRange(short[] original, int from, int to) argument
2618 copyOfRange(int[] original, int from, int to) argument
2654 copyOfRange(long[] original, int from, int to) argument
2690 copyOfRange(char[] original, int from, int to) argument
2726 copyOfRange(float[] original, int from, int to) argument
2762 copyOfRange(double[] original, int from, int to) argument
2798 copyOfRange(boolean[] original, int from, int to) argument
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dsolaris_sparc.s16 !! 2 along with this work; if not, write to the Free Software Foundation,
27 !! for control to resume at Fetch32Resume.
31 !! The reader might be tempted to move this service to .il.
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiManageCapabilities.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
67 // may have to adjust always capabilities when VM initialization has completed
81 static void copy_capabilities(const jvmtiCapabilities *from, jvmtiCapabilities *to);
/openjdk7/jdk/test/com/sun/jdi/
H A DRedefineAnnotation.sh18 # 2 along with this work; if not, write to the Free Software Foundation,
35 # Uncomment this to see the JDI trace
174 // this subclass exists just to make the RedefineClasses() code do a
175 // subclass walk to update the counter
180 // this subclass exists just to make the RedefineClasses() code do a
181 // sub-subclass walk to update the counter
214 # This is called to feed cmds to jdb.
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DEndPosParser.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 * This class is similar to Parser except that it stores ending
41 * This code and its internal interfaces are subject to change or
54 /** A hashtable to store ending positions
69 protected <T extends JCTree> T to(T t) { method in class:EndPosParser
/openjdk7/jdk/test/sun/net/ftp/
H A DB6427768.java16 * 2 along with this work; if not, write to the Free Software Foundation,
37 // Need to test when login fails, so AuthHandler should always return
101 public boolean rename(String from, String to) { argument
118 // Give some time to the client thread to properly terminate.
125 // If there are still active clients attached to the FTP
128 throw new RuntimeException("URLConnection didn't close the ftp connection on failure to login");
/openjdk7/jdk/src/share/transport/socket/
H A DsysSocket.h8 * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
42 int dbgsysSendTo(int fd, char *buf, int len, int flags, struct sockaddr *to,
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixSecureDirectoryStream.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,
186 // need file attribute to know if file is directory. This creates
225 * Rename/move file in this directory to another (open) directory
232 UnixPath to = getName(toObj);
243 that.ds.directory().resolve(to).checkWrite();
254 renameat(this.dfd, from.asByteArray(), that.dfd, to.asByteArray());
258 from.toString(), to.toString(), x.errorString());
260 x.rethrowAsIOException(from, to);
289 * Returns file attribute view bound to thi
[all...]
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DHttpClient.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,
97 // retryPostProp is true by default so as to preserve behavior
107 * through a Netscape proxy to a server that sent me a keep-alive
109 * after 5 sec. So we have to hard code our effective timeout to
114 /** whether the response is to be cached */
167 * to true if the system property http.keepAlive isn't set.
200 protected HttpClient(URL url, Proxy p, int to) throws IOException { argument
208 setConnectTimeout(to);
242 HttpClient(URL url, String proxyHost, int proxyPort, boolean proxyDisabled, int to) argument
263 New(URL url, Proxy p, int to, boolean useCache, HttpURLConnection httpuc) argument
323 New(URL url, Proxy p, int to, HttpURLConnection httpuc) argument
336 New(URL url, String proxyHost, int proxyPort, boolean useCache, int to, HttpURLConnection httpuc) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.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,
55 * <dd>If the first argument to an operation is a type, it should be named t.</dd>
57 * <dd>Similarly, if the second argument to an operation is a type, it should be named s.</dd>
66 * This code and its internal interfaces are subject to change or
166 * Checks that all the arguments to a class are unbounded
169 * subclass can be cast to it without a warning.
232 ListBuffer<Type> to = new ListBuffer<Type>();
234 adapt(base, t, from, to);
238 Type res = subst(sym.type, from.toList(), to
2225 subst(List<Type> ts, List<Type> from, List<Type> to) argument
2237 subst(Type t, List<Type> from, List<Type> to) argument
2243 List<Type> to; field in class:Types.Subst
2245 Subst(List<Type> from, List<Type> to) argument
2379 substBounds(List<Type> tvars, List<Type> from, List<Type> to) argument
2419 substBound(TypeVar t, List<Type> from, List<Type> to) argument
3307 sideCast(Type from, Type to, Warner warn) argument
3341 sideCastFinal(Type from, Type to, Warner warn) argument
3371 giveWarning(Type from, Type to) argument
3407 adapt(Type source, Type target, ListBuffer<Type> from, ListBuffer<Type> to) argument
3417 ListBuffer<Type> to; field in class:Types.Adapter
3420 Adapter(ListBuffer<Type> from, ListBuffer<Type> to) argument
3520 adaptSelf(Type t, ListBuffer<Type> from, ListBuffer<Type> to) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/
H A DHeapSummary.java16 * 2 along with this work; if not, write to the Free Software Foundation,
93 ContiguousSpace to = ((DefNewGeneration)gen).to();
95 printSpace(to);
200 MutableSpace to = youngGen.toSpace();
202 printMutableSpace(to);
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DMatcher.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,
34 * Pattern#matcher matcher} method. Once created, a matcher can be used to
39 * <li><p> The {@link #matches matches} method attempts to match the entire
42 * <li><p> The {@link #lookingAt lookingAt} method attempts to match the
66 * #appendTail appendTail} methods can be used in tandem in order to collect
68 * #replaceAll replaceAll} method can be used to create a string in which every
78 * <p> The explicit state of a matcher is initially undefined; attempting to
80 * IllegalStateException} to be thrown. The explicit state of a matcher is
91 * to zer
122 int from, to; field in class:Matcher
[all...]
/openjdk7/jdk/src/macosx/native/jobjc/src/core/
H A DPrimitiveCoder.hs11 * particular file as subject to the "Classpath" exception as provided
21 * 2 along with this work; if not, write to the Free Software Foundation,
30 The simplest way to get Haskell is through MacPorts: sudo port install ghc
114 -- Convert a type to something suitable for Java code. For example: Jboolean -> boolean
133 -- Given an Width and NType, return the Java code for writing said NType to memory.
154 -- Similar to ffiTypeVal. Get the correct pop expression and push statement.
229 -- Generate push and pop methods that convert and proxy to actual implementation.
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DSoftMixingDataLine.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,
158 float[] to = mark_ibuffer[c];
159 for (int i = 0; i < to.length; i++) {
160 to[i] = from[i];
266 float[] to = ibuffer[c];
267 for (int i = 0; i < to.length; i++) {
268 to[i] = from[i];
/openjdk7/hotspot/test/runtime/7107135/
H A DTest7107135.sh19 # 2 along with this work; if not, write to the Free Software Foundation,
75 echo Check testprogram. Expected to pass:
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLMessages_fr.properties7 * particular file as subject to the "Classpath" exception as provided
17 * 2 along with this work; if not, write to the Free Software Foundation,
29 # This file contains error and warning messages related to XML
96 # Messages common to Document and DTD
292 AccessExternalDTD = External DTD: Failed to read external DTD ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalDTD property.
293 AccessExternalEntity = External Entity: Failed to read external document ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalDTD property.
H A DXMLMessages_it.properties7 * particular file as subject to the "Classpath" exception as provided
17 * 2 along with this work; if not, write to the Free Software Foundation,
29 # This file contains error and warning messages related to XML
96 # Messages common to Document and DTD
292 AccessExternalDTD = External DTD: Failed to read external DTD ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalDTD property.
293 AccessExternalEntity = External Entity: Failed to read external document ''{0}'', because ''{1}'' access is not allowed due to restriction set by the accessExternalDTD property.
H A DXMLSchemaMessages_es.properties7 * particular file as subject to the "Classpath" exception as provided
17 * 2 along with this work; if not, write to the Free Software Foundation,
29 # This file contains error and warning messages related to XML Schema
117 schema_reference.access = schema_reference: Failed to read schema document ''{0}'', because ''{1}'' access is not allowed.
239 minExclusive-less-than-equal-to-maxExclusive = minExclusive-less-than-equal-to-maxExclusive: En la definici\u00F3n de {2}, el valor de minExclusive = ''{0}'' debe ser menor o igual que el valor de maxExclusive = ''{1}''.
245 minInclusive-less-than-equal-to-maxInclusive = minInclusive-less-than-equal-to-maxInclusive: En la definici\u00F3n de {2}, el valor de minInclusive = ''{0}'' debe ser menor o igual que el valor de maxInclusive = ''{1}''.
252 minLength-less-than-equal-to-maxLength = minLength-less-than-equal-to
[all...]
H A DXMLSchemaMessages_it.properties7 * particular file as subject to the "Classpath" exception as provided
17 * 2 along with this work; if not, write to the Free Software Foundation,
29 # This file contains error and warning messages related to XML Schema
117 schema_reference.access = schema_reference: Failed to read schema document ''{0}'', because ''{1}'' access is not allowed.
239 minExclusive-less-than-equal-to-maxExclusive = minExclusive-less-than-equal-to-maxExclusive: nella definizione di {2}, il valore minExclusive = ''{0}'' deve essere <= rispetto al valore maxExclusive = ''{1}''.
245 minInclusive-less-than-equal-to-maxInclusive = minInclusive-less-than-equal-to-maxInclusive: nella definizione di {2}, il valore minInclusive = ''{0}'' deve essere <= rispetto al valore maxInclusive = ''{1}''.
252 minLength-less-than-equal-to-maxLength = minLength-less-than-equal-to
[all...]
H A DXMLSchemaMessages_ko.properties7 * particular file as subject to the "Classpath" exception as provided
17 * 2 along with this work; if not, write to the Free Software Foundation,
29 # This file contains error and warning messages related to XML Schema
117 schema_reference.access = schema_reference: Failed to read schema document ''{0}'', because ''{1}'' access is not allowed.
239 minExclusive-less-than-equal-to-maxExclusive = minExclusive-less-than-equal-to-maxExclusive: {2}\uC758 \uC815\uC758\uC5D0\uC11C minExclusive \uAC12 = ''{0}''\uC740(\uB294) maxExclusive \uAC12 = ''{1}''\uBCF4\uB2E4 \uC791\uAC70\uB098 \uAC19\uC544\uC57C \uD569\uB2C8\uB2E4.
245 minInclusive-less-than-equal-to-maxInclusive = minInclusive-less-than-equal-to-maxInclusive: {2}\uC758 \uC815\uC758\uC5D0\uC11C minInclusive \uAC12 = ''{0}''\uC740(\uB294) maxInclusive \uAC12 = ''{1}''\uBCF4\uB2E4 \uC791\uAC70\uB098 \uAC19\uC544\uC57C \uD569\uB2C8\uB2E4.
252 minLength-less-than-equal-to-maxLength = minLength-less-than-equal-to
[all...]
H A DXMLSchemaMessages_zh_CN.properties7 * particular file as subject to the "Classpath" exception as provided
17 * 2 along with this work; if not, write to the Free Software Foundation,
29 # This file contains error and warning messages related to XML Schema
117 schema_reference.access = schema_reference: Failed to read schema document ''{0}'', because ''{1}'' access is not allowed.
239 minExclusive-less-than-equal-to-maxExclusive = minExclusive-less-than-equal-to-maxExclusive: \u5728 {2} \u7684\u5B9A\u4E49\u4E2D, minExclusive \u503C ''{0}'' \u5FC5\u987B\u5C0F\u4E8E\u7B49\u4E8E maxExclusive \u503C ''{1}''\u3002
245 minInclusive-less-than-equal-to-maxInclusive = minInclusive-less-than-equal-to-maxInclusive: \u5728 {2} \u7684\u5B9A\u4E49\u4E2D, minInclusive \u503C ''{0}'' \u5FC5\u987B\u5C0F\u4E8E\u7B49\u4E8E maxInclusive \u503C ''{1}''\u3002
252 minLength-less-than-equal-to-maxLength = minLength-less-than-equal-to
[all...]

Completed in 124 milliseconds

1234567891011>>