Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-operator.h222 class CheckParameters final {
224 explicit CheckParameters(const FeedbackSource& feedback) in CheckParameters() function
233 bool operator==(CheckParameters const&, CheckParameters const&);
235 size_t hash_value(CheckParameters const&);
237 std::ostream& operator<<(std::ostream&, CheckParameters const&);
239 CheckParameters const& CheckParametersOf(Operator const*) V8_WARN_UNUSED_RESULT;
254 const CheckParameters& check_parameters() const { return check_parameters_; } in DEFINE_OPERATORS_FOR_FLAGS()
257 CheckParameters check_parameters_; in DEFINE_OPERATORS_FOR_FLAGS()
Dsimplified-operator.cc887 struct Name##Operator final : public Operator1<CheckParameters> { \
889 : Operator1<CheckParameters>( \
892 CheckParameters(FeedbackSource())) {} \
1207 return zone()->New<Operator1<CheckParameters>>( \ in EFFECT_DEPENDENT_OP_LIST()
1210 CheckParameters(feedback)); \ in EFFECT_DEPENDENT_OP_LIST()
1624 bool operator==(CheckParameters const& lhs, CheckParameters const& rhs) { in operator ==()
1628 size_t hash_value(CheckParameters const& p) { in hash_value()
1633 std::ostream& operator<<(std::ostream& os, CheckParameters const& p) { in operator <<()
1637 CheckParameters const& CheckParametersOf(Operator const* op) { in CheckParametersOf()
1646 return OpParameter<CheckParameters>(op); in CheckParametersOf()
Deffect-control-linearizer.cc261 Node* SmiTagOrDeopt(Node* value, const CheckParameters& params,
1964 const CheckParameters& params = CheckParametersOf(node->op()); in LowerCheckNumber()
2037 const CheckParameters& params = CheckParametersOf(node->op()); in LowerCheckString()
2217 const CheckParameters& params, in SmiTagOrDeopt()
2429 const CheckParameters& params = CheckParametersOf(node->op()); in LowerCheckedInt32ToTaggedSigned()
2436 const CheckParameters& params = CheckParametersOf(node->op()); in LowerCheckedInt64ToInt32()
2448 const CheckParameters& params = CheckParametersOf(node->op()); in LowerCheckedInt64ToTaggedSigned()
2491 const CheckParameters& params = CheckParametersOf(node->op()); in LowerCheckedUint32ToInt32()
2501 const CheckParameters& params = CheckParametersOf(node->op()); in LowerCheckedUint32ToTaggedSigned()
2536 const CheckParameters& params = CheckParametersOf(node->op()); in LowerCheckedUint64ToInt32()
[all …]
Dsimplified-lowering.cc3335 const CheckParameters& params = CheckParametersOf(node->op()); in VisitNode()
3351 const CheckParameters& params = CheckParametersOf(node->op()); in VisitNode()