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

/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp956 address handler_address = NULL; variable
1014 handler_address = SharedRuntime::deopt_blob()->unpack_with_exception();
1017 handler_address =
1020 if (handler_address == NULL) {
1022 handler_address = SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true);
1023 assert (handler_address != NULL, "must have compiled handler");
1028 nm->add_handler_for_exception_and_pc(exception,pc,handler_address);
1031 assert(handler_address == SharedRuntime::compute_compiled_exc_handler(nm, pc, exception, force_unwind, true), "Must be the same");
1036 thread->set_exception_handler_pc(handler_address);
1044 return handler_address;
1064 address handler_address = NULL; local
[all...]

Completed in 59 milliseconds