Home
last modified time | relevance | path

Searched refs:InsertInternal (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dsplay-tree-inl.h39 InsertInternal(cmp, node); in Insert()
47 void SplayTree<Config, Allocator>::InsertInternal(int cmp, Node* node) { in InsertInternal() function
174 InsertInternal(cmp, node_to_move); in Move()
Dsplay-tree.h162 void InsertInternal(int cmp, Node* node);