Searched defs:StaticParameterTraits (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/compiler/ |
D | machine-operator.cc | 34 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()
|
D | simplified-operator.cc | 66 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()
|
D | operator.h | 135 struct StaticParameterTraits { struct 147 struct StaticParameterTraits<int> { argument
|
D | common-operator.cc | 35 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()
|