Searched refs:IsStoreOwnICKind (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/ic/
H A Dic.h73 IsStoreOwnICKind(kind) || IsKeyedStoreICKind(kind);
174 bool IsStoreOwnIC() const { return IsStoreOwnICKind(kind_); }
H A Dic.cc2670 if (IsStoreICKind(kind) || IsStoreOwnICKind(kind)) {
/external/v8/src/
H A Dfeedback-vector.h69 inline bool IsStoreOwnICKind(FeedbackSlotKind kind) { function in namespace:v8::internal
86 DCHECK(IsStoreICKind(kind) || IsStoreOwnICKind(kind) ||
H A Dtype-info.cc457 if (IsStoreICKind(kind) || IsStoreOwnICKind(kind)) {

Completed in 3117 milliseconds