Home
last modified time | relevance | path

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

/external/v8/src/
Dmachine-type.h60 : representation_(MachineRepresentation::kNone), in MachineType()
64 : representation_(representation), semantic_(semantic) {} in MachineType()
76 return representation_; in representation()
235 MachineRepresentation representation_;
/external/v8/src/compiler/
Drepresentation-change.h158 : representation_(representation), in representation_() function
244 MachineRepresentation representation() const { return representation_; } in representation()
255 MachineRepresentation representation_;
Dcommon-operator.h138 : representation_(representation), hint_(hint) {} in representation_() function
140 MachineRepresentation representation() const { return representation_; } in representation()
144 const MachineRepresentation representation_;
Dmachine-operator.h58 : representation_(representation), in StoreRepresentation()
61 MachineRepresentation representation() const { return representation_; } in representation()
65 MachineRepresentation representation_;
Dsimplified-lowering.cc265 void set_output(MachineRepresentation output) { representation_ = output; } in set_output()
267 MachineRepresentation representation() const { return representation_; } in representation()
280 MachineRepresentation representation_ = member in v8::internal::compiler::RepresentationSelector::NodeInfo