Searched defs:DECLARE_VISIT (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/ast/
H A Dast-expression-rewriter.h44 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
45 AST_NODE_LIST(DECLARE_VISIT)
46 #undef DECLARE_VISIT macro
H A Dast-expression-visitor.h38 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
39 AST_NODE_LIST(DECLARE_VISIT)
40 #undef DECLARE_VISIT macro
H A Dprettyprinter.h28 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
29 AST_NODE_LIST(DECLARE_VISIT)
30 #undef DECLARE_VISIT macro
71 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
72 AST_NODE_LIST(DECLARE_VISIT)
73 #undef DECLARE_VISIT macro
108 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
109 AST_NODE_LIST(DECLARE_VISIT)
110 #undef DECLARE_VISIT macro
/external/v8/test/cctest/
H A Dexpression-type-collector.cc21 #define DECLARE_VISIT(type) \ macro
24 AST_NODE_LIST(DECLARE_VISIT)
25 #undef DECLARE_VISIT macro
/external/v8/src/compiler/
H A Dast-loop-assignment-analyzer.h48 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
49 AST_NODE_LIST(DECLARE_VISIT)
50 #undef DECLARE_VISIT macro
H A Dast-graph-builder.h54 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
56 AST_NODE_LIST(DECLARE_VISIT)
57 #undef DECLARE_VISIT macro
/external/v8/src/crankshaft/
H A Dtyping.h75 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
76 AST_NODE_LIST(DECLARE_VISIT)
77 #undef DECLARE_VISIT macro
H A Dhydrogen.h2378 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
2379 AST_NODE_LIST(DECLARE_VISIT)
2380 #undef DECLARE_VISIT macro
/external/v8/src/interpreter/
H A Dbytecode-generator.h22 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
23 AST_NODE_LIST(DECLARE_VISIT)
24 #undef DECLARE_VISIT macro
/external/v8/src/
H A Dtyping-asm.h170 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
171 AST_NODE_LIST(DECLARE_VISIT)
172 #undef DECLARE_VISIT macro
/external/v8/src/full-codegen/
H A Dfull-codegen.h714 #define DECLARE_VISIT(type) void Visit##type(type* node) override; macro
715 AST_NODE_LIST(DECLARE_VISIT)
716 #undef DECLARE_VISIT macro
/external/v8/src/parsing/
H A Dparser.h816 #define DECLARE_VISIT(type) void Visit##type(v8::internal::type* node) override; macro
818 AST_NODE_LIST(DECLARE_VISIT)
819 #undef DECLARE_VISIT macro
/external/v8/src/regexp/
H A Djsregexp.h1386 #define DECLARE_VISIT(Type) \ macro
1388 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1389 #undef DECLARE_VISIT macro
1413 #define DECLARE_VISIT(Type) \ macro
1415 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1416 #undef DECLARE_VISIT macro
1450 #define DECLARE_VISIT(Type) \ macro
1452 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
1453 #undef DECLARE_VISIT macro
H A Djsregexp.cc4380 #define DECLARE_VISIT(Type) \ macro
4382 FOR_EACH_NODE_TYPE(DECLARE_VISIT)
4383 #undef DECLARE_VISIT macro

Completed in 319 milliseconds