Searched refs:PropertyCellConstantType (Results 1 – 8 of 8) sorted by relevance
901 Maybe<PropertyCellConstantType> constant_type, in StoreGlobalStub()904 PropertyCellConstantType encoded_constant_type = in StoreGlobalStub()905 constant_type.FromMaybe(PropertyCellConstantType::kSmi); in StoreGlobalStub()938 PropertyCellConstantType constant_type() const { in constant_type()948 : public BitField<PropertyCellConstantType, CellTypeBits::kNext, 2> {};
223 enum class PropertyCellConstantType { enum
1143 case PropertyCellConstantType::kSmi: in PropertyCellPrint()1146 case PropertyCellConstantType::kStableMap: in PropertyCellPrint()
1550 case PropertyCellConstantType::kSmi: in GenerateAssembly()1554 case PropertyCellConstantType::kStableMap: { in GenerateAssembly()
19403 PropertyCellConstantType PropertyCell::GetConstantType() { in GetConstantType()19404 if (value()->IsSmi()) return PropertyCellConstantType::kSmi; in GetConstantType()19405 return PropertyCellConstantType::kStableMap; in GetConstantType()
10199 PropertyCellConstantType GetConstantType();
5205 case PropertyCellConstantType::kSmi: in InlineGlobalPropertyLoad()5208 case PropertyCellConstantType::kStableMap: { in InlineGlobalPropertyLoad()6490 case PropertyCellConstantType::kSmi: in InlineGlobalPropertyStore()6493 case PropertyCellConstantType::kStableMap: { in InlineGlobalPropertyStore()
1902 auto constant_type = Nothing<PropertyCellConstantType>(); in PropertyCellStoreHandler()