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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsymbolTable.hpp259 static void buckets_do(OopClosure* f, int start_idx, int end_idx);
H A DsymbolTable.cpp776 void StringTable::buckets_do(OopClosure* f, int start_idx, int end_idx) { function in class:StringTable
807 buckets_do(f, 0, the_table()->table_size());
823 buckets_do(f, start_idx, end_idx);

Completed in 25 milliseconds