Home | History | Annotate | Download | only in src

Lines Matching refs:IsInobject

5977   inline bool IsInobject() const {
6324 DCHECK(!this->existing_inobject_property() || IsInobject());
6372 return !access().IsInobject() || access().offset() >= size;
6818 return !access().IsInobject() || access().offset() >= size;
6935 DCHECK(!access.IsInobject() || access.existing_inobject_property() ||