Home
last modified time | relevance | path

Searched refs:kOld (Results 1 - 25 of 85) sorted by relevance

1234

/third_party/node/deps/v8/src/heap/
H A Dheap-allocator-inl.h63 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 Dfactory-base.cc47 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 Dconcurrent-allocator.cc38 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 Dfactory.cc104 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 Dheap-allocator.cc47 case AllocationType::kOld: in AllocateRawLargeInternal()
65 case AllocationType::kOld: in AllocationTypeToGCSpace()
H A Dlocal-factory.cc48 DCHECK(allocation == AllocationType::kOld || in AllocateRaw()
H A Dlocal-heap-inl.h57 if (type == AllocationType::kOld) { in AllocateRaw()
H A Dfactory.h334 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 Dsetup-heap-internal.cc444 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 Dtemplate-objects.cc49 AllocationType::kOld); in GetTemplateObject()
55 AllocationType::kOld); in GetTemplateObject()
93 CACHED_TEMPLATE_OBJECT_TYPE, AllocationType::kOld)); in New()
H A Dliteral-objects.cc422 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 Dscope-info.cc189 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 Dswiss-name-dictionary.cc51 : AllocationType::kOld); in Rehash()
127 : AllocationType::kOld); in ShallowCopy()
/third_party/node/deps/v8/src/diagnostics/
H A Dbasic-block-profiler.cc59 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 Dcaged-heap-local-data.cc33 std::fill(table_.begin(), table_.end(), Age::kOld); in Reset()
/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
/third_party/node/deps/v8/src/compiler/
H A Dmemory-optimizer.cc251 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 Dmodules.cc137 AllocationType::kOld); in Serialize()
196 isolate->factory()->NewFixedArray(count, AllocationType::kOld); in SerializeRegularExports()
221 isolate->factory()->NewFixedArray(index, AllocationType::kOld); in SerializeRegularExports()
H A Dast-value-factory.cc202 AllocationType::kOld) in Allocate()
233 ->NewRawOneByteString(result_length, AllocationType::kOld) in AllocateFlat()
252 ->NewRawTwoByteString(result_length, AllocationType::kOld) in AllocateFlat()
H A Dast.cc515 ->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 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/interpreter/
H A Dhandler-table-builder.cc22 HandlerTable::LengthForRange(handler_table_size), AllocationType::kOld); in ToHandlerTable()
/third_party/node/deps/v8/src/numbers/
H A Dmath-random.cc24 PodArray<State>::New(isolate, 1, AllocationType::kOld); in InitializeContext()
/third_party/node/deps/v8/src/deoptimizer/
H A Dtranslation-array.cc93 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 Dbootstrapper.cc109 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...]

Completed in 43 milliseconds

1234