Home
last modified time | relevance | path

Searched refs:kField (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dlayout-descriptor.cc50 DCHECK(details.location() != kField || in ShareAppend()
77 DCHECK(details.location() != kField || in AppendIfFastOrUseFull()
265 if (details.location() != kField) continue; in IsConsistentWithMap()
Dproperty-details.h72 enum PropertyLocation { kField = 0, kDescriptor = 1 }; enumerator
79 DATA = (kField << 1) | kData,
81 ACCESSOR = (kField << 1) | kAccessor,
Dproperty.cc52 if (details.location() == kField) { in operator <<()
Dlayout-descriptor-inl.h208 DCHECK(details.location() != kField || in Initialize()
Dobjects.cc3046 if (descriptors->GetDetails(i).location() == kField) result++; in NumberOfFields()
3197 if (next_details.location() == kField) { in FindLastMatchMap()
3342 if (location == kField) { in GetFieldType()
3483 next_location = kField; in ReconfigureProperty()
3518 if (next_location == kField && tmp_details.location() == kDescriptor) break; in ReconfigureProperty()
3525 if (tmp_location == kField) { in ReconfigureProperty()
3547 } else if (old_location == kField || in ReconfigureProperty()
3563 target_descriptors->GetDetails(modify_index).location() == kField))) { in ReconfigureProperty()
3570 DCHECK(details.location() != kField || in ReconfigureProperty()
3636 if (old_details.location() == kField) { in ReconfigureProperty()
[all …]
Dobjects-inl.h51 DCHECK(location() == kField); in field_width_in_words()
2975 DCHECK(GetDetails(descriptor_number).location() == kField); in GetFieldIndex()
2981 DCHECK(GetDetails(descriptor_number).location() == kField); in GetFieldType()
/external/v8/test/cctest/
Dtest-transitions.cc34 CheckPropertyDetailsFieldsConsistency(DATA, kData, kField); in TEST()
36 CheckPropertyDetailsFieldsConsistency(ACCESSOR, kAccessor, kField); in TEST()
/external/v8/src/profiler/
Dheap-snapshot-generator.cc1597 case kField: { in ExtractPropertyReferences()