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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp343 ProfileMDOFlag, enumerator in enum:Instruction::InstructionFlag
919 void set_should_profile(bool value) { set_flag(ProfileMDOFlag, value); }
922 bool should_profile() const { return check_flag(ProfileMDOFlag); }
1355 void set_should_profile(bool value) { set_flag(ProfileMDOFlag, value); }
1358 bool should_profile() const { return check_flag(ProfileMDOFlag); }
1803 bool should_profile() const { return check_flag(ProfileMDOFlag); }
1808 void set_should_profile(bool value) { set_flag(ProfileMDOFlag, value); }
1854 bool should_profile() const { return check_flag(ProfileMDOFlag); }
1873 void set_should_profile(bool value) { set_flag(ProfileMDOFlag, value); }

Completed in 1237 milliseconds