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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp47 void set_handler_at(int index, address a) { assert(index >= 0 && index < cache_size,""); _handler[index] = a; } function in class:ExceptionCache
H A Dnmethod.cpp262 set_handler_at(count(), handler);

Completed in 39 milliseconds