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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinvocationCounter.hpp54 state_mask = right_n_bits(number_of_state_bits), enumerator in enum:VALUE_OBJ_CLASS_SPEC::PrivateConstants
89 State state() const { return (State)(_counter & state_mask); }

Completed in 40 milliseconds