Home
last modified time | relevance | path

Searched refs:DATA_CONSTANT (Results 1 – 14 of 14) sorted by relevance

/external/v8/src/
Dproperty.h96 : Descriptor(key, value, attributes, DATA_CONSTANT, in DataConstantDescriptor()
Dproperty-descriptor.cc68 case DATA_CONSTANT: in ToPropertyDescriptorFastPath()
Dlookup.cc462 DCHECK_EQ(v8::internal::DATA_CONSTANT, property_details_.type()); in GetConstantIndex()
531 DCHECK_EQ(v8::internal::DATA_CONSTANT, property_details_.type()); in WriteDataValue()
Dproperty-details.h80 DATA_CONSTANT = (kDescriptor << 1) | kData, enumerator
Dobjects-printer.cc297 case DATA_CONSTANT: in PrintProperties()
Dobjects.cc2160 } 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()
Dbootstrapper.cc3235 case DATA_CONSTANT: { in TransferNamedProperties()
Dobjects-inl.h4714 if (details.type() == DATA_CONSTANT) return true; in CanBeDeprecated()
/external/v8/test/cctest/
Dtest-transitions.cc35 CheckPropertyDetailsFieldsConsistency(DATA_CONSTANT, kData, kDescriptor); in TEST()
Dtest-field-type-tracking.cc125 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/
Daccess-info.cc261 if (details.type() == DATA_CONSTANT) { in ComputePropertyAccessInfo()
/external/v8/src/ic/
Dhandler-compiler.cc465 if (details.type() == DATA_CONSTANT) { in CompileStoreTransition()
Dic.cc1256 DCHECK(lookup->property_details().type() == DATA_CONSTANT); in CompileHandler()
1817 DCHECK(lookup->property_details().type() == DATA_CONSTANT); in CompileHandler()
/external/v8/src/crankshaft/
Dhydrogen.h2617 details_.type() == DATA_CONSTANT; in IsDataConstant()