HomeSort by relevance Sort by last modified time
    Searched refs:Splay (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
splay-tree-inl.h 31 #include "splay-tree.h"
50 // 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
    [all...]
splay-tree.h 37 // A splay tree. The config type parameter encapsulates the different
38 // configurations of a concrete splay tree:
101 // Perform the splay operation for the given key. Moves the node with
105 void Splay(const Key& key);
  /cts/suite/pts/hostTests/browser/browserlauncher/assets/octane/
splay.js 32 // used for old nodes. Because of the way splay trees work, the engine
36 var Splay = new BenchmarkSuite('Splay', 81491, [
37 new Benchmark("Splay", SplayRun, SplaySetup, SplayTearDown)
92 // used by the splay tree no matter how we exit the
97 // Verify that the splay tree has the right size.
100 throw new Error("Splay tree has wrong size");
103 // Verify that the splay tree has sorted, unique keys.
106 throw new Error("Splay tree not sorted");
113 // Replace a few nodes in the splay tree
    [all...]
  /external/v8/benchmarks/
splay.js 32 // used for old nodes. Because of the way splay trees work, the engine
36 var Splay = new BenchmarkSuite('Splay', 81491, [
37 new Benchmark("Splay", SplayRun, SplaySetup, SplayTearDown)
92 // used by the splay tree no matter how we exit the
97 // Verify that the splay tree has the right size.
100 throw new Error("Splay tree has wrong size");
103 // Verify that the splay tree has sorted, unique keys.
106 throw new Error("Splay tree not sorted");
113 // Replace a few nodes in the splay tree
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-splay.js 32 // used for old nodes. Because of the way splay trees work, the engine
86 // used by the splay tree no matter how we exit the
91 // Verify that the splay tree has the right size.
94 throw new Error("Splay tree has wrong size");
97 // Verify that the splay tree has sorted, unique keys.
100 throw new Error("Splay tree not sorted");
107 // Replace a few nodes in the splay tree.
118 * Constructs a Splay tree. A splay tree is a self-balancing binary
159 // Splay on the key to move the last node on the search path fo
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-splay.js 32 // used for old nodes. Because of the way splay trees work, the engine
86 // used by the splay tree no matter how we exit the
91 // Verify that the splay tree has the right size.
94 throw new Error("Splay tree has wrong size");
97 // Verify that the splay tree has sorted, unique keys.
100 throw new Error("Splay tree not sorted");
107 // Replace a few nodes in the splay tree.
118 * Constructs a Splay tree. A splay tree is a self-balancing binary
159 // Splay on the key to move the last node on the search path fo
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-splay.js 32 // used for old nodes. Because of the way splay trees work, the engine
87 // used by the splay tree no matter how we exit the
92 // Verify that the splay tree has the right size.
95 throw new Error("Splay tree has wrong size");
98 // Verify that the splay tree has sorted, unique keys.
101 throw new Error("Splay tree not sorted");
108 // Replace a few nodes in the splay tree.
119 * Constructs a Splay tree. A splay tree is a self-balancing binary
160 // Splay on the key to move the last node on the search path fo
    [all...]
  /external/v8/benchmarks/spinning-balls/
splay-tree.js 29 * Constructs a Splay tree. A splay tree is a self-balancing binary
70 // Splay on the key to move the last node on the search path for
112 // Splay to make sure that the new root has an empty right child.
161 // Splay on the key to move the node with the given key or the last
189 * Perform the splay operation for the given key. Moves the node with
195 * @param {number} key Key to splay the tree on.
261 * Constructs a Splay tree node.
  /external/v8/tools/
splaytree.js 30 * Constructs a Splay tree. A splay tree is a self-balancing binary
72 // Splay on the key to move the last node on the search path for
114 // Splay to make sure that the new root has an empty right child.
178 // Splay on the key to move the node with the given key or the last
215 * Perform the splay operation for the given key. Moves the node with
221 * @param {number} key Key to splay the tree on.
307 * Constructs a Splay tree node.
  /external/v8/test/mjsunit/tools/
splaytree.js 28 // Load the Splay tree implementation from <project root>/tools.
codemap.js 28 // Load Splay tree and CodeMap implementations from <project root>/tools.

Completed in 1650 milliseconds