Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtype-narrowing-reducer.cc50 #define DECLARE_CASE(Name) \ in Reduce() macro
56 SIMPLIFIED_NUMBER_BINOP_LIST(DECLARE_CASE) in Reduce()
57 DECLARE_CASE(SameValue) in Reduce()
58 #undef DECLARE_CASE in Reduce()
60 #define DECLARE_CASE(Name) \ in Reduce() macro
65 SIMPLIFIED_NUMBER_UNOP_LIST(DECLARE_CASE) in Reduce()
66 DECLARE_CASE(ToBoolean) in Reduce()
67 #undef DECLARE_CASE in Reduce()
Dtyper.cc69 #define DECLARE_CASE(x) \ in Reduce() macro
72 JS_SIMPLE_BINOP_LIST(DECLARE_CASE) in Reduce()
73 #undef DECLARE_CASE in Reduce()
75 #define DECLARE_CASE(x) \ in Reduce() macro
78 DECLARE_CASE(Start) in Reduce()
79 DECLARE_CASE(IfException) in Reduce()
81 COMMON_OP_LIST(DECLARE_CASE) in Reduce()
82 SIMPLIFIED_COMPARE_BINOP_LIST(DECLARE_CASE) in Reduce()
83 SIMPLIFIED_OTHER_OP_LIST(DECLARE_CASE) in Reduce()
84 JS_SIMPLE_UNOP_LIST(DECLARE_CASE) in Reduce()
[all …]
Dsimplified-lowering.cc434 #define DECLARE_CASE(Name) \ in UpdateFeedbackType() macro
440 SIMPLIFIED_NUMBER_BINOP_LIST(DECLARE_CASE) in UpdateFeedbackType()
441 DECLARE_CASE(SameValue) in UpdateFeedbackType()
442 #undef DECLARE_CASE in UpdateFeedbackType()
444 #define DECLARE_CASE(Name) \ in UpdateFeedbackType() macro
452 SIMPLIFIED_SPECULATIVE_NUMBER_BINOP_LIST(DECLARE_CASE) in UpdateFeedbackType()
453 #undef DECLARE_CASE in UpdateFeedbackType()
455 #define DECLARE_CASE(Name) \ in UpdateFeedbackType() macro
460 SIMPLIFIED_NUMBER_UNOP_LIST(DECLARE_CASE) in UpdateFeedbackType()
461 #undef DECLARE_CASE in UpdateFeedbackType()
[all …]
Djs-generic-lowering.cc41 #define DECLARE_CASE(x) \ in Reduce() macro
45 JS_OP_LIST(DECLARE_CASE) in Reduce()
46 #undef DECLARE_CASE in Reduce()