Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc2262 TNode<PropertyArray> new_properties = AllocatePropertyArray(new_capacity); in ExtendPropertiesBackingStore()
4870 TNode<PropertyArray> property_array = AllocatePropertyArray(length); in GenerateCloneObjectIC()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h2077 TNode<PropertyArray> AllocatePropertyArray(TNode<IntPtrT> capacity);
Dcode-stub-assembler.cc4664 TNode<PropertyArray> CodeStubAssembler::AllocatePropertyArray( in AllocatePropertyArray() function in v8::internal::CodeStubAssembler