Searched refs:ForPropertyIndex (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/ |
D | field-index-inl.h | 24 inline FieldIndex FieldIndex::ForPropertyIndex(Map* map, in ForPropertyIndex() function 93 return ForPropertyIndex(map, field_index, in ForDescriptor() 102 return ForPropertyIndex(map, index); in ForKeyedLookupCacheIndex()
|
D | field-index.h | 24 static FieldIndex ForPropertyIndex(Map* map,
|
D | lookup.cc | 476 return FieldIndex::ForPropertyIndex(*holder_map_, index, is_double); in GetFieldIndex()
|
D | deoptimizer.cc | 3476 FieldIndex index = FieldIndex::ForPropertyIndex(object->map(), i); in MaterializeAt()
|
D | objects.cc | 3001 FieldIndex index = FieldIndex::ForPropertyIndex(*new_map, i); in MigrateFastToFast() 5635 FieldIndex index = FieldIndex::ForPropertyIndex(*new_map, i); in MigrateFastToSlow()
|
/external/v8/src/compiler/ |
D | access-info.cc | 269 FieldIndex field_index = FieldIndex::ForPropertyIndex( in ComputePropertyAccessInfo() 446 FieldIndex field_index = FieldIndex::ForPropertyIndex( in LookupTransition()
|
/external/v8/test/cctest/ |
D | test-inobject-slack-tracking.cc | 92 FieldIndex index = FieldIndex::ForPropertyIndex(obj->map(), property_index); in GetFieldValue() 109 FieldIndex index = FieldIndex::ForPropertyIndex(obj->map(), property_index); in GetDoubleFieldValue()
|
/external/v8/test/cctest/heap/ |
D | test-heap.cc | 2950 FieldIndex idx1 = FieldIndex::ForPropertyIndex(o->map(), 0); in TEST() 2951 FieldIndex idx2 = FieldIndex::ForPropertyIndex(o->map(), 1); in TEST()
|