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/
H A 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() macro
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() macro
H A 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() macro
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() macro
438 #define DECLARE_CASE(Name) \ in UpdateFeedbackType() macro
443 SIMPLIFIED_NUMBER_UNOP_LIST(DECLARE_CASE) in UpdateFeedbackType()
444 #undef DECLARE_CASE UpdateFeedbackType() macro
446 #define DECLARE_CASE UpdateFeedbackType() macro
453 #undef DECLARE_CASE UpdateFeedbackType() macro
[all...]
H A 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() macro

Completed in 7 milliseconds