Home
last modified time | relevance | path

Searched refs:Decorator (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcompiler-source-position-table.cc13 class SourcePositionTable::Decorator final : public GraphDecorator {
15 explicit Decorator(SourcePositionTable* source_positions) in Decorator() function in v8::internal::compiler::final
35 decorator_ = graph_->zone()->New<Decorator>(this); in AddDecorator()
H A Dnode-origin-table.cc29 class NodeOriginTable::Decorator final : public GraphDecorator {
31 explicit Decorator(NodeOriginTable* origins) : origins_(origins) {} in Decorator() function in v8::internal::compiler::final
50 decorator_ = graph_->zone()->New<Decorator>(this); in AddDecorator()
H A Dtyper.h44 class Decorator;
54 Decorator* decorator_;
H A Dcompiler-source-position-table.h63 class Decorator;
70 Decorator* decorator_;
H A Dnode-origin-table.h132 class Decorator;
135 Decorator* decorator_;
H A Dtyper.cc29 class Typer::Decorator final : public GraphDecorator {
31 explicit Decorator(Typer* typer) : typer_(typer) {} in Decorator() function in v8::internal::compiler::final
50 decorator_ = zone()->New<Decorator>(this); in Typer()
346 void Typer::Decorator::Decorate(Node* node) { in Decorate()

Completed in 8 milliseconds