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

/openjdk7/hotspot/src/share/vm/oops/
H A DconstMethodOop.hpp118 _has_exception_table = 8 enumerator in enum:constMethodOopDesc::__anon258
178 { return (_flags & _has_exception_table) != 0; }
H A DconstMethodOop.cpp126 _flags |= _has_exception_table;
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp2308 declare_constant(constMethodOopDesc::_has_exception_table) \

Completed in 41 milliseconds