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 | 560 return FieldIndex::ForPropertyIndex(holder_map, index, is_double); in GetFieldIndex()
|
D | deoptimizer.cc | 3755 FieldIndex index = FieldIndex::ForPropertyIndex(object->map(), i); in MaterializeAt()
|
D | objects.cc | 3159 FieldIndex index = FieldIndex::ForPropertyIndex(*new_map, i); in MigrateFastToFast() 3303 FieldIndex index = FieldIndex::ForPropertyIndex(*new_map, i); in MigrateFastToSlow()
|
/external/v8/src/compiler/ |
D | access-info.cc | 267 FieldIndex field_index = FieldIndex::ForPropertyIndex( in ComputePropertyAccessInfo() 422 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 | 2993 FieldIndex idx1 = FieldIndex::ForPropertyIndex(o->map(), 0); in TEST() 2994 FieldIndex idx2 = FieldIndex::ForPropertyIndex(o->map(), 1); in TEST()
|