HomeSort by relevance Sort by last modified time
    Searched refs:DEEP_DEPTH (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-strings.cc 47 static const int DEEP_DEPTH = 8 * 1024;
194 return ConstructBalancedHelper(building_blocks, 0, DEEP_DEPTH);
240 Handle<String> left_asymmetric = ConstructLeft(building_blocks, DEEP_DEPTH);
241 Handle<String> right_asymmetric = ConstructRight(building_blocks, DEEP_DEPTH);
  /external/chromium_org/v8/test/cctest/
test-strings.cc 99 static const int DEEP_DEPTH = 8 * 1024;
527 ConsStringGenerationData* data, int depth = DEEP_DEPTH) {
578 Handle<String> left_asymmetric = ConstructLeft(&data, DEEP_DEPTH);
579 Handle<String> right_asymmetric = ConstructRight(&data, DEEP_DEPTH);
    [all...]

Completed in 265 milliseconds