/external/v8/test/cctest/ |
D | test-global-handles.cc | 94 global_handles->Create(*isolate->factory()->NewFixedArray(1)); in TEST() 96 global_handles->Create(*isolate->factory()->NewFixedArray(1)); in TEST() 99 global_handles->Create(*isolate->factory()->NewFixedArray(1)); in TEST() 101 global_handles->Create(*isolate->factory()->NewFixedArray(1)); in TEST() 190 global_handles->Create(*isolate->factory()->NewFixedArray(1)); in TEST() 192 global_handles->Create(*isolate->factory()->NewFixedArray(1)); in TEST() 195 global_handles->Create(*isolate->factory()->NewFixedArray(1)); in TEST() 197 global_handles->Create(*isolate->factory()->NewFixedArray(1)); in TEST() 285 global_handles->Create(*isolate->factory()->NewFixedArray(1)); in TEST() 287 global_handles->Create(*isolate->factory()->NewFixedArray(1)); in TEST() [all …]
|
D | test-weaksets.cc | 197 factory->NewFixedArray(900 * KB / kPointerSize, TENURED); in TEST() 235 factory->NewFixedArray(900 * KB / kPointerSize, TENURED); in TEST()
|
D | test-weakmaps.cc | 197 factory->NewFixedArray(900 * KB / kPointerSize, TENURED); in TEST() 235 factory->NewFixedArray(900 * KB / kPointerSize, TENURED); in TEST()
|
D | test-disasm-x87.cc | 65 Handle<FixedArray> foo = isolate->factory()->NewFixedArray(10, TENURED); in TEST() 107 Handle<FixedArray> foo2 = isolate->factory()->NewFixedArray(10, TENURED); in TEST()
|
D | test-disasm-ia32.cc | 65 Handle<FixedArray> foo = isolate->factory()->NewFixedArray(10, TENURED); in TEST() 107 Handle<FixedArray> foo2 = isolate->factory()->NewFixedArray(10, TENURED); in TEST()
|
D | test-heap.cc | 1695 CHECK(heap->InNewSpace(*factory->NewFixedArray(32, NOT_TENURED))); in FillUpNewSpace() 3004 factory->NewFixedArray(1, TENURED); in TEST() 3627 Handle<FixedArray> array_data = factory->NewFixedArray(2, NOT_TENURED); in TEST() 4420 handles[i] = i_isolate->factory()->NewFixedArray(1, NOT_TENURED); in UNINITIALIZED_TEST() 4431 i_isolate->factory()->NewFixedArray(length, NOT_TENURED); in UNINITIALIZED_TEST() 4442 i_isolate->factory()->NewFixedArray(length, NOT_TENURED); in UNINITIALIZED_TEST() 4478 factory->NewFixedArray(padding_array_length, TENURED); in TEST()
|
/external/v8/src/ |
D | transitions.cc | 18 isolate->factory()->NewFixedArray(ToKeyIndex(number_of_transitions)); in Allocate() 27 isolate->factory()->NewFixedArray(kSimpleTransitionSize); in AllocateSimple()
|
D | factory.cc | 64 Handle<FixedArray> Factory::NewFixedArray(int size, PretenureFlag pretenure) { in NewFixedArray() function in v8::internal::Factory 687 Handle<FixedArray> array = NewFixedArray(Context::NATIVE_CONTEXT_SLOTS); in NewNativeContext() 699 NewFixedArray(scope_info->ContextLength(), TENURED); in NewGlobalContext() 713 NewFixedArray(scope_info->ContextLength(), TENURED); in NewModuleContext() 725 Handle<FixedArray> array = NewFixedArray(length); in NewFunctionContext() 741 Handle<FixedArray> array = NewFixedArray(Context::MIN_CONTEXT_SLOTS + 1); in NewCatchContext() 756 Handle<FixedArray> array = NewFixedArray(Context::MIN_CONTEXT_SLOTS); in NewWithContext() 1113 Handle<FixedArray> array = NewFixedArray(args.length()); in NewError() 1370 Handle<FixedArray> literals = NewFixedArray(number_of_literals, pretenure); in NewFunctionFromSharedFunctionInfo() 1405 Handle<FixedArray> array = NewFixedArray(length, TENURED); in NewScopeInfo() [all …]
|
D | bootstrapper.h | 47 Handle<FixedArray> new_array = factory->NewFixedArray(length + 2, TENURED); in Add()
|
D | scopeinfo.h | 159 isolate->factory()->NewFixedArray(HEADER_SIZE + ITEM_SIZE * length)); in Allocate()
|
D | messages.cc | 45 factory->NewFixedArray(args.length()); in MakeMessageObject()
|
D | json-parser.h | 241 Handle<FixedArray> element = factory->NewFixedArray(1); in ParseJson() 499 factory()->NewFixedArray(elements.length(), pretenure_); in ParseJsonArray()
|
D | runtime.cc | 196 isolate->factory()->NewFixedArray(number_of_string_keys); in ComputeObjectLiteralMap() 1721 isolate->factory()->NewFixedArray(table->NumberOfElements() * 2); in RUNTIME_FUNCTION() 1833 isolate->factory()->NewFixedArray(table->NumberOfElements()); in RUNTIME_FUNCTION() 2015 Handle<FixedArray> elms = factory->NewFixedArray(DESCRIPTOR_SIZE); in GetOwnProperty() 2560 Handle<FixedArray> elements = isolate->factory()->NewFixedArray(size); in RUNTIME_FUNCTION() 2982 isolate->factory()->NewFixedArray(number_of_literals, TENURED); in RUNTIME_FUNCTION() 3059 isolate->factory()->NewFixedArray(operands_count); in RUNTIME_FUNCTION() 4496 Handle<FixedArray> elements = isolate->factory()->NewFixedArray(matches); in RUNTIME_FUNCTION() 4605 isolate->factory()->NewFixedArray(3 + capture_count); in SearchRegExpMultiple() 5865 isolate->factory()->NewFixedArray(total_property_count); in RUNTIME_FUNCTION() [all …]
|
D | types-inl.h | 282 i::Handle<Struct> structure = isolate->factory()->NewFixedArray(length + 1); in struct_create()
|
D | ast-value-factory.cc | 208 Handle<FixedArray> elements = factory->NewFixedArray(len, TENURED); in Internalize()
|
D | ast.cc | 255 Handle<FixedArray> constant_properties = isolate->factory()->NewFixedArray( in BuildConstantProperties() 370 Handle<FixedArray> literals = isolate->factory()->NewFixedArray(2, TENURED); in BuildConstantElements()
|
D | objects.cc | 1991 Handle<FixedArray> array = isolate->factory()->NewFixedArray(total_size); in MigrateFastToFast() 4114 isolate->factory()->NewFixedArray(kEntries, TENURED)); in New() 4334 Handle<FixedArray> fields = factory->NewFixedArray( in MigrateSlowToFast() 5461 isolate->factory()->NewFixedArray(copy->NumberOfOwnProperties()); in StructureWalk() 5682 array->GetIsolate()->factory()->NewFixedArray(length); in ReduceFixedArrayTo() 5731 Handle<FixedArray> storage = isolate->factory()->NewFixedArray( in GetEnumPropertyKeys() 5733 Handle<FixedArray> indices = isolate->factory()->NewFixedArray( in GetEnumPropertyKeys() 5762 isolate->factory()->NewFixedArray( in GetEnumPropertyKeys() 5779 Handle<FixedArray> storage = isolate->factory()->NewFixedArray(length); in GetEnumPropertyKeys() 5833 isolate->factory()->NewFixedArray(current->NumberOfEnumElements()); in GetKeys() [all …]
|
D | debug.cc | 644 Handle<FixedArray> instances = factory->NewFixedArray(occupancy()); in GetScripts() 1001 break_points_hit = factory->NewFixedArray(array->length()); in CheckBreakPoints() 1009 break_points_hit = factory->NewFixedArray(1); in CheckBreakPoints() 1564 isolate->factory()->NewFixedArray(debug_info->GetBreakPointCount()); in GetSourceBreakLocations()
|
D | full-codegen.cc | 696 isolate()->factory()->NewFixedArray(scope_->num_modules(), TENURED); in VisitDeclarations() 718 isolate()->factory()->NewFixedArray(globals_->length(), TENURED); in VisitDeclarations()
|
D | factory.h | 23 Handle<FixedArray> NewFixedArray(
|
D | accessors.cc | 1075 Handle<FixedArray> array = factory->NewFixedArray(args_count); in ArgumentsForInlinedFunction() 1141 Handle<FixedArray> array = isolate->factory()->NewFixedArray(length); in GetFunctionArguments()
|
D | code-stubs.cc | 562 code->GetIsolate()->factory()->NewFixedArray(1, TENURED); in FinishCode()
|
D | liveedit.cc | 1027 isolate->factory()->NewFixedArray(new_literal_count); in PatchLiterals() 1074 Handle<FixedArray> result = isolate->factory()->NewFixedArray(size); in CollectJSFunctions()
|
/external/v8/src/compiler/ |
D | code-generator.cc | 202 Handle<FixedArray> literals = isolate()->factory()->NewFixedArray( in PopulateDeoptimizationData()
|
/external/v8/src/heap/ |
D | heap.cc | 2689 Handle<FixedArray> elements = factory->NewFixedArray(2); in CreateApiObjects() 2837 *factory->NewFixedArray(kInitialNumberStringCacheSize * 2, TENURED)); in CreateInitialObjects() 2841 *factory->NewFixedArray(String::kMaxOneByteCharCode + 1, TENURED)); in CreateInitialObjects() 2844 set_string_split_cache(*factory->NewFixedArray( in CreateInitialObjects() 2846 set_regexp_multiple_cache(*factory->NewFixedArray( in CreateInitialObjects() 2851 *factory->NewFixedArray(Natives::GetBuiltinsCount())); in CreateInitialObjects() 2884 set_materialized_objects(*factory->NewFixedArray(0, TENURED)); in CreateInitialObjects() 2890 *factory->NewFixedArray(kAllocationSiteScratchpadSize, TENURED)); in CreateInitialObjects()
|