Searched refs:decorator_ (Results 1 – 2 of 2) sorted by relevance
30 decorator_(NULL), in SourcePositionTable()36 DCHECK(decorator_ == NULL); in AddDecorator()37 decorator_ = new (graph_->zone()) Decorator(this); in AddDecorator()38 graph_->AddDecorator(decorator_); in AddDecorator()43 DCHECK(decorator_ != NULL); in RemoveDecorator()44 graph_->RemoveDecorator(decorator_); in RemoveDecorator()45 decorator_ = NULL; in RemoveDecorator()
76 if (decorator_ != NULL) RemoveDecorator(); in ~SourcePositionTable()88 Decorator* decorator_; variable