Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dsource-position.cc29 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()
Dsource-position.h70 if (decorator_) RemoveDecorator(); in ~SourcePositionTable()
84 Decorator* decorator_; variable
Dtyper.h56 Decorator* decorator_; variable
Dtyper.cc41 decorator_(nullptr), in Typer()
71 decorator_ = new (zone) Decorator(this); in Typer()
72 graph_->AddDecorator(decorator_); in Typer()
77 graph_->RemoveDecorator(decorator_); in ~Typer()