Home
last modified time | relevance | path

Searched refs:ConstructNewMap (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmap-updater.h151 State ConstructNewMap();
Dmap-updater.cc227 if (ConstructNewMap() == kAtIntegrityLevelSource) { in ReconfigureToDataField()
246 if (ConstructNewMap() == kAtIntegrityLevelSource) { in ReconfigureElementsKind()
275 if (ConstructNewMap() == kAtIntegrityLevelSource) { in UpdateImpl()
965 MapUpdater::State MapUpdater::ConstructNewMap() { in ConstructNewMap() function in v8::internal::MapUpdater