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

/openjdk9/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp78 int distance_from(address *table) { return table - table_for(); } function in class:VALUE_OBJ_CLASS_SPEC
79 int distance_from(TosState state) { return distance_from(table_for(state)); } function in class:VALUE_OBJ_CLASS_SPEC

Completed in 52 milliseconds