Home
last modified time | relevance | path

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

/external/v8/src/ic/
Dkeyed-store-generic.cc133 bool IsStoreInLiteral() const { return mode_ == StoreMode::kInLiteral; } in IsStoreInLiteral() function in v8::internal::KeyedStoreGenericAssembler
136 bool ShouldReconfigureExisting() const { return IsStoreInLiteral(); } in ShouldReconfigureExisting()
141 return !IsStoreInLiteral(); in ShouldCheckPrototypeValidity()
342 if (!IsStoreInLiteral()) { in StoreElementWithCapacity()
445 if (!IsStoreInLiteral()) { in StoreElementWithCapacity()
1024 DCHECK(IsStoreInLiteral()); in KeyedStoreGeneric()
1105 if (IsStoreInLiteral()) { in SetProperty()