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

<<11121314

/openjdk7/hotspot/src/cpu/x86/vm/
H A DcppInterpreter_x86.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
54 // Routine exists to make tracebacks look decent in debugger
68 Label fast_accessor_slow_entry_path; // fast accessor methods need to be able to jmp to unsynchronized
113 // This only works for pc that might possibly be exposed to frame
131 case T_INT : /* nothing to do */ break;
173 // tosca based result to c++ interpreter stack based result.
174 // Result goes to top of native stack.
251 // execution stack (which is pre-pushed) and will be return to th
[all...]
H A Dassembler_x86.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
47 n_register_parameters = 0 // 0 registers used to pass arguments
91 // What pleases us is to offset the java calling convention so that when
93 // have to do little shuffling. A suitable jni method is non-static and a
145 // Address is an abstraction used to represent a memory location
204 // converted to 0(Register) which is quite a different animal.
256 // argument since ByteSize is mapped to an int type in that case.
260 // are mapped to the same type and thus the compiler cannot make a
300 // Address. An index of 4 (rsp) corresponds to having no index, so convert
301 // that to nore
[all...]
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp16 * 2 along with this work; if not, write to the Free Software Foundation,
134 The JVM binary needs to be built and run on pre-Solaris 9
136 header files. They are textually replicated here to allow
142 But ISM requires shared memory to achieve this and thus has many caveats.
143 MPSS is a fully transparent and is a cleaner way to get large pages.
145 giving the opportunity to use large pages on older systems it is
165 // Here are some liblgrp types from sys/lgrp_user.h to be able to
169 # define MADV_ACCESS_LWP 7 /* next LWP to access heavily */
172 # define MADV_ACCESS_MANY 8 /* many processes to acces
6810 sendto(int fd, char* buf, size_t len, uint flags, struct sockaddr* to, socklen_t tolen) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponent.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,
96 * <code>Component</code> can also be extended directly to create a
100 * method may be used to distinguish between the two kinds of the components.
106 * adding/removing components to/from containers, the whole hierarchy must be
111 * It is important to note that only AWT listeners which conform
112 * to the <code>Serializable</code> protocol will be saved when
116 * to consider the implications of making an object serializable.
117 * One situation to watch out for is this:
131 * // to bigOn
7745 acceptRequestFocus(Component from, Component to, boolean temporary, boolean focusedWindowChangeAllowed, CausedFocusEvent.Cause cause) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngrtran.c7 * particular file as subject to the "Classpath" exception as provided
17 * 2 along with this work; if not, write to the Free Software Foundation,
42 * in order to tell libpng how to handle data when reading a PNG.
60 /* Tell libpng how we react to CRC errors in critical chunks */
88 /* Tell libpng how we react to CRC errors in ancillary chunks */
163 /* Scale 16-bit depth files to 8-bit depth. If both of these are set then the
164 * one that pngrtran does first (scale) happens. This is necessary to allow the
165 * TRANSFORM and API behavior to be somewhat consistent, and it's simpler.
181 /* Chop 16-bit depth files to
[all...]
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp16 * 2 along with this work; if not, write to the Free Software Foundation,
44 // meaning is reserved to the "compilation system"--which means us!
45 // They are are not supposed to be touched by ordinary C code, although
50 // g1 and g3 are touched by more modules. V8 allows g1 to be clobbered
51 // across func calls, and V8+ also allows g5 to be clobbered across
60 // %%%% The interpreter should be revisited to reduce global scratch regs.
74 REGISTER_DECLARATION(Register, Gargs , G4); // pointing to the last argument
76 // This local is used to preserve G2_thread in the interpreter and in stubs:
98 // serves to set up either quantity, depending on whether the compiled
104 // the call site will be patched to loa
[all...]

Completed in 55 milliseconds

<<11121314