Searched refs:decorator_ (Results 1 – 8 of 8) sorted by relevance
29 decorator_(nullptr), in SourcePositionTable()34 DCHECK_NULL(decorator_); in AddDecorator()35 decorator_ = new (graph_->zone()) Decorator(this); in AddDecorator()36 graph_->AddDecorator(decorator_); in AddDecorator()40 DCHECK_NOT_NULL(decorator_); in RemoveDecorator()41 graph_->RemoveDecorator(decorator_); in RemoveDecorator()42 decorator_ = nullptr; in RemoveDecorator()
43 decorator_(nullptr), in NodeOriginTable()49 DCHECK_NULL(decorator_); in AddDecorator()50 decorator_ = new (graph_->zone()) Decorator(this); in AddDecorator()51 graph_->AddDecorator(decorator_); in AddDecorator()55 DCHECK_NOT_NULL(decorator_); in RemoveDecorator()56 graph_->RemoveDecorator(decorator_); in RemoveDecorator()57 decorator_ = nullptr; in RemoveDecorator()
49 Decorator* decorator_; variable
62 Decorator* decorator_; in NON_EXPORTED_BASE() local
128 Decorator* decorator_; in NON_EXPORTED_BASE() local
40 decorator_(nullptr), in Typer()47 decorator_ = new (zone()) Decorator(this); in Typer()48 graph_->AddDecorator(decorator_); in Typer()53 graph_->RemoveDecorator(decorator_); in ~Typer()
345 compiler::WasmDecorator* decorator_ = nullptr; variable
3984 DCHECK_NULL(decorator_); in AddBytecodePositionDecorator()3985 decorator_ = new (graph()->zone()) WasmDecorator(node_origins, decoder); in AddBytecodePositionDecorator()3986 graph()->AddDecorator(decorator_); in AddBytecodePositionDecorator()3990 DCHECK_NOT_NULL(decorator_); in RemoveBytecodePositionDecorator()3991 graph()->RemoveDecorator(decorator_); in RemoveBytecodePositionDecorator()3992 decorator_ = nullptr; in RemoveBytecodePositionDecorator()