Searched refs:kAllowLargeObjectAllocation (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-async-function-gen.cc | 100 AllocationFlag::kAllowLargeObjectAllocation); in TF_BUILTIN()
|
H A D | builtins-regexp-gen.cc | 121 AllocationFlag::kAllowLargeObjectAllocation, JSRegExpResult::kSize); in AllocateRegExpResult() 133 AllocationFlag::kAllowLargeObjectAllocation, in AllocateRegExpResult() 340 num_properties, AllocationFlag::kAllowLargeObjectAllocation); in ConstructNewResultFromMatchInfo()
|
H A D | builtins-call-gen.cc | 337 new_kind, intptr_length, AllocationFlag::kAllowLargeObjectAllocation)); in CallOrConstructDoubleVarargs()
|
H A D | builtins-object-gen.cc | 256 AllocationFlag::kAllowLargeObjectAllocation)); in FastGetOwnValuesOrEntries() 1259 HOLEY_ELEMENTS, size, AllocationFlag::kAllowLargeObjectAllocation); in TF_BUILTIN()
|
H A D | builtins-collections-gen.cc | 989 AllocationFlag::kAllowLargeObjectAllocation); 1101 AllocationFlag::kAllowLargeObjectAllocation); 2361 HOLEY_ELEMENTS, length, AllocationFlag::kAllowLargeObjectAllocation));
|
H A D | builtins-string-gen.cc | 1274 PACKED_ELEMENTS, length, AllocationFlag::kAllowLargeObjectAllocation)); in StringToArray()
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 1241 flags & AllocationFlag::kAllowLargeObjectAllocation; 1372 flags & AllocationFlag::kAllowLargeObjectAllocation; 1452 Allocate(size_in_bytes, AllocationFlag::kAllowLargeObjectAllocation); 3409 Allocate(size, AllocationFlag::kAllowLargeObjectAllocation); 3733 AllocationFlag::kAllowLargeObjectAllocation, fixed_array_map)); 4034 CHECK_EQ(allocation_flags & ~AllocationFlag::kAllowLargeObjectAllocation, 0); 4084 if (allocation_flags & AllocationFlag::kAllowLargeObjectAllocation) { 4563 auto allocation_flags = AllocationFlag::kAllowLargeObjectAllocation; 15507 AllocationFlag::kAllowLargeObjectAllocation); 15513 Allocate(total_size, AllocationFlag::kAllowLargeObjectAllocation)); [all...] |
H A D | code-stub-assembler.h | 331 kAllowLargeObjectAllocation = 1 << 2, member in v8::internal::CodeStubAssembler::AllocationFlag 2045 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedArray() 2054 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedDoubleArray()
|
Completed in 36 milliseconds