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

  /external/v8/tools/
splaytree.py 30 """Nodes in the splay tree."""
47 """The splay tree itself is just a reference to the root of the tree."""
63 # Splay on the key to move the last node on the search path for
65 self.Splay(key)
86 # Splay on the key to move the node with the given key to the top.
87 self.Splay(key)
101 # Splay to make sure that the new root has an empty right child.
102 self.Splay(key)
112 self.Splay(key)
139 # Splay on the key to move the node with the given key or the las
    [all...]
  /external/v8/src/
zone-inl.h 77 // Splay on the key to move the last node on the search path
79 Splay(key);
108 Splay(key);
123 // Splay on the key to move the node with the given key or the last
125 Splay(key);
147 // Splay on the key to move the node with the given key or the last
149 Splay(key);
195 // Splay on the key to move the node with the given key to the top.
196 Splay(key);
208 // Splay to make sure that the new root has an empty right child
    [all...]

Completed in 14 milliseconds