Searched refs:first_inobject_property_offset (Results 1 – 1 of 1) sorted by relevance
55 return index() - first_inobject_property_offset() / kTaggedSize; in outobject_array_index()61 int result = index() - first_inobject_property_offset() / kTaggedSize; in property_index()80 int inobject_properties, int first_inobject_property_offset) { in FieldIndex() argument81 DCHECK(IsAligned(first_inobject_property_offset, kTaggedSize)); in FieldIndex()85 first_inobject_property_offset) | in FieldIndex()107 int first_inobject_property_offset() const { in first_inobject_property_offset() function