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

/openjdk10/hotspot/src/share/vm/utilities/
H A DresourceHash.hpp74 Node** lookup_node(unsigned hash, K const& key) { function in class:ResourceHashtable
87 Node const** lookup_node(unsigned hash, K const& key) const { function in class:ResourceHashtable
89 const_cast<ResourceHashtable*>(this)->lookup_node(hash, key));
116 Node const** ptr = lookup_node(hv, key);
131 Node** ptr = lookup_node(hv, key);
143 Node** ptr = lookup_node(hv, key);

Completed in 41 milliseconds