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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.hpp124 XHandler* handler_at(int i) const { return _list.at(i); } function in class:XHandlers
/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp46 address handler_at(int index) { assert(index >= 0 && index < count(),""); return _handler[index]; } function in class:ExceptionCache

Completed in 35 milliseconds