Searched refs:kAllowLargeObjectAllocation (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-function-gen.cc | 127 PACKED_ELEMENTS, elements_length, kAllowLargeObjectAllocation)); in TF_BUILTIN()
|
D | builtins-call-gen.cc | 249 new_kind, intptr_length, CodeStubAssembler::kAllowLargeObjectAllocation)); in CallOrConstructDoubleVarargs()
|
D | builtins-proxy-gen.cc | 81 kAllowLargeObjectAllocation); in AllocateJSArrayForCodeStubArguments()
|
D | builtins-promise-gen.cc | 1983 AllocationFlag::kAllowLargeObjectAllocation); in PerformPromiseAll() 2123 AllocationFlag::kAllowLargeObjectAllocation)); in TF_BUILTIN()
|
D | builtins-internal-gen.cc | 864 AllocationFlag::kAllowLargeObjectAllocation)); in TF_BUILTIN()
|
D | builtins-object-gen.cc | 297 PACKED_ELEMENTS, object_enum_length, kAllowLargeObjectAllocation)); in FastGetOwnValuesOrEntries()
|
D | builtins-collections-gen.cc | 2064 AllocateFixedArray(HOLEY_ELEMENTS, length, kAllowLargeObjectAllocation)); in AllocateTable()
|
D | builtins-string-gen.cc | 1842 PACKED_ELEMENTS, length, AllocationFlag::kAllowLargeObjectAllocation)); in StringToArray()
|
/external/v8/src/ |
D | code-stub-assembler.h | 244 kAllowLargeObjectAllocation = 1 << 2, enumerator 1417 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedArray() 1426 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedDoubleArray()
|
D | code-stub-assembler.cc | 1160 if (flags & kAllowLargeObjectAllocation) { in AllocateRaw() 3439 kAllowLargeObjectAllocation, fixed_array_map)); in AllocateOrderedHashTable() 4019 : CodeStubAssembler::kAllowLargeObjectAllocation; in ExtractFixedArray()
|