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

/openjdk7/hotspot/src/share/vm/interpreter/
H A DtemplateInterpreter.hpp75 int distance_from(address *table) { return table - table_for(); } function in class:VALUE_OBJ_CLASS_SPEC
76 int distance_from(TosState state) { return distance_from(table_for(state)); } function in class:VALUE_OBJ_CLASS_SPEC
159 static int distance_from_dispatch_table(TosState state){ return _active_table.distance_from(state); }

Completed in 29 milliseconds