Lines Matching defs:from

119   consider use of a Handle instead of an oop so there is immunity from object
152 // if this is called from Class.forName0 and that is called from Class.forName,
194 const char * from = Klass::cast(caller)->external_name();
198 tty->print("RESOLVE %s %s %s:%d (%s)\n", from, to, source_file, line_number, trace);
200 tty->print("RESOLVE %s %s (%s)\n", from, to, trace);
348 // from setting the value with a -D option, as requested.
719 // signature to change from _JVM_FindClassFromClassLoader@20 to
777 jboolean init, jclass from))
785 oop from_class_oop = JNIHandles::resolve(from);
803 oop from_mirror = JNIHandles::resolve_non_null(from);
1107 // cls won't be an array, as this called only from ClassLoader.defineClass
1228 // done with action, remove ourselves from the list
1562 // some of this code was adapted from from jni_FromReflectedField
1597 // some of this code was adapted from from jni_FromReflectedMethod
2146 // All functions from this section should call the jvmtiThreadSate function:
2672 // Make an unused local variable to avoid warning from gcc 4.x compiler.
2682 // to prevent the target thread from exiting after we have a pointer to the C++ Thread or
2736 // stack size retrieved from java is signed, but the constructor takes
2837 // an error from this interface so just ignore the problem.
3405 // if only code from the null class loader is on the stack.
3650 JVM_LEAF(jint, JVM_RecvFrom(jint fd, char *buf, int nBytes, int flags, struct sockaddr *from, int *fromlen))
3654 jint result = os::recvfrom(fd, buf, (size_t)nBytes, (uint)flags, from, &socklen);
3832 // called from universe_post_init()