Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-function-gen.cc127 PACKED_ELEMENTS, elements_length, kAllowLargeObjectAllocation)); in TF_BUILTIN()
Dbuiltins-call-gen.cc249 new_kind, intptr_length, CodeStubAssembler::kAllowLargeObjectAllocation)); in CallOrConstructDoubleVarargs()
Dbuiltins-proxy-gen.cc81 kAllowLargeObjectAllocation); in AllocateJSArrayForCodeStubArguments()
Dbuiltins-promise-gen.cc1983 AllocationFlag::kAllowLargeObjectAllocation); in PerformPromiseAll()
2123 AllocationFlag::kAllowLargeObjectAllocation)); in TF_BUILTIN()
Dbuiltins-internal-gen.cc864 AllocationFlag::kAllowLargeObjectAllocation)); in TF_BUILTIN()
Dbuiltins-object-gen.cc297 PACKED_ELEMENTS, object_enum_length, kAllowLargeObjectAllocation)); in FastGetOwnValuesOrEntries()
Dbuiltins-collections-gen.cc2064 AllocateFixedArray(HOLEY_ELEMENTS, length, kAllowLargeObjectAllocation)); in AllocateTable()
Dbuiltins-string-gen.cc1842 PACKED_ELEMENTS, length, AllocationFlag::kAllowLargeObjectAllocation)); in StringToArray()
/external/v8/src/
Dcode-stub-assembler.h244 kAllowLargeObjectAllocation = 1 << 2, enumerator
1417 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedArray()
1426 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedDoubleArray()
Dcode-stub-assembler.cc1160 if (flags & kAllowLargeObjectAllocation) { in AllocateRaw()
3439 kAllowLargeObjectAllocation, fixed_array_map)); in AllocateOrderedHashTable()
4019 : CodeStubAssembler::kAllowLargeObjectAllocation; in ExtractFixedArray()