Searched refs:PropertyCellConstantType (Results 1 – 7 of 7) sorted by relevance
229 enum class PropertyCellConstantType { enum
1687 Maybe<PropertyCellConstantType> constant_type, in StoreGlobalStub()1690 PropertyCellConstantType encoded_constant_type = in StoreGlobalStub()1691 constant_type.FromMaybe(PropertyCellConstantType::kSmi); in StoreGlobalStub()1723 PropertyCellConstantType constant_type() const { in constant_type()1741 class ConstantTypeBits : public BitField<PropertyCellConstantType, 2, 2> {};
1846 case PropertyCellConstantType::kSmi: in BuildCodeInitializedStub()1849 case PropertyCellConstantType::kStableMap: { in BuildCodeInitializedStub()
18825 PropertyCellConstantType PropertyCell::GetConstantType() { in GetConstantType()18826 if (value()->IsSmi()) return PropertyCellConstantType::kSmi; in GetConstantType()18827 return PropertyCellConstantType::kStableMap; in GetConstantType()
9652 PropertyCellConstantType GetConstantType();
1602 auto constant_type = Nothing<PropertyCellConstantType>(); in PropertyCellStoreHandler()
5869 case PropertyCellConstantType::kSmi: in VisitVariableProxy()5872 case PropertyCellConstantType::kStableMap: { in VisitVariableProxy()7065 case PropertyCellConstantType::kSmi: in HandleGlobalVariableAssignment()7068 case PropertyCellConstantType::kStableMap: { in HandleGlobalVariableAssignment()