Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcommon-operator.h175 struct TypedObjectStateInfo final
177 TypedObjectStateInfo(uint32_t object_id, in TypedObjectStateInfo() function
184 std::ostream& operator<<(std::ostream&, TypedObjectStateInfo const&);
185 size_t hash_value(TypedObjectStateInfo const& p);
Dcommon-operator.cc187 std::ostream& operator<<(std::ostream& os, TypedObjectStateInfo const& i) { in operator <<()
191 size_t hash_value(TypedObjectStateInfo const& p) { in hash_value()
385 return OpParameter<TypedObjectStateInfo>(op).machine_types(); in MachineTypesOf()
1443 return zone()->New<Operator1<TypedObjectStateInfo>>( // -- in TypedObjectState()
1447 TypedObjectStateInfo(object_id, types)); // parameter in TypedObjectState()
1455 return OpParameter<TypedObjectStateInfo>(op).object_id(); in ObjectIdOf()