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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp166 static int TosState_as_index(TosState state); // computes index into return_3_entry_by_index table
H A DtemplateInterpreter.cpp303 int index = Interpreter::TosState_as_index(states[j]);
545 int TemplateInterpreter::TosState_as_index(TosState state) { function in class:TemplateInterpreter
546 assert( state < number_of_states , "Invalid state in TosState_as_index");

Completed in 32 milliseconds