Searched refs:DATA_CONSTANT (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/ |
D | property.h | 96 : Descriptor(key, value, attributes, DATA_CONSTANT, in DataConstantDescriptor()
|
D | property-descriptor.cc | 68 case DATA_CONSTANT: in ToPropertyDescriptorFastPath()
|
D | lookup.cc | 462 DCHECK_EQ(v8::internal::DATA_CONSTANT, property_details_.type()); in GetConstantIndex() 531 DCHECK_EQ(v8::internal::DATA_CONSTANT, property_details_.type()); in WriteDataValue()
|
D | property-details.h | 80 DATA_CONSTANT = (kDescriptor << 1) | kData, enumerator
|
D | objects-printer.cc | 297 case DATA_CONSTANT: in PrintProperties()
|
D | objects.cc | 2160 } else if (o->GetDetails(i).type() == DATA_CONSTANT && in PrintInstanceMigration() 2951 } else if (old_details.type() == DATA_CONSTANT) { in MigrateFastToFast() 3103 details.type() == DATA_CONSTANT && store_mode == FORCE_FIELD, in CopyGeneralizeAllRepresentations() 3957 DCHECK(old_property_type == DATA_CONSTANT); in TryUpdate() 3973 case DATA_CONSTANT: in TryUpdate() 5562 case DATA_CONSTANT: { in MigrateFastToSlow() 9152 } else if (descs->GetType(i) == DATA_CONSTANT) { in SlowReverseLookup() 9776 case DATA_CONSTANT: in CanHoldValue()
|
D | bootstrapper.cc | 3235 case DATA_CONSTANT: { in TransferNamedProperties()
|
D | objects-inl.h | 4714 if (details.type() == DATA_CONSTANT) return true; in CanBeDeprecated()
|
/external/v8/test/cctest/ |
D | test-transitions.cc | 35 CheckPropertyDetailsFieldsConsistency(DATA_CONSTANT, kData, kDescriptor); in TEST()
|
D | test-field-type-tracking.cc | 125 case DATA_CONSTANT: in Print() 172 Init(index, DATA_CONSTANT, attrs, Representation::HeapObject(), value); in SetDataConstant() 239 case DATA_CONSTANT: in Check()
|
/external/v8/src/compiler/ |
D | access-info.cc | 261 if (details.type() == DATA_CONSTANT) { in ComputePropertyAccessInfo()
|
/external/v8/src/ic/ |
D | handler-compiler.cc | 465 if (details.type() == DATA_CONSTANT) { in CompileStoreTransition()
|
D | ic.cc | 1256 DCHECK(lookup->property_details().type() == DATA_CONSTANT); in CompileHandler() 1817 DCHECK(lookup->property_details().type() == DATA_CONSTANT); in CompileHandler()
|
/external/v8/src/crankshaft/ |
D | hydrogen.h | 2617 details_.type() == DATA_CONSTANT; in IsDataConstant()
|