Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-strings.cc171 static Handle<String> ConstructBalancedHelper( in ConstructBalancedHelper() function
185 ConstructBalancedHelper(building_blocks, from, from + ((to - from) / 2)); in ConstructBalancedHelper()
187 ConstructBalancedHelper(building_blocks, from + ((to - from) / 2), to); in ConstructBalancedHelper()
194 return ConstructBalancedHelper(building_blocks, 0, DEEP_DEPTH); in ConstructBalanced()