Home
last modified time | relevance | path

Searched refs:kYoung (Results 1 - 25 of 60) sorted by relevance

123

/third_party/node/deps/v8/src/heap/
H A Dfactory-base.h71 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 Dheap-allocator-inl.h62 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 Dfactory.h127 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 Darray-buffer-sweeper.cc153 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 Dfactory.cc350 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 Dheap-allocator.cc45 case AllocationType::kYoung: in AllocateRawLargeInternal()
63 case AllocationType::kYoung: in AllocationTypeToGCSpace()
H A Darray-buffer-sweeper.h48 enum class SweepingType { kYoung, kFull }; member in v8::internal::final::SweepingType
/third_party/node/deps/v8/src/compiler/
H A Dallocation-builder.h29 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 Dmemory-lowering.cc38 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 Dallocation-builder-inl.h34 Allocate(size, AllocationType::kYoung, Type::OtherInternal()); in AllocateContext()
H A Dtypes.cc1160 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 Djs-create-lowering.cc632 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 Dmemory-optimizer.cc284 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 Dvalue-serializer.h278 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 Dordered-hash-table.h207 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 Dprototype-info.h67 AllocationType allocation = AllocationType::kYoung);
H A Dswiss-name-dictionary.cc50 new_capacity, Heap::InYoungGeneration(*table) ? AllocationType::kYoung in Rehash()
126 capacity, Heap::InYoungGeneration(*table) ? AllocationType::kYoung in ShallowCopy()
H A Dfixed-array.h370 AllocationType allocation = AllocationType::kYoung);
410 AllocationType allocation = AllocationType::kYoung);
596 AllocationType allocation = AllocationType::kYoung);
H A Dhash-table.h135 AllocationType allocation = AllocationType::kYoung,
207 AllocationType allocation = AllocationType::kYoung);
/third_party/node/deps/v8/include/cppgc/internal/
H A Dcaged-heap-local-data.h34 enum class Age : uint8_t { kOld, kYoung, kMixed }; member in cppgc::internal::final::Age
H A Dwrite-barrier.h408 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 Dcaged-heap-local-data.h43 enum class Age : uint8_t { kOld, kYoung, kMixed }; member in cppgc::internal::final::Age
/third_party/node/deps/v8/src/codegen/
H A Dpending-optimization-table.cc47 handle(Smi::FromInt(status), isolate), AllocationType::kYoung); in PreparedForOptimization()
/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc419 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 Dobject-allocator.cc48 age_table.SetAge(offset, AgeTable::Age::kYoung); in MarkRangeAsYoung()

Completed in 23 milliseconds

123