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

/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.hpp102 bool is_set() { return _is_set; } function in class:GenDCmdArgument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Instruction.hpp610 bool is_set(Flag f) const { return (_pf_flags & f) != 0; } function
1681 int number_of_exception_states() { assert(is_set(exception_entry_flag), "only for xhandlers"); return _exception_states == NULL ? 0 : _exception_states->length(); }
1682 ValueStack* exception_state_at(int idx) const { assert(is_set(exception_entry_flag), "only for xhandlers"); return _exception_states->at(idx); }
1703 bool is_set(Flag f) const { return (_flags & f) != 0; }
2039 assert(std_entry->is_set(BlockBegin::std_entry_flag), "std entry must be flagged");
2040 assert(osr_entry == NULL || osr_entry->is_set(BlockBegin::osr_entry_flag), "osr entry must be flagged");
/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.cpp3789 bool is_set = ( strcmp(_opType, "Set") == 0 ); local
3791 _lChild->swap_commutative_op(is_set, id);
3793 _rChild->swap_commutative_op(is_set, id);

Completed in 102 milliseconds