Home
last modified time | relevance | path

Searched refs:CopyGeneralizeAllFields (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dmap-updater.cc186 MapUpdater::State MapUpdater::CopyGeneralizeAllFields(const char* reason) { in CopyGeneralizeAllFields() function in v8::internal::MapUpdater
187 result_map_ = Map::CopyGeneralizeAllFields( in CopyGeneralizeAllFields()
254 return CopyGeneralizeAllFields("GenAll_NotEquivalent"); in FindRootMap()
263 return CopyGeneralizeAllFields("GenAll_InvalidElementsTransition"); in FindRootMap()
271 return CopyGeneralizeAllFields("GenAll_RootModification1"); in FindRootMap()
274 return CopyGeneralizeAllFields("GenAll_RootModification2"); in FindRootMap()
278 return CopyGeneralizeAllFields("GenAll_RootModification3"); in FindRootMap()
281 return CopyGeneralizeAllFields("GenAll_RootModification4"); in FindRootMap()
290 return CopyGeneralizeAllFields("GenAll_RootModification5"); in FindRootMap()
337 return CopyGeneralizeAllFields("GenAll_Incompatible"); in FindTargetMap()
[all …]
Dmap-updater.h108 State CopyGeneralizeAllFields(const char* reason);
Dobjects.cc4563 Handle<Map> Map::CopyGeneralizeAllFields(Isolate* isolate, Handle<Map> map, in CopyGeneralizeAllFields() function in v8::internal::Map
10034 return CopyGeneralizeAllFields(isolate, map, map->elements_kind(), in ReconfigureExistingProperty()
/external/v8/src/objects/
Dmap.h930 static Handle<Map> CopyGeneralizeAllFields(Isolate* isolate, Handle<Map> map,