Lines Matching refs:FeedbackSlot
17 FeedbackSlot FeedbackVectorSpec::AddSlot(FeedbackSlotKind kind) { in AddSlot()
24 return FeedbackSlot(slot); in AddSlot()
27 FeedbackSlot FeedbackVectorSpec::AddTypeProfileSlot() { in AddTypeProfileSlot()
28 FeedbackSlot slot = AddSlot(FeedbackSlotKind::kTypeProfile); in AddTypeProfileSlot()
35 FeedbackSlot slot = in HasTypeProfileSlot()
59 FeedbackSlotKind FeedbackMetadata::GetKind(FeedbackSlot slot) const { in GetKind()
65 void FeedbackMetadata::SetKind(FeedbackSlot slot, FeedbackSlotKind kind) { in SetKind()
84 FeedbackSlotKind kind = spec->GetKind(FeedbackSlot(i)); in New()
87 FeedbackSlotKind kind = spec->GetKind(FeedbackSlot(i + j)); in New()
100 FeedbackSlot slot(i); in New()
116 FeedbackSlot slot(i); in SpecDiffersFrom()
183 FeedbackSlot slot = in HasTypeProfileSlot()
189 FeedbackSlotKind FeedbackVector::GetKind(FeedbackSlot slot) const { in GetKind()
194 FeedbackSlot FeedbackVector::GetTypeProfileSlot() const { in GetTypeProfileSlot()
196 FeedbackSlot slot = in GetTypeProfileSlot()
229 FeedbackSlot slot(i); in New()
362 FeedbackSlot slot = iter.Next(); in ClearSlots()