Home
last modified time | relevance | path

Searched refs:kConstantType (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dproperty-details.h213 kConstantType, // Cell has been assigned only one type. enumerator
Dobjects-printer.cc1506 case PropertyCellType::kConstantType: in PropertyCellPrint()
Dobjects.cc18677 case PropertyCellType::kConstantType: in UpdatedType()
18679 return PropertyCellType::kConstantType; in UpdatedType()
18722 new_type == PropertyCellType::kConstantType) { in PrepareForValue()
/external/v8/src/compiler/
Djs-native-context-specialization.cc580 } else if (property_cell_type == PropertyCellType::kConstantType) { in ReduceGlobalAccess()
630 if (property_details.cell_type() == PropertyCellType::kConstantType) { in ReduceGlobalAccess()
683 case PropertyCellType::kConstantType: { in ReduceGlobalAccess()
/external/v8/src/ic/
Daccessor-assembler.cc2997 PropertyCellType::kConstantType))), in StoreGlobalIC_PropertyCellCase()