Home
last modified time | relevance | path

Searched refs:NewFixedArray (Results 1 – 25 of 57) sorted by relevance

123

/third_party/node/deps/v8/src/objects/
Ddebug-objects.cc147 Handle<FixedArray> new_break_points = isolate->factory()->NewFixedArray( in SetBreakPoint()
258 isolate->factory()->NewFixedArray(old_array->length() - 1); in ClearBreakPoint()
288 Handle<FixedArray> array = isolate->factory()->NewFixedArray(2); in SetBreakPoint()
298 isolate->factory()->NewFixedArray(old_array->length() + 1); in SetBreakPoint()
424 isolate->factory()->NewFixedArray(call_site_infos->length()); in EnsureStackFrameInfos()
Darguments.tq197 const elements = NewFixedArray(argumentCount, it);
209 return NewFixedArray(length, it);
226 return NewFixedArray(argumentCount, it);
242 return NewFixedArray(argumentCount, it);
246 return NewFixedArray(argumentCount, it);
Dfixed-array.tq120 return NewFixedArray(
141 macro NewFixedArray<Iterator: type>(length: intptr, it: Iterator): FixedArray {
Djs-locale.cc491 Handle<FixedArray> fixed_array = factory->NewFixedArray(1); in GetKeywordValuesFromLocale()
552 Handle<FixedArray> fixed_array = factory->NewFixedArray(1); in HourCycles()
613 Handle<FixedArray> fixed_array = factory->NewFixedArray(1); in NumberingSystems()
733 Handle<FixedArray> wi = Handle<FixedArray>::cast(factory->NewFixedArray(2)); in WeekInfo()
Dkeys.cc74 Handle<FixedArray> combined_keys = isolate->factory()->NewFixedArray( in CombineKeys()
406 keys = isolate->factory()->NewFixedArray(enum_length); in GetFastEnumPropertyKeys()
422 indices = isolate->factory()->NewFixedArray(enum_length); in GetFastEnumPropertyKeys()
900 Handle<FixedArray> storage = isolate->factory()->NewFixedArray(length); in GetOwnEnumPropertyDictionaryKeys()
914 isolate->factory()->NewFixedArray(dictionary->NumberOfElements()); in CollectKeysFromDictionary()
1279 isolate_->factory()->NewFixedArray(target_keys->length()); in CollectOwnJSProxyKeys()
Djs-regexp.cc32 isolate->factory()->NewFixedArray(num_results); in BuildIndices()
46 isolate->factory()->NewFixedArray(2)); in BuildIndices()
Dscope-info.cc1171 isolate->factory()->NewFixedArray(size, AllocationType::kOld); in New()
1178 Handle<FixedArray> special_exports = isolate->factory()->NewFixedArray( in New()
1190 Handle<FixedArray> namespace_imports = isolate->factory()->NewFixedArray( in New()
1207 Handle<FixedArray> regular_imports = isolate->factory()->NewFixedArray( in New()
Dliteral-objects.cc442 ? factory->NewFixedArray(computed_count_, AllocationType::kOld) in CreateTemplates()
717 factory->NewFixedArray(kBoilerplateLength, AllocationType::kOld)); in BuildClassBoilerplate()
Dsource-text-module.cc1185 factory->NewFixedArray(module->regular_exports().length()); in Reset()
1187 factory->NewFixedArray(module->regular_imports().length()); in Reset()
1189 factory->NewFixedArray(module->requested_modules().length()); in Reset()
/third_party/node/deps/v8/src/wasm/
Dwasm-module.cc257 Handle<FixedArray> param_values = factory->NewFixedArray(param_count); in GetTypeForFunction()
277 Handle<FixedArray> result_values = factory->NewFixedArray(result_count); in GetTypeForFunction()
371 Handle<FixedArray> storage = factory->NewFixedArray(num_imports); in GetImports()
471 Handle<FixedArray> storage = factory->NewFixedArray(num_exports); in GetExports()
587 Handle<FixedArray> storage = factory->NewFixedArray(num_custom_sections); in GetCustomSections()
Dmodule-instantiate.cc575 tagged_globals_ = isolate_->factory()->NewFixedArray( in Build()
587 Handle<FixedArray> buffers_array = isolate_->factory()->NewFixedArray( in Build()
598 isolate_->factory()->NewFixedArray(tags_count, AllocationType::kOld); in Build()
619 Handle<FixedArray> tables = isolate_->factory()->NewFixedArray(table_count); in Build()
634 Handle<FixedArray> tables = isolate_->factory()->NewFixedArray(table_count); in Build()
673 Handle<FixedArray> maps = isolate_->factory()->NewFixedArray( in Build()
687 isolate_->factory()->NewFixedArray(num_functions, AllocationType::kOld); in Build()
Dwasm-debug.cc1102 isolate->factory()->NewFixedArray(4, AllocationType::kOld); in AddBreakpointToInfo()
1125 new_breakpoint_infos = isolate->factory()->NewFixedArray( in AddBreakpointToInfo()
1266 Handle<FixedArray> break_points_hit = isolate->factory()->NewFixedArray(1); in CheckBreakPoints()
1273 isolate->factory()->NewFixedArray(array->length()); in CheckBreakPoints()
Dwasm-objects.cc103 Handle<FixedArray> export_wrappers = isolate->factory()->NewFixedArray(0); in New()
203 Handle<FixedArray> backing_store = isolate->factory()->NewFixedArray(initial); in New()
720 auto refs = isolate->factory()->NewFixedArray(static_cast<int>(size)); in New()
1051 isolate->factory()->NewFixedArray(1, AllocationType::kOld); in New()
1198 isolate->factory()->NewFixedArray(num_imported_functions); in New()
1435 functions = isolate->factory()->NewFixedArray( in SetWasmInternalFunction()
1689 Handle<FixedArray> values = isolate->factory()->NewFixedArray(size); in New()
/third_party/node/deps/v8/src/ast/
Dmodules.cc134 isolate->factory()->NewFixedArray( in Serialize()
196 isolate->factory()->NewFixedArray(count, AllocationType::kOld); in SerializeRegularExports()
221 isolate->factory()->NewFixedArray(index, AllocationType::kOld); in SerializeRegularExports()
/third_party/node/deps/v8/src/runtime/
Druntime-generator.cc61 isolate->factory()->NewFixedArray(size); in RUNTIME_FUNCTION()
Druntime-strings.cc318 elements = isolate->factory()->NewFixedArray(length); in RUNTIME_FUNCTION()
333 elements = isolate->factory()->NewFixedArray(length); in RUNTIME_FUNCTION()
Druntime-scopes.cc418 Handle<FixedArray> arguments = isolate->factory()->NewFixedArray( in NewSloppyArguments()
460 Handle<FixedArray> elements = isolate->factory()->NewFixedArray( in NewSloppyArguments()
519 isolate->factory()->NewFixedArray(argument_count); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/deoptimizer/
Dmaterialized-object-store.cc78 isolate()->factory()->NewFixedArray(new_length, AllocationType::kOld); in EnsureStackEntries()
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.cc217 auto indices = isolate->factory()->NewFixedArray(count); in IndexedEnumerator()
426 auto values = isolate->factory()->NewFixedArray(count + 2); in Create()
477 auto values = isolate->factory()->NewFixedArray(count); in Create()
844 Handle<FixedArray> data = isolate->factory()->NewFixedArray(kLength); in Create()
890 Handle<FixedArray> data = isolate->factory()->NewFixedArray(kLength); in Create()
1090 Handle<FixedArray> entries = isolate->factory()->NewFixedArray(length); in AddWasmTableObjectInternalProperties()
/third_party/node/deps/v8/src/heap/
Dsetup-heap-internal.cc691 set_single_character_string_cache(*factory->NewFixedArray( in CreateInitialObjects()
807 set_number_string_cache(*factory->NewFixedArray( in CreateInitialObjects()
813 set_string_split_cache(*factory->NewFixedArray( in CreateInitialObjects()
815 set_regexp_multiple_cache(*factory->NewFixedArray( in CreateInitialObjects()
842 set_materialized_objects(*factory->NewFixedArray(0, AllocationType::kOld)); in CreateInitialObjects()
Dmemory-measurement.cc46 Handle<FixedArray> other = factory_->NewFixedArray(length); in Build()
75 Handle<FixedArray> elements = factory_->NewFixedArray(2); in NewRange()
Dfactory.cc1491 supertypes = NewFixedArray(wasm::kMinimumSupertypeArraySize); in NewWasmTypeInfo()
2692 elms = NewFixedArray(capacity); in NewJSArrayStorage()
2765 NewFixedArray(module_info->RegularExportCount()); in NewSourceTextModule()
2767 NewFixedArray(module_info->regular_imports().length()); in NewSourceTextModule()
2770 requested_modules_length > 0 ? NewFixedArray(requested_modules_length) in NewSourceTextModule()
3050 bound_arguments = NewFixedArray(bound_args.length()); in NewJSBoundFunction()
3244 NewFixedArray(full_size, AllocationType::kOld); in NumberToStringCacheSet()
3576 *NewFixedArray(JSRegExp::kAtomDataSize, AllocationType::kYoung); in SetRegExpAtomData()
3591 *NewFixedArray(JSRegExp::kIrregexpDataSize, AllocationType::kYoung); in SetRegExpIrregexpData()
3617 *NewFixedArray(JSRegExp::kExperimentalDataSize, AllocationType::kYoung); in SetRegExpExperimentalData()
[all …]
/third_party/node/deps/v8/src/builtins/
Dconstants-table-builder.cc111 isolate_->factory()->NewFixedArray(map_.size(), AllocationType::kOld); in Finalize()
Dfunction.tq87 NewFixedArray(
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1450 strings_handle_ = factory()->NewFixedArray(string_count_); in DeserializeStrings()
1500 maps_handle_ = factory()->NewFixedArray(map_count_); in DeserializeMaps()
1604 contexts_handle_ = factory()->NewFixedArray(context_count_); in DeserializeContexts()
1813 functions_handle_ = factory()->NewFixedArray(function_count_); in DeserializeFunctions()
1881 classes_handle_ = factory()->NewFixedArray(class_count_); in DeserializeClasses()
1940 objects_handle_ = factory()->NewFixedArray(object_count_); in DeserializeObjects()
1987 factory()->NewFixedArray(max_element_index + 1); in DeserializeObjects()
2020 arrays_handle_ = factory()->NewFixedArray(array_count_); in DeserializeArrays()
2028 Handle<FixedArray> elements = factory()->NewFixedArray(length); in DeserializeArrays()

123