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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp428 ExceptionCache* target_entry = exception_cache_entry_for_exception(exception); local
430 if (target_entry == NULL || !target_entry->add_address_and_handler(pc,handler)) {
431 target_entry = new ExceptionCache(exception,pc,handler);
432 add_exception_cache_entry(target_entry);

Completed in 35 milliseconds