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

/openjdk7/hotspot/src/share/vm/shark/
H A DsharkTopLevelBlock.cpp526 int num_options = num_exceptions(); local
528 num_options--;
531 if (num_options > 0) {
533 for (int i = 0; i < num_options; i++) {
541 marshal_exception_fast(num_options);
543 marshal_exception_slow(num_options);
548 SharkTopLevelBlock* handler = this->exception(num_options);
561 void SharkTopLevelBlock::marshal_exception_fast(int num_options) { argument
568 for (int i = 0; i < num_options; i++) {
591 void SharkTopLevelBlock::marshal_exception_slow(int num_options) { argument
[all...]

Completed in 718 milliseconds