Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dcsa-load-elimination.h65 class HalfState final : public ZoneObject {
67 explicit HalfState(Zone* zone) in HalfState() function in v8::internal::compiler::final::final
76 bool Equals(HalfState const* that) const { in Equals()
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) in AbstractState()
150 HalfState mutable_stat
[all...]
H A Dcsa-load-elimination.cc98 void CsaLoadElimination::HalfState::IntersectWith( in IntersectWith()
114 void CsaLoadElimination::HalfState::IntersectWith(HalfState const* that) { in IntersectWith()
123 CsaLoadElimination::HalfState const* CsaLoadElimination::HalfState::KillField( in KillField()
125 HalfState* result = zone_->New<HalfState>(*this); in KillField()
183 return zone_->New<HalfState>(zone_); in KillField()
190 CsaLoadElimination::HalfState const* CsaLoadElimination::HalfState
[all...]

Completed in 2 milliseconds