/third_party/node/deps/v8/src/heap/ |
H A D | heap-allocator-inl.h | 63 return AllocateRaw(size_in_bytes, AllocationType::kOld, origin, alignment); in AllocateRaw() 101 case AllocationType::kOld: in AllocateRaw() 169 case AllocationType::kOld: in AllocateRaw() 170 return AllocateRaw<AllocationType::kOld>(size_in_bytes, origin, in AllocateRaw() 199 case AllocationType::kOld: in AllocateRawData() 200 return AllocateRaw<AllocationType::kOld>(size_in_bytes, origin, in AllocateRawData() 223 } else if (allocation == AllocationType::kOld) { in AllocateRawWith() 224 result = AllocateRaw<AllocationType::kOld>(size, origin, alignment); in AllocateRawWith()
|
H A D | factory-base.cc | 47 FactoryBase<Factory>::NewHeapNumber<AllocationType::kOld>(); 54 FactoryBase<LocalFactory>::NewHeapNumber<AllocationType::kOld>(); 68 NewStructInternal<AccessorPair>(ACCESSOR_PAIR_TYPE, AllocationType::kOld); in NewAccessorPair() 236 // Bytecode array is AllocationType::kOld, so constant pool array should be in NewBytecodeArray() 242 size, AllocationType::kOld, read_only_roots().bytecode_array_map()); in NewBytecodeArray() 276 NewStructInternal<Script>(SCRIPT_TYPE, AllocationType::kOld), isolate()); in NewScriptWithId() 343 SharedFunctionInfo::cast(NewWithImmortalMap(map, AllocationType::kOld)); in CloneSharedFunctionInfo() 357 size, AllocationType::kOld, read_only_roots().preparse_data_map())); in NewPreparseData() 373 inferred_name, start_position, end_position, AllocationType::kOld); in NewUncompiledDataWithoutPreparseData() 383 AllocationType::kOld); in NewUncompiledDataWithPreparseData() [all...] |
H A D | concurrent-allocator.cc | 38 kSmallObjectSize, AllocationType::kOld, AllocationOrigin::kRuntime, in RunInternal() 48 result = local_heap.AllocateRaw(kMediumObjectSize, AllocationType::kOld, in RunInternal() 59 result = local_heap.AllocateRaw(kLargeObjectSize, AllocationType::kOld, in RunInternal()
|
H A D | factory.cc | 104 AllocationType::kOld) in BuildInternal() 105 : factory->NewByteArray(code_desc_.reloc_size, AllocationType::kOld); in BuildInternal() 125 0, AllocationType::kOld); in BuildInternal() 129 : AllocationType::kOld); in BuildInternal() 256 AllocationType::kOld); in BuildInternal() 399 AllocationType::kOld); in NewPrototypeInfo() 411 NewStructInternal<EnumCache>(ENUM_CACHE_TYPE, AllocationType::kOld); in NewEnumCache() 491 AllocationType::kOld)); in NewClosureFeedbackCellArray() 504 size, AllocationType::kOld, *feedback_vector_map())); in NewFeedbackVector() 852 : AllocationType::kOld, in AllocateInternalizedStringImpl() [all...] |
H A D | heap-allocator.cc | 47 case AllocationType::kOld: in AllocateRawLargeInternal() 65 case AllocationType::kOld: in AllocationTypeToGCSpace()
|
H A D | local-factory.cc | 48 DCHECK(allocation == AllocationType::kOld || in AllocateRaw()
|
H A D | local-heap-inl.h | 57 if (type == AllocationType::kOld) { in AllocateRaw()
|
H A D | factory.h | 334 Handle<Symbol> NewSymbol(AllocationType allocation = AllocationType::kOld); 336 AllocationType allocation = AllocationType::kOld); 429 AllocationType allocation = AllocationType::kOld); 804 int data_count, AllocationType allocation = AllocationType::kOld); 875 AllocationType allocation_type_ = AllocationType::kOld; 1053 Symbol NewSymbolInternal(AllocationType allocation = AllocationType::kOld);
|
H A D | setup-heap-internal.cc | 444 AllocationResult alloc = AllocateRaw(Cell::kSize, AllocationType::kOld); in CreateInitialMaps() 692 String::kMaxOneByteCharCode + 1, AllocationType::kOld)); in CreateInitialObjects() 808 kInitialNumberStringCacheSize * 2, AllocationType::kOld)); in CreateInitialObjects() 814 RegExpResultsCache::kRegExpResultsCacheSize, AllocationType::kOld)); in CreateInitialObjects() 816 RegExpResultsCache::kRegExpResultsCacheSize, AllocationType::kOld)); in CreateInitialObjects() 842 set_materialized_objects(*factory->NewFixedArray(0, AllocationType::kOld)); in CreateInitialObjects()
|
/third_party/node/deps/v8/src/objects/ |
H A D | template-objects.cc | 49 AllocationType::kOld); in GetTemplateObject() 55 AllocationType::kOld); in GetTemplateObject() 93 CACHED_TEMPLATE_OBJECT_TYPE, AllocationType::kOld)); in New()
|
H A D | literal-objects.cc | 422 AllocationType::kOld); in CreateTemplates() 426 isolate, need_space_for, AllocationType::kOld); in CreateTemplates() 431 AllocationType::kOld); in CreateTemplates() 437 AllocationType::kOld) in CreateTemplates() 442 ? factory->NewFixedArray(computed_count_, AllocationType::kOld) in CreateTemplates() 717 factory->NewFixedArray(kBoilerplateLength, AllocationType::kOld)); in BuildClassBoilerplate()
|
H A D | scope-info.cc | 189 isolate, context_local_count, AllocationType::kOld); in Create() 1121 isolate->factory()->NewStruct(MODULE_REQUEST_TYPE, AllocationType::kOld)); in New() 1143 SOURCE_TEXT_MODULE_INFO_ENTRY_TYPE, AllocationType::kOld)); in New() 1171 isolate->factory()->NewFixedArray(size, AllocationType::kOld); in New() 1179 static_cast<int>(descr->special_exports().size()), AllocationType::kOld); in New() 1192 AllocationType::kOld); in New() 1208 static_cast<int>(descr->regular_imports().size()), AllocationType::kOld); in New()
|
H A D | swiss-name-dictionary.cc | 51 : AllocationType::kOld); in Rehash() 127 : AllocationType::kOld); in ShallowCopy()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | basic-block-profiler.cc | 59 AllocationType::kOld); 101 id_array_size_in_bytes, AllocationType::kOld); in CopyToJSHeap() 112 counts_array_size_in_bytes, AllocationType::kOld); in CopyToJSHeap() 121 block_ids, counts, name, schedule, code, hash_, AllocationType::kOld); in CopyToJSHeap()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | caged-heap-local-data.cc | 33 std::fill(table_.begin(), table_.end(), Age::kOld); in Reset()
|
/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
|
/third_party/node/deps/v8/src/compiler/ |
H A D | memory-optimizer.cc | 251 AllocationTypeOf(parent->op()) == AllocationType::kOld) { in AllocationTypeNeedsUpdateToOld() 278 if (allocation_type == AllocationType::kOld) { in VisitAllocateRaw() 295 allocation_type = AllocationType::kOld; in VisitAllocateRaw()
|
/third_party/node/deps/v8/src/ast/ |
H A D | modules.cc | 137 AllocationType::kOld); in Serialize() 196 isolate->factory()->NewFixedArray(count, AllocationType::kOld); in SerializeRegularExports() 221 isolate->factory()->NewFixedArray(index, AllocationType::kOld); in SerializeRegularExports()
|
H A D | ast-value-factory.cc | 202 AllocationType::kOld) in Allocate() 233 ->NewRawOneByteString(result_length, AllocationType::kOld) in AllocateFlat() 252 ->NewRawTwoByteString(result_length, AllocationType::kOld) in AllocateFlat()
|
H A D | ast.cc | 515 ->template NewNumberFromUint<AllocationType::kOld>( in BuildBoilerplateDescription() 662 AllocationType::kOld); in BuildBoilerplateDescription() 665 AllocationType::kOld); in BuildBoilerplateDescription() 797 this->raw_strings()->length(), AllocationType::kOld); in GetOrBuildDescription() 820 this->cooked_strings()->length(), AllocationType::kOld); in GetOrBuildDescription() 1025 return isolate->factory()->template NewNumber<AllocationType::kOld>( in BuildValue()
|
/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/interpreter/ |
H A D | handler-table-builder.cc | 22 HandlerTable::LengthForRange(handler_table_size), AllocationType::kOld); in ToHandlerTable()
|
/third_party/node/deps/v8/src/numbers/ |
H A D | math-random.cc | 24 PodArray<State>::New(isolate, 1, AllocationType::kOld); in InitializeContext()
|
/third_party/node/deps/v8/src/deoptimizer/ |
H A D | translation-array.cc | 93 factory->NewByteArray(translation_array_size, AllocationType::kOld); in ToTranslationArray() 102 factory->NewByteArray(SizeInBytes(), AllocationType::kOld); in ToTranslationArray()
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 109 factory->NewFixedArray(length + 2, AllocationType::kOld); in Add() 115 AllocationType::kOld) in Add() 546 name = String::Flatten(isolate, name, AllocationType::kOld); in SimpleCreateFunction() 912 isolate()->object_function(), AllocationType::kOld); in CreateIteratorMaps() 923 isolate()->object_function(), AllocationType::kOld); in CreateIteratorMaps() 929 isolate()->object_function(), AllocationType::kOld); in CreateIteratorMaps() 1013 isolate()->object_function(), AllocationType::kOld); in CreateAsyncIteratorMaps() 1024 isolate()->object_function(), AllocationType::kOld); in CreateAsyncIteratorMaps() 1049 isolate()->object_function(), AllocationType::kOld); in CreateAsyncIteratorMaps() 1051 isolate()->object_function(), AllocationType::kOld); in CreateAsyncIteratorMaps() [all...] |