Searched refs:kField (Results 1 – 8 of 8) sorted by relevance
50 DCHECK(details.location() != kField || in ShareAppend()77 DCHECK(details.location() != kField || in AppendIfFastOrUseFull()265 if (details.location() != kField) continue; in IsConsistentWithMap()
72 enum PropertyLocation { kField = 0, kDescriptor = 1 }; enumerator79 DATA = (kField << 1) | kData,81 ACCESSOR = (kField << 1) | kAccessor,
52 if (details.location() == kField) { in operator <<()
208 DCHECK(details.location() != kField || in Initialize()
3046 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 …]
51 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()
34 CheckPropertyDetailsFieldsConsistency(DATA, kData, kField); in TEST()36 CheckPropertyDetailsFieldsConsistency(ACCESSOR, kAccessor, kField); in TEST()
1597 case kField: { in ExtractPropertyReferences()