Lines Matching refs:FeedbackSource
15 struct FeedbackSource {
16 FeedbackSource() { DCHECK(!IsValid()); }
17 V8_EXPORT_PRIVATE FeedbackSource(Handle<FeedbackVector> vector_,
19 FeedbackSource(FeedbackVectorRef vector_, FeedbackSlot slot_);
28 size_t operator()(FeedbackSource const& source) const {
34 bool operator()(FeedbackSource const& lhs,
35 FeedbackSource const& rhs) const {
41 bool operator==(FeedbackSource const&, FeedbackSource const&);
42 bool operator!=(FeedbackSource const&, FeedbackSource const&);
45 FeedbackSource const&);