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

/openjdk10/hotspot/src/cpu/arm/vm/
H A Dc1_LIRAssembler_arm.cpp1404 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry(); local
1428 __ b(*failure_target, ne);
1432 __ cbz(R0, *failure_target);
1468 Label *failure_target = op->should_profile() ? &profile_cast_failure : op->stub()->entry(); local
1490 __ b(*failure_target, ne);
1495 __ b(*failure_target, ne);
1502 __ cbz(R0, *failure_target);
1514 __ b(*failure_target, ne);
1518 __ cbz(R0, *failure_target);
1544 __ b(*failure_target, n
1603 Label *failure_target = op->should_profile() ? &profile_cast_failure : &done; local
[all...]
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRAssembler_aarch64.cpp1359 Label *failure_target = should_profile ? &profile_cast_failure : failure; local
1408 __ br(Assembler::NE, *failure_target);
1419 __ br(Assembler::NE, *failure_target);
1432 __ cbzw(klass_RInfo, *failure_target);
1437 __ check_klass_subtype_fast_path(klass_RInfo, k_RInfo, Rtmp1, success_target, failure_target, NULL);
1443 __ cbz(k_RInfo, *failure_target);
1500 Label *failure_target = should_profile ? &profile_cast_failure : stub->entry(); local
1529 __ check_klass_subtype_fast_path(klass_RInfo, k_RInfo, Rtmp1, success_target, failure_target, NULL);
1535 __ cbzw(k_RInfo, *failure_target);
/openjdk10/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2402 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure; local
2420 __ brx(Assembler::notEqual, false, Assembler::pt, *failure_target);
2430 failure_target, NULL,
2435 failure_target, NULL);
2443 __ br(Assembler::equal, false, Assembler::pn, *failure_target);
2503 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry(); local
2531 __ check_klass_subtype_fast_path(klass_RInfo, k_RInfo, Rtmp1, O7, success_target, failure_target, NULL);
2538 __ br(Assembler::equal, false, Assembler::pn, *failure_target);
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dc1_LIRAssembler_s390.cpp2445 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure; local
2464 __ compareU64_and_branch(k_RInfo, klass_RInfo, Assembler::bcondNotEqual, *failure_target);
2467 __ branch_optimized(Assembler::bcondNotEqual, *failure_target);
2478 failure_target, NULL,
2487 __ branch_optimized(Assembler::bcondNotEqual, *failure_target);
2539 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry(); local
2563 __ check_klass_subtype_fast_path(klass_RInfo, k_RInfo, Rtmp1, success_target, failure_target, NULL);
2570 __ branch_optimized(Assembler::bcondNotEqual, *failure_target);
/openjdk10/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1623 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure; local
1681 __ jcc(Assembler::notEqual, *failure_target);
1695 __ jcc(Assembler::notEqual, *failure_target);
1719 __ jcc(Assembler::equal, *failure_target);
1724 __ check_klass_subtype_fast_path(klass_RInfo, k_RInfo, Rtmp1, success_target, failure_target, NULL);
1733 __ jcc(Assembler::equal, *failure_target);
1783 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry(); local
1808 __ check_klass_subtype_fast_path(klass_RInfo, k_RInfo, Rtmp1, success_target, failure_target, NULL);
1817 __ jcc(Assembler::equal, *failure_target);
/openjdk10/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRAssembler_ppc.cpp2441 Label *failure_target = should_profile ? &profile_cast_failure : failure; local
2448 __ bne(CCR0, *failure_target);
2462 failure_target, NULL, RegisterOrConstant(k->super_check_offset()));
2465 __ check_klass_subtype_fast_path(klass_RInfo, k_RInfo, Rtmp1, R0, success_target, failure_target);
2477 __ bne(CCR0, *failure_target);

Completed in 112 milliseconds