Searched refs:ForPropertyIndex (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/ |
D | field-index-inl.h | 23 inline FieldIndex FieldIndex::ForPropertyIndex(const Map* map, in ForPropertyIndex() function 70 return ForPropertyIndex(map, field_index, details.representation()); in ForDescriptor()
|
D | field-index.h | 26 static FieldIndex ForPropertyIndex(
|
D | objects.cc | 4016 FieldIndex index = FieldIndex::ForPropertyIndex(this, i); in TransitionRemovesTaggedField() 4027 FieldIndex index = FieldIndex::ForPropertyIndex(target, i); in TransitionChangesTaggedFieldToUntaggedField() 4314 FieldIndex index = FieldIndex::ForPropertyIndex(*new_map, i); in MigrateFastToFast() 4450 FieldIndex index = FieldIndex::ForPropertyIndex(*new_map, i); in MigrateFastToSlow() 6165 FieldIndex index = FieldIndex::ForPropertyIndex(*map, i); in AllocateStorageForMap()
|
/external/v8/src/compiler/ |
D | access-info.cc | 375 FieldIndex::ForPropertyIndex(*map, index, details_representation); in ComputePropertyAccessInfo() 679 FieldIndex field_index = FieldIndex::ForPropertyIndex(*transition_map, index, in LookupTransition()
|
/external/v8/src/runtime/ |
D | runtime-object.cc | 178 FieldIndex index = FieldIndex::ForPropertyIndex(map, details.field_index()); in DeleteObjectPropertyFast()
|