Home
last modified time | relevance | path

Searched refs:DECLARE_CASE (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dtyper.cc72 #define DECLARE_CASE(x) case IrOpcode::k##x: return Type##x(node); in TypeNode() macro
73 DECLARE_CASE(Start) in TypeNode()
74 VALUE_OP_LIST(DECLARE_CASE) in TypeNode()
75 #undef DECLARE_CASE in TypeNode()
77 #define DECLARE_CASE(x) case IrOpcode::k##x: in TypeNode() macro
78 DECLARE_CASE(End) in TypeNode()
79 INNER_CONTROL_OP_LIST(DECLARE_CASE) in TypeNode()
80 #undef DECLARE_CASE in TypeNode()
Djs-generic-lowering.cc62 #define DECLARE_CASE(x) \ in Reduce() macro
66 DECLARE_CASE(Branch) in Reduce()
67 JS_OP_LIST(DECLARE_CASE) in Reduce()
68 #undef DECLARE_CASE in Reduce()