Searched refs:access_ (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/crankshaft/ |
D | hydrogen-instructions.h | 5549 HObjectAccess access() const { return access_; } in access() 5551 return access_.representation(); in field_representation() 5588 if (!this->access_.Equals(that->access_)) return false; in DECLARE_CONCRETE_INSTRUCTION() 5599 : access_(access), maps_(NULL) { in HLoadNamedField() 5635 : HTemplateInstruction<2>(type), access_(access), maps_(maps) { in HLoadNamedField() 5652 HObjectAccess access_; variable 5955 HObjectAccess access() const { return access_; } in access() 5980 (FLAG_unbox_double_fields && access_.IsInobject()) || in NeedsWriteBarrier() 6006 return access_.representation(); in field_representation() 6029 : access_(access), in access_() function [all …]
|
D | hydrogen.h | 2465 access_(HObjectAccess::ForMap()), in PropertyAccessInfo() 2519 HObjectAccess access() { return access_; } in access() 2606 access_ = access_.WithRepresentation( in GeneralizeRepresentation() 2607 access_.representation().generalize(r)); in GeneralizeRepresentation() 2620 HObjectAccess access_; variable
|
D | hydrogen.cc | 5859 Representation r = access_.representation(); in IsCompatible() 5861 if (!info->access_.representation().IsCompatibleForLoad(r)) return false; in IsCompatible() 5863 if (!info->access_.representation().IsCompatibleForStore(r)) return false; in IsCompatible() 5865 if (info->access_.offset() != access_.offset()) return false; in IsCompatible() 5866 if (info->access_.IsInobject() != access_.IsInobject()) return false; in IsCompatible() 5907 access_ = HObjectAccess::ForField(map, index, representation(), name_); in LoadResult() 5947 DCHECK(access_.representation().IsHeapObject()); in LoadFieldMaps() 6027 access_ = HObjectAccess::ForField(map_, index, representation, name_); in CanAccessMonomorphic()
|
D | hydrogen-instructions.cc | 2896 os << NameOf(object()) << access_; in PrintDataTo() 3037 os << NameOf(object()) << access_ << " = " << NameOf(value()); in PrintDataTo()
|