Home
last modified time | relevance | path

Searched refs:GetInObjectPropertyOffset (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfield-index-inl.h31 first_inobject_offset = map.GetInObjectPropertyOffset(0); in ForPropertyIndex()
32 offset = map.GetInObjectPropertyOffset(property_index); in ForPropertyIndex()
Djs-objects-inl.h497 int JSObject::GetInObjectPropertyOffset(int index) { in GetInObjectPropertyOffset() function
498 return map().GetInObjectPropertyOffset(index); in GetInObjectPropertyOffset()
502 int offset = GetInObjectPropertyOffset(index); in InObjectPropertyAt()
509 int offset = GetInObjectPropertyOffset(index); in InObjectPropertyAtPut()
Dmap-inl.h330 int Map::GetInObjectPropertyOffset(int index) const { in GetInObjectPropertyOffset() function
408 GetInObjectPropertyOffset(used_inobject_properties) / kTaggedSize); in SetInObjectUnusedPropertyFields()
Dobjects-body-descriptors-inl.h61 int inobject_fields_offset = map.GetInObjectPropertyOffset(0); in IsValidJSObjectSlotImpl()
88 int inobject_fields_start_offset = map.GetInObjectPropertyOffset(0); in IterateJSObjectBodyImpl()
Dmap.h484 inline int GetInObjectPropertyOffset(int index) const;
Djs-objects.h719 inline int GetInObjectPropertyOffset(int index);
/third_party/node/deps/v8/src/compiler/
Dheap-refs.h676 int GetInObjectPropertyOffset(int index) const;
Dheap-refs.cc1225 int MapRef::GetInObjectPropertyOffset(int i) const { in GetInObjectPropertyOffset() function in v8::internal::compiler::MapRef
1226 return object()->GetInObjectPropertyOffset(i); in GetInObjectPropertyOffset()
Daccess-builder.cc110 int const offset = map.GetInObjectPropertyOffset(index); in ForJSObjectInObjectProperty()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc534 int inobject_fields_start_offset = GetInObjectPropertyOffset(0); in MapVerify()