| /third_party/node/deps/v8/src/objects/ |
| D | debug-objects.cc | 147 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()
|
| D | arguments.tq | 197 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);
|
| D | fixed-array.tq | 120 return NewFixedArray( 141 macro NewFixedArray<Iterator: type>(length: intptr, it: Iterator): FixedArray {
|
| D | js-locale.cc | 491 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()
|
| D | keys.cc | 74 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()
|
| D | js-regexp.cc | 32 isolate->factory()->NewFixedArray(num_results); in BuildIndices() 46 isolate->factory()->NewFixedArray(2)); in BuildIndices()
|
| D | scope-info.cc | 1171 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()
|
| D | literal-objects.cc | 442 ? factory->NewFixedArray(computed_count_, AllocationType::kOld) in CreateTemplates() 717 factory->NewFixedArray(kBoilerplateLength, AllocationType::kOld)); in BuildClassBoilerplate()
|
| D | source-text-module.cc | 1185 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/ |
| D | wasm-module.cc | 257 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()
|
| D | module-instantiate.cc | 575 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()
|
| D | wasm-debug.cc | 1102 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()
|
| D | wasm-objects.cc | 103 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/ |
| D | modules.cc | 134 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/ |
| D | runtime-generator.cc | 61 isolate->factory()->NewFixedArray(size); in RUNTIME_FUNCTION()
|
| D | runtime-strings.cc | 318 elements = isolate->factory()->NewFixedArray(length); in RUNTIME_FUNCTION() 333 elements = isolate->factory()->NewFixedArray(length); in RUNTIME_FUNCTION()
|
| D | runtime-scopes.cc | 418 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/ |
| D | materialized-object-store.cc | 78 isolate()->factory()->NewFixedArray(new_length, AllocationType::kOld); in EnsureStackEntries()
|
| /third_party/node/deps/v8/src/debug/ |
| D | debug-wasm-objects.cc | 217 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/ |
| D | setup-heap-internal.cc | 691 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()
|
| D | memory-measurement.cc | 46 Handle<FixedArray> other = factory_->NewFixedArray(length); in Build() 75 Handle<FixedArray> elements = factory_->NewFixedArray(2); in NewRange()
|
| D | factory.cc | 1491 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/ |
| D | constants-table-builder.cc | 111 isolate_->factory()->NewFixedArray(map_.size(), AllocationType::kOld); in Finalize()
|
| D | function.tq | 87 NewFixedArray(
|
| /third_party/node/deps/v8/src/web-snapshot/ |
| D | web-snapshot.cc | 1450 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()
|