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

/openjdk7/hotspot/src/share/vm/classfile/
H A Ddictionary.cpp556 SymbolPropertyTable::SymbolPropertyTable(int table_size) function in class:SymbolPropertyTable
560 SymbolPropertyTable::SymbolPropertyTable(int table_size, HashtableBucket<mtSymbol>* t, function in class:SymbolPropertyTable
567 SymbolPropertyEntry* SymbolPropertyTable::find_entry(int index, unsigned int hash,
580 SymbolPropertyEntry* SymbolPropertyTable::add_entry(int index, unsigned int hash,
592 void SymbolPropertyTable::oops_do(OopClosure* f) {
602 void SymbolPropertyTable::methods_do(void f(methodOop)) {
H A Ddictionary.hpp229 // Entry in a SymbolPropertyTable, mapping a single Symbol*
281 class SymbolPropertyTable : public Hashtable<Symbol*, mtSymbol> { class in inherits:Hashtable
311 SymbolPropertyTable(int table_size);
312 SymbolPropertyTable(int table_size, HashtableBucket<mtSymbol>* t, int number_of_entries);
H A DsystemDictionary.hpp79 class SymbolPropertyTable;
569 static SymbolPropertyTable* _invoke_method_table;
588 static SymbolPropertyTable* invoke_method_table() { return _invoke_method_table; }
H A DsystemDictionary.cpp69 SymbolPropertyTable* SystemDictionary::_invoke_method_table = NULL;
1796 _invoke_method_table = new SymbolPropertyTable(_invoke_method_size);

Completed in 153 milliseconds