Searched refs:get_entry (Results 1 - 11 of 11) sorted by relevance

/openjdk10/hotspot/src/share/vm/utilities/
H A Dhashtable.inline.hpp72 return _buckets[i].get_entry();
85 template <MEMFLAGS F> inline BasicHashtableEntry<F>* HashtableBucket<F>::get_entry() const { function in class:HashtableBucket
H A Dhashtable.hpp133 BasicHashtableEntry<F>* get_entry() const;
/openjdk10/hotspot/src/share/vm/classfile/
H A Dplaceholders.cpp95 PlaceholderEntry* PlaceholderTable::get_entry(int index, unsigned int hash, function in class:PlaceholderTable
114 PlaceholderEntry* probe = get_entry(index, hash, class_name, loader_data);
129 PlaceholderEntry* probe = get_entry(index, hash, name, loader_data);
133 probe = get_entry(index, hash, name, loader_data);
163 PlaceholderEntry *probe = get_entry(index, hash, name, loader_data);
H A Ddictionary.cpp287 DictionaryEntry* Dictionary::get_entry(int index, unsigned int hash, function in class:Dictionary
304 DictionaryEntry* entry = get_entry(index, hash, name);
318 DictionaryEntry* entry = get_entry(index, hash, name);
330 DictionaryEntry* entry = get_entry(index, hash, name);
340 DictionaryEntry* entry = get_entry(index, hash, klass_name);
356 DictionaryEntry* entry = get_entry(index, hash, name);
H A Ddictionary.hpp49 DictionaryEntry* get_entry(int index, unsigned int hash, Symbol* name);
H A Dplaceholders.hpp64 PlaceholderEntry* get_entry(int index, unsigned int hash,
H A DsystemDictionary.cpp385 PlaceholderEntry* probe = placeholders()->get_entry(p_index, p_hash, child_name, loader_data);
585 placeholder = placeholders()->get_entry(p_index, p_hash, name, loader_data);
713 placeholder = placeholders()->get_entry(p_index, p_hash, name, loader_data);
771 PlaceholderEntry* oldprobe = placeholders()->get_entry(p_index, p_hash, name, loader_data);
798 oldprobe = placeholders()->get_entry(p_index, p_hash, name, loader_data);
1756 PlaceholderEntry* probe = placeholders()->get_entry(p_index, p_hash, name_h, loader_data);
H A DloaderConstraints.cpp453 PlaceholderEntry* entry = placeholders->get_entry(p_index, p_hash,
/openjdk10/hotspot/src/share/vm/gc/g1/
H A DsparsePRT.hpp169 SparsePRTEntry* get_entry(RegionIdx_t region_id) const;
273 SparsePRTEntry* get_entry(RegionIdx_t region_ind);
H A DsparsePRT.cpp139 SparsePRTEntry* RSHashTable::get_entry(RegionIdx_t region_ind) const { function in class:RSHashTable
177 SparsePRTEntry* res = get_entry(region_ind);
275 SparsePRTEntry* e = get_entry(region_index);
392 SparsePRTEntry* SparsePRT::get_entry(RegionIdx_t region_id) { function in class:SparsePRT
393 return _next->get_entry(region_id);
H A DheapRegionRemSet.cpp424 SparsePRTEntry *sprt_entry = _sparse_table.get_entry(from_hrm_ind);

Completed in 110 milliseconds