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

/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.hpp254 Symbol* _exception_type; member in class:ClassVerifier
369 Symbol* result() const { return _exception_type; }
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp38 klassOop _exception_type; member in class:ExceptionCache
55 klassOop exception_type() { return _exception_type; }
56 klassOop* exception_type_addr() { return &_exception_type; }

Completed in 34 milliseconds