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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Optimizer.cpp653 void handle_ExceptionObject (ExceptionObject* x);
704 void NullCheckVisitor::do_ExceptionObject(ExceptionObject* x) { nce()->handle_ExceptionObject(x); }
1044 void NullCheckEliminator::handle_ExceptionObject(ExceptionObject* x) { function in class:NullCheckEliminator

Completed in 35 milliseconds