Searched refs:kAllowLargeObjectAllocation (Results 1 – 14 of 14) sorted by relevance
| /third_party/node/deps/v8/src/builtins/ |
| D | array-map.tq | 133 SmiUntag(length), AllocationFlag::kAllowLargeObjectAllocation); 183 SmiUntag(length), AllocationFlag::kAllowLargeObjectAllocation) :
|
| D | builtins-async-function-gen.cc | 100 AllocationFlag::kAllowLargeObjectAllocation); in TF_BUILTIN()
|
| D | builtins-string.tq | 80 AllocationFlag::kAllowLargeObjectAllocation);
|
| D | builtins-regexp-gen.cc | 121 AllocationFlag::kAllowLargeObjectAllocation, JSRegExpResult::kSize); in AllocateRegExpResult() 133 AllocationFlag::kAllowLargeObjectAllocation, in AllocateRegExpResult() 340 num_properties, AllocationFlag::kAllowLargeObjectAllocation); in ConstructNewResultFromMatchInfo()
|
| D | torque-internal.tq | 252 AllocationFlag::kAllowLargeObjectAllocation;
|
| D | array-splice.tq | 29 AllocationFlag::kAllowLargeObjectAllocation);
|
| D | builtins-object-gen.cc | 256 AllocationFlag::kAllowLargeObjectAllocation)); in FastGetOwnValuesOrEntries() 1259 HOLEY_ELEMENTS, size, AllocationFlag::kAllowLargeObjectAllocation); in TF_BUILTIN()
|
| D | builtins-call-gen.cc | 337 new_kind, intptr_length, AllocationFlag::kAllowLargeObjectAllocation)); in CallOrConstructDoubleVarargs()
|
| D | builtins-collections-gen.cc | 1102 AllocationFlag::kAllowLargeObjectAllocation); in MapIteratorToList() 1214 AllocationFlag::kAllowLargeObjectAllocation); in SetOrSetIteratorToList() 2516 HOLEY_ELEMENTS, length, AllocationFlag::kAllowLargeObjectAllocation)); in AllocateTable()
|
| D | wasm.tq | 309 instanceSize, AllocationFlag::kAllowLargeObjectAllocation);
|
| D | builtins-string-gen.cc | 1274 PACKED_ELEMENTS, length, AllocationFlag::kAllowLargeObjectAllocation)); in StringToArray()
|
| D | base.tq | 342 kAllowLargeObjectAllocation
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.cc | 1241 flags & AllocationFlag::kAllowLargeObjectAllocation; in AllocateRaw() 1372 flags & AllocationFlag::kAllowLargeObjectAllocation; in Allocate() 1452 Allocate(size_in_bytes, AllocationFlag::kAllowLargeObjectAllocation); in AllocateWasmArray() 3409 Allocate(size, AllocationFlag::kAllowLargeObjectAllocation); in AllocateRawBigInt() 3733 AllocationFlag::kAllowLargeObjectAllocation, fixed_array_map)); in AllocateOrderedHashTableWithCapacity() 4034 CHECK_EQ(allocation_flags & ~AllocationFlag::kAllowLargeObjectAllocation, 0); in AllocateUninitializedJSArrayWithElements() 4084 if (allocation_flags & AllocationFlag::kAllowLargeObjectAllocation) { in AllocateUninitializedJSArrayWithElements() 4563 auto allocation_flags = AllocationFlag::kAllowLargeObjectAllocation; in ExtractFixedArray() 15507 AllocationFlag::kAllowLargeObjectAllocation); in AllocateSwissNameDictionaryWithCapacity() 15513 Allocate(total_size, AllocationFlag::kAllowLargeObjectAllocation)); in AllocateSwissNameDictionaryWithCapacity() [all …]
|
| D | code-stub-assembler.h | 331 kAllowLargeObjectAllocation = 1 << 2, enumerator 2045 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedArray() 2054 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedDoubleArray()
|