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

  /external/v8/src/ast/
ast-expression-rewriter.h 44 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
45 AST_NODE_LIST(DECLARE_VISIT)
46 #undef DECLARE_VISIT
prettyprinter.h 25 #define DECLARE_VISIT(type) void Visit##type(type* node);
26 AST_NODE_LIST(DECLARE_VISIT)
27 #undef DECLARE_VISIT
71 #define DECLARE_VISIT(type) void Visit##type(type* node);
72 AST_NODE_LIST(DECLARE_VISIT)
73 #undef DECLARE_VISIT
ast-traversal-visitor.h 47 #define DECLARE_VISIT(type) void Visit##type(type* node);
48 AST_NODE_LIST(DECLARE_VISIT)
49 #undef DECLARE_VISIT
  /external/v8/src/compiler/
ast-loop-assignment-analyzer.h 50 #define DECLARE_VISIT(type) void Visit##type(type* node);
51 AST_NODE_LIST(DECLARE_VISIT)
52 #undef DECLARE_VISIT
ast-graph-builder.h 57 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
59 AST_NODE_LIST(DECLARE_VISIT)
60 #undef DECLARE_VISIT
  /external/v8/src/crankshaft/
typing.h 75 #define DECLARE_VISIT(type) void Visit##type(type* node);
76 AST_NODE_LIST(DECLARE_VISIT)
77 #undef DECLARE_VISIT
hydrogen.h     [all...]
  /external/v8/src/interpreter/
bytecode-generator.h 31 #define DECLARE_VISIT(type) void Visit##type(type* node);
32 AST_NODE_LIST(DECLARE_VISIT)
33 #undef DECLARE_VISIT
  /external/v8/src/regexp/
jsregexp.h     [all...]
jsregexp.cc     [all...]
  /external/v8/src/full-codegen/
full-codegen.h 593 #define DECLARE_VISIT(type) void Visit##type(type* node);
594 AST_NODE_LIST(DECLARE_VISIT)
595 #undef DECLARE_VISIT
    [all...]
  /external/v8/src/parsing/
parser.h 398 #define DECLARE_VISIT(type) void Visit##type(v8::internal::type* node);
400 AST_NODE_LIST(DECLARE_VISIT)
401 #undef DECLARE_VISIT
    [all...]

Completed in 694 milliseconds