Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dfield-index.h55 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() argument
81 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