Home
last modified time | relevance | path

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

/external/v8/src/
Dfeedback-vector.h48 kStoreDataPropertyInLiteral, enumerator
91 return kind == FeedbackSlotKind::kStoreDataPropertyInLiteral; in IsStoreDataPropertyInLiteralKind()
401 return AddSlot(FeedbackSlotKind::kStoreDataPropertyInLiteral); in AddStoreDataPropertyInLiteralICSlot()
Dfeedback-vector.cc162 case FeedbackSlotKind::kStoreDataPropertyInLiteral: in Kind2String()
269 case FeedbackSlotKind::kStoreDataPropertyInLiteral: in New()
442 case FeedbackSlotKind::kStoreDataPropertyInLiteral: { in ConfigureUninitialized()
488 case FeedbackSlotKind::kStoreDataPropertyInLiteral: in Clear()
665 case FeedbackSlotKind::kStoreDataPropertyInLiteral: { in StateFromFeedback()
863 if (kind() == FeedbackSlotKind::kStoreDataPropertyInLiteral) { in ConfigureMonomorphic()
Dfeedback-vector-inl.h83 case FeedbackSlotKind::kStoreDataPropertyInLiteral: in GetSlotSize()
279 case FeedbackSlotKind::kStoreDataPropertyInLiteral: in ComputeCounts()
Dobjects-printer.cc1113 case FeedbackSlotKind::kStoreDataPropertyInLiteral: in Print()