Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcompiler-source-position-table.cc33 void SourcePositionTable::AddDecorator() { in AddDecorator() function in v8::internal::compiler::SourcePositionTable
36 graph_->AddDecorator(decorator_); in AddDecorator()
Dcompiler-source-position-table.h46 void AddDecorator(); in NON_EXPORTED_BASE()
Dgraph.cc35 void Graph::AddDecorator(GraphDecorator* decorator) { in AddDecorator() function in v8::internal::compiler::Graph
Dgraph.h121 void AddDecorator(GraphDecorator* decorator); in NON_EXPORTED_BASE()
Dpipeline.cc1472 data->source_positions()->AddDecorator(); in CreateGraph()
Dtyper.cc59 graph_->AddDecorator(decorator_); in Typer()