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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp117 ciExceptionHandler* exc_handler(int index) const { function in class:SharkTopLevelBlock
H A DsharkTopLevelBlock.cpp525 bool has_catch_all = exc_handler(num_exceptions() - 1)->is_catch_all();
534 if (!exc_handler(i)->catch_klass()->is_loaded()) {
570 builder()->CreateInlineOop(exc_handler(i)->catch_klass());
594 indexes[i] = exc_handler(i)->catch_klass_index();
626 exc_handler(index)->handler_bci(),

Completed in 27 milliseconds