Home
last modified time | relevance | path

Searched refs:NotifyLeafMapLayoutChange (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmap.cc585 NotifyLeafMapLayoutChange(isolate); in DeprecateTransitionTree()
1252 fast_map->NotifyLeafMapLayoutChange(isolate); in Normalize()
1364 map->NotifyLeafMapLayoutChange(isolate); in CopyDropDescriptors()
1513 map->NotifyLeafMapLayoutChange(isolate); in AddMissingTransitions()
1609 initial_map->NotifyLeafMapLayoutChange(isolate); in AsLanguageMode()
Dmap-updater.cc717 old_map_->NotifyLeafMapLayoutChange(isolate_); in FindTargetMap()
994 old_map_->NotifyLeafMapLayoutChange(isolate_); in ConstructNewMap()
Dmap.h842 inline void NotifyLeafMapLayoutChange(Isolate* isolate);
Dmap-inl.h658 void Map::NotifyLeafMapLayoutChange(Isolate* isolate) { in NotifyLeafMapLayoutChange() function
/third_party/node/deps/v8/src/ic/
Dic.cc1429 receiver_map->NotifyLeafMapLayoutChange(isolate()); in LoadElementPolymorphicHandlers()
2421 receiver_map->NotifyLeafMapLayoutChange(isolate()); in StoreElementPolymorphicHandlers()
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc234 receiver_map->NotifyLeafMapLayoutChange(isolate); in DeleteObjectPropertyFast()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3134 old_map->NotifyLeafMapLayoutChange(isolate()); in ReinitializeJSGlobalProxy()