Searched refs:AddDecorator (Results 1 – 5 of 5) sorted by relevance
35 void SourcePositionTable::AddDecorator() { in AddDecorator() function in v8::internal::compiler::SourcePositionTable38 graph_->AddDecorator(decorator_); in AddDecorator()
79 void AddDecorator();
67 void AddDecorator(GraphDecorator* decorator) { in AddDecorator() function
178 source_positions.AddDecorator(); in GenerateCode()
899 graph->AddDecorator(new (zone()) TyperDecorator(this)); in DecorateGraph()