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

/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp385 bool check_flag(InstructionFlag id) const { return (_flags & (1 << id)) != 0; } function in class:Instruction
[all...]

Completed in 59 milliseconds