Home
last modified time | relevance | path

Searched defs:AbstractState (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcsa-load-elimination.h135 struct AbstractState : public ZoneObject { in NON_EXPORTED_BASE() struct
136 explicit AbstractState(Zone* zone) in NON_EXPORTED_BASE() argument
138 explicit AbstractState(HalfState mutable_state, HalfState immutable_state) in NON_EXPORTED_BASE() argument
141 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()