Lines Matching refs:HalfState
65 class HalfState final : public ZoneObject {
67 explicit HalfState(Zone* zone)
76 bool Equals(HalfState const* that) const {
84 void IntersectWith(HalfState const* that);
85 HalfState const* KillField(Node* object, Node* offset,
87 HalfState const* AddField(Node* object, Node* offset, Node* value,
130 // An {AbstractState} consists of two {HalfState}s, representing the mutable
138 explicit AbstractState(HalfState mutable_state, HalfState immutable_state)
150 HalfState mutable_state;
151 HalfState immutable_state;