Home
last modified time | relevance | path

Searched refs:RemoveDecorator (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dcompiler-source-position-table.cc39 void SourcePositionTable::RemoveDecorator() { in RemoveDecorator() function in v8::internal::compiler::SourcePositionTable
41 graph_->RemoveDecorator(decorator_); in RemoveDecorator()
Dnode-origin-table.cc54 void NodeOriginTable::RemoveDecorator() { in RemoveDecorator() function in v8::internal::compiler::NodeOriginTable
56 graph_->RemoveDecorator(decorator_); in RemoveDecorator()
Dcompiler-source-position-table.h50 void RemoveDecorator(); in NON_EXPORTED_BASE()
Dgraph.cc44 void Graph::RemoveDecorator(GraphDecorator* decorator) { in RemoveDecorator() function in v8::internal::compiler::Graph
Dgraph.h94 void RemoveDecorator(GraphDecorator* decorator); in NON_EXPORTED_BASE()
Dnode-origin-table.h122 void RemoveDecorator(); in NON_EXPORTED_BASE()
Dwasm-loop-peeling.cc35 source_positions->RemoveDecorator(); in PeelWasmLoop()
Dloop-unrolling.cc41 source_positions->RemoveDecorator(); in UnrollLoop()
Draw-machine-assembler.cc105 source_positions_->RemoveDecorator(); in ExportForTest()
Dpipeline.cc2808 data->source_positions()->RemoveDecorator(); in OptimizeGraph()
2810 data->node_origins()->RemoveDecorator(); in OptimizeGraph()
3179 data.node_origins()->RemoveDecorator(); in GenerateCodeForWasmFunction()
Dtyper.cc55 graph_->RemoveDecorator(decorator_); in ~Typer()
Dwasm-compiler.cc6196 graph()->RemoveDecorator(decorator_); in RemoveBytecodePositionDecorator()