/third_party/node/deps/v8/src/heap/ |
H A D | factory-base.h | 71 template <AllocationType allocation = AllocationType::kYoung> 73 template <AllocationType allocation = AllocationType::kYoung> 75 template <AllocationType allocation = AllocationType::kYoung> 77 template <AllocationType allocation = AllocationType::kYoung> 79 template <AllocationType allocation = AllocationType::kYoung> 81 template <AllocationType allocation = AllocationType::kYoung> 83 template <AllocationType allocation = AllocationType::kYoung> 85 template <AllocationType allocation = AllocationType::kYoung> 92 AllocationType allocation = AllocationType::kYoung); 103 int length, AllocationType allocation = AllocationType::kYoung); [all...] |
H A D | heap-allocator-inl.h | 62 if (FLAG_single_generation && type == AllocationType::kYoung) { in AllocateRaw() 97 case AllocationType::kYoung: in AllocateRaw() 166 case AllocationType::kYoung: in AllocateRaw() 167 return AllocateRaw<AllocationType::kYoung>(size_in_bytes, origin, in AllocateRaw() 196 case AllocationType::kYoung: in AllocateRawData() 197 return AllocateRaw<AllocationType::kYoung>(size_in_bytes, origin, in AllocateRawData() 218 if (allocation == AllocationType::kYoung) { in AllocateRawWith() 219 result = AllocateRaw<AllocationType::kYoung>(size, origin, alignment); in AllocateRawWith()
|
H A D | factory.h | 127 int length, AllocationType allocation = AllocationType::kYoung); 135 int length, AllocationType allocation = AllocationType::kYoung); 166 AllocationType allocation = AllocationType::kYoung); 169 AllocationType allocation = AllocationType::kYoung); 172 AllocationType allocation = AllocationType::kYoung); 217 // AllocationType::kYoung. 236 AllocationType allocation = AllocationType::kYoung); 241 AllocationType allocation = AllocationType::kYoung) { in NewStringFromStaticChars() 248 const char* str, AllocationType allocation = AllocationType::kYoung) { in NewStringFromAsciiChecked() 257 AllocationType allocation = AllocationType::kYoung); [all...] |
H A D | array-buffer-sweeper.cc | 153 if (young_.IsEmpty() && (old_.IsEmpty() || type == SweepingType::kYoung)) in RequestSweep() 161 type == SweepingType::kYoung in RequestSweep() 180 case SweepingType::kYoung: { in Prepare() 277 case SweepingType::kYoung: in Sweep() 321 DCHECK_EQ(SweepingType::kYoung, type_); in SweepYoung()
|
H A D | factory.cc | 350 WriteBarrierMode write_barrier_mode = allocation == AllocationType::kYoung in AllocateRawWithAllocationSite() 379 WriteBarrierMode write_barrier_mode = allocation == AllocationType::kYoung in New() 524 size, AllocationType::kYoung, *embedder_data_array_map())); in NewEmbedderDataArray() 592 AllocationType::kYoung) in NewOrderedHashSet() 598 AllocationType::kYoung) in NewOrderedHashMap() 604 AllocationType::kYoung) in NewOrderedNameDictionary() 614 PROPERTY_DESCRIPTOR_OBJECT_TYPE, AllocationType::kYoung); in NewPropertyDescriptorObject() 1037 SlicedString slice = SlicedString::cast(New(map, AllocationType::kYoung)); in NewProperSubString() 1108 DCHECK(allocation != AllocationType::kYoung); in NewSymbolInternal() 1131 DCHECK(allocation != AllocationType::kYoung); in NewPrivateSymbol() [all...] |
H A D | heap-allocator.cc | 45 case AllocationType::kYoung: in AllocateRawLargeInternal() 63 case AllocationType::kYoung: in AllocationTypeToGCSpace()
|
H A D | array-buffer-sweeper.h | 48 enum class SweepingType { kYoung, kFull }; member in v8::internal::final::SweepingType
|
/third_party/node/deps/v8/src/compiler/ |
H A D | allocation-builder.h | 29 AllocationType allocation = AllocationType::kYoung, 50 AllocationType allocation = AllocationType::kYoung); 52 AllocationType allocation = AllocationType::kYoung); 57 AllocationType allocation = AllocationType::kYoung); 60 AllocationType allocation = AllocationType::kYoung);
|
H A D | memory-lowering.cc | 38 return allocation() == AllocationType::kYoung; in IsYoungGenerationAllocation() 52 if (FLAG_single_generation && allocation == AllocationType::kYoung) { in CheckAllocationType() 141 if (FLAG_single_generation && allocation_type == AllocationType::kYoung) { in ReduceAllocateRaw() 157 if (allocation_type == AllocationType::kYoung) { in ReduceAllocateRaw() 176 if (allocation_type == AllocationType::kYoung) { in ReduceAllocateRaw() 202 allocation_type == AllocationType::kYoung in ReduceAllocateRaw() 206 allocation_type == AllocationType::kYoung in ReduceAllocateRaw() 215 allocation_type == AllocationType::kYoung in ReduceAllocateRaw() 219 allocation_type == AllocationType::kYoung in ReduceAllocateRaw()
|
H A D | allocation-builder-inl.h | 34 Allocate(size, AllocationType::kYoung, Type::OtherInternal()); in AllocateContext()
|
H A D | types.cc | 1160 return factory->NewTurbofanBitsetType(low, high, AllocationType::kYoung); in AllocateOnHeap() 1167 AllocationType::kYoung); in AllocateOnHeap() 1172 AllocationType::kYoung); in AllocateOnHeap() 1175 AsOtherNumberConstant()->Value(), AllocationType::kYoung); in AllocateOnHeap() 1178 AllocationType::kYoung); in AllocateOnHeap()
|
H A D | js-create-lowering.cc | 632 AllocationType allocation = AllocationType::kYoung; in ReduceJSCreateArray() 753 a.Allocate(JSArrayIterator::kHeaderSize, AllocationType::kYoung, in ReduceJSCreateArrayIterator() 864 a.Allocate(JSCollectionIterator::kHeaderSize, AllocationType::kYoung, in ReduceJSCreateCollectionIterator() 908 a.Allocate(JSBoundFunction::kHeaderSize, AllocationType::kYoung, in ReduceJSCreateBoundFunction() 959 AllocationType allocation = AllocationType::kYoung; in ReduceJSCreateClosure() 1023 a.Allocate(JSStringIterator::kHeaderSize, AllocationType::kYoung, in ReduceJSCreateStringIterator() 1371 a.Allocate(size, AllocationType::kYoung, Type::Any()); in ReduceJSCreateObject() 1407 a.Allocate(instance_size, AllocationType::kYoung, Type::Any()); in ReduceJSCreateObject() 1927 builder.Allocate(JSRegExp::Size(), AllocationType::kYoung, in AllocateLiteralRegExp() member in v8::internal::compiler::AllocationType
|
H A D | memory-optimizer.cc | 284 AllocationTypeOf(child->op()) == AllocationType::kYoung) { in VisitAllocateRaw() 291 DCHECK_EQ(AllocationType::kYoung, allocation_type); in VisitAllocateRaw()
|
/third_party/node/deps/v8/src/objects/ |
H A D | value-serializer.h | 278 AllocationType allocation = AllocationType::kYoung) V8_WARN_UNUSED_RESULT; 280 AllocationType allocation = AllocationType::kYoung) V8_WARN_UNUSED_RESULT; 282 AllocationType allocation = AllocationType::kYoung) V8_WARN_UNUSED_RESULT;
|
H A D | ordered-hash-table.h | 207 AllocationType allocation = AllocationType::kYoung); 293 AllocationType allocation = AllocationType::kYoung); 324 AllocationType allocation = AllocationType::kYoung); 414 AllocationType allocation = AllocationType::kYoung); 795 AllocationType allocation = AllocationType::kYoung);
|
H A D | prototype-info.h | 67 AllocationType allocation = AllocationType::kYoung);
|
H A D | swiss-name-dictionary.cc | 50 new_capacity, Heap::InYoungGeneration(*table) ? AllocationType::kYoung in Rehash() 126 capacity, Heap::InYoungGeneration(*table) ? AllocationType::kYoung in ShallowCopy()
|
H A D | fixed-array.h | 370 AllocationType allocation = AllocationType::kYoung); 410 AllocationType allocation = AllocationType::kYoung); 596 AllocationType allocation = AllocationType::kYoung);
|
H A D | hash-table.h | 135 AllocationType allocation = AllocationType::kYoung, 207 AllocationType allocation = AllocationType::kYoung);
|
/third_party/node/deps/v8/include/cppgc/internal/ |
H A D | caged-heap-local-data.h | 34 enum class Age : uint8_t { kOld, kYoung, kMixed }; member in cppgc::internal::final::Age
|
H A D | write-barrier.h | 408 if (V8_LIKELY(age_table.GetAge(params.slot_offset) == AgeTable::Age::kYoung)) in GenerationalBarrier() 424 if (V8_LIKELY(age_table.GetAge(params.slot_offset) == AgeTable::Age::kYoung)) in GenerationalBarrierForSourceObject()
|
/third_party/node/deps/v8/include/v8-include/cppgc/internal/ |
H A D | caged-heap-local-data.h | 43 enum class Age : uint8_t { kOld, kYoung, kMixed }; member in cppgc::internal::final::Age
|
/third_party/node/deps/v8/src/codegen/ |
H A D | pending-optimization-table.cc | 47 handle(Smi::FromInt(status), isolate), AllocationType::kYoung); in PreparedForOptimization()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-scopes.cc | 419 argument_count, AllocationType::kYoung); in NewSloppyArguments() 423 mapped_count, context, arguments, AllocationType::kYoung); in NewSloppyArguments() 461 argument_count, AllocationType::kYoung); in NewSloppyArguments() 565 .set_allocation_type(AllocationType::kYoung) in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | object-allocator.cc | 48 age_table.SetAge(offset, AgeTable::Age::kYoung); in MarkRangeAsYoung()
|