Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dswiss-name-dictionary-inl.h480 int per_entry_size = MetaTableSizePerEntryFor(capacity); in MetaTableSizeFor() local
486 return per_entry_size * (MaxUsableCapacity(capacity) + 2); in MetaTableSizeFor()
669 int per_entry_size = in MaxCapacity() local
679 int result = (FixedArray::kMaxSize - const_size) / per_entry_size; in MaxCapacity()