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

/openjdk7/hotspot/src/share/vm/ci/
H A DciMethodBlocks.hpp80 MayThrow = (1 << 2), enumerator in enum:ciBlock::__anon141
109 bool may_throw() const { return (_flags & MayThrow) != 0; }
117 void set_may_throw() { _flags |= MayThrow; }

Completed in 40 milliseconds