Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dfeedback-vector.cc178 case FeedbackSlotKind::kStoreDataPropertyInLiteral: in Kind2String()
303 case FeedbackSlotKind::kStoreDataPropertyInLiteral: in New()
579 case FeedbackSlotKind::kStoreDataPropertyInLiteral: { in ConfigureUninitialized()
623 case FeedbackSlotKind::kStoreDataPropertyInLiteral: in Clear()
790 case FeedbackSlotKind::kStoreDataPropertyInLiteral: { in ic_state()
989 if (kind() == FeedbackSlotKind::kStoreDataPropertyInLiteral) { in ConfigureMonomorphic()
Dfeedback-vector.h55 kStoreDataPropertyInLiteral, enumerator
104 return kind == FeedbackSlotKind::kStoreDataPropertyInLiteral; in IsStoreDataPropertyInLiteralKind()
439 return AddSlot(FeedbackSlotKind::kStoreDataPropertyInLiteral); in AddStoreDataPropertyInLiteralICSlot()
Dfeedback-vector-inl.h89 case FeedbackSlotKind::kStoreDataPropertyInLiteral: in GetSlotSize()
/external/v8/src/ic/
Dkeyed-store-generic.cc1025 TailCallRuntime(Runtime::kStoreDataPropertyInLiteral, context, receiver, in KeyedStoreGeneric()
1106 CallRuntime(Runtime::kStoreDataPropertyInLiteral, context, receiver, in SetProperty()
/external/v8/src/diagnostics/
Dobjects-printer.cc937 case FeedbackSlotKind::kStoreDataPropertyInLiteral: in Print()