Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Daccess-info.cc116 field_representation_(MachineRepresentation::kNone), in PropertyAccessInfo()
124 field_representation_(MachineRepresentation::kNone), in PropertyAccessInfo()
134 field_representation_(MachineRepresentation::kNone), in PropertyAccessInfo()
147 field_representation_(field_representation), in PropertyAccessInfo()
170 if (this->field_representation_ != that->field_representation_) { in Merge()
171 if (!IsAnyTagged(this->field_representation_) || in Merge()
172 !IsAnyTagged(that->field_representation_)) { in Merge()
175 this->field_representation_ = MachineRepresentation::kTagged; in Merge()
189 this->field_representation_ != that->field_representation_ || in Merge()
Daccess-info.h111 return field_representation_; in field_representation()
134 MachineRepresentation field_representation_; variable