Home
last modified time | relevance | path

Searched refs:kAllowLargeObjectAllocation (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-async-function-gen.cc100 AllocationFlag::kAllowLargeObjectAllocation); in TF_BUILTIN()
H A Dbuiltins-regexp-gen.cc121 AllocationFlag::kAllowLargeObjectAllocation, JSRegExpResult::kSize); in AllocateRegExpResult()
133 AllocationFlag::kAllowLargeObjectAllocation, in AllocateRegExpResult()
340 num_properties, AllocationFlag::kAllowLargeObjectAllocation); in ConstructNewResultFromMatchInfo()
H A Dbuiltins-call-gen.cc337 new_kind, intptr_length, AllocationFlag::kAllowLargeObjectAllocation)); in CallOrConstructDoubleVarargs()
H A Dbuiltins-object-gen.cc256 AllocationFlag::kAllowLargeObjectAllocation)); in FastGetOwnValuesOrEntries()
1259 HOLEY_ELEMENTS, size, AllocationFlag::kAllowLargeObjectAllocation); in TF_BUILTIN()
H A Dbuiltins-collections-gen.cc989 AllocationFlag::kAllowLargeObjectAllocation);
1101 AllocationFlag::kAllowLargeObjectAllocation);
2361 HOLEY_ELEMENTS, length, AllocationFlag::kAllowLargeObjectAllocation));
H A Dbuiltins-string-gen.cc1274 PACKED_ELEMENTS, length, AllocationFlag::kAllowLargeObjectAllocation)); in StringToArray()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc1241 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 Dcode-stub-assembler.h331 kAllowLargeObjectAllocation = 1 << 2, member in v8::internal::CodeStubAssembler::AllocationFlag
2045 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedArray()
2054 AllocationFlag::kAllowLargeObjectAllocation)); in AllocateZeroedFixedDoubleArray()

Completed in 36 milliseconds