Searched refs:ConstructBalancedHelper (Results 1 – 1 of 1) sorted by relevance
171 static Handle<String> ConstructBalancedHelper( in ConstructBalancedHelper() function185 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()