Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.cc79 #define DECLARE_CASE(x) \ in Reduce() macro
82 JS_SIMPLE_BINOP_LIST(DECLARE_CASE) in Reduce()
83 #undef DECLARE_CASE in Reduce()
85 #define DECLARE_CASE(x) \ in Reduce() macro
88 DECLARE_CASE(Start) in Reduce()
89 DECLARE_CASE(IfException) in Reduce()
91 COMMON_OP_LIST(DECLARE_CASE) in Reduce()
92 SIMPLIFIED_COMPARE_BINOP_LIST(DECLARE_CASE) in Reduce()
93 SIMPLIFIED_OTHER_OP_LIST(DECLARE_CASE) in Reduce()
94 JS_SIMPLE_UNOP_LIST(DECLARE_CASE) in Reduce()
[all …]
Djs-generic-lowering.cc40 #define DECLARE_CASE(x) \ in Reduce() macro
44 JS_OP_LIST(DECLARE_CASE) in Reduce()
45 #undef DECLARE_CASE in Reduce()
Dsimplified-lowering.cc429 #define DECLARE_CASE(Name) \ in UpdateFeedbackType() macro
435 SIMPLIFIED_NUMBER_BINOP_LIST(DECLARE_CASE) in UpdateFeedbackType()
436 #undef DECLARE_CASE in UpdateFeedbackType()
438 #define DECLARE_CASE(Name) \ in UpdateFeedbackType() macro
446 SIMPLIFIED_SPECULATIVE_NUMBER_BINOP_LIST(DECLARE_CASE) in UpdateFeedbackType()
447 #undef DECLARE_CASE in UpdateFeedbackType()
449 #define DECLARE_CASE(Name) \ in UpdateFeedbackType() macro
454 SIMPLIFIED_NUMBER_UNOP_LIST(DECLARE_CASE) in UpdateFeedbackType()
455 #undef DECLARE_CASE in UpdateFeedbackType()