Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-details.h229 enum class PropertyCellConstantType { enum
Dcode-stubs.h1687 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> {};
Dcode-stubs-hydrogen.cc1846 case PropertyCellConstantType::kSmi: in BuildCodeInitializedStub()
1849 case PropertyCellConstantType::kStableMap: { in BuildCodeInitializedStub()
Dobjects.cc18825 PropertyCellConstantType PropertyCell::GetConstantType() { in GetConstantType()
18826 if (value()->IsSmi()) return PropertyCellConstantType::kSmi; in GetConstantType()
18827 return PropertyCellConstantType::kStableMap; in GetConstantType()
Dobjects.h9652 PropertyCellConstantType GetConstantType();
/external/v8/src/ic/
Dic.cc1602 auto constant_type = Nothing<PropertyCellConstantType>(); in PropertyCellStoreHandler()
/external/v8/src/crankshaft/
Dhydrogen.cc5869 case PropertyCellConstantType::kSmi: in VisitVariableProxy()
5872 case PropertyCellConstantType::kStableMap: { in VisitVariableProxy()
7065 case PropertyCellConstantType::kSmi: in HandleGlobalVariableAssignment()
7068 case PropertyCellConstantType::kStableMap: { in HandleGlobalVariableAssignment()