/external/v8/src/runtime/ |
D | runtime-debug.cc | 193 return factory->NewJSArrayWithElements(result); in GetIteratorInternalProperties() 220 factory->NewJSArrayWithElements(bound_arguments); in GetInternalProperties() 222 return factory->NewJSArrayWithElements(result); in GetInternalProperties() 258 return factory->NewJSArrayWithElements(result); in GetInternalProperties() 277 return factory->NewJSArrayWithElements(result); in GetInternalProperties() 296 return factory->NewJSArrayWithElements(result); in GetInternalProperties() 306 return factory->NewJSArrayWithElements(result); in GetInternalProperties() 315 return factory->NewJSArrayWithElements(result); in GetInternalProperties() 419 return *isolate->factory()->NewJSArrayWithElements( in RUNTIME_FUNCTION() 463 return *isolate->factory()->NewJSArrayWithElements(instances); in RUNTIME_FUNCTION() [all …]
|
D | runtime-regexp.cc | 804 Handle<JSArray> result = isolate->factory()->NewJSArrayWithElements( in RUNTIME_FUNCTION() 1220 builder.Add(*isolate->factory()->NewJSArrayWithElements(elements)); in SearchRegExpMultiple() 1548 Handle<JSArray> NewJSArrayWithElements(Isolate* isolate, in NewJSArrayWithElements() function 1551 return isolate->factory()->NewJSArrayWithElements( in NewJSArrayWithElements() 1629 return *factory->NewJSArrayWithElements(elems); in RUNTIME_FUNCTION() 1673 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION() 1695 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION() 1708 return *NewJSArrayWithElements(isolate, elems, num_elems); in RUNTIME_FUNCTION()
|
D | runtime-object.cc | 472 return *isolate->factory()->NewJSArrayWithElements(values); in RUNTIME_FUNCTION() 486 return *isolate->factory()->NewJSArrayWithElements(value); in RUNTIME_FUNCTION() 500 return *isolate->factory()->NewJSArrayWithElements(entries); in RUNTIME_FUNCTION() 514 return *isolate->factory()->NewJSArrayWithElements(entries); in RUNTIME_FUNCTION() 809 return *isolate->factory()->NewJSArrayWithElements(keys); in RUNTIME_FUNCTION()
|
D | runtime-strings.cc | 421 return *isolate->factory()->NewJSArrayWithElements(elements); in RUNTIME_FUNCTION()
|
D | runtime-literals.cc | 500 return isolate->factory()->NewJSArrayWithElements( in CreateArrayLiteral()
|
D | runtime-test.cc | 1223 return *isolate->factory()->NewJSArrayWithElements(values); in RUNTIME_FUNCTION()
|
/external/v8/src/heap/ |
D | factory-inl.h | 49 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements, in NewJSArrayWithElements() function 52 return NewJSArrayWithElements(elements, elements_kind, elements->length(), in NewJSArrayWithElements()
|
D | memory-measurement.cc | 52 factory_->NewJSArrayWithElements(other)); in Build() 79 return factory_->NewJSArrayWithElements(elements); in NewRange()
|
D | factory.h | 550 Handle<JSArray> NewJSArrayWithElements( 554 inline Handle<JSArray> NewJSArrayWithElements(
|
D | factory.cc | 2175 return NewJSArrayWithElements(empty_fixed_array(), elements_kind, length, in NewJSArray() 2186 Handle<JSArray> Factory::NewJSArrayWithElements(Handle<FixedArrayBase> elements, in NewJSArrayWithElements() function in v8::internal::Factory
|
/external/v8/src/objects/ |
D | template-objects.cc | 42 Handle<JSArray> raw_object = isolate->factory()->NewJSArrayWithElements( in GetTemplateObject() 48 Handle<JSArray> template_object = isolate->factory()->NewJSArrayWithElements( in GetTemplateObject()
|
D | js-plural-rules.cc | 290 isolate->factory()->NewJSArrayWithElements(plural_categories); in ResolvedOptions()
|
D | objects-inl.h | 1107 return isolate->factory()->NewJSArrayWithElements(entry_storage, in MakeEntryPair() 1119 return isolate->factory()->NewJSArrayWithElements(entry_storage, in MakeEntryPair()
|
D | js-regexp.cc | 119 isolate->factory()->NewJSArrayWithElements(indices_sub_array, in BuildIndices()
|
D | feedback-vector.cc | 1403 isolate->factory()->NewJSArrayWithElements( in ConvertToJSObject()
|
D | js-objects.cc | 2026 value = isolate->factory()->NewJSArrayWithElements(entry_storage, in GetOwnValuesOrEntries()
|
D | objects.cc | 6363 return isolate->factory()->NewJSArrayWithElements(entries); in GetEntries()
|
/external/v8/src/builtins/ |
D | builtins-reflect.cc | 94 return *isolate->factory()->NewJSArrayWithElements(keys); in BUILTIN()
|
D | builtins-object.cc | 283 return *isolate->factory()->NewJSArrayWithElements(keys); in GetOwnPropertyKeys()
|
D | builtins-array.cc | 1349 return *isolate->factory()->NewJSArrayWithElements(storage, kind, j); in Slow_ArrayConcat()
|
/external/v8/src/wasm/ |
D | wasm-module.cc | 272 Handle<JSArray> params = factory->NewJSArrayWithElements(param_values); in GetTypeForFunction() 273 Handle<JSArray> results = factory->NewJSArrayWithElements(result_values); in GetTypeForFunction()
|
/external/v8/src/debug/ |
D | debug-scopes.cc | 340 return isolate_->factory()->NewJSArrayWithElements(details); in MaterializeScopeDetails() 351 return isolate_->factory()->NewJSArrayWithElements(details); in MaterializeScopeDetails()
|
/external/v8/src/execution/ |
D | messages.cc | 756 return isolate->factory()->NewJSArrayWithElements(frames); in GetStackFrames()
|
/external/v8/src/api/ |
D | api.cc | 4439 auto result = isolate->factory()->NewJSArrayWithElements(value); in GetPropertyNames() 6911 factory->NewJSArrayWithElements(result, i::PACKED_ELEMENTS, len)); in New() 7042 return factory->NewJSArrayWithElements(result, i::PACKED_ELEMENTS, in MapAsArray() 7146 return factory->NewJSArrayWithElements(result, i::PACKED_ELEMENTS, in SetAsArray()
|