Lines Matching refs:to

8  * particular file as subject to the "Classpath" exception as provided
18 * 2 along with this work; if not, write to the Free Software Foundation,
40 * These functions are complementary to the standard JNI support.
41 * There are three parts to this file:
49 * These functions allow the verifier and format checker to be written
139 * collectors are free to return a pessimistic estimate of the elapsed time, or
143 * longer strongly reachable may have to be inspected multiple times before it
487 present) to find the source-level access flags. Only the values of
488 the low 13 bits (i.e., a mask of 0x1FFF) are guaranteed to be
493 /* The following two reflection routines are still needed due to startup time issues */
507 * Constant pool access; currently used to implement reflective access to annotations (JDK 1.5)
570 * Signal support, used to implement the shutdown sequence. Every VM must
610 * Structure to pass one probe description to JVM
629 * Structure to pass one provider description to JVM
672 * Check to see if DTrace is supported by OS
745 * A structure used to a capture exception table entry in a Java method.
835 * Returns the name of the field refered to at a given constant pool
848 * Returns the name of the method refered to at a given constant pool
861 * Returns the signature of the method refered to at a given constant pool
874 * Returns the signature of the field refered to at a given constant pool
887 * Returns the class name refered to at a given constant pool index.
899 * Returns the class name refered to at a given constant pool index.
901 * The constant pool entry must refer to a CONSTANT_Fieldref.
913 * Returns the class name refered to at a given constant pool index.
915 * The constant pool entry must refer to CONSTANT_Methodref or
929 * referred to in class cb at constant pool entry index.
941 * referred to in class cb at constant pool entry index.
1000 * Functions defined in libjava.so to perform string conversions.
1061 * This is the function defined in libjava.so to perform path
1063 * to load system classes.
1073 /* Note that the JVM IO functions are expected to return JVM_IO_ERR
1075 * platform specific support (e.g., errno) to get the detailed
1077 * to obtain a descriptive error string.
1083 * number of technical difficulties related to interruptible IO that
1084 * need to be solved. For example, most existing programs do not handle
1089 * resumption mode, an interrupted IO operation is guaranteed not to
1092 * that the only reasonable operation on an interrupted stream is to
1093 * close that stream. The resumption mode seems to be impossible to
1099 * need to implement interruptible IO.
1104 * that describes the most recent system-level error to occur in this thread.
1135 * fd the file descriptor to close.
1143 * fd the file descriptor to read from.
1144 * buf the buffer where to put the read data.
1145 * nbytes the number of bytes to read.
1153 * Write data from a char array to a file decriptor.
1155 * fd the file descriptor to read from.
1156 * buf the buffer from which to fetch the data.
1157 * nbytes the number of bytes to write.
1174 * fd the file descriptor to move.
1175 * offset the number of bytes to move it by.
1176 * whence the start from where to move it.
1184 * Set the length of the file associated with the given descriptor to the given
1244 int flags, struct sockaddr *to, int tolen);
1264 * be renamed to JVM_* in the future?
1362 * When a new bit is added, the following should be updated to provide
1363 * access to the new capability:
1368 * JVM to query for the JDK version and capabilities.
1370 * When a new bit is added, the following should be updated to provide
1371 * access to the new capability:
1387 * JDK can use these bits to determine which JVM version
1388 * and support it has to maintain runtime compatibility.
1422 * VM implementation can use these bits to determine which JDK version
1423 * and support it has to maintain runtime compatibility.
1439 /* Build number is available only for RE build (i.e. JDK_BUILD_NUMBER is set to bNN)
1451 * This structure is used by the launcher to get the default thread