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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.cpp1671 resolution_errors()->purge_resolution_errors(is_alive);
1700 resolution_errors()->oops_do(f);
2134 unsigned int hash = resolution_errors()->compute_hash(pool, which);
2135 int index = resolution_errors()->hash_to_index(hash);
2138 resolution_errors()->add_entry(index, hash, pool, which, error);
2144 unsigned int hash = resolution_errors()->compute_hash(pool, which);
2145 int index = resolution_errors()->hash_to_index(hash);
2148 ResolutionErrorEntry* entry = resolution_errors()->find_entry(index, hash, pool, which);
H A DsystemDictionary.hpp587 static ResolutionErrorTable* resolution_errors() { return _resolution_errors; } function in class:SystemDictionary

Completed in 114 milliseconds