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

/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.hpp166 bool _splay; member in class:BinaryTreeDictionary
173 bool splay() const { return _splay; }
174 void set_splay(bool v) { _splay = v; }
H A DbinaryTreeDictionary.cpp316 _splay(splay), _adaptive_freelists(adaptive_freelists),
323 _adaptive_freelists(adaptive_freelists), _splay(splay)

Completed in 33 milliseconds