Home | History | Annotate | Download | only in src

Lines Matching refs:instance_type_

3557     return instance_type_ == CELL_TYPE || instance_type_ == PROPERTY_CELL_TYPE;
3561 return instance_type_ == MAP_TYPE;
3610 return instance_type_ < FIRST_NONSTRING_TYPE;
3617 return HasStringValue() && StringShape(instance_type_).IsInternalized();
3630 InstanceType GetInstanceType() const { return instance_type_; }
3632 bool HasMapValue() const { return instance_type_ == MAP_TYPE; }
3766 InstanceType instance_type_;