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

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp327 NeedsNullCheckFlag = 0, enumerator in enum:Instruction::InstructionFlag
412 void set_needs_null_check(bool f) { set_flag(NeedsNullCheckFlag, f); }
413 bool needs_null_check() const { return check_flag(NeedsNullCheckFlag); }

Completed in 33 milliseconds