Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-collections-gen.cc71 TNode<Object> AllocateJSCollectionFast(TNode<HeapObject> constructor);
333 [=] { return AllocateJSCollectionFast(constructor); }, in AllocateJSCollection()
340 TNode<Object> BaseCollectionsAssembler::AllocateJSCollectionFast( in AllocateJSCollectionFast() function in v8::internal::BaseCollectionsAssembler