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

/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp2400 Label *failure_target = should_profile ? &profile_cast_failure : failure; local
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2549 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure; local
2650 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry(); local
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1621 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure; local
1781 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry(); local
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp1359 Label *failure_target = should_profile ? &profile_cast_failure : failure; local
1500 Label *failure_target = should_profile ? &profile_cast_failure : stub->entry(); local
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.cpp1404 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry(); local
1468 Label *failure_target = op->should_profile() ? &profile_cast_failure : op->stub()->entry(); local
1603 Label *failure_target = op->should_profile() ? &profile_cast_failure : &done; local
[all...]
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp2452 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure; local
2546 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry(); local

Completed in 125 milliseconds