Searched refs:WithRepresentation (Results 1 – 4 of 4) sorted by relevance
746 object, nullptr, access.WithRepresentation(Representation::Tagged())); in BuildLoadNamedField()794 access.WithRepresentation(Representation::Tagged()); in BuildStoreNamedField()
5246 access = access.WithRepresentation(Representation::Smi()); in InlineGlobalPropertyLoad()5253 access = access.WithRepresentation(Representation::HeapObject()); in InlineGlobalPropertyLoad()5735 access.WithRepresentation(Representation::Tagged())); in BuildLoadNamedField()5766 field_access.WithRepresentation(Representation::Tagged()); in BuildStoreNamedField()6477 access = access.WithRepresentation(Representation::Smi()); in InlineGlobalPropertyStore()6494 access = access.WithRepresentation(Representation::HeapObject()); in InlineGlobalPropertyStore()9843 result, HObjectAccess::ForJSArrayBufferBackingStore().WithRepresentation( in BuildAllocateEmptyArrayBuffer()11672 access = access.WithRepresentation(Representation::Double()); in BuildEmitInObjectProperties()11709 access = access.WithRepresentation(representation); in BuildEmitInObjectProperties()
2606 access_ = access_.WithRepresentation( in GeneralizeRepresentation()
5094 inline HObjectAccess WithRepresentation(Representation representation) { in WithRepresentation() function