Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dfixed-array.h84 static int GetMaxLengthForNewSpaceAllocation(ElementsKind kind);
/external/v8/src/builtins/
Dbuiltins-internal-gen.cc85 int max_elements = FixedArray::GetMaxLengthForNewSpaceAllocation(kind); in TF_BUILTIN()
/external/v8/src/ic/
Daccessor-assembler.cc1651 FixedArrayBase::GetMaxLengthForNewSpaceAllocation(PACKED_ELEMENTS)); in ExtendPropertiesBackingStore()
/external/v8/src/
Dcode-stub-assembler.cc4078 FixedArray::GetMaxLengthForNewSpaceAllocation(PACKED_ELEMENTS)); in ExtractFixedArray()
4616 int max_size = FixedArrayBase::GetMaxLengthForNewSpaceAllocation(to_kind); in GrowElementsCapacity()
Dobjects.cc16127 int FixedArrayBase::GetMaxLengthForNewSpaceAllocation(ElementsKind kind) { in GetMaxLengthForNewSpaceAllocation() function in v8::internal::FixedArrayBase