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

  /external/v8/src/
d8.h 25 static const int kMaxNameSize = 64;
36 uint8_t name_[kMaxNameSize];
profile-generator.h 34 static const int kMaxNameSize = 1024;
profile-generator.cc 91 int length = Min(kMaxNameSize, str->length());
d8.cc 690 for (i = 0; i < kMaxNameSize - 1 && name[i]; i++)
707 max_name_size_ = Counter::kMaxNameSize;
    [all...]

Completed in 201 milliseconds