• Home
  • Raw
  • Download

Lines Matching refs:kField

3315                n->GetDetails(i).location() == kField) {  in PrintInstanceMigration()
4144 (details.location() == kField && target_index >= 0 && in MigrateFastToFast()
4183 DCHECK_EQ(kField, details.location()); in MigrateFastToFast()
4231 if (details.location() != kField) continue; in MigrateFastToFast()
4253 DCHECK_EQ(kField, old_details.location()); in MigrateFastToFast()
4285 if (details.location() != kField) continue; in MigrateFastToFast()
4385 if (details.location() == kField) { in MigrateFastToSlow()
4540 if (descriptors->GetDetails(i).location() == kField) result++; in NumberOfFields()
4554 if (details.location() == kField) { in GeneralizeAllFields()
4584 details.location() != kField || details.attributes() != attributes) { in CopyGeneralizeAllFields()
4585 int field_index = details.location() == kField in CopyGeneralizeAllFields()
4592 if (details.location() != kField) { in CopyGeneralizeAllFields()
4601 if (details.location() == kField) { in CopyGeneralizeAllFields()
4679 DCHECK_EQ(kField, instance_descriptors()->GetDetails(descriptor).location()); in FindFieldOwner()
4699 if (details.location() != kField) return; in UpdateFieldType()
4851 if (details.location() == kField) { in GeneralizeAllFields()
4927 if (new_details.location() == kField) { in TryReplayPropertyTransitions()
4936 if (old_details.location() == kField) { in TryReplayPropertyTransitions()
4961 if (old_details.location() == kField || in TryReplayPropertyTransitions()
6549 DCHECK_EQ(kField, details.location()); in MigrateSlowToFast()
6576 if (details.location() == kField) { in MigrateSlowToFast()
8948 if (details.location() == kField) { in NextFreePropertyIndex()
9249 if (details.location() == kField) { in SlowReverseLookup()
9670 if (details.location() == kField) { in InstallDescriptors()
9876 if (details.location() == kField) { in CanHoldValue()
10281 if (details.location() == PropertyLocation::kField) { in CopyForFastObjectClone()
10317 DCHECK_NE(kField, descriptor->GetDetails().location()); in CopyReplaceDescriptor()
10318 DCHECK_NE(kField, descriptors->GetDetails(insertion_index).location()); in CopyReplaceDescriptor()
12520 if (details.location() == kField) { in EquivalentToForElementsKindTransition()