Searched refs:AllocatePropertyArray (Results 1 – 3 of 3) sorted by relevance
2262 TNode<PropertyArray> new_properties = AllocatePropertyArray(new_capacity); in ExtendPropertiesBackingStore()4870 TNode<PropertyArray> property_array = AllocatePropertyArray(length); in GenerateCloneObjectIC()
2077 TNode<PropertyArray> AllocatePropertyArray(TNode<IntPtrT> capacity);
4664 TNode<PropertyArray> CodeStubAssembler::AllocatePropertyArray( in AllocatePropertyArray() function in v8::internal::CodeStubAssembler