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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DinvocationCounter.cpp57 assert(0 <= state && state < number_of_states, "illegal state");
79 int InvocationCounter::_init [InvocationCounter::number_of_states];
80 InvocationCounter::Action InvocationCounter::_action[InvocationCounter::number_of_states];
121 assert(0 <= state && state < number_of_states, "illegal state");
134 guarantee((int)number_of_states <= (int)state_limit, "adjust number_of_state_bits");
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");
H A DtemplateInterpreter.hpp42 address _entry[number_of_states];
67 address _table[number_of_states][length]; // dispatch tables, indexed by tosca and bytecode
92 number_of_return_entries = number_of_states, // number of return entry points
93 number_of_deopt_entries = number_of_states, // number of deoptimization entry points
94 number_of_return_addrs = number_of_states // number of return addresses
H A DtemplateInterpreter.cpp64 assert(number_of_states == 9, "check the code below");
78 assert(number_of_states == 9, "check the code below");
92 assert(0 <= state && state < number_of_states, "state out of bounds");
98 assert(0 <= state && state < number_of_states, "state out of bounds");
105 for (int i = 0; i < number_of_states; i++) {
114 int i = number_of_states;
144 assert(number_of_states == 9, "check the code below");
301 for (int j = 0; j < number_of_states; j++) {
546 assert( state < number_of_states , "Invalid state in TosState_as_index");
/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.hpp333 TosState flag_state() const { assert((uint)number_of_states <= (uint)tos_state_mask+1, "");
H A DcpCacheOop.cpp55 assert(state < number_of_states, "Invalid state in make_flags");
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp665 number_of_states, enumerator in enum:TosState

Completed in 45 milliseconds