Searched refs:GetInObjectPropertyOffset (Results 1 – 10 of 10) sorted by relevance
31 first_inobject_offset = map.GetInObjectPropertyOffset(0); in ForPropertyIndex()32 offset = map.GetInObjectPropertyOffset(property_index); in ForPropertyIndex()
497 int JSObject::GetInObjectPropertyOffset(int index) { in GetInObjectPropertyOffset() function498 return map().GetInObjectPropertyOffset(index); in GetInObjectPropertyOffset()502 int offset = GetInObjectPropertyOffset(index); in InObjectPropertyAt()509 int offset = GetInObjectPropertyOffset(index); in InObjectPropertyAtPut()
330 int Map::GetInObjectPropertyOffset(int index) const { in GetInObjectPropertyOffset() function408 GetInObjectPropertyOffset(used_inobject_properties) / kTaggedSize); in SetInObjectUnusedPropertyFields()
61 int inobject_fields_offset = map.GetInObjectPropertyOffset(0); in IsValidJSObjectSlotImpl()88 int inobject_fields_start_offset = map.GetInObjectPropertyOffset(0); in IterateJSObjectBodyImpl()
484 inline int GetInObjectPropertyOffset(int index) const;
719 inline int GetInObjectPropertyOffset(int index);
676 int GetInObjectPropertyOffset(int index) const;
1225 int MapRef::GetInObjectPropertyOffset(int i) const { in GetInObjectPropertyOffset() function in v8::internal::compiler::MapRef1226 return object()->GetInObjectPropertyOffset(i); in GetInObjectPropertyOffset()
110 int const offset = map.GetInObjectPropertyOffset(index); in ForJSObjectInObjectProperty()
534 int inobject_fields_start_offset = GetInObjectPropertyOffset(0); in MapVerify()