Home
last modified time | relevance | path

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

12

/external/v8/src/
Dhandles.cc401 Handle<FixedArray> empty = isolate->factory()->NewFixedArray(0); in InitScriptLineEnds()
470 Handle<FixedArray> array = isolate->factory()->NewFixedArray(line_count); in CalculateLineEnds()
640 isolate->factory()->NewFixedArray(current->NumberOfEnumElements()); in GetKeysInFixedArrayFor()
717 Handle<FixedArray> storage = isolate->factory()->NewFixedArray(num_enum); in GetEnumPropertyKeys()
718 Handle<FixedArray> sort_array = isolate->factory()->NewFixedArray(num_enum); in GetEnumPropertyKeys()
724 indices = isolate->factory()->NewFixedArray(num_enum); in GetEnumPropertyKeys()
725 sort_array2 = isolate->factory()->NewFixedArray(num_enum); in GetEnumPropertyKeys()
758 isolate->factory()->NewFixedArray( in GetEnumPropertyKeys()
770 Handle<FixedArray> storage = isolate->factory()->NewFixedArray(num_enum); in GetEnumPropertyKeys()
771 Handle<FixedArray> sort_array = isolate->factory()->NewFixedArray(num_enum); in GetEnumPropertyKeys()
Dbootstrapper.h71 FACTORY->NewFixedArray(length + 2, TENURED); in Add()
Dfactory.cc43 Handle<FixedArray> Factory::NewFixedArray(int size, PretenureFlag pretenure) { in NewFixedArray() function in v8::internal::Factory
547 Handle<FixedArray> literals = NewFixedArray(number_of_literals, pretenure); in NewFunctionFromSharedFunctionInfo()
648 Handle<FixedArray> array = NewFixedArray(args.length()); in NewError()
1188 NewFixedArray(Debug::kEstimatedNofBreakPointsInFunction)); in NewDebugInfo()
1371 Handle<FixedArray> store = NewFixedArray(JSRegExp::kAtomDataSize); in SetRegExpAtomData()
1385 Handle<FixedArray> store = NewFixedArray(JSRegExp::kIrregexpDataSize); in SetRegExpIrregexpData()
Dmessages.cc66 FACTORY->NewFixedArray(args.length()); in MakeMessageObject()
Djson-parser.h216 Handle<FixedArray> element = factory->NewFixedArray(1); in ParseJson()
343 isolate()->factory()->NewFixedArray(elements.length()); in ParseJsonArray()
Daccessors.cc576 Handle<FixedArray> array = factory->NewFixedArray(args_count); in ConstructArgumentsObjectForInlinedFunction()
637 Handle<FixedArray> array = isolate->factory()->NewFixedArray(length); in FunctionGetArguments()
Druntime.cc309 isolate->factory()->NewFixedArray(number_of_symbol_keys); in ComputeObjectLiteralMap()
1004 Handle<FixedArray> elms = isolate->factory()->NewFixedArray(DESCRIPTOR_SIZE); in GetOwnProperty()
2205 isolate->factory()->NewFixedArray(number_of_literals, TENURED); in RUNTIME_FUNCTION()
3625 Handle<FixedArray> elements = isolate->factory()->NewFixedArray(matches); in RUNTIME_FUNCTION()
3894 isolate->factory()->NewFixedArray(3 + capture_count); in SearchRegExpMultiple()
4967 isolate->factory()->NewFixedArray(total_property_count); in RUNTIME_FUNCTION()
4987 names = isolate->factory()->NewFixedArray( in RUNTIME_FUNCTION()
5014 Handle<FixedArray> names = isolate->factory()->NewFixedArray(n); in RUNTIME_FUNCTION()
5098 Handle<FixedArray> copy = isolate->factory()->NewFixedArray(length); in RUNTIME_FUNCTION()
6420 elements = isolate->factory()->NewFixedArray(length); in RUNTIME_FUNCTION()
[all …]
Dcode-stubs.cc257 code->GetIsolate()->factory()->NewFixedArray(1, TENURED); in FinishCode()
Dbootstrapper.cc1103 Handle<FixedArray> elements = factory->NewFixedArray(2); in InitializeGlobal()
1106 array = factory->NewFixedArray(0); in InitializeGlobal()
1108 array = factory->NewFixedArray(0); in InitializeGlobal()
1876 Handle<FixedArray> caches = FACTORY->NewFixedArray(kNumberOfCaches, TENURED); in InstallJSFunctionResultCaches()
1895 FACTORY->NewFixedArray(NormalizedMapCache::kEntries, TENURED)); in InitializeNormalizedMapCaches()
Ddebug.cc625 Handle<FixedArray> instances = FACTORY->NewFixedArray(occupancy()); in GetScripts()
1062 break_points_hit = factory->NewFixedArray(array->length()); in CheckBreakPoints()
1070 break_points_hit = factory->NewFixedArray(1); in CheckBreakPoints()
1619 isolate->factory()->NewFixedArray(debug_info->GetBreakPointCount()); in GetSourceBreakLocations()
2315 isolate_->factory()->NewFixedArray(0); in GetLoadedScripts()
Dfactory.h43 Handle<FixedArray> NewFixedArray(
Dfull-codegen.cc394 isolate()->factory()->NewFixedArray(array_size, TENURED)); in PopulateTypeFeedbackCells()
584 isolate()->factory()->NewFixedArray(2 * global_count_, TENURED); in VisitDeclarations()
Dparser.cc777 Handle<FixedArray> elements = factory->NewFixedArray(args.length()); in ReportMessageAt()
795 Handle<FixedArray> elements = factory->NewFixedArray(args.length()); in ReportMessageAt()
984 isolate_->factory()->NewFixedArray(names_.length() * 3); in GetThisPropertyAssignments()
3753 isolate()->factory()->NewFixedArray(values->length(), TENURED); in ParseArrayLiteral()
3840 isolate()->factory()->NewFixedArray(2, TENURED); in ParseArrayLiteral()
3877 Handle<FixedArray> result = FACTORY->NewFixedArray(2, TENURED); in GetValue()
4218 Handle<FixedArray> constant_properties = isolate()->factory()->NewFixedArray( in ParseObjectLiteral()
5000 Handle<FixedArray> elements = isolate()->factory()->NewFixedArray(argc, in NewThrowError()
Dliveobjectlist.cc1292 Handle<FixedArray> elements_arr = factory->NewFixedArray(dump_limit); in DumpPrivate()
1426 factory->NewFixedArray(entries_count); in SummarizePrivate()
1545 Handle<FixedArray> list = factory->NewFixedArray(dump_count); in Info()
Dd8.cc913 FACTORY->NewFixedArray(js_args.argc()); in CreateEvaluationContext()
Dapi.cc824 i::Handle<i::FixedArray> elements = isolate->factory()->NewFixedArray(size); in NeanderObject()
860 i::Handle<i::FixedArray> new_elms = FACTORY->NewFixedArray(2 * size); in add()
972 i::Handle<i::FixedArray> args = isolate->factory()->NewFixedArray(argc); in New()
994 i::Handle<i::FixedArray> vector = isolate->factory()->NewFixedArray(argc); in New()
Djsregexp.cc102 Handle<FixedArray> elements = factory->NewFixedArray(2); in ThrowRegExpException()
308 Handle<FixedArray> elements = factory->NewFixedArray(2); in CreateRegExpErrorObjectAndThrow()
Dobjects.cc12667 isolate->factory()->NewFixedArray( in SetBreakPoint()
12774 isolate->factory()->NewFixedArray(old_array->length() - 1); in ClearBreakPoint()
12801 Handle<FixedArray> array = FACTORY->NewFixedArray(2); in SetBreakPoint()
12812 FACTORY->NewFixedArray(old_array->length() + 1); in SetBreakPoint()
/external/v8/test/cctest/
Dtest-disasm-ia32.cc71 Handle<FixedArray> foo = FACTORY->NewFixedArray(10, TENURED); in TEST()
102 Handle<FixedArray> foo2 = FACTORY->NewFixedArray(10, TENURED); in TEST()
Dtest-heap.cc1269 CHECK(HEAP->InNewSpace(*FACTORY->NewFixedArray(1000, NOT_TENURED))); in FillUpNewSpace()
Dtest-api.cc13960 FACTORY->NewFixedArray(1000, i::TENURED); in THREADED_TEST()
13980 FACTORY->NewFixedArray(1000, i::TENURED); in TEST()
14004 FACTORY->NewFixedArray(1000, i::TENURED); in TEST()
/external/v8/src/arm/
Dfull-codegen-arm.cc139 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
/external/v8/src/x64/
Dfull-codegen-x64.cc124 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc127 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()
/external/v8/src/mips/
Dfull-codegen-mips.cc147 isolate()->factory()->NewFixedArray(function()->handler_count(), TENURED); in Generate()

12