Searched defs:DECLARE_CASE (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/compiler/
H A Djs-generic-lowering.cc38 #define DECLARE_CASE(x) \ macro
42 JS_OP_LIST(DECLARE_CASE)
43 #undef DECLARE_CASE macro
H A Dsimplified-lowering.cc403 #define DECLARE_CASE(Name) \ macro
409 SIMPLIFIED_NUMBER_BINOP_LIST(DECLARE_CASE)
410 #undef DECLARE_CASE macro
412 #define DECLARE_CASE(Name) \ macro
420 SIMPLIFIED_SPECULATIVE_NUMBER_BINOP_LIST(DECLARE_CASE)
421 #undef DECLARE_CASE macro
423 #define DECLARE_CASE(Name) \ macro
428 SIMPLIFIED_NUMBER_UNOP_LIST(DECLARE_CASE)
429 #undef DECLARE_CASE macro
H A Dtyper.cc78 #define DECLARE_CASE(x) \ macro
81 JS_SIMPLE_BINOP_LIST(DECLARE_CASE)
82 #undef DECLARE_CASE macro
84 #define DECLARE_CASE(x) \ macro
87 DECLARE_CASE(Start)
88 DECLARE_CASE(IfException)
90 COMMON_OP_LIST(DECLARE_CASE)
91 SIMPLIFIED_COMPARE_BINOP_LIST(DECLARE_CASE)
92 SIMPLIFIED_OTHER_OP_LIST(DECLARE_CASE)
93 JS_SIMPLE_UNOP_LIST(DECLARE_CASE)
97 #undef DECLARE_CASE macro
99 #define DECLARE_CASE macro
104 #undef DECLARE_CASE macro
106 #define DECLARE_CASE macro
110 #undef DECLARE_CASE macro
112 #define DECLARE_CASE macro
136 #undef DECLARE_CASE macro
144 #define DECLARE_CASE macro
147 #undef DECLARE_CASE macro
149 #define DECLARE_CASE macro
160 #undef DECLARE_CASE macro
162 #define DECLARE_CASE macro
167 #undef DECLARE_CASE macro
169 #define DECLARE_CASE macro
173 #undef DECLARE_CASE macro
175 #define DECLARE_CASE macro
199 #undef DECLARE_CASE macro
[all...]

Completed in 258 milliseconds