Searched refs:num_exceptions (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.hpp114 int num_exceptions() const { function in class:SharkTopLevelBlock
H A DsharkTopLevelBlock.cpp244 for (int i = 0; i < num_exceptions(); i++) {
518 if (action & EAM_HANDLE && num_exceptions() != 0) {
525 bool has_catch_all = exc_handler(num_exceptions() - 1)->is_catch_all();
526 int num_options = num_exceptions();
701 for (int i = 0; i < num_exceptions(); i++) {
/openjdk7/hotspot/src/share/vm/ci/
H A DciTypeFlow.cpp1912 int num_exceptions = _exceptions->length(); local
1913 st->print_cr(" Exceptions : %d", num_exceptions);
1914 for (int i = 0; i < num_exceptions; i++) {

Completed in 44 milliseconds