Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Darray-map.tq133 SmiUntag(length), AllocationFlag::kAllowLargeObjectAllocation);
183 SmiUntag(length), AllocationFlag::kAllowLargeObjectAllocation) :
Dbuiltins-async-function-gen.cc100 AllocationFlag::kAllowLargeObjectAllocation); in TF_BUILTIN()
Dbuiltins-string.tq80 AllocationFlag::kAllowLargeObjectAllocation);
Dbuiltins-regexp-gen.cc121 AllocationFlag::kAllowLargeObjectAllocation, JSRegExpResult::kSize); in AllocateRegExpResult()
133 AllocationFlag::kAllowLargeObjectAllocation, in AllocateRegExpResult()
340 num_properties, AllocationFlag::kAllowLargeObjectAllocation); in ConstructNewResultFromMatchInfo()
Dtorque-internal.tq252 AllocationFlag::kAllowLargeObjectAllocation;
Darray-splice.tq29 AllocationFlag::kAllowLargeObjectAllocation);
Dbuiltins-object-gen.cc256 AllocationFlag::kAllowLargeObjectAllocation)); in FastGetOwnValuesOrEntries()
1259 HOLEY_ELEMENTS, size, AllocationFlag::kAllowLargeObjectAllocation); in TF_BUILTIN()
Dbuiltins-call-gen.cc337 new_kind, intptr_length, AllocationFlag::kAllowLargeObjectAllocation)); in CallOrConstructDoubleVarargs()
Dbuiltins-collections-gen.cc1102 AllocationFlag::kAllowLargeObjectAllocation); in MapIteratorToList()
1214 AllocationFlag::kAllowLargeObjectAllocation); in SetOrSetIteratorToList()
2516 HOLEY_ELEMENTS, length, AllocationFlag::kAllowLargeObjectAllocation)); in AllocateTable()
Dwasm.tq309 instanceSize, AllocationFlag::kAllowLargeObjectAllocation);
Dbuiltins-string-gen.cc1274 PACKED_ELEMENTS, length, AllocationFlag::kAllowLargeObjectAllocation)); in StringToArray()
Dbase.tq342 kAllowLargeObjectAllocation
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1241 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 …]
Dcode-stub-assembler.h331 kAllowLargeObjectAllocation = 1 << 2, enumerator
2045 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedArray()
2054 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedDoubleArray()