Searched refs:alias_ (Results 1 – 1 of 1) sorted by relevance
227 alias_(this), in InterferenceNode()239 DCHECK_EQ(this, alias_) << "Should not add interferences to a node that aliases another"; in AddInterference()260 DCHECK_EQ(this, alias_) << "Should not remove interferences from a coalesced node"; in RemoveInterference()273 DCHECK_EQ(this, alias_) << "Should not query a coalesced node for interferences"; in ContainsInterference()329 DCHECK_EQ(this, alias_) << "Should only set a node's alias once"; in SetAlias()330 alias_ = rep; in SetAlias()334 if (alias_ != this) { in GetAlias()336 alias_ = alias_->GetAlias(); in GetAlias()338 return alias_; in GetAlias()393 InterferenceNode* alias_; member in art::InterferenceNode