Lines Matching refs:GetKind
45 return GetKind(slot) == FeedbackSlotKind::kTypeProfile; in HasTypeProfileSlot()
67 FeedbackSlotKind FeedbackMetadata::GetKind(FeedbackSlot slot) const { in GetKind() function in v8::internal::FeedbackMetadata
95 FeedbackSlotKind kind = spec->GetKind(FeedbackSlot(i)); in New()
98 kind = spec->GetKind(FeedbackSlot(i + j)); in New()
113 FeedbackSlotKind kind = spec->GetKind(slot); in New()
134 FeedbackSlotKind kind = GetKind(slot); in SpecDiffersFrom()
137 if (kind != other_spec->GetKind(slot)) { in SpecDiffersFrom()
205 GetKind(slot) == FeedbackSlotKind::kTypeProfile; in HasTypeProfileSlot()
208 FeedbackSlotKind FeedbackVector::GetKind(FeedbackSlot slot) const { in GetKind() function in v8::internal::FeedbackVector
210 return metadata().GetKind(slot); in GetKind()
213 FeedbackSlotKind FeedbackVector::GetKind(FeedbackSlot slot, in GetKind() function in v8::internal::FeedbackVector
216 return metadata(tag).GetKind(slot); in GetKind()
223 DCHECK_EQ(FeedbackSlotKind::kTypeProfile, GetKind(slot)); in GetTypeProfileSlot()
276 FeedbackSlotKind kind = feedback_metadata->GetKind(slot); in New()
522 kind_ = vector.is_null() ? FeedbackSlotKind::kInvalid : vector->GetKind(slot); in FeedbackNexus()
530 kind_ = vector.is_null() ? FeedbackSlotKind::kInvalid : vector.GetKind(slot); in FeedbackNexus()
537 kind_(vector->GetKind(slot, kAcquireLoad)), in FeedbackNexus()