Home
last modified time | relevance | path

Searched refs:decorator_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dsource-position.cc30 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()
Dsource-position.h76 if (decorator_ != NULL) RemoveDecorator(); in ~SourcePositionTable()
88 Decorator* decorator_; variable