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

/external/v8/src/
H A Dsplay-tree-inl.h50 // Splay on the key to move the last node on the search path
52 Splay(key);
87 Splay(key);
108 // Splay on the key to move the node with the given key or the last
110 Splay(key);
132 // Splay on the key to move the node with the given key or the last
134 Splay(key);
182 Splay(new_key);
216 // Splay to make sure that the new root has an empty right child.
217 Splay(ke
226 void SplayTree<Config, Allocator>::Splay(const Key& key) { function in class:v8::internal::SplayTree
[all...]

Completed in 63 milliseconds