Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dstate-values-utils.cc150 Node* StateValuesCache::BuildTree(ValueArrayIterator* it, size_t max_height) { in BuildTree() function in v8::internal::compiler::StateValuesCache
162 (*buffer)[count] = BuildTree(it, max_height - 1); in BuildTree()
191 Node* tree = BuildTree(&it, height); in GetNodeForValues()
Dstate-values-utils.h47 Node* BuildTree(ValueArrayIterator* it, size_t max_height);