/external/v8/src/runtime/ |
D | runtime-debug.cc | 165 Handle<FixedArray> result = factory->NewFixedArray(2 * 3); in GetIteratorInternalProperties() 191 Handle<FixedArray> result = factory->NewFixedArray(2 * 3); in GetInternalProperties() 230 Handle<FixedArray> result = factory->NewFixedArray(2 * 3); in GetInternalProperties() 250 Handle<FixedArray> result = factory->NewFixedArray(2 * 2); in GetInternalProperties() 265 Handle<FixedArray> result = factory->NewFixedArray(3 * 2); in GetInternalProperties() 285 Handle<FixedArray> result = factory->NewFixedArray(2); in GetInternalProperties() 340 Handle<FixedArray> details = isolate->factory()->NewFixedArray(2); in RUNTIME_FUNCTION() 363 isolate->factory()->NewFixedArray(has_js_accessors ? 6 : 3); in RUNTIME_FUNCTION() 520 isolate->factory()->NewFixedArray(kFrameDetailsFirstDynamicIndex); in RUNTIME_FUNCTION() 663 Handle<FixedArray> details = isolate->factory()->NewFixedArray(details_size); in RUNTIME_FUNCTION() [all …]
|
D | runtime-generator.cc | 26 Handle<FixedArray> register_file = isolate->factory()->NewFixedArray(size); in RUNTIME_FUNCTION()
|
D | runtime-collections.cc | 135 Handle<FixedArray> details = isolate->factory()->NewFixedArray(4); in RUNTIME_FUNCTION() 222 Handle<FixedArray> details = isolate->factory()->NewFixedArray(4); in RUNTIME_FUNCTION()
|
D | runtime-scopes.cc | 428 isolate->factory()->NewFixedArray(mapped_count + 2, NOT_TENURED); in NewSloppyArguments() 437 isolate->factory()->NewFixedArray(argument_count, NOT_TENURED); in NewSloppyArguments() 492 isolate->factory()->NewFixedArray(argument_count, NOT_TENURED); in NewSloppyArguments()
|
D | runtime-liveedit.cc | 43 Handle<FixedArray> result = isolate->factory()->NewFixedArray(found.length()); in RUNTIME_FUNCTION()
|
D | runtime-i18n.cc | 187 Handle<FixedArray> output = factory->NewFixedArray(length); in RUNTIME_FUNCTION() 1177 isolate->factory()->NewFixedArray(1, TENURED); in RUNTIME_FUNCTION()
|
/external/v8/src/ |
D | factory.cc | 146 Handle<FixedArray> Factory::NewFixedArray(int size, PretenureFlag pretenure) { in NewFixedArray() function in v8::internal::Factory 202 Handle<BoilerplateDescription>::cast(NewFixedArray(size, TENURED)); in NewBoilerplateDescription() 911 NewFixedArray(Context::NATIVE_CONTEXT_SLOTS, TENURED); in NewNativeContext() 928 NewFixedArray(scope_info->ContextLength(), TENURED); in NewScriptContext() 941 Handle<FixedArray> array = NewFixedArray(1); in NewScriptContextTable() 954 NewFixedArray(scope_info->ContextLength(), TENURED); in NewModuleContext() 970 Handle<FixedArray> array = NewFixedArray(length); in NewFunctionContext() 998 Handle<FixedArray> array = NewFixedArray(Context::MIN_CONTEXT_SLOTS + 1); in NewCatchContext() 1019 Handle<FixedArray> array = NewFixedArray(Context::MIN_CONTEXT_SLOTS + 2); in NewDebugEvaluateContext() 1037 Handle<FixedArray> array = NewFixedArray(Context::MIN_CONTEXT_SLOTS); in NewWithContext() [all …]
|
D | keys.cc | 319 isolate->factory()->NewFixedArray(own_property_count); in GetFastEnumPropertyKeys() 321 isolate->factory()->NewFixedArray(own_property_count); in GetFastEnumPropertyKeys() 581 Handle<FixedArray> storage = isolate->factory()->NewFixedArray(length); in GetOwnEnumPropertyDictionaryKeys() 772 isolate_->factory()->NewFixedArray(target_keys->length()); in CollectOwnJSProxyKeys()
|
D | bootstrapper.h | 47 Handle<FixedArray> new_array = factory->NewFixedArray(length + 2, TENURED); in Add()
|
D | feedback-vector.cc | 71 Handle<FixedArray> array = factory->NewFixedArray(length, TENURED); in New() 174 Handle<FixedArray> array = factory->NewFixedArray(length, TENURED); in New() 386 Handle<FixedArray> array = isolate->factory()->NewFixedArray(length); in EnsureArrayOfSize() 398 Handle<FixedArray> array = isolate->factory()->NewFixedArray(length); in EnsureExtraArrayOfSize()
|
D | objects.cc | 926 Handle<FixedArray> list = isolate->factory()->NewFixedArray(len); in CreateListFromArrayLike() 1239 isolate->factory()->NewFixedArray(kLengthIndex + size); in New() 3485 Handle<FixedArray> array = isolate->factory()->NewFixedArray(total_size); in MigrateFastToFast() 5526 isolate->factory()->NewFixedArray(kEntries, TENURED)); in New() 5666 Handle<FixedArray> fields = factory->NewFixedArray( in MigrateSlowToFast() 8197 Handle<FixedArray> values_or_entries = isolate->factory()->NewFixedArray( in FastGetOwnValuesOrEntries() 8281 values_or_entries = isolate->factory()->NewFixedArray(keys->length()); in GetOwnValuesOrEntries() 9541 Handle<FixedArray> cache = isolate->factory()->NewFixedArray(kEntrySize); in PutFirstElement() 9552 Handle<FixedArray> new_cache = isolate->factory()->NewFixedArray( in PutSecondElement() 9574 isolate->factory()->NewFixedArray(new_length); in PutLinearElement() [all …]
|
D | accessors.cc | 823 Handle<FixedArray> array = factory->NewFixedArray(argument_count); in ArgumentsForInlinedFunction() 883 Handle<FixedArray> array = isolate->factory()->NewFixedArray(length); in GetFunctionArguments()
|
/external/v8/src/ast/ |
D | compile-time-value.cc | 26 Handle<FixedArray> result = factory->NewFixedArray(2, TENURED); in GetValue()
|
D | modules.cc | 133 Handle<FixedArray> export_names = isolate->factory()->NewFixedArray(count); in SerializeRegularExports() 156 Handle<FixedArray> result = isolate->factory()->NewFixedArray(index); in SerializeRegularExports()
|
/external/v8/src/wasm/ |
D | wasm-module.cc | 418 factory->NewFixedArray(function_table_count, TENURED); in CompileToModuleObject() 420 factory->NewFixedArray(function_table_count, TENURED); in CompileToModuleObject() 422 temp_instance.function_tables[i] = factory->NewFixedArray(1, TENURED); in CompileToModuleObject() 423 temp_instance.signature_tables[i] = factory->NewFixedArray(1, TENURED); in CompileToModuleObject() 438 factory->NewFixedArray(static_cast<int>(code_table_size), TENURED); in CompileToModuleObject() 1192 Handle<FixedArray> deopt_data = factory->NewFixedArray(2, TENURED); in Build() 1567 isolate_->factory()->NewFixedArray(table_size); in ProcessImports() 1569 isolate_->factory()->NewFixedArray(table_size); in ProcessImports() 1779 isolate_->factory()->NewFixedArray(export_index); in ProcessExports() 1924 isolate_->factory()->NewFixedArray(function_table_count); in InitializeTables() [all …]
|
D | wasm-objects.cc | 266 *js_functions = isolate->factory()->NewFixedArray(initial); in DEFINE_OBJ_GETTER() 275 Handle<FixedArray> dispatch_tables = isolate->factory()->NewFixedArray(0); in DEFINE_OBJ_GETTER() 556 isolate->factory()->NewFixedArray(kFieldCount, TENURED); in New() 659 breakpoint_infos = isolate->factory()->NewFixedArray(4, TENURED); in AddBreakpoint() 682 new_breakpoint_infos = isolate->factory()->NewFixedArray( in AddBreakpoint() 742 isolate->factory()->NewFixedArray(PropertyIndices::Count, TENURED); in New() 1168 isolate->factory()->NewFixedArray(kWrapperPropertyCount, TENURED); in New()
|
D | wasm-debug.cc | 321 Handle<FixedArray> new_arr = isolate->factory()->NewFixedArray( in GetOrCreateInterpretedFunctions() 364 Handle<FixedArray> arr = factory->NewFixedArray(kFieldCount, TENURED); in New()
|
/external/v8/src/interpreter/ |
D | handler-table-builder.cc | 21 Handle<HandlerTable>::cast(isolate->factory()->NewFixedArray( in ToHandlerTable()
|
/external/v8/src/objects/ |
D | scope-info.cc | 857 Handle<FixedArray> module_requests = isolate->factory()->NewFixedArray( in New() 865 isolate->factory()->NewFixedArray(descr->special_exports().length()); in New() 876 isolate->factory()->NewFixedArray(descr->namespace_imports().length()); in New() 890 Handle<FixedArray> regular_imports = isolate->factory()->NewFixedArray( in New()
|
/external/v8/src/asmjs/ |
D | asm-js.cc | 202 info->isolate()->factory()->NewFixedArray(static_cast<int>(uses.size())); in CompileAsmViaWasm() 209 info->isolate()->factory()->NewFixedArray(kWasmDataEntryCount); in CompileAsmViaWasm()
|
/external/v8/src/heap/ |
D | heap.cc | 2755 *factory->NewFixedArray(kInitialNumberStringCacheSize * 2, TENURED)); in CreateInitialObjects() 2759 *factory->NewFixedArray(String::kMaxOneByteCharCode + 1, TENURED)); in CreateInitialObjects() 2762 set_string_split_cache(*factory->NewFixedArray( in CreateInitialObjects() 2764 set_regexp_multiple_cache(*factory->NewFixedArray( in CreateInitialObjects() 2769 *factory->NewFixedArray(Natives::GetBuiltinsCount())); in CreateInitialObjects() 2772 *factory->NewFixedArray(ExperimentalNatives::GetBuiltinsCount())); in CreateInitialObjects() 2775 *factory->NewFixedArray(ExtraNatives::GetBuiltinsCount())); in CreateInitialObjects() 2778 *factory->NewFixedArray(ExperimentalExtraNatives::GetBuiltinsCount())); in CreateInitialObjects() 2788 factory->NewFixedArray(2, TENURED); in CreateInitialObjects() 2807 ArrayList::cast(*(factory->NewFixedArray(16, TENURED)))); in CreateInitialObjects() [all …]
|
/external/v8/src/debug/ |
D | liveedit.cc | 800 Handle<FixedArray> result = isolate->factory()->NewFixedArray(size); in CollectJSFunctions() 958 isolate->factory()->NewFixedArray(max_function_literal_id + 1)); in FixupScript() 1100 Handle<FixedArray> infos(isolate->factory()->NewFixedArray( in CreateScriptCopy()
|
D | debug.cc | 843 Handle<FixedArray> break_points_hit = isolate_->factory()->NewFixedArray(1); in GetHitBreakPointObjects() 851 isolate_->factory()->NewFixedArray(num_objects); in GetHitBreakPointObjects() 1075 isolate->factory()->NewFixedArray(debug_info->GetBreakPointCount()); in GetSourceBreakLocations() 1609 Handle<FixedArray> results = factory->NewFixedArray(array->Length()); in GetLoadedScripts()
|
/external/v8/src/crankshaft/ |
D | lithium-codegen.cc | 357 factory()->NewFixedArray(deoptimization_literals_.length(), TENURED); in PopulateDeoptimizationData()
|
/external/v8/src/compiler/ |
D | code-generator.cc | 238 Handle<HandlerTable>::cast(isolate()->factory()->NewFixedArray( in GenerateCode() 574 Handle<FixedArray> literals = isolate()->factory()->NewFixedArray( in PopulateDeoptimizationData()
|