Searched refs:Splay (Results 1 - 3 of 3) 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...]
H A Dsplay-tree.h105 void Splay(const Key& key);
/external/v8/benchmarks/
H A Dsplay.js36 var Splay = new BenchmarkSuite('Splay', 81491, [
37 new Benchmark("Splay", SplayRun, SplaySetup, SplayTearDown)
100 throw new Error("Splay tree has wrong size");
106 throw new Error("Splay tree not sorted");
124 * Constructs a Splay tree. A splay tree is a self-balancing binary
165 // Splay on the key to move the last node on the search path for
207 // Splay to make sure that the new root has an empty right child.
256 // Splay on the key to move the node with the given key or the last
356 * Constructs a Splay tre
[all...]

Completed in 159 milliseconds