Home
last modified time | relevance | path

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

/external/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.h47 void RemoveDecorator(); in NON_EXPORTED_BASE()
Dgraph.cc40 void Graph::RemoveDecorator(GraphDecorator* decorator) { in RemoveDecorator() function in v8::internal::compiler::Graph
Dgraph.h88 void RemoveDecorator(GraphDecorator* decorator); in NON_EXPORTED_BASE()
Dnode-origin-table.h115 void RemoveDecorator(); in NON_EXPORTED_BASE()
Dpipeline.cc1069 data_.node_origins()->RemoveDecorator(); in ExecuteJobImpl()
2133 data->source_positions()->RemoveDecorator(); in OptimizeGraph()
2135 data->node_origins()->RemoveDecorator(); in OptimizeGraph()
Dtyper.cc53 graph_->RemoveDecorator(decorator_); in ~Typer()
Dwasm-compiler.cc3991 graph()->RemoveDecorator(decorator_); in RemoveBytecodePositionDecorator()