Searched defs:at_least_space_for (Results 1 – 5 of 5) sorted by relevance
43 int HashTableBase::ComputeCapacity(int at_least_space_for) { in ComputeCapacity()
168 TNode<IntPtrT> at_least_space_for = in AddConstructorEntries() local745 TNode<IntPtrT> at_least_space_for) { in AllocateTable()2055 TNode<IntPtrT> at_least_space_for) { in AllocateTable()
3345 int at_least_space_for) { in AllocateNameDictionary()3350 TNode<IntPtrT> at_least_space_for) { in AllocateNameDictionary()7589 TNode<IntPtrT> at_least_space_for) { in HashTableComputeCapacity()
16737 Isolate* isolate, int at_least_space_for, PretenureFlag pretenure, in New()17752 Isolate* isolate, int at_least_space_for, PretenureFlag pretenure, in New()
2800 int at_least_space_for = map->NumberOfOwnDescriptors() * 2 + initial_size; in NewJSGlobalObject() local