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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp397 address handler_base = __ start_a_stub(exception_handler_size); local
399 if (handler_base == NULL) {
482 address handler_base = __ start_a_stub(deopt_handler_size); local
483 if (handler_base == NULL) {
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp390 address handler_base = __ start_a_stub(exception_handler_size); local
391 if (handler_base == NULL) {
481 address handler_base = __ start_a_stub(deopt_handler_size); local
482 if (handler_base == NULL) {

Completed in 5616 milliseconds