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

  /external/v8/src/
bit-vector.h 349 static const int kInitialLength = 1024;
357 int new_length = bits_ == nullptr ? kInitialLength : bits_->length();
  /external/v8/src/objects/
shared-function-info.h 216 static const int kInitialLength = kEntriesStart + kEntryLength;

Completed in 89 milliseconds