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

/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2624 Label profile_cast_failure, profile_cast_success; local
2625 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure;
2687 __ bind(profile_cast_failure);
2724 Label profile_cast_success, profile_cast_failure, done; local
2726 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry();
2778 __ bind(profile_cast_failure);
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1672 Label profile_cast_success, profile_cast_failure; local
1674 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure;
1797 __ bind(profile_cast_failure);
1832 Label profile_cast_success, profile_cast_failure, done; local
1834 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry();
1880 __ bind(profile_cast_failure);

Completed in 49 milliseconds