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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinvocationCounter.hpp76 number_of_states // must be <= state_limit enumerator in enum:VALUE_OBJ_CLASS_SPEC::State
122 static int _init [number_of_states]; // the counter limits
123 static Action _action[number_of_states]; // the actions
131 assert(0 <= state && state < number_of_states, "illegal state");
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp665 number_of_states, enumerator in enum:TosState

Completed in 35 milliseconds