Home
last modified time | relevance | path

Searched refs:AddDecorator (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dcompiler-source-position-table.cc33 void SourcePositionTable::AddDecorator() { in AddDecorator() function in v8::internal::compiler::SourcePositionTable
36 graph_->AddDecorator(decorator_); in AddDecorator()
H A Dnode-origin-table.cc48 void NodeOriginTable::AddDecorator() { in AddDecorator() function in v8::internal::compiler::NodeOriginTable
51 graph_->AddDecorator(decorator_); in AddDecorator()
H A Dgraph.cc39 void Graph::AddDecorator(GraphDecorator* decorator) { in AddDecorator() function in v8::internal::compiler::Graph
H A Dcompiler-source-position-table.h49 void AddDecorator();
H A Dgraph.h93 void AddDecorator(GraphDecorator* decorator);
H A Dnode-origin-table.h121 void AddDecorator();
H A Dwasm-loop-peeling.cc31 source_positions->AddDecorator(); in PeelWasmLoop()
H A Dloop-unrolling.cc37 source_positions->AddDecorator(); in UnrollLoop()
H A Draw-machine-assembler.cc45 source_positions_->AddDecorator(); in RawMachineAssembler()
H A Dcode-assembler.cc134 graph->AddDecorator(decorator); in BreakOnNode()
H A Dpipeline.cc2646 data->source_positions()->AddDecorator(); in InitializeHeapBroker()
2648 data->node_origins()->AddDecorator(); in InitializeHeapBroker()
H A Dtyper.cc51 graph_->AddDecorator(decorator_); in Typer()
H A Dwasm-compiler.cc6191 graph()->AddDecorator(decorator_);
8483 node_origins->AddDecorator();

Completed in 30 milliseconds