Searched refs:ObjectStateInfo (Results 1 – 2 of 2) sorted by relevance
189 struct ObjectStateInfo final : std::pair<uint32_t, int> {190 ObjectStateInfo(uint32_t object_id, int size) in ObjectStateInfo() function195 std::ostream& operator<<(std::ostream&, ObjectStateInfo const&);196 size_t hash_value(ObjectStateInfo const& p);
215 std::ostream& operator<<(std::ostream& os, ObjectStateInfo const& i) { in operator <<()219 size_t hash_value(ObjectStateInfo const& p) { in hash_value()1373 return new (zone()) Operator1<ObjectStateInfo>( // -- in ObjectState()1377 ObjectStateInfo{object_id, pointer_slots}); // parameter in ObjectState()1392 return OpParameter<ObjectStateInfo>(op).object_id(); in ObjectIdOf()