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

/openjdk7/hotspot/src/share/vm/classfile/
H A DresolutionErrors.cpp34 void ResolutionErrorTable::add_entry(int index, unsigned int hash,
45 ResolutionErrorEntry* ResolutionErrorTable::find_entry(int index, unsigned int hash,
67 ResolutionErrorEntry* ResolutionErrorTable::new_entry(int hash, constantPoolOop pool,
78 void ResolutionErrorTable::free_entry(ResolutionErrorEntry *entry) {
87 ResolutionErrorTable::ResolutionErrorTable(int table_size) function in class:ResolutionErrorTable
92 void ResolutionErrorTable::oops_do(OopClosure* f) {
110 void ResolutionErrorTable::purge_resolution_errors(BoolObjectClosure* is_alive) {
H A DresolutionErrors.hpp36 class ResolutionErrorTable : public Hashtable<constantPoolOop, mtClass> { class in inherits:Hashtable
39 ResolutionErrorTable(int table_size);
H A DsystemDictionary.hpp78 class ResolutionErrorTable;
566 static ResolutionErrorTable* _resolution_errors;
587 static ResolutionErrorTable* resolution_errors() { return _resolution_errors; }
H A DsystemDictionary.cpp68 ResolutionErrorTable* SystemDictionary::_resolution_errors = NULL;
1795 _resolution_errors = new ResolutionErrorTable(_resolution_error_size);

Completed in 4399 milliseconds