Searched refs:RemoveDecorator (Results 1 – 12 of 12) 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()
50 void RemoveDecorator(); in NON_EXPORTED_BASE()
44 void Graph::RemoveDecorator(GraphDecorator* decorator) { in RemoveDecorator() function in v8::internal::compiler::Graph
94 void RemoveDecorator(GraphDecorator* decorator); in NON_EXPORTED_BASE()
122 void RemoveDecorator(); in NON_EXPORTED_BASE()
35 source_positions->RemoveDecorator(); in PeelWasmLoop()
41 source_positions->RemoveDecorator(); in UnrollLoop()
105 source_positions_->RemoveDecorator(); in ExportForTest()
2808 data->source_positions()->RemoveDecorator(); in OptimizeGraph()2810 data->node_origins()->RemoveDecorator(); in OptimizeGraph()3179 data.node_origins()->RemoveDecorator(); in GenerateCodeForWasmFunction()
55 graph_->RemoveDecorator(decorator_); in ~Typer()
6196 graph()->RemoveDecorator(decorator_); in RemoveBytecodePositionDecorator()