Searched refs:get_entry (Results 1 - 12 of 12) 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
H A Dhashtable.hpp132 BasicHashtableEntry<F>* get_entry() const;
/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 Dplaceholders.hpp65 PlaceholderEntry* get_entry(int index, unsigned int hash,
H A DsystemDictionary.cpp333 PlaceholderEntry* probe = placeholders()->get_entry(p_index, p_hash, child_name, class_loader);
363 PlaceholderEntry* probe = placeholders()->get_entry(p_index, p_hash, child_name, class_loader);
553 placeholder = placeholders()->get_entry(p_index, p_hash, name, class_loader);
642 placeholder = placeholders()->get_entry(p_index, p_hash, name, class_loader);
695 PlaceholderEntry* oldprobe = placeholders()->get_entry(p_index, p_hash, name, class_loader);
722 oldprobe = placeholders()->get_entry(p_index, p_hash, name, class_loader);
789 PlaceholderEntry* probe = placeholders()->get_entry(p_index, p_hash, name, class_loader);
1492 PlaceholderEntry* probe = placeholders()->get_entry(p_index, p_hash, name_h, class_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);
H A Ddictionary.hpp47 DictionaryEntry* get_entry(int index, unsigned int hash,
H A DloaderConstraints.cpp458 PlaceholderEntry* entry = placeholders->get_entry(p_index, p_hash,
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.hpp161 SparsePRTEntry* get_entry(RegionIdx_t region_id);
271 SparsePRTEntry* get_entry(RegionIdx_t region_ind);
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);
H A DheapRegionRemSet.cpp494 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrs_ind);

Completed in 1523 milliseconds