Home
last modified time | relevance | path

Searched refs:constant_type (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcode-stubs.h1687 Maybe<PropertyCellConstantType> constant_type, in StoreGlobalStub() argument
1691 constant_type.FromMaybe(PropertyCellConstantType::kSmi); in StoreGlobalStub()
1723 PropertyCellConstantType constant_type() const { in constant_type() function
Dcode-stubs-hydrogen.cc1845 switch (stub->constant_type()) { in BuildCodeInitializedStub()
/external/v8/src/ic/
Dic.cc1602 auto constant_type = Nothing<PropertyCellConstantType>(); in PropertyCellStoreHandler() local
1604 constant_type = Just(cell->GetConstantType()); in PropertyCellStoreHandler()
1606 StoreGlobalStub stub(isolate, type, constant_type, in PropertyCellStoreHandler()