HomeSort by relevance Sort by last modified time
    Searched refs:GraphDecorator (Results 1 - 4 of 4) sorted by null

  /external/v8/src/compiler/
graph.cc 29 for (GraphDecorator* const decorator : decorators_) {
35 void Graph::AddDecorator(GraphDecorator* decorator) {
40 void Graph::RemoveDecorator(GraphDecorator* decorator) {
graph.h 18 class GraphDecorator;
121 void AddDecorator(GraphDecorator* decorator);
122 void RemoveDecorator(GraphDecorator* decorator);
137 ZoneVector<GraphDecorator*> decorators_;
145 class GraphDecorator : public ZoneObject {
147 virtual ~GraphDecorator() {}
compiler-source-position-table.cc 13 class SourcePositionTable::Decorator final : public GraphDecorator {
typer.cc 27 class Typer::Decorator final : public GraphDecorator {
    [all...]

Completed in 353 milliseconds