Searched defs:set_handler_at (Results 1 - 1 of 1) sorted by relevance
| /openjdk7/hotspot/src/share/vm/code/ | ||
| H A D | nmethod.hpp | 47 void set_handler_at(int index, address a) { assert(index >= 0 && index < cache_size,""); _handler[index] = a; } function in class:ExceptionCache |
Completed in 27 milliseconds