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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.hpp124 void clear_exception_handler() { _flags &= ~Handler; _ex_start_bci = -1; _ex_limit_bci = -1; } function in class:ciBlock
H A DciMethodBlocks.cpp79 former_block->clear_exception_handler();
303 eb->clear_exception_handler(); // Reset exception information

Completed in 32 milliseconds