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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp274 ExceptionCache* ec = exception_cache();
375 if (exception_cache() != NULL) {
376 new_entry->set_next(exception_cache());
383 ExceptionCache* curr = exception_cache();
408 ExceptionCache* ec = exception_cache();
1399 ExceptionCache* ec = exception_cache();
1614 ExceptionCache* ec = exception_cache();
1729 ExceptionCache* ec = exception_cache();
H A Dnmethod.hpp496 ExceptionCache* exception_cache() const { return _exception_cache; } function in class:nmethod

Completed in 85 milliseconds