Searched refs:frameState_ (Results 1 – 3 of 3) sorted by relevance
45 frameState_ = other->frameState_; in CopyFrom()54 GateRef frameState_ {Circuit::NullGate()};
196 frameState_ = gate; in VisitGate()239 frameState_ = edge.frameStateOut; in TryLoadDependStart()282 if (frameState_ == Circuit::NullGate()) { in ConnectEdge()283 frameState_ = edge.frameStateOut; in ConnectEdge()320 edge.frameStateOut = frameState_; in StoreStateDepend()324 frameState_ = Circuit::NullGate(); in StoreStateDepend()331 GateRef frameState_ {Circuit::NullGate()}; member in panda::ecmascript::kungfu::StateDependBuilder
490 if (this->frameState_ != that->frameState_) { in Merge()491 this->frameState_ = Circuit::NullGate(); in Merge()500 if (size_ != that->size_ || frameState_ != that->frameState_) { in Equals()517 return frameState_; in LookupFrameState()560 that->frameState_ = frameState_; in UpdateNode()571 that->frameState_ = framestate; in UpdateFrameState()