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

/openjdk9/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp76 address* table_for(TosState state) { return _table[state]; } function in class:VALUE_OBJ_CLASS_SPEC
77 address* table_for() { return table_for((TosState)0); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 37 milliseconds