Searched defs:add_safepoint_edges (Results 1 - 1 of 1) 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);

Completed in 303 milliseconds