Searched refs:xcall (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp1659 Node* xcall = _gvn.transform(call); local
1661 if (xcall == top()) {
1665 assert(xcall == call, "call identity is stable");
1671 set_all_memory_call(xcall, separate_io_proj);
1673 //return xcall; // no need, caller already has it

Completed in 70 milliseconds