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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp344 IsLinkedInBlockFlag, enumerator in enum:Instruction::InstructionFlag
414 bool is_linked() const { return check_flag(IsLinkedInBlockFlag); }
435 next->set_flag(Instruction::IsLinkedInBlockFlag, true);

Completed in 34 milliseconds