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

/openjdk7/hotspot/src/share/vm/runtime/
H A DsharedRuntime.hpp37 class AdapterHandlerTable;
595 friend class AdapterHandlerTable;
657 static AdapterHandlerTable* _adapters;
H A DsharedRuntime.cpp2184 class AdapterHandlerTable : public BasicHashtable<mtCode> { class in inherits:BasicHashtable
2202 AdapterHandlerTable() function in class:AdapterHandlerTable
2262 tty->print_cr("AdapterHandlerTable: empty %d longest %d total %d average %f",
2264 tty->print_cr("AdapterHandlerTable: lookups %d buckets %d equals %d hits %d compact %d",
2273 int AdapterHandlerTable::_lookups;
2274 int AdapterHandlerTable::_buckets;
2275 int AdapterHandlerTable::_equals;
2276 int AdapterHandlerTable::_hits;
2277 int AdapterHandlerTable::_compact;
2283 AdapterHandlerTable* _tabl
[all...]

Completed in 38 milliseconds