Lines Matching refs:FeedbackSource

224   explicit CheckParameters(const FeedbackSource& feedback)
227 FeedbackSource const& feedback() const { return feedback_; }
230 FeedbackSource feedback_;
250 CheckBoundsParameters(const FeedbackSource& feedback, CheckBoundsFlags flags)
273 const FeedbackSource& feedback)
276 FeedbackSource const& feedback() const { return feedback_; }
281 FeedbackSource feedback_;
305 FeedbackSource const& feedback)
309 FeedbackSource const& feedback() const { return feedback_; }
313 FeedbackSource feedback_;
344 const FeedbackSource& feedback)
348 const FeedbackSource& feedback() const { return feedback_; }
352 FeedbackSource feedback_;
382 const FeedbackSource& feedback)
386 const FeedbackSource& feedback() const { return feedback_; }
390 FeedbackSource feedback_;
420 const FeedbackSource& feedback)
425 FeedbackSource const& feedback() const { return feedback_; }
430 FeedbackSource const feedback_;
463 const FeedbackSource& feedback)
467 const FeedbackSource& feedback() const { return feedback_; }
471 FeedbackSource feedback_;
547 const FeedbackSource& feedback)
551 const FeedbackSource& feedback() const { return feedback_; }
555 FeedbackSource feedback_;
568 SpeculativeBigIntAsNParameters(int bits, const FeedbackSource& feedback)
575 const FeedbackSource& feedback() const { return feedback_; }
579 FeedbackSource feedback_;
669 FeedbackSource const& feedback,
676 FeedbackSource const& feedback() const { return feedback_; }
683 const FeedbackSource feedback_;
813 const FeedbackSource& feedback);
815 const FeedbackSource& feedback);
844 const FeedbackSource& feedback);
878 const Operator* CheckBounds(const FeedbackSource& feedback,
880 const Operator* CheckedUint32Bounds(const FeedbackSource& feedback,
882 const Operator* CheckedUint64Bounds(const FeedbackSource& feedback,
888 const Operator* CheckFloat64Hole(CheckFloat64HoleMode, FeedbackSource const&);
891 const FeedbackSource& feedback = FeedbackSource());
894 const FeedbackSource& = FeedbackSource());
896 const Operator* CheckNumber(const FeedbackSource& feedback);
899 const Operator* CheckSmi(const FeedbackSource& feedback);
900 const Operator* CheckString(const FeedbackSource& feedback);
904 const FeedbackSource& feedback);
906 const FeedbackSource& feedback);
912 const Operator* CheckedInt32ToTaggedSigned(const FeedbackSource& feedback);
913 const Operator* CheckedInt64ToInt32(const FeedbackSource& feedback);
914 const Operator* CheckedInt64ToTaggedSigned(const FeedbackSource& feedback);
915 const Operator* CheckedTaggedSignedToInt32(const FeedbackSource& feedback);
917 const FeedbackSource& feedback);
919 const FeedbackSource& feedback);
920 const Operator* CheckedTaggedToArrayIndex(const FeedbackSource& feedback);
922 const FeedbackSource& feedback);
923 const Operator* CheckedTaggedToTaggedPointer(const FeedbackSource& feedback);
924 const Operator* CheckedTaggedToTaggedSigned(const FeedbackSource& feedback);
925 const Operator* CheckBigInt(const FeedbackSource& feedback);
927 const FeedbackSource& feedback);
930 const Operator* CheckedUint32ToInt32(const FeedbackSource& feedback);
931 const Operator* CheckedUint32ToTaggedSigned(const FeedbackSource& feedback);
932 const Operator* CheckedUint64ToInt32(const FeedbackSource& feedback);
933 const Operator* CheckedUint64ToTaggedSigned(const FeedbackSource& feedback);
982 const FeedbackSource& feedback);
1068 FeedbackSource const& feedback, CallDescriptor* descriptor);