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

/openjdk7/hotspot/src/share/vm/opto/
H A DgraphKit.cpp828 void GraphKit::add_safepoint_edges(SafePointNode* call, bool must_throw) { function in class:GraphKit
1657 add_safepoint_edges(call, must_throw);
2198 add_safepoint_edges(call, ((flags & RC_MUST_THROW) != 0));
2891 add_safepoint_edges(lock);
2998 add_safepoint_edges(alloc);
H A DgraphKit.hpp289 void add_safepoint_edges(SafePointNode* call,
653 // Optional must_throw is the same as with add_safepoint_edges.
749 RC_MUST_THROW = 8, // flag passed to add_safepoint_edges
H A Dstringopts.cpp240 kit.add_safepoint_edges(call);
H A Dparse1.cpp2087 add_safepoint_edges(sfpnt);

Completed in 59 milliseconds