Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.cc87 #define DECLARE_CASE(x) \ in Reduce() macro
90 JS_SIMPLE_BINOP_LIST(DECLARE_CASE) in Reduce()
91 #undef DECLARE_CASE in Reduce()
93 #define DECLARE_CASE(x) \ in Reduce() macro
96 DECLARE_CASE(Start) in Reduce()
97 DECLARE_CASE(IfException) in Reduce()
99 COMMON_OP_LIST(DECLARE_CASE) in Reduce()
100 SIMPLIFIED_OP_LIST(DECLARE_CASE) in Reduce()
101 MACHINE_OP_LIST(DECLARE_CASE) in Reduce()
102 MACHINE_SIMD_OP_LIST(DECLARE_CASE) in Reduce()
[all …]
Doperation-typer.h48 #define DECLARE_CASE(x) Type* Type##x(Type* lhs, Type* rhs); macro
49 JS_SIMPLE_BINOP_LIST(DECLARE_CASE) in JS_SIMPLE_BINOP_LIST() argument
50 #undef DECLARE_CASE in JS_SIMPLE_BINOP_LIST()
Djs-generic-lowering.cc38 #define DECLARE_CASE(x) \ in Reduce() macro
42 JS_OP_LIST(DECLARE_CASE) in Reduce()
43 #undef DECLARE_CASE in Reduce()