Searched defs:exits (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dparse.hpp368 GraphKit& exits() { return _exits; } function in class:Parse
461 // Pass current map to exits
577 // Helper functions for handling normal and abnormal exits.
H A DcallGenerator.cpp93 GraphKit& exits = parser.exits(); local
96 while (exits.pop_exception_state() != NULL) ;
100 assert(exits.jvms()->same_calls_as(jvms), "sanity");
104 return exits.transfer_exceptions_into_jvms();

Completed in 28 milliseconds