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

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1674 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure; local
1732 __ jcc(Assembler::notEqual, *failure_target);
1746 __ jcc(Assembler::notEqual, *failure_target);
1770 __ jcc(Assembler::equal, *failure_target);
1775 __ check_klass_subtype_fast_path(klass_RInfo, k_RInfo, Rtmp1, success_target, failure_target, NULL);
1784 __ jcc(Assembler::equal, *failure_target);
1834 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry(); local
1859 __ check_klass_subtype_fast_path(klass_RInfo, k_RInfo, Rtmp1, success_target, failure_target, NULL);
1868 __ jcc(Assembler::equal, *failure_target);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2625 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure; local
2643 __ brx(Assembler::notEqual, false, Assembler::pt, *failure_target);
2653 failure_target, NULL,
2658 failure_target, NULL);
2666 __ br(Assembler::equal, false, Assembler::pn, *failure_target);
2726 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry(); local
2754 __ check_klass_subtype_fast_path(klass_RInfo, k_RInfo, Rtmp1, O7, success_target, failure_target, NULL);
2761 __ br(Assembler::equal, false, Assembler::pn, *failure_target);

Completed in 268 milliseconds