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 28 for (GraphDecorator* const decorator : decorators_) {
34 void Graph::AddDecorator(GraphDecorator* decorator) {
39 void Graph::RemoveDecorator(GraphDecorator* decorator) {
graph.h 16 class GraphDecorator;
119 void AddDecorator(GraphDecorator* decorator);
120 void RemoveDecorator(GraphDecorator* decorator);
132 ZoneVector<GraphDecorator*> decorators_;
140 class GraphDecorator : public ZoneObject {
142 virtual ~GraphDecorator() {}
source-position.cc 13 class SourcePositionTable::Decorator final : public GraphDecorator {
typer.cc 24 class Typer::Decorator final : public GraphDecorator {
    [all...]

Completed in 190 milliseconds