Home
last modified time | relevance | path

Searched defs:StaticParameterTraits (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.cc34 struct StaticParameterTraits<StoreRepresentation> { struct
35 static OStream& PrintTo(OStream& os, const StoreRepresentation& rep) { in PrintTo()
38 static int HashCode(const StoreRepresentation& rep) { in HashCode()
41 static bool Equals(const StoreRepresentation& rep1, in Equals()
49 struct StaticParameterTraits<LoadRepresentation> { struct
50 static OStream& PrintTo(OStream& os, LoadRepresentation type) { // NOLINT in PrintTo()
53 static int HashCode(LoadRepresentation type) { return type; } in HashCode()
54 static bool Equals(LoadRepresentation lhs, LoadRepresentation rhs) { in Equals()
Dsimplified-operator.cc66 struct StaticParameterTraits<FieldAccess> { struct
67 static OStream& PrintTo(OStream& os, const FieldAccess& val) { in PrintTo()
70 static int HashCode(const FieldAccess& val) { in HashCode()
73 static bool Equals(const FieldAccess& lhs, const FieldAccess& rhs) { in Equals()
83 struct StaticParameterTraits<ElementAccess> { struct
84 static OStream& PrintTo(OStream& os, const ElementAccess& access) { in PrintTo()
87 static int HashCode(const ElementAccess& access) { in HashCode()
90 static bool Equals(const ElementAccess& lhs, const ElementAccess& rhs) { in Equals()
Doperator.h135 struct StaticParameterTraits { struct
147 struct StaticParameterTraits<int> { argument
Dcommon-operator.cc35 struct StaticParameterTraits<ExternalReference> { struct
36 static OStream& PrintTo(OStream& os, ExternalReference reference) { in PrintTo()
46 static int HashCode(ExternalReference reference) { in HashCode()
50 static bool Equals(ExternalReference lhs, ExternalReference rhs) { in Equals()