Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.h1320 TNode<NameDictionary> AllocateNameDictionaryWithCapacity(
Dcode-stub-assembler.cc3355 return AllocateNameDictionaryWithCapacity(capacity); in AllocateNameDictionary()
3358 TNode<NameDictionary> CodeStubAssembler::AllocateNameDictionaryWithCapacity( in AllocateNameDictionaryWithCapacity() function in v8::internal::CodeStubAssembler
3412 AllocateNameDictionaryWithCapacity(capacity); in CopyNameDictionary()