Home
last modified time | relevance | path

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

12

/external/v8/src/wasm/
Dwasm-module.cc137 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()
Dwasm-debug.cc493 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()
Dwasm-objects.cc111 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/
Druntime-debug.cc156 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()
Druntime-generator.cc27 isolate->factory()->NewFixedArray(size); in RUNTIME_FUNCTION()
Druntime-scopes.cc408 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()
Druntime-intl.cc503 isolate->factory()->NewFixedArray(1, TENURED); in RUNTIME_FUNCTION()
Druntime-strings.cc627 elements = isolate->factory()->NewFixedArray(length); in RUNTIME_FUNCTION()
/external/v8/src/objects/
Ddebug-objects.cc128 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()
Dscope-info.cc889 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()
Dliteral-objects.cc331 ? factory->NewFixedArray(computed_count_ * in CreateTemplates()
581 Handle<ClassBoilerplate>::cast(factory->NewFixedArray(kBoileplateLength)); in BuildClassBoilerplate()
Dmodule.cc234 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()
Djs-plural-rules.cc303 isolate->factory()->NewFixedArray(count); in ResolvedOptions()
/external/v8/src/heap/
Dsetup-heap-internal.cc625 *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()
Dfactory.cc345 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/
Dconstants-table-builder.cc96 isolate_->factory()->NewFixedArray(map_.size(), TENURED); in Finalize()
/external/v8/src/ast/
Dmodules.cc156 Handle<FixedArray> export_names = isolate->factory()->NewFixedArray(count); in SerializeRegularExports()
179 Handle<FixedArray> result = isolate->factory()->NewFixedArray(index); in SerializeRegularExports()
Dast.cc717 isolate->factory()->NewFixedArray(this->raw_strings()->length(), TENURED); in GetOrBuildDescription()
729 cooked_strings = isolate->factory()->NewFixedArray( in GetOrBuildDescription()
/external/v8/src/
Dkeys.cc321 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()
Dproperty-descriptor.cc347 isolate->factory()->NewFixedArray(PropertyDescriptorObject::kLength)); in ToPropertyDescriptorObject()
Daccessors.cc437 Handle<FixedArray> array = factory->NewFixedArray(argument_count); in ArgumentsForInlinedFunction()
493 Handle<FixedArray> array = isolate->factory()->NewFixedArray(length); in GetFrameArguments()
Djson-parser.cc606 factory()->NewFixedArray(elements_size, pretenure_); in ParseJsonArray()
Dapi-natives.cc203 isolate->factory()->NewFixedArray(max_number_of_properties); in ConfigureInstance()
/external/v8/src/debug/
Ddebug.cc818 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/
Dasm-js.cc297 isolate->factory()->NewFixedArray(kWasmDataEntryCount); in FinalizeJobImpl()

12