Searched defs:get_entry (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A Dhashtable.inline.hpp75 return _buckets[i].get_entry();
88 template <MEMFLAGS F> inline BasicHashtableEntry<F>* HashtableBucket<F>::get_entry() const { function in class:HashtableBucket
/openjdk7/hotspot/src/share/vm/classfile/
H A Dplaceholders.cpp94 PlaceholderEntry* PlaceholderTable::get_entry(int index, unsigned int hash, function in class:PlaceholderTable
115 PlaceholderEntry* probe = get_entry(index, hash, class_name, class_loader);
125 PlaceholderEntry* probe = get_entry(index, hash, name, loader);
129 probe = get_entry(index, hash, name, loader);
158 PlaceholderEntry *probe = get_entry(index, hash, name, loader);
H A Ddictionary.cpp446 DictionaryEntry* Dictionary::get_entry(int index, unsigned int hash, function in class:Dictionary
465 DictionaryEntry* entry = get_entry(index, hash, name, loader);
479 DictionaryEntry* entry = get_entry(index, hash, name, loader);
491 DictionaryEntry* entry = get_entry(index, hash, name, Handle());
501 DictionaryEntry* entry = get_entry(index, hash, klass_name, loader);
518 DictionaryEntry* entry = get_entry(index, hash, name, loader);
H A DclassLoader.cpp691 PackageInfo* get_entry(int index, unsigned int hash, function in class:PackageHashtable
710 PackageInfo* get_entry(const char* pkgname, int n) { function in class:PackageHashtable
712 return get_entry(hash_to_index(hash), hash, pkgname, n);
793 return _package_hash_table->get_entry(pkgname, n);
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.cpp217 SparsePRTEntry* RSHashTable::get_entry(RegionIdx_t region_ind) { function in class:RSHashTable
497 SparsePRTEntry* SparsePRT::get_entry(RegionIdx_t region_id) { function in class:SparsePRT
498 return _next->get_entry(region_id);

Completed in 40 milliseconds