Home
last modified time | relevance | path

Searched refs:Splay (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dsplay-tree-inl.h32 Splay(key); in Insert()
67 Splay(key); in FindInternal()
96 Splay(key); in FindGreatestLessThan()
120 Splay(key); in FindLeastGreaterThan()
166 Splay(new_key); in Move()
201 Splay(key); in RemoveRootNode()
210 void SplayTree<Config, Allocator>::Splay(const Key& key) { in Splay() function
Dsplay-tree.h96 void Splay(const Key& key);
/external/toolchain-utils/crosperf/
Dunittest_keyval_file.txt14 {"description": "Splay", "graph": "Splay", "higher_is_better": true, "units": "score", "value": 442…
/external/skqp/tests/
DColorPrivTest.cpp16 DEF_TEST(Splay, r) { in DEF_TEST() argument
/external/skia/tests/
DColorPrivTest.cpp16 DEF_TEST(Splay, r) { in DEF_TEST() argument
/external/v8/benchmarks/
DREADME.txt48 The Splay benchmark is a newcomer in version 4. It manipulates a
70 typos in the DeltaBlue implementation. Changed the Splay benchmark to
Dsplay.js36 var Splay = new BenchmarkSuite('Splay', 81491, [ variable
/external/ImageMagick/MagickCore/
Dsplay-tree.c1515 static NodeInfo *Splay(SplayTreeInfo *splay_tree,const size_t depth, in Splay() function
1548 n=Splay(splay_tree,depth+1,key,next,node,parent); in Splay()
1623 (void) Splay(splay_tree,0UL,key,&splay_tree->root,(NodeInfo **) NULL, in SplaySplayTree()
1628 (void) Splay(splay_tree,0UL,key,&splay_tree->root,(NodeInfo **) NULL, in SplaySplayTree()
/external/v8/
DChangeLog46154 to V8 Splay performance regression on Mac. (Chromium issue 134183)