Lines Matching refs:ACCESSOR_CONSTANT
2942 if (old_details.type() == ACCESSOR_CONSTANT) { in MigrateFastToFast()
3974 case ACCESSOR_CONSTANT: { in TryUpdate()
5591 PropertyDetails d(details.attributes(), ACCESSOR_CONSTANT, i + 1, in MigrateFastToSlow()
5596 case ACCESSOR_CONSTANT: { in MigrateFastToSlow()
5598 PropertyDetails d(details.attributes(), ACCESSOR_CONSTANT, i + 1, in MigrateFastToSlow()
5768 } else if (type == ACCESSOR_CONSTANT) { in MigrateSlowToFast()
7835 if ((attributes & READ_ONLY) && details.type() == ACCESSOR_CONSTANT) { in ApplyAttributesToDictionary()
9782 case ACCESSOR_CONSTANT: in CanHoldValue()
9944 if (old_details.type() != ACCESSOR_CONSTANT) { in TransitionToAccessorProperty()
10059 if (details.type() != ACCESSOR_CONSTANT || !value->IsAccessorPair()) { in CopyUpToAddAttributes()
17483 if (details.type() == ACCESSOR_CONSTANT || details.IsReadOnly()) { in PrepareSlowElementsForSort()
18384 if (details.type() == ACCESSOR_CONSTANT) return true; in HasComplexElements()