Searched refs:should_profile (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LIRAssembler_x86.cpp1662 if (op->should_profile()) {
1673 Label *success_target = op->should_profile() ? &profile_cast_success : success;
1674 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure;
1699 if (op->should_profile()) {
1788 if (op->should_profile()) {
1822 if (op->should_profile()) {
1833 Label *success_target = op->should_profile() ? &profile_cast_success : &done;
1834 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry();
1837 if (op->should_profile()) {
1871 if (op->should_profile()) {
[all...]
H A Dc1_LIRGenerator_x86.cpp271 x->should_profile());
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRAssembler_sparc.cpp2598 if (op->should_profile()) {
2625 Label *failure_target = op->should_profile() ? &profile_cast_failure : failure;
2626 Label *success_target = op->should_profile() ? &profile_cast_success : success;
2672 if (op->should_profile()) {
2719 if (op->should_profile()) {
2725 Label *success_target = op->should_profile() ? &profile_cast_success : &done;
2726 Label *failure_target = op->should_profile() ? &profile_cast_failure : stub->entry();
2728 if (op->should_profile()) {
2765 if (op->should_profile()) {
H A Dc1_LIRGenerator_sparc.cpp332 x->should_profile());
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp922 bool should_profile() const { return check_flag(ProfileMDOFlag); }
1358 bool should_profile() const { return check_flag(ProfileMDOFlag); }
1803 bool should_profile() const { return check_flag(ProfileMDOFlag); }
1854 bool should_profile() const { return check_flag(ProfileMDOFlag); }
H A Dc1_LIRGenerator.cpp942 if (if_instr->should_profile()) {
2538 if (x->should_profile()) {
H A Dc1_LIR.hpp1552 bool should_profile() const { return _should_profile; } function in class:LIR_OpTypeCheck

Completed in 2511 milliseconds