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

  /external/v8/src/
data-flow.h 52 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
53 AST_NODE_LIST(DECLARE_VISIT)
54 #undef DECLARE_VISIT
103 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
104 AST_NODE_LIST(DECLARE_VISIT)
105 #undef DECLARE_VISIT
prettyprinter.h 55 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
56 AST_NODE_LIST(DECLARE_VISIT)
57 #undef DECLARE_VISIT
88 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
89 AST_NODE_LIST(DECLARE_VISIT)
90 #undef DECLARE_VISIT
164 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
165 AST_NODE_LIST(DECLARE_VISIT)
166 #undef DECLARE_VISIT
fast-codegen.h 60 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
61 AST_NODE_LIST(DECLARE_VISIT)
62 #undef DECLARE_VISIT
120 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
121 AST_NODE_LIST(DECLARE_VISIT)
122 #undef DECLARE_VISIT
full-codegen.h 51 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
52 AST_NODE_LIST(DECLARE_VISIT)
53 #undef DECLARE_VISIT
425 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
426 AST_NODE_LIST(DECLARE_VISIT)
427 #undef DECLARE_VISIT
usage-analyzer.cc 48 #define DECLARE_VISIT(type) void Visit##type(type* node);
49 AST_NODE_LIST(DECLARE_VISIT)
50 #undef DECLARE_VISIT
jsregexp.h     [all...]
jsregexp.cc     [all...]
  /external/v8/src/ia32/
fast-codegen-ia32.h 56 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
57 AST_NODE_LIST(DECLARE_VISIT)
58 #undef DECLARE_VISIT
116 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
117 AST_NODE_LIST(DECLARE_VISIT)
118 #undef DECLARE_VISIT

Completed in 161 milliseconds