Home
last modified time | relevance | path

Searched refs:decorator_ (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcompiler-source-position-table.cc29 decorator_(nullptr), in SourcePositionTable()
34 DCHECK_NULL(decorator_); in AddDecorator()
35 decorator_ = graph_->zone()->New<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()
H A Dnode-origin-table.cc43 decorator_(nullptr), in NodeOriginTable()
49 DCHECK_NULL(decorator_); in AddDecorator()
50 decorator_ = graph_->zone()->New<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()
H A Dtyper.h54 Decorator* decorator_; member in v8::internal::compiler::Typer
H A Dcompiler-source-position-table.h70 Decorator* decorator_; member in v8::internal::compiler::final
H A Dnode-origin-table.h135 Decorator* decorator_; member in v8::internal::compiler::final
H A Dtyper.cc42 decorator_(nullptr), in Typer()
50 decorator_ = zone()->New<Decorator>(this); in Typer()
51 graph_->AddDecorator(decorator_); in Typer()
55 graph_->RemoveDecorator(decorator_); in ~Typer()
H A Dwasm-compiler.h824 compiler::WasmDecorator* decorator_ = nullptr; variable
H A Dwasm-compiler.cc6189 DCHECK_NULL(decorator_);
6190 decorator_ = graph()->zone()->New<WasmDecorator>(node_origins, decoder);
6191 graph()->AddDecorator(decorator_);
6195 DCHECK_NOT_NULL(decorator_);
6196 graph()->RemoveDecorator(decorator_);
6197 decorator_ = nullptr;

Completed in 21 milliseconds