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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp209 ExceptionCache *_exception_cache; member in class:nmethod
496 ExceptionCache* exception_cache() const { return _exception_cache; }
497 void set_exception_cache(ExceptionCache *ec) { _exception_cache = ec; }
H A Dnmethod.cpp673 _exception_cache = NULL;
755 _exception_cache = NULL;
863 _exception_cache = NULL;
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp882 nonstatic_field(nmethod, _exception_cache, ExceptionCache*) \

Completed in 52 milliseconds