Searched refs:decorator_ (Results 1 – 4 of 4) sorted by relevance
29 decorator_(nullptr), in SourcePositionTable()35 DCHECK_NULL(decorator_); in AddDecorator()36 decorator_ = new (graph_->zone()) Decorator(this); in AddDecorator()37 graph_->AddDecorator(decorator_); in AddDecorator()42 DCHECK_NOT_NULL(decorator_); in RemoveDecorator()43 graph_->RemoveDecorator(decorator_); in RemoveDecorator()44 decorator_ = nullptr; in RemoveDecorator()
70 if (decorator_) RemoveDecorator(); in ~SourcePositionTable()84 Decorator* decorator_; variable
56 Decorator* decorator_; variable
41 decorator_(nullptr), in Typer()71 decorator_ = new (zone) Decorator(this); in Typer()72 graph_->AddDecorator(decorator_); in Typer()77 graph_->RemoveDecorator(decorator_); in ~Typer()