Searched refs:GetMaxLengthForNewSpaceAllocation (Results 1 – 5 of 5) sorted by relevance
84 static int GetMaxLengthForNewSpaceAllocation(ElementsKind kind);
85 int max_elements = FixedArray::GetMaxLengthForNewSpaceAllocation(kind); in TF_BUILTIN()
1651 FixedArrayBase::GetMaxLengthForNewSpaceAllocation(PACKED_ELEMENTS)); in ExtendPropertiesBackingStore()
4078 FixedArray::GetMaxLengthForNewSpaceAllocation(PACKED_ELEMENTS)); in ExtractFixedArray()4616 int max_size = FixedArrayBase::GetMaxLengthForNewSpaceAllocation(to_kind); in GrowElementsCapacity()
16127 int FixedArrayBase::GetMaxLengthForNewSpaceAllocation(ElementsKind kind) { in GetMaxLengthForNewSpaceAllocation() function in v8::internal::FixedArrayBase