Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbuiltins-collections-gen.cc2511 TNode<IntPtrT> capacity = HashTableComputeCapacity(at_least_space_for); in AllocateTable()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h3072 TNode<IntPtrT> HashTableComputeCapacity(TNode<IntPtrT> at_least_space_for);
Dcode-stub-assembler.cc3620 TNode<IntPtrT> capacity = HashTableComputeCapacity(at_least_space_for); in AllocateNameDictionary()
8442 TNode<IntPtrT> CodeStubAssembler::HashTableComputeCapacity( in HashTableComputeCapacity() function in v8::internal::CodeStubAssembler