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

/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp290 address handler_base = __ start_a_stub(exception_handler_size()); local
292 if (handler_base == NULL) {
378 address handler_base = __ start_a_stub(deopt_handler_size()); local
379 if (handler_base == NULL) {
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp378 address handler_base = __ start_a_stub(exception_handler_size()); local
379 if (handler_base == NULL) {
470 address handler_base = __ start_a_stub(deopt_handler_size()); local
471 if (handler_base == NULL) {
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp156 address handler_base = __ start_a_stub(exception_handler_size()); local
158 if (handler_base == NULL) {
236 address handler_base = __ start_a_stub(deopt_handler_size()); local
238 if (handler_base == NULL) {
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp156 address handler_base = __ start_a_stub(exception_handler_size()); local
157 if (handler_base == NULL) {
254 address handler_base = __ start_a_stub(deopt_handler_size()); local
255 if (handler_base == NULL) {
/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.cpp256 address handler_base = __ start_a_stub(exception_handler_size()); local
257 if (handler_base == NULL) {
319 address handler_base = __ start_a_stub(deopt_handler_size()); local
320 if (handler_base == NULL) {
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp396 address handler_base = __ start_a_stub(exception_handler_size()); local
397 if (handler_base == NULL) {
493 address handler_base = __ start_a_stub(deopt_handler_size()); local
494 if (handler_base == NULL) {

Completed in 356 milliseconds