Home
last modified time | relevance | path

Searched refs:IsStoreDataPropertyInLiteralKind (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dfeedback-vector.cc906 IsStoreOwnICKind(kind()) || IsStoreDataPropertyInLiteralKind(kind()) || in ExtractMaps()
954 IsStoreOwnICKind(kind()) || IsStoreDataPropertyInLiteralKind(kind())); in FindHandlerForMap()
999 IsStoreOwnICKind(kind()) || IsStoreDataPropertyInLiteralKind(kind()) || in FindHandlers()
Dfeedback-vector.h90 inline bool IsStoreDataPropertyInLiteralKind(FeedbackSlotKind kind) { in IsStoreDataPropertyInLiteralKind() function