Home
last modified time | relevance | path

Searched refs:RemoveDecorator (Results 1 – 6 of 6) 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()
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.h122 void RemoveDecorator(GraphDecorator* decorator); in NON_EXPORTED_BASE()
Dpipeline.cc1636 data->source_positions()->RemoveDecorator(); in OptimizeGraph()
Dtyper.cc64 graph_->RemoveDecorator(decorator_); in ~Typer()