Home
last modified time | relevance | path

Searched defs:DECLARE_VISIT (Results 1 – 11 of 11) sorted by relevance

/external/v8/src/ast/
Dprettyprinter.h25 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
71 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
Dast-expression-rewriter.h44 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
Dast-traversal-visitor.h47 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
48 AST_NODE_LIST(DECLARE_VISIT) in AST_NODE_LIST() argument
/external/v8/src/compiler/
Dast-loop-assignment-analyzer.h50 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
Dast-graph-builder.h57 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
/external/v8/src/crankshaft/
Dtyping.h75 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
Dhydrogen.h2300 #define DECLARE_VISIT(type) virtual void Visit##type(type* node); macro
/external/v8/src/interpreter/
Dbytecode-generator.h31 #define DECLARE_VISIT(type) void Visit##type(type* node); macro
/external/v8/src/regexp/
Djsregexp.h1379 #define DECLARE_VISIT(Type) \ macro
1381 FOR_EACH_NODE_TYPE(DECLARE_VISIT) in FOR_EACH_NODE_TYPE() argument
1406 #define DECLARE_VISIT(Type) \ macro
1408 FOR_EACH_NODE_TYPE(DECLARE_VISIT) in FOR_EACH_NODE_TYPE() argument
1443 #define DECLARE_VISIT(Type) \ macro
Djsregexp.cc4444 #define DECLARE_VISIT(Type) \ macro
/external/v8/src/full-codegen/
Dfull-codegen.h593 #define DECLARE_VISIT(type) void Visit##type(type* node); macro