Searched refs:IsStoreInLiteral (Results 1 – 1 of 1) sorted by relevance
133 bool IsStoreInLiteral() const { return mode_ == StoreMode::kInLiteral; } in IsStoreInLiteral() function in v8::internal::KeyedStoreGenericAssembler136 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()