Searched defs:AbstractState (Results 1 – 1 of 1) sorted by relevance
135 struct AbstractState : public ZoneObject { in NON_EXPORTED_BASE() struct136 explicit AbstractState(Zone* zone) in NON_EXPORTED_BASE() argument138 explicit AbstractState(HalfState mutable_state, HalfState immutable_state) in NON_EXPORTED_BASE() argument141 bool Equals(AbstractState const* that) const { in NON_EXPORTED_BASE()145 void IntersectWith(AbstractState const* that) { in NON_EXPORTED_BASE()150 HalfState mutable_state; in NON_EXPORTED_BASE()151 HalfState immutable_state; in NON_EXPORTED_BASE()