Home
last modified time | relevance | path

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

/external/v8/src/
Dfeedback-vector-inl.h60 case FeedbackSlotKind::kForIn: in GetSlotSize()
317 case FeedbackSlotKind::kForIn: { in ComputeCounts()
Dfeedback-vector.cc170 case FeedbackSlotKind::kForIn: in Kind2String()
243 case FeedbackSlotKind::kForIn: in New()
464 case FeedbackSlotKind::kForIn: in Clear()
645 case FeedbackSlotKind::kForIn: { in StateFromFeedback()
1136 DCHECK_EQ(kind(), FeedbackSlotKind::kForIn); in GetForInFeedback()
Dfeedback-vector.h52 kForIn, enumerator
392 FeedbackSlot AddForInSlot() { return AddSlot(FeedbackSlotKind::kForIn); } in AddForInSlot()
Dobjects-printer.cc1128 case FeedbackSlotKind::kForIn: { in Print()