Home
last modified time | relevance | path

Searched refs:NewPropertyArray (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-struct.cc115 factory->NewPropertyArray(num_oob_fields, AllocationType::kSharedOld); in BUILTIN()
/third_party/node/deps/v8/src/runtime/
Druntime-classes.cc307 isolate->factory()->NewPropertyArray(count); in AddDescriptorsByTemplate()
/third_party/node/deps/v8/src/heap/
Dfactory.h126 Handle<PropertyArray> NewPropertyArray(
Dfactory.cc449 Handle<PropertyArray> Factory::NewPropertyArray(int length, in NewPropertyArray() function in v8::internal::Factory
/third_party/node/deps/v8/src/objects/
Djs-objects.cc3073 Handle<PropertyArray> array = isolate->factory()->NewPropertyArray(external); in MigrateFastToFast()
3407 Handle<PropertyArray> array = isolate->factory()->NewPropertyArray(external); in AllocateStorageForMap()
3774 factory->NewPropertyArray(number_of_allocated_fields); in MigrateSlowToFast()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1955 factory()->NewPropertyArray(no_properties); in DeserializeObjects()