Searched refs:tail (Results 176 - 184 of 184) sorted by relevance

12345678

/openjdk10/hotspot/src/share/vm/opto/
H A Dstringopts.cpp219 log->tail("replace_string_concat");
H A Dcallnode.cpp1993 log->tail(tag);
H A Dloopopts.cpp714 assert(n_loop->_tail != NULL, "need a tail");
721 // we reach the tail
2536 // peel section forms the tail of the new loop.
2742 Node *iff = loop->tail();
/openjdk10/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java2054 // here is the MH which will witness the collected argument tail:
2101 // here is the MH which will witness the collected argument part (not tail!):
2546 Object[] tail = tailList.toArray();
2547 tailList.clear(); tailList.add(tail);
/openjdk10/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/mail/ com/sun/mail/imap/ ...
/openjdk10/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp1005 * it gets turned into a tail-call on sparc, which runs into dtrace bug
1308 // site must be a MethodHandle call site, because the lambda form might tail-call
2154 if (xtty != NULL) xtty->tail("statistics");
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java584 for (typeDefs = defs; !typeDefs.isEmpty(); typeDefs = typeDefs.tail)
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/parser/
H A DJavacParser.java1017 for (JCExpression op : ops.tail) {
/openjdk10/common/autoconf/
H A Dgenerated-configure.sh11146 for ac_prog in tail
11204 for ac_prog in tail
[all...]

Completed in 368 milliseconds

12345678