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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp341 NeedsPatchingFlag, enumerator in enum:Instruction::InstructionFlag
720 set_flag(NeedsPatchingFlag, needs_patching);
733 bool needs_patching() const { return check_flag(NeedsPatchingFlag); }

Completed in 33 milliseconds