Lines Matching refs:to

16  * 2 along with this work; if not, write to the Free Software Foundation,
61 * These functions are complementary to the standard JNI support.
62 * There are three parts to this file:
70 * These functions allow the verifier and format checker to be written
161 * collectors are free to return a pessimistic estimate of the elapsed time, or
165 * longer strongly reachable may have to be inspected multiple times before it
506 // field is a handle to a java.lang.reflect.Field object
510 // method is a handle to a java.lang.reflect.Method object
514 // method is a handle to a java.lang.reflect.Method object
518 // method is a handle to a java.lang.reflect.Method object
539 present) to find the source-level access flags. Only the values of
540 the low 13 bits (i.e., a mask of 0x1FFF) are guaranteed to be
546 * Constant pool access; currently used to implement reflective access to annotations (JDK 1.5)
609 * Signal support, used to implement the shutdown sequence. Every VM must
652 * Structure to pass one probe description to JVM.
674 * Structure to pass one provider description to JVM
717 * Check to see if DTrace is supported by OS
790 * A structure used to a capture exception table entry in a Java method.
880 * Returns the name of the field refered to at a given constant pool
893 * Returns the name of the method refered to at a given constant pool
906 * Returns the signature of the method refered to at a given constant pool
919 * Returns the signature of the field refered to at a given constant pool
932 * Returns the class name refered to at a given constant pool index.
944 * Returns the class name refered to at a given constant pool index.
946 * The constant pool entry must refer to a CONSTANT_Fieldref.
958 * Returns the class name refered to at a given constant pool index.
960 * The constant pool entry must refer to CONSTANT_Methodref or
974 * referred to in class cb at constant pool entry index.
986 * referred to in class cb at constant pool entry index.
1007 #define JVM_ACC_PUBLIC 0x0001 /* visible to everyone */
1008 #define JVM_ACC_PRIVATE 0x0002 /* visible only to the defining class */
1009 #define JVM_ACC_PROTECTED 0x0004 /* visible to subclasses */
1145 * Functions defined in libjava.so to perform string conversions.
1206 * This is the function defined in libjava.so to perform path
1208 * to load system classes.
1218 /* Note that the JVM IO functions are expected to return JVM_IO_ERR
1220 * platform specific support (e.g., errno) to get the detailed
1222 * to obtain a descriptive error string.
1228 * number of technical difficulties related to interruptible IO that
1229 * need to be solved. For example, most existing programs do not handle
1234 * resumption mode, an interrupted IO operation is guaranteed not to
1237 * that the only reasonable operation on an interrupted stream is to
1238 * close that stream. The resumption mode seems to be impossible to
1244 * need to implement interruptible IO.
1249 * that describes the most recent system-level error to occur in this thread.
1280 * fd the file descriptor to close.
1288 * fd the file descriptor to read from.
1289 * buf the buffer where to put the read data.
1290 * nbytes the number of bytes to read.
1298 * Write data from a char array to a file decriptor.
1300 * fd the file descriptor to read from.
1301 * buf the buffer from which to fetch the data.
1302 * nbytes the number of bytes to write.
1319 * fd the file descriptor to move.
1320 * offset the number of bytes to move it by.
1321 * whence the start from where to move it.
1329 * Set the length of the file associated with the given descriptor to the given
1389 int flags, struct sockaddr *to, int tolen);
1409 * be renamed to JVM_* in the future?
1519 * When a new bit is added, the following should be updated to provide
1520 * access to the new capability:
1525 * JVM to query for the JDK version and capabilities.
1527 * When a new bit is added, the following should be updated to provide
1528 * access to the new capability:
1545 * JDK can use these bits to determine which JVM version
1546 * and support it has to maintain runtime compatibility.
1579 * VM implementation can use these bits to determine which JDK version
1580 * and support it has to maintain runtime compatibility.
1597 /* Build number is available only for RE build (i.e. JDK_BUILD_NUMBER is set to bNN)
1609 * This structure is used by the launcher to get the default thread