Home
last modified time | relevance | path

Searched refs:AddDecorator (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Dsource-position.cc35 void SourcePositionTable::AddDecorator() { in AddDecorator() function in v8::internal::compiler::SourcePositionTable
38 graph_->AddDecorator(decorator_); in AddDecorator()
Dsource-position.h79 void AddDecorator();
Dgraph.h67 void AddDecorator(GraphDecorator* decorator) { in AddDecorator() function
Dpipeline.cc178 source_positions.AddDecorator(); in GenerateCode()
Dtyper.cc899 graph->AddDecorator(new (zone()) TyperDecorator(this)); in DecorateGraph()