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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp63 bool add_address_and_handler(address addr, address handler) ;
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 63 milliseconds