Lines Matching refs:kOld
47 FactoryBase<Factory>::NewHeapNumber<AllocationType::kOld>();
54 FactoryBase<LocalFactory>::NewHeapNumber<AllocationType::kOld>();
68 NewStructInternal<AccessorPair>(ACCESSOR_PAIR_TYPE, AllocationType::kOld);
236 // Bytecode array is AllocationType::kOld, so constant pool array should be
242 size, AllocationType::kOld, read_only_roots().bytecode_array_map());
276 NewStructInternal<Script>(SCRIPT_TYPE, AllocationType::kOld), isolate());
343 SharedFunctionInfo::cast(NewWithImmortalMap(map, AllocationType::kOld));
357 size, AllocationType::kOld, read_only_roots().preparse_data_map()));
373 inferred_name, start_position, end_position, AllocationType::kOld);
383 AllocationType::kOld);
396 AllocationType::kOld);
406 AllocationType::kOld);
478 AllocationType::kOld));
496 ARRAY_BOILERPLATE_DESCRIPTION_TYPE, AllocationType::kOld);
509 REG_EXP_BOILERPLATE_DESCRIPTION_TYPE, AllocationType::kOld);
524 TEMPLATE_OBJECT_DESCRIPTION_TYPE, AllocationType::kOld);
558 AllocateRawWithImmortalMap(size, AllocationType::kOld, map));
825 DCHECK(type == AllocationType::kOld || type == AllocationType::kReadOnly);
839 AllocationType::kOld));
847 SharedFunctionInfo::cast(NewWithImmortalMap(map, AllocationType::kOld));
882 AllocationType::kOld);
902 : AllocationType::kOld,
924 RefineAllocationTypeForInPlaceInternalizableString(AllocationType::kOld,
1036 FUNCTION_TEMPLATE_RARE_DATA_TYPE, AllocationType::kOld);
1100 allocation = AllocationType::kOld;
1102 if (allocation != AllocationType::kOld) return allocation;