Home
last modified time | relevance | path

Searched refs:SetInObjectPropertiesStartInWords (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmap.h216 inline void SetInObjectPropertiesStartInWords(int value);
Dmap-inl.h310 void Map::SetInObjectPropertiesStartInWords(int value) { in SetInObjectPropertiesStartInWords() function
Dmap.cc1681 copy.SetInObjectPropertiesStartInWords(JSObject::kHeaderSize / kTaggedSize); in Create()
/third_party/node/deps/v8/src/heap/
Dfactory.cc1881 map.SetInObjectPropertiesStartInWords(instance_size / kTaggedSize - in InitializeMap()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc897 map->SetInObjectPropertiesStartInWords( in CreateNonConstructorMap()