Home
last modified time | relevance | path

Searched refs:ObjectStateInfo (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.h166 struct ObjectStateInfo final : std::pair<uint32_t, int> {
167 ObjectStateInfo(uint32_t object_id, int size) in ObjectStateInfo() function
172 std::ostream& operator<<(std::ostream&, ObjectStateInfo const&);
173 size_t hash_value(ObjectStateInfo const& p);
H A Dcommon-operator.cc179 std::ostream& operator<<(std::ostream& os, ObjectStateInfo const& i) { in operator <<()
183 size_t hash_value(ObjectStateInfo const& p) { in hash_value()
1434 return zone()->New<Operator1<ObjectStateInfo>>( // -- in ObjectState()
1438 ObjectStateInfo{object_id, pointer_slots}); // parameter in ObjectState()
1453 return OpParameter<ObjectStateInfo>(op).object_id(); in ObjectIdOf()

Completed in 5 milliseconds