Searched refs:RemoveDecorator (Results 1 – 9 of 9) sorted by relevance
39 void SourcePositionTable::RemoveDecorator() { in RemoveDecorator() function in v8::internal::compiler::SourcePositionTable41 graph_->RemoveDecorator(decorator_); in RemoveDecorator()
54 void NodeOriginTable::RemoveDecorator() { in RemoveDecorator() function in v8::internal::compiler::NodeOriginTable56 graph_->RemoveDecorator(decorator_); in RemoveDecorator()
47 void RemoveDecorator(); in NON_EXPORTED_BASE()
40 void Graph::RemoveDecorator(GraphDecorator* decorator) { in RemoveDecorator() function in v8::internal::compiler::Graph
88 void RemoveDecorator(GraphDecorator* decorator); in NON_EXPORTED_BASE()
115 void RemoveDecorator(); in NON_EXPORTED_BASE()
1069 data_.node_origins()->RemoveDecorator(); in ExecuteJobImpl()2133 data->source_positions()->RemoveDecorator(); in OptimizeGraph()2135 data->node_origins()->RemoveDecorator(); in OptimizeGraph()
53 graph_->RemoveDecorator(decorator_); in ~Typer()
3991 graph()->RemoveDecorator(decorator_); in RemoveBytecodePositionDecorator()