/external/v8/src/wasm/ |
D | wasm-module.cc | 137 Handle<FixedArray> storage = factory->NewFixedArray(num_imports); in GetImports() 204 Handle<FixedArray> storage = factory->NewFixedArray(num_exports); in GetExports() 289 Handle<FixedArray> storage = factory->NewFixedArray(num_custom_sections); in GetCustomSections() 307 isolate->factory()->NewFixedArray(decoded_locals.max_function_index + 1); in DecodeLocalNames() 310 isolate->factory()->NewFixedArray(func.max_local_index + 1); in DecodeLocalNames()
|
D | wasm-debug.cc | 493 isolate_->factory()->NewFixedArray(ScopeIterator::kScopeDetailsSize); in GetScopeDetails() 502 isolate_->factory()->NewFixedArray(ScopeIterator::kScopeDetailsSize); in GetScopeDetails() 514 Handle<FixedArray> all_scopes = isolate_->factory()->NewFixedArray(2); in GetScopeDetails() 566 Handle<FixedArray> new_arr = isolate->factory()->NewFixedArray(num_functions); in GetOrCreateInterpretedFunctions() 707 auto entries = isolate->factory()->NewFixedArray(4, TENURED); in GetCWasmEntry()
|
D | wasm-objects.cc | 111 isolate->factory()->NewFixedArray(static_cast<int>(new_size)); in resize_indirect_function_table() 214 isolate->factory()->NewFixedArray(export_wrapper_size, TENURED); in New() 318 breakpoint_infos = isolate->factory()->NewFixedArray(4, TENURED); in AddBreakpoint() 341 new_breakpoint_infos = isolate->factory()->NewFixedArray( in AddBreakpoint() 631 Handle<FixedArray> break_points_hit = isolate->factory()->NewFixedArray(1); in CheckBreakPoints() 751 *js_functions = isolate->factory()->NewFixedArray(initial); in New() 1261 isolate->factory()->NewFixedArray(num_imported_functions); in New() 1265 isolate->factory()->NewFixedArray(num_imported_functions); in New()
|
/external/v8/src/runtime/ |
D | runtime-debug.cc | 156 Handle<FixedArray> result = factory->NewFixedArray(2 * 3); in GetIteratorInternalProperties() 182 Handle<FixedArray> result = factory->NewFixedArray(2 * 3); in GetInternalProperties() 221 Handle<FixedArray> result = factory->NewFixedArray(2 * 3); in GetInternalProperties() 241 Handle<FixedArray> result = factory->NewFixedArray(2 * 2); in GetInternalProperties() 259 Handle<FixedArray> result = factory->NewFixedArray(3 * 2); in GetInternalProperties() 279 Handle<FixedArray> result = factory->NewFixedArray(2); in GetInternalProperties() 684 Handle<FixedArray> scripts_array = factory->NewFixedArray(num_scripts); in RUNTIME_FUNCTION() 703 Handle<FixedArray> ranges_array = factory->NewFixedArray(num_ranges); in RUNTIME_FUNCTION()
|
D | runtime-generator.cc | 27 isolate->factory()->NewFixedArray(size); in RUNTIME_FUNCTION()
|
D | runtime-scopes.cc | 408 isolate->factory()->NewFixedArray(mapped_count + 2, NOT_TENURED); in NewSloppyArguments() 418 isolate->factory()->NewFixedArray(argument_count, NOT_TENURED); in NewSloppyArguments() 454 isolate->factory()->NewFixedArray(argument_count, NOT_TENURED); in NewSloppyArguments()
|
D | runtime-intl.cc | 503 isolate->factory()->NewFixedArray(1, TENURED); in RUNTIME_FUNCTION()
|
D | runtime-strings.cc | 627 elements = isolate->factory()->NewFixedArray(length); in RUNTIME_FUNCTION()
|
/external/v8/src/objects/ |
D | debug-objects.cc | 128 Handle<FixedArray> new_break_points = isolate->factory()->NewFixedArray( in SetBreakPoint() 239 isolate->factory()->NewFixedArray(old_array->length() - 1); in ClearBreakPoint() 266 Handle<FixedArray> array = isolate->factory()->NewFixedArray(2); in SetBreakPoint() 276 isolate->factory()->NewFixedArray(old_array->length() + 1); in SetBreakPoint()
|
D | scope-info.cc | 889 Handle<FixedArray> module_requests = isolate->factory()->NewFixedArray(size); in New() 891 isolate->factory()->NewFixedArray(size); in New() 899 Handle<FixedArray> special_exports = isolate->factory()->NewFixedArray( in New() 910 Handle<FixedArray> namespace_imports = isolate->factory()->NewFixedArray( in New() 925 Handle<FixedArray> regular_imports = isolate->factory()->NewFixedArray( in New()
|
D | literal-objects.cc | 331 ? factory->NewFixedArray(computed_count_ * in CreateTemplates() 581 Handle<ClassBoilerplate>::cast(factory->NewFixedArray(kBoileplateLength)); in BuildClassBoilerplate()
|
D | module.cc | 234 factory->NewFixedArray(module->regular_exports()->length()); in Reset() 236 factory->NewFixedArray(module->regular_imports()->length()); in Reset() 238 factory->NewFixedArray(module->requested_modules()->length()); in Reset()
|
D | js-plural-rules.cc | 303 isolate->factory()->NewFixedArray(count); in ResolvedOptions()
|
/external/v8/src/heap/ |
D | setup-heap-internal.cc | 625 *factory->NewFixedArray(String::kMaxOneByteCharCode + 1, TENURED)); in CreateInitialObjects() 744 *factory->NewFixedArray(kInitialNumberStringCacheSize * 2, TENURED)); in CreateInitialObjects() 747 set_string_split_cache(*factory->NewFixedArray( in CreateInitialObjects() 749 set_regexp_multiple_cache(*factory->NewFixedArray( in CreateInitialObjects() 763 factory->NewFixedArray(2, TENURED_READ_ONLY); in CreateInitialObjects() 783 set_materialized_objects(*factory->NewFixedArray(0, TENURED)); in CreateInitialObjects() 791 Handle<FixedArray> empty_ordered_hash_map = factory->NewFixedArray( in CreateInitialObjects() 801 Handle<FixedArray> empty_ordered_hash_set = factory->NewFixedArray( in CreateInitialObjects()
|
D | factory.cc | 345 Handle<FixedArray> Factory::NewFixedArray(int length, PretenureFlag pretenure) { in NewFixedArray() function in v8::internal::Factory 3024 NewFixedArray(module_info->RegularExportCount()); in NewModule() 3026 NewFixedArray(module_info->regular_imports()->length()); in NewModule() 3029 requested_modules_length > 0 ? NewFixedArray(requested_modules_length) in NewModule() 3328 bound_arguments = NewFixedArray(bound_args.length()); in NewJSBoundFunction() 3564 Handle<FixedArray> new_cache = NewFixedArray(full_size, TENURED); in NumberToStringCacheSet() 3819 Handle<FixedArray> store = NewFixedArray(JSRegExp::kAtomDataSize); in SetRegExpAtomData() 3831 Handle<FixedArray> store = NewFixedArray(JSRegExp::kIrregexpDataSize); in SetRegExpIrregexpData() 3850 Handle<FixedArray> elems = NewFixedArray(kInitialSize); in NewRegExpMatchInfo()
|
/external/v8/src/builtins/ |
D | constants-table-builder.cc | 96 isolate_->factory()->NewFixedArray(map_.size(), TENURED); in Finalize()
|
/external/v8/src/ast/ |
D | modules.cc | 156 Handle<FixedArray> export_names = isolate->factory()->NewFixedArray(count); in SerializeRegularExports() 179 Handle<FixedArray> result = isolate->factory()->NewFixedArray(index); in SerializeRegularExports()
|
D | ast.cc | 717 isolate->factory()->NewFixedArray(this->raw_strings()->length(), TENURED); in GetOrBuildDescription() 729 cooked_strings = isolate->factory()->NewFixedArray( in GetOrBuildDescription()
|
/external/v8/src/ |
D | keys.cc | 321 keys = isolate->factory()->NewFixedArray(enum_length); in GetFastEnumPropertyKeys() 337 indices = isolate->factory()->NewFixedArray(enum_length); in GetFastEnumPropertyKeys() 641 Handle<FixedArray> storage = isolate->factory()->NewFixedArray(length); in GetOwnEnumPropertyDictionaryKeys() 861 isolate_->factory()->NewFixedArray(target_keys->length()); in CollectOwnJSProxyKeys()
|
D | property-descriptor.cc | 347 isolate->factory()->NewFixedArray(PropertyDescriptorObject::kLength)); in ToPropertyDescriptorObject()
|
D | accessors.cc | 437 Handle<FixedArray> array = factory->NewFixedArray(argument_count); in ArgumentsForInlinedFunction() 493 Handle<FixedArray> array = isolate->factory()->NewFixedArray(length); in GetFrameArguments()
|
D | json-parser.cc | 606 factory()->NewFixedArray(elements_size, pretenure_); in ParseJsonArray()
|
D | api-natives.cc | 203 isolate->factory()->NewFixedArray(max_number_of_properties); in ConfigureInstance()
|
/external/v8/src/debug/ |
D | debug.cc | 818 Handle<FixedArray> break_points_hit = isolate_->factory()->NewFixedArray(1); in GetHitBreakPoints() 826 isolate_->factory()->NewFixedArray(num_objects); in GetHitBreakPoints() 1090 Handle<FixedArray> locations = isolate->factory()->NewFixedArray( in GetSourceBreakLocations() 1487 factory->NewFixedArray(DebugInfo::kEstimatedNofBreakPointsInFunction)); in CreateBreakInfo() 1636 Handle<FixedArray> results = factory->NewFixedArray(array->length()); in GetLoadedScripts()
|
/external/v8/src/asmjs/ |
D | asm-js.cc | 297 isolate->factory()->NewFixedArray(kWasmDataEntryCount); in FinalizeJobImpl()
|