Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs-hydrogen.cc746 object, nullptr, access.WithRepresentation(Representation::Tagged())); in BuildLoadNamedField()
794 access.WithRepresentation(Representation::Tagged()); in BuildStoreNamedField()
/external/v8/src/crankshaft/
Dhydrogen.cc5246 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()
Dhydrogen.h2606 access_ = access_.WithRepresentation( in GeneralizeRepresentation()
Dhydrogen-instructions.h5094 inline HObjectAccess WithRepresentation(Representation representation) { in WithRepresentation() function