Searched refs:tail (Results 151 - 158 of 158) sorted by relevance

1234567

/openjdk7/hotspot/src/share/vm/opto/
H A Dstringopts.cpp212 log->tail("replace_string_concat");
H A Dloopopts.cpp2158 // peel section forms the tail of the new loop.
2364 Node *iff = loop->tail();
H A Doutput.cpp1660 xtty->tail("opto_assembly");
H A Dsuperword.cpp529 _dg.make_edge(slice_sink, _dg.tail());
1625 // Find memory slices (head and tail)
/openjdk7/make/scripts/
H A Dwebrev.ksh1743 tail -1 "$1/Codemgr_wsdata/parent"
/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp945 * it gets turned into a tail-call on sparc, which runs into dtrace bug
1211 // site must be a MethodHandle call site, because the lambda form might tail-call
1934 if (xtty != NULL) xtty->tail("statistics");
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DJCTree.java485 for (typeDefs = defs; !typeDefs.isEmpty(); typeDefs = typeDefs.tail)
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java1783 // here is the MH which will witness the collected argument tail:
2114 Object[] tail = tailList.toArray();
2115 tailList.clear(); tailList.add(tail);

Completed in 413 milliseconds

1234567