Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stubs-hydrogen.cc570 access.WithRepresentation(Representation::Tagged())); in BuildLoadNamedField()
736 access.WithRepresentation(Representation::Tagged())); in BuildStoreNamedField()
Dhydrogen.h2525 access_ = access_.WithRepresentation( in GeneralizeRepresentation()
Dhydrogen.cc5827 access.WithRepresentation(Representation::Tagged())); in BuildLoadNamedField()
5857 field_access.WithRepresentation(Representation::Tagged()); in BuildStoreNamedField()
11118 access = access.WithRepresentation(representation); in BuildEmitInObjectProperties()
Dhydrogen-instructions.h6015 inline HObjectAccess WithRepresentation(Representation representation) { in WithRepresentation() function