Home | History | Annotate | Download | only in src

Lines Matching refs:InstanceType

224 StringShape::StringShape(InstanceType t)
342 InstanceType instance_type =
589 InstanceType type = HeapObject::cast(this)->map()->instance_type();
1166 InstanceType type = map()->instance_type();
1741 int SeqTwoByteString::SeqTwoByteStringSize(InstanceType instance_type) {
1747 int SeqAsciiString::SeqAsciiStringSize(InstanceType instance_type) {
1988 InstanceType instance_type = map->instance_type();
2027 InstanceType Map::instance_type() {
2028 return static_cast<InstanceType>(READ_BYTE_FIELD(this, kInstanceTypeOffset));
2032 void Map::set_instance_type(InstanceType value) {