Home
last modified time | relevance | path

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

/external/v8/src/
Dlayout-descriptor-inl.h175 const int kMaxWordsPerField = kDoubleSize / kPointerSize; in CalculateCapacity() local
177 if (num_descriptors <= kSmiValueSize / kMaxWordsPerField) { in CalculateCapacity()