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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp224 add_address_and_handler(pc,handler);
258 bool ExceptionCache::add_address_and_handler(address addr, address handler) { function in class:ExceptionCache
430 if (target_entry == NULL || !target_entry->add_address_and_handler(pc,handler)) {

Completed in 39 milliseconds