Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dsimplified-operator.h222 class CheckParameters final {
224 explicit CheckParameters(const FeedbackSource& feedback) in CheckParameters() function in v8::internal::AbortReason::final
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 check_parameters()
257 CheckParameters check_parameters_;
H A Dsimplified-operator.cc887 struct Name##Operator final : public Operator1<CheckParameters> { \
889 : Operator1<CheckParameters>( \
892 CheckParameters(FeedbackSource())) {} \
1207 return zone()->New<Operator1<CheckParameters>>( \
1210 CheckParameters(feedback)); \
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 cons
[all...]
H A 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 in LowerCheckedUint64ToInt32()
[all...]
H A Dsimplified-lowering.cc3335 const CheckParameters& params = CheckParametersOf(node->op()); in VisitNode()
3351 const CheckParameters& params = CheckParametersOf(node->op()); in VisitNode()

Completed in 20 milliseconds