Home
last modified time | relevance | path

Searched refs:WithRepresentation (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/crankshaft/
Dhydrogen.cc5206 access = access.WithRepresentation(Representation::Smi()); in InlineGlobalPropertyLoad()
5213 access = access.WithRepresentation(Representation::HeapObject()); in InlineGlobalPropertyLoad()
5715 access.WithRepresentation(Representation::Tagged())); in BuildLoadNamedField()
5748 field_access.WithRepresentation(Representation::Tagged()); in BuildStoreNamedField()
6491 access = access.WithRepresentation(Representation::Smi()); in InlineGlobalPropertyStore()
6508 access = access.WithRepresentation(Representation::HeapObject()); in InlineGlobalPropertyStore()
9900 result, HObjectAccess::ForJSArrayBufferBackingStore().WithRepresentation( in BuildAllocateEmptyArrayBuffer()
11729 access = access.WithRepresentation(Representation::Double()); in BuildEmitInObjectProperties()
11766 access = access.WithRepresentation(representation); in BuildEmitInObjectProperties()
Dhydrogen.h2620 access_ = access_.WithRepresentation( in GeneralizeRepresentation()
Dhydrogen-instructions.h5089 inline HObjectAccess WithRepresentation(Representation representation) { in WithRepresentation() function