Lines Matching refs:kYoung
350 WriteBarrierMode write_barrier_mode = allocation == AllocationType::kYoung
379 WriteBarrierMode write_barrier_mode = allocation == AllocationType::kYoung
524 size, AllocationType::kYoung, *embedder_data_array_map()));
592 AllocationType::kYoung)
598 AllocationType::kYoung)
604 AllocationType::kYoung)
614 PROPERTY_DESCRIPTOR_OBJECT_TYPE, AllocationType::kYoung);
1037 SlicedString slice = SlicedString::cast(New(map, AllocationType::kYoung));
1108 DCHECK(allocation != AllocationType::kYoung);
1131 DCHECK(allocation != AllocationType::kYoung);
1249 variadic_part_length, AllocationType::kYoung);
1265 variadic_part_length, AllocationType::kYoung);
1287 variadic_part_length, AllocationType::kYoung);
1307 variadic_part_length, AllocationType::kYoung);
1323 variadic_part_length, AllocationType::kYoung);
1336 variadic_part_length, AllocationType::kYoung);
1348 ALIASED_ARGUMENTS_ENTRY_TYPE, AllocationType::kYoung);
1373 ERROR_STACK_DATA_TYPE, AllocationType::kYoung);
1433 AllocationType::kYoung);
1443 AllocationType::kYoung);
1455 PROMISE_RESOLVE_THENABLE_JOB_TASK_TYPE, AllocationType::kYoung);
1469 map.instance_size(), AllocationType::kYoung, map));
1645 AllocateRaw(WasmArray::SizeFor(*map, length), AllocationType::kYoung);
1675 AllocateRaw(WasmArray::SizeFor(*map, length), AllocationType::kYoung);
1692 HeapObject raw = AllocateRaw(WasmStruct::Size(type), AllocationType::kYoung);
1787 WriteBarrierMode mode = allocation == AllocationType::kYoung
1943 adjusted_object_size, AllocationType::kYoung);
2024 HeapObject new_object = AllocateRawFixedArray(len, AllocationType::kYoung);
2062 return CopyArrayAndGrow(array, grow_by, AllocationType::kYoung);
2140 return CopyArrayAndGrow(array, grow_by, AllocationType::kYoung);
2599 NewJSObjectFromMap(object_map, AllocationType::kYoung);
2862 NewJSObjectFromMap(map, AllocationType::kYoung));
2875 NewJSObjectFromMap(map, AllocationType::kYoung));
2889 NewJSObjectFromMap(map, AllocationType::kYoung));
2955 NewJSObjectFromMap(map, AllocationType::kYoung));
3067 NewJSObjectFromMap(map, AllocationType::kYoung));
3091 JSProxy result = JSProxy::cast(New(map, AllocationType::kYoung));
3159 JSMessageObject::cast(New(map, AllocationType::kYoung));
3230 ? AllocationType::kYoung
3436 AllocationType::kYoung);
3452 STACK_FRAME_INFO_TYPE, AllocationType::kYoung);
3466 PROMISE_ON_STACK_TYPE, AllocationType::kYoung);
3576 *NewFixedArray(JSRegExp::kAtomDataSize, AllocationType::kYoung);
3591 *NewFixedArray(JSRegExp::kIrregexpDataSize, AllocationType::kYoung);
3617 *NewFixedArray(JSRegExp::kExperimentalDataSize, AllocationType::kYoung);
3643 NewFixedArray(kInitialSize, AllocationType::kYoung);
3971 WriteBarrierMode mode = allocation_type_ == AllocationType::kYoung