Home
last modified time | relevance | path

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

123

/external/v8/test/cctest/
Dtest-global-handles.cc94 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 …]
Dtest-weaksets.cc197 factory->NewFixedArray(900 * KB / kPointerSize, TENURED); in TEST()
235 factory->NewFixedArray(900 * KB / kPointerSize, TENURED); in TEST()
Dtest-weakmaps.cc197 factory->NewFixedArray(900 * KB / kPointerSize, TENURED); in TEST()
235 factory->NewFixedArray(900 * KB / kPointerSize, TENURED); in TEST()
Dtest-disasm-x87.cc65 Handle<FixedArray> foo = isolate->factory()->NewFixedArray(10, TENURED); in TEST()
107 Handle<FixedArray> foo2 = isolate->factory()->NewFixedArray(10, TENURED); in TEST()
Dtest-disasm-ia32.cc65 Handle<FixedArray> foo = isolate->factory()->NewFixedArray(10, TENURED); in TEST()
107 Handle<FixedArray> foo2 = isolate->factory()->NewFixedArray(10, TENURED); in TEST()
Dtest-heap.cc1695 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/
Dtransitions.cc18 isolate->factory()->NewFixedArray(ToKeyIndex(number_of_transitions)); in Allocate()
27 isolate->factory()->NewFixedArray(kSimpleTransitionSize); in AllocateSimple()
Dfactory.cc64 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 …]
Dbootstrapper.h47 Handle<FixedArray> new_array = factory->NewFixedArray(length + 2, TENURED); in Add()
Dscopeinfo.h159 isolate->factory()->NewFixedArray(HEADER_SIZE + ITEM_SIZE * length)); in Allocate()
Dmessages.cc45 factory->NewFixedArray(args.length()); in MakeMessageObject()
Djson-parser.h241 Handle<FixedArray> element = factory->NewFixedArray(1); in ParseJson()
499 factory()->NewFixedArray(elements.length(), pretenure_); in ParseJsonArray()
Druntime.cc196 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 …]
Dtypes-inl.h282 i::Handle<Struct> structure = isolate->factory()->NewFixedArray(length + 1); in struct_create()
Dast-value-factory.cc208 Handle<FixedArray> elements = factory->NewFixedArray(len, TENURED); in Internalize()
Dast.cc255 Handle<FixedArray> constant_properties = isolate->factory()->NewFixedArray( in BuildConstantProperties()
370 Handle<FixedArray> literals = isolate->factory()->NewFixedArray(2, TENURED); in BuildConstantElements()
Dobjects.cc1991 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 …]
Ddebug.cc644 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()
Dfull-codegen.cc696 isolate()->factory()->NewFixedArray(scope_->num_modules(), TENURED); in VisitDeclarations()
718 isolate()->factory()->NewFixedArray(globals_->length(), TENURED); in VisitDeclarations()
Dfactory.h23 Handle<FixedArray> NewFixedArray(
Daccessors.cc1075 Handle<FixedArray> array = factory->NewFixedArray(args_count); in ArgumentsForInlinedFunction()
1141 Handle<FixedArray> array = isolate->factory()->NewFixedArray(length); in GetFunctionArguments()
Dcode-stubs.cc562 code->GetIsolate()->factory()->NewFixedArray(1, TENURED); in FinishCode()
Dliveedit.cc1027 isolate->factory()->NewFixedArray(new_literal_count); in PatchLiterals()
1074 Handle<FixedArray> result = isolate->factory()->NewFixedArray(size); in CollectJSFunctions()
/external/v8/src/compiler/
Dcode-generator.cc202 Handle<FixedArray> literals = isolate()->factory()->NewFixedArray( in PopulateDeoptimizationData()
/external/v8/src/heap/
Dheap.cc2689 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()

123