Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dtype-narrowing-reducer.cc48 #define DECLARE_CASE(Name) \ in Reduce() macro
54 SIMPLIFIED_NUMBER_BINOP_LIST(DECLARE_CASE) in Reduce()
55 DECLARE_CASE(SameValue) in Reduce()
56 #undef DECLARE_CASE in Reduce()
58 #define DECLARE_CASE(Name) \ in Reduce() macro
63 SIMPLIFIED_NUMBER_UNOP_LIST(DECLARE_CASE) in Reduce()
64 DECLARE_CASE(ToBoolean) in Reduce()
65 #undef DECLARE_CASE in Reduce()
Dsimplified-lowering.cc419 #define DECLARE_CASE(Name) \ in UpdateFeedbackType() macro
424 SIMPLIFIED_NUMBER_BINOP_LIST(DECLARE_CASE) in UpdateFeedbackType()
425 DECLARE_CASE(SameValue) in UpdateFeedbackType()
426 #undef DECLARE_CASE in UpdateFeedbackType()
428 #define DECLARE_CASE(Name) \ in UpdateFeedbackType() macro
434 SIMPLIFIED_SPECULATIVE_NUMBER_BINOP_LIST(DECLARE_CASE) in UpdateFeedbackType()
435 SIMPLIFIED_SPECULATIVE_BIGINT_BINOP_LIST(DECLARE_CASE) in UpdateFeedbackType()
436 #undef DECLARE_CASE in UpdateFeedbackType()
438 #define DECLARE_CASE(Name) \ in UpdateFeedbackType() macro
443 SIMPLIFIED_NUMBER_UNOP_LIST(DECLARE_CASE) in UpdateFeedbackType()
[all …]
Djs-generic-lowering.cc49 #define DECLARE_CASE(x, ...) \ in Reduce() macro
53 JS_OP_LIST(DECLARE_CASE) in Reduce()
54 #undef DECLARE_CASE in Reduce()