Home
last modified time | relevance | path

Searched refs:kTypeProfile (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dfeedback-vector.cc28 FeedbackSlot slot = AddSlot(FeedbackSlotKind::kTypeProfile); in AddTypeProfileSlot()
40 return GetKind(slot) == FeedbackSlotKind::kTypeProfile; in HasTypeProfileSlot()
168 case FeedbackSlotKind::kTypeProfile: in Kind2String()
186 GetKind(slot) == FeedbackSlotKind::kTypeProfile; in HasTypeProfileSlot()
198 DCHECK_EQ(FeedbackSlotKind::kTypeProfile, GetKind(slot)); in GetTypeProfileSlot()
270 case FeedbackSlotKind::kTypeProfile: in New()
459 case FeedbackSlotKind::kTypeProfile: in Clear()
676 case FeedbackSlotKind::kTypeProfile: { in StateFromFeedback()
Dfeedback-vector-inl.h66 case FeedbackSlotKind::kTypeProfile: in GetSlotSize()
280 case FeedbackSlotKind::kTypeProfile: { in ComputeCounts()
Dfeedback-vector.h49 kTypeProfile, enumerator
108 return kind == FeedbackSlotKind::kTypeProfile; in IsTypeProfileKind()
Dobjects-printer.cc1134 case FeedbackSlotKind::kTypeProfile: in Print()