Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsimplified-lowering.cc2555 MachineRepresentation element_representation = in VisitNode() local
2559 if (element_representation == MachineRepresentation::kTagged && in VisitNode()
2561 element_representation = MachineRepresentation::kTaggedSigned; in VisitNode()
2564 access.base_is_tagged, element_representation, access.type, in VisitNode()
2570 element_representation)); // value in VisitNode()