Home
last modified time | relevance | path

Searched refs:set_elements_kind (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dliteral-objects.h67 inline void set_elements_kind(ElementsKind kind);
H A Dliteral-objects-inl.h131 void ArrayBoilerplateDescription::set_elements_kind(ElementsKind kind) { in set_elements_kind() function in v8::internal::ArrayBoilerplateDescription
H A Dmap.cc1203 fresh->set_elements_kind(new_elements_kind); in Normalize()
1243 new_map->set_elements_kind(new_elements_kind); in Normalize()
1575 new_map->set_elements_kind(kind); in CopyAsElementsKind()
1584 new_map->set_elements_kind(kind); in CopyAsElementsKind()
1757 new_map->set_elements_kind(new_kind); in CopyForPreventExtensions()
H A Dmap-inl.h551 void Map::set_elements_kind(ElementsKind elements_kind) { in set_elements_kind() function in v8::internal::Map
H A Djs-function.cc1091 rab_gsab_map->set_elements_kind( in GetDerivedRabGsabMap()
H A Delements.cc2683 new_map->set_elements_kind(DICTIONARY_ELEMENTS); in SetLengthImpl()
2781 new_map->set_elements_kind(DICTIONARY_ELEMENTS); in SetLengthImpl()
H A Djs-objects.cc4360 new_map->set_elements_kind(new_kind); in PreventExtensionsWithTransition()
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc186 map.set_elements_kind(TERMINAL_FAST_ELEMENTS_KIND); in AllocatePartialMap()
414 roots.fixed_double_array_map().set_elements_kind(HOLEY_DOUBLE_ELEMENTS); in CreateInitialMaps()
589 ArrayBoilerplateDescription::cast(obj).set_elements_kind( in CreateInitialMaps()
H A Dfactory-base.cc498 result.set_elements_kind(elements_kind); in NewArrayBoilerplateDescription()
H A Dfactory.cc1901 map.set_elements_kind(elements_kind); in InitializeMap()
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc373 map->set_elements_kind(DICTIONARY_ELEMENTS); in AddDescriptorsByTemplate()
455 map->set_elements_kind(DICTIONARY_ELEMENTS); in AddDescriptorsByTemplate()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc843 initial_map.set_elements_kind(HOLEY_ELEMENTS); in CreateObjectFunction()
2024 string_map->set_elements_kind(FAST_STRING_WRAPPER_ELEMENTS); in InitializeGlobal()
3965 map->set_elements_kind(FAST_SLOPPY_ARGUMENTS_ELEMENTS); in InitializeGlobal()
3970 map->set_elements_kind(SLOW_SLOPPY_ARGUMENTS_ELEMENTS); in InitializeGlobal()
4062 result->initial_map().set_elements_kind(elements_kind); in InstallTypedArray()

Completed in 64 milliseconds