Home
last modified time | relevance | path

Searched refs:GetInObjectPropertiesStartInWords (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmap-inl.h305 int Map::GetInObjectPropertiesStartInWords() const { in GetInObjectPropertiesStartInWords() function
317 return instance_size_in_words() - GetInObjectPropertiesStartInWords(); in GetInObjectProperties()
331 return (GetInObjectPropertiesStartInWords() + index) * kTaggedSize; in GetInObjectPropertyOffset()
Dmap.h215 inline int GetInObjectPropertiesStartInWords() const;
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h674 int GetInObjectPropertiesStartInWords() const;
Dheap-refs.cc1664 int MapRef::GetInObjectPropertiesStartInWords() const { in GetInObjectPropertiesStartInWords() function in v8::internal::compiler::MapRef
1665 return object()->GetInObjectPropertiesStartInWords(); in GetInObjectPropertiesStartInWords()
Dcompilation-dependencies.cc1337 initial_map.GetInObjectPropertiesStartInWords()) {} in SlackTrackingPrediction()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc898 map->GetInObjectPropertiesStartInWords() + 1); in CreateNonConstructorMap()