Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Daccess-info.cc185 field_representation_(Representation::None()), in PropertyAccessInfo()
196 field_representation_(Representation::None()), in PropertyAccessInfo()
209 field_representation_(Representation::None()), in PropertyAccessInfo()
229 field_representation_(field_representation), in PropertyAccessInfo()
246 field_representation_(Representation::None()), in PropertyAccessInfo()
291 if (!field_representation_.Equals(that->field_representation_)) { in Merge()
292 if (field_representation_.IsDouble() || in Merge()
293 that->field_representation_.IsDouble()) { in Merge()
296 field_representation_ = Representation::Tagged(); in Merge()
311 !field_representation_.Equals(that->field_representation_) || in Merge()
Daccess-info.h157 return field_representation_; in field_representation()
206 Representation field_representation_; variable