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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp333 IsStrictfpFlag, enumerator in enum:Instruction::InstructionFlag
988 set_flag(IsStrictfpFlag, is_strictfp);
993 bool is_strictfp() const { return check_flag(IsStrictfpFlag); }

Completed in 34 milliseconds